.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: .67em 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

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

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

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

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

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

.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(/assets/website-rendering/module-files/flag-icons/flags/4x3/at.svg?bust=8dc68995ec419a9440a2)
}

.flag-icon-au {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/au.svg?bust=dc25bf8b44e402f1e074)
}

.flag-icon-be {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/be.svg?bust=6cac03795313d7c043bb)
}

.flag-icon-ca {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/ca.svg?bust=ad1527142564751eb7b8)
}

.flag-icon-ch {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/ch.svg?bust=0d84f2aff4cb8fb5193b)
}

.flag-icon-de {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/de.svg?bust=a491da9c1549a36b293a)
}

.flag-icon-dk {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/dk.svg?bust=33bba71c12896b2df189)
}

.flag-icon-ee {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/ee.svg?bust=2b95c4e2e07a2e7d305a)
}

.flag-icon-es {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/es.svg?bust=426a1551c98dbbe2a847)
}

.flag-icon-fi {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/fi.svg?bust=4dc3dbe18574c3b3c8a6)
}

.flag-icon-fr {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/fr.svg?bust=cc4d943dbac895a562d1)
}

.flag-icon-gb {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/gb.svg?bust=fcfef6780b36bef53738)
}

.flag-icon-hu {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/hu.svg?bust=966f49336f7466efd6f8)
}

.flag-icon-ie {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/ie.svg?bust=1c12635a2932de4b8036)
}

.flag-icon-it {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/it.svg?bust=1d72a5dec3acd0737635)
}

.flag-icon-mx {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/mx.svg?bust=d326007cf87dba95a56c)
}

.flag-icon-nl {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/nl.svg?bust=f685765a298db5ba59fd)
}

.flag-icon-no {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/no.svg?bust=859a13561a1b24bfa65f)
}

.flag-icon-nz {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/nz.svg?bust=dd987077e71e1288a73d)
}

.flag-icon-pl {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/pl.svg?bust=f7adaa942c63ca98f1d2)
}

.flag-icon-pt {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/pt.svg?bust=a36b3d87508ad8f6a6bc)
}

.flag-icon-ru {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/ru.svg?bust=ab61f31edf4ad95b5ae0)
}

.flag-icon-se {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/se.svg?bust=e9e24cfb2d85c7e39aaf)
}

.flag-icon-tr {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/tr.svg?bust=4dd4b60c8a5e3dad5e65)
}

.flag-icon-us {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/us.svg?bust=8886b28b10e3ec0756a9)
}

.flag-icon-xx {
    background-image: url(/assets/website-rendering/module-files/flag-icons/flags/4x3/xx.svg?bust=05e0208dd04ae4cb0bc1)
}

:host,
:root {
    --jw-scale: 1;
    --jw-font-size-075: calc(14px*var(--jw-scale));
    --jw-font-size-100: calc(16px*var(--jw-scale));
    --jw-font-size-200: calc(20px*var(--jw-scale));
    --jw-font-size-300: calc(24px*var(--jw-scale));
    --jw-icon-size-075: calc(16px*var(--jw-scale));
    --jw-icon-size-100: calc(20px*var(--jw-scale));
    --jw-icon-size-200: calc(24px*var(--jw-scale));
    --jw-icon-size-300: calc(28px*var(--jw-scale));
    --jw-spacing-0125: calc(2px*var(--jw-scale));
    --jw-spacing-025: calc(4px*var(--jw-scale));
    --jw-spacing-050: calc(8px*var(--jw-scale));
    --jw-spacing-075: calc(12px*var(--jw-scale));
    --jw-spacing-100: calc(16px*var(--jw-scale));
    --jw-spacing-125: calc(20px*var(--jw-scale));
    --jw-spacing-150: calc(24px*var(--jw-scale));
    --jw-spacing-200: calc(32px*var(--jw-scale));
    --jw-component-height-075: calc(36px*var(--jw-scale));
    --jw-component-height-100: calc(42px*var(--jw-scale));
    --jw-component-height-200: calc(50px*var(--jw-scale));
    --jw-component-height-300: calc(60px*var(--jw-scale));
    --jw-component-block-edge-to-text-075: calc(6px*var(--jw-scale));
    --jw-component-block-edge-to-text-100: calc(8px*var(--jw-scale));
    --jw-component-block-edge-to-text-200: calc(10px*var(--jw-scale));
    --jw-component-block-edge-to-text-300: calc(12px*var(--jw-scale));
    --jw-component-inline-edge-to-text-075: calc(12px*var(--jw-scale));
    --jw-component-inline-edge-to-text-100: calc(16px*var(--jw-scale));
    --jw-component-inline-edge-to-text-200: calc(20px*var(--jw-scale));
    --jw-component-inline-edge-to-text-300: calc(24px*var(--jw-scale));
    --jw-border-radius-square: 0px;
    --jw-border-radius-soft: calc(8px*var(--jw-scale));
    --jw-border-radius-round: 9999px
}

:host,
:root {
    --jw-button-border-radius-square: var(--jw-border-radius-square);
    --jw-button-border-radius-soft: var(--jw-border-radius-soft);
    --jw-button-border-radius-round: var(--jw-border-radius-round)
}

* {
    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: .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 .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 .15s ease, opacity .15s ease, visibility .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 {
    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: .15em solid;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.jw-spinner:before {
    opacity: .3
}

.jw-spinner:after {
    animation: jw-spinner .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
}

.jw-menu-spacing--editor-bar {
    padding-bottom: 50px !important
}

.jw-menu-spacing--mobile-bar {
    padding-bottom: 75px !important
}

.jw-menu-spacing--editor-bar.jw-menu-spacing--mobile-bar {
    padding-bottom: 125px !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 .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: .9em;
    line-height: 1;
    padding-top: .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: .25em .5em;
    text-align: left
}

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

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

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

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

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

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

.jw-bottom-bar__container a {
    color: #f7f5f0
}

.jw-bottom-bar__container a:hover {
    color: #f7f5f0;
    text-decoration: underline
}

.jw-bottom-bar__container .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-bottom-bar__container .btn.active,
.jw-bottom-bar__container .btn:active,
.jw-bottom-bar__container .btn:focus,
.jw-bottom-bar__container .btn:hover,
.open>.dropdown-toggle.jw-bottom-bar__container .btn {
    background-color: #5f8829;
    border-color: #5a8127;
    color: #fff
}

.jw-bottom-bar__container .btn.active,
.jw-bottom-bar__container .btn:active,
.open>.dropdown-toggle.jw-bottom-bar__container .btn {
    background-image: none
}

.jw-bottom-bar__container .btn.disabled,
.jw-bottom-bar__container .btn.disabled.active,
.jw-bottom-bar__container .btn.disabled:active,
.jw-bottom-bar__container .btn.disabled:focus,
.jw-bottom-bar__container .btn.disabled:hover,
.jw-bottom-bar__container .btn[disabled],
.jw-bottom-bar__container .btn[disabled].active,
.jw-bottom-bar__container .btn[disabled]:active,
.jw-bottom-bar__container .btn[disabled]:focus,
.jw-bottom-bar__container .btn[disabled]:hover,
fieldset[disabled] .jw-bottom-bar__container .btn,
fieldset[disabled] .jw-bottom-bar__container .btn.active,
fieldset[disabled] .jw-bottom-bar__container .btn:active,
fieldset[disabled] .jw-bottom-bar__container .btn:focus,
fieldset[disabled] .jw-bottom-bar__container .btn:hover {
    background-color: #7bb035;
    border-color: #7bb035
}

.jw-bottom-bar__container .btn .badge {
    background-color: #fff;
    color: #7bb035
}

.jw-bottom-bar__container .btn:hover {
    text-decoration: none
}

@media (max-width:768px) {
    .jw-bottom-bar__container .btn {
        display: block;
        margin-left: 0;
        text-align: center
    }
}

.jw-bottom-bar__container .btn-link,
.jw-bottom-bar__container .btn-link.active,
.jw-bottom-bar__container .btn-link:active,
.jw-bottom-bar__container .btn-link:focus,
.jw-bottom-bar__container .btn-link:hover,
.open>.dropdown-toggle.jw-bottom-bar__container .btn-link {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

.jw-bottom-bar__container .btn-link.active,
.jw-bottom-bar__container .btn-link:active,
.open>.dropdown-toggle.jw-bottom-bar__container .btn-link {
    background-image: none
}

.jw-bottom-bar__container .btn-link.disabled,
.jw-bottom-bar__container .btn-link.disabled.active,
.jw-bottom-bar__container .btn-link.disabled:active,
.jw-bottom-bar__container .btn-link.disabled:focus,
.jw-bottom-bar__container .btn-link.disabled:hover,
.jw-bottom-bar__container .btn-link[disabled],
.jw-bottom-bar__container .btn-link[disabled].active,
.jw-bottom-bar__container .btn-link[disabled]:active,
.jw-bottom-bar__container .btn-link[disabled]:focus,
.jw-bottom-bar__container .btn-link[disabled]:hover,
fieldset[disabled] .jw-bottom-bar__container .btn-link,
fieldset[disabled] .jw-bottom-bar__container .btn-link.active,
fieldset[disabled] .jw-bottom-bar__container .btn-link:active,
fieldset[disabled] .jw-bottom-bar__container .btn-link:focus,
fieldset[disabled] .jw-bottom-bar__container .btn-link:hover {
    background-color: transparent;
    border-color: transparent
}

.jw-bottom-bar__container .btn-link .badge {
    background-color: inherit;
    color: transparent
}

.jw-bottom-bar__container .btn-link:hover {
    text-decoration: underline
}

.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-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 {
    --spacing: 20px;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    bottom: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    color: #000;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    margin: var(--spacing);
    padding: 20px;
    padding: var(--spacing);
    position: absolute;
    right: 0;
    transition: opacity .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: var(--spacing);
    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: .25em;
    color: #f7f5f0;
    display: inline;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: .2em .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, .1), 0 -2px 2px rgba(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: .25em 35px .25em .5em;
    width: 100%
}

.jw-search-submit {
    background: none;
    border: none;
    padding: .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: .5;
    transition: opacity .2s ease .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% - .5em);
        position: sticky;
        top: 50%;
        top: calc(50% - .5em)
    }
}

.jw-element-is-loading .jw-element-loader {
    opacity: 1;
    pointer-events: all;
    transition: opacity .2s ease .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, .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, .65);
    box-shadow: 0 0 0 1.5px hsla(0, 0%, 100%, .6), 0 0 8px 1.5px rgba(0, 0, 0, .6);
    outline: none
}

.image-gallery__control--prev {
    left: .5em;
    padding-right: .1em
}

.image-gallery__control--next {
    padding-left: .1em;
    right: .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-skip-link {
    clip: auto;
    background-color: #000;
    border-radius: 4px;
    clip-path: none;
    color: #fff;
    font-weight: 700;
    height: auto;
    left: 10px;
    padding: .75em 1em;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: auto;
    z-index: 10000
}

.jw-skip-link:not(:focus) {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

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

@supports (container-type:inline-size) {
    .jw-responsive {
        container-type: inline-size
    }

    .jw-responsive-root--force-fallback .jw-responsive {
        container-type: unset
    }
}

.jw-responsive--preview-root {
    container-name: preview-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 {
    margin-top: 3em
}

@media not (max-width:640px) {
    :where(html) .jw-column {
        margin-bottom: 0;
        margin-top: 0
    }
}

@supports (container-type:inline-size) {
    @container preview-root not (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-column {
            margin-bottom: 0;
            margin-top: 0
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-column {
        margin-bottom: 0;
        margin-top: 0
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root:not(.lt640)) .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-text-button {
    background: none;
    border: none;
    color: inherit;
    padding: 0
}

.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 .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(.9)
}

.jw-is-backend .jw-element.jw-element--fade-exit-active {
    transition: opacity .2s ease, transform .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 .2s ease, margin-bottom .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 .2s ease, padding .2s ease
}

.jw-element--is-moving-placeholder.jw-columns>.jw-tree-node,
.jw-element--is-moving-placeholder:not(.jw-columns) {
    opacity: .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: .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: .1em
}

.jw-section-menu-list li:before {
    content: "\00bb";
    margin-right: .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 .2s ease
}

@media not (max-width:640px) {
    :where(html) .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important
    }
}

@supports (container-type:inline-size) {
    @container preview-root not (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
            margin-bottom: 0 !important
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root:not(.lt640)) .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, .2);
    border: none;
    border-radius: 3px;
    bottom: 0;
    color: rgba(89, 103, 109, .7);
    height: auto;
    margin: 0;
    top: 0;
    transition: background .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, .3);
    color: rgba(101, 116, 123, .8)
}

.jw-tree-horizontal__insert-highlight {
    background-color: #469fd5;
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, .2);
    display: block;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 2210
}

.jw-tree-horizontal__insert-highlight--before {
    left: -1px
}

.jw-tree-horizontal__insert-highlight--before.jw-tree-horizontal__insert-highlight--row-start {
    left: 3px
}

.jw-tree-horizontal__insert-highlight--after {
    right: -1px
}

.jw-tree-horizontal__insert-highlight--after.jw-tree-horizontal__insert-highlight--row-end {
    right: 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, .3);
    border: 1px dashed rgba(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;
    height: 100%;
    min-height: 50px;
    position: relative;
    text-align: center;
    transition: border .15s ease, background .15s ease, box-shadow .15s ease;
    width: 100%
}

.jw-tree-empty-placeholder--pinned {
    --jw-tree-empty-placeholder__border-color: rgba(255, 199, 19, .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, .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, .1) !important;
    border: 1px solid #469fd5 !important;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, .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, .1);
    border: 1px solid #469fd5;
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(70, 159, 213, .2);
    box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 2210
}

.jw-placeholder--line {
    background-color: #469fd5;
    border-radius: 0
}

.jw-placeholder--dashed {
    background-color: transparent;
    border: 2px dashed #469fd5;
    border-radius: 0;
    box-shadow: none
}

.jw-strip-cut-highlight {
    border: 2px solid #469fd5;
    inset: 0;
    position: absolute;
    z-index: 2210
}

.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) {

    :where(html) .jw-element-image,
    :where(html) .jw-image-text .jw-element-image {
        --jw-image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-image,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-image-text .jw-element-image {
            --jw-image-centered: 1;
            float: none;
            margin-left: auto;
            margin-right: auto
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-element-image,
    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-image-text .jw-element-image {
        --jw-image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

@supports not (container-type:inline-size) {

    :where(.jw-responsive--preview-root.lt640) .jw-element-image,
    :where(.jw-responsive--preview-root.lt640) .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-image: var(--jw-element-image--icon-image);
    mask-image: var(--jw-element-image--icon-image);
    -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: .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 -.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 .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: .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 {
    display: none
}

@supports (container-type:inline-size) {
    @container (max-width: 300px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-audio .plyr {
            min-width: 0
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-audio .plyr__menu,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-audio .plyr__volume {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt300) .jw-element-audio .plyr {
        min-width: 0
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt300) .jw-element-audio .plyr__menu,
    :where(.jw-responsive-root--force-fallback) :where(.lt300) .jw-element-audio .plyr__volume {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.lt300) .jw-element-audio .plyr {
        min-width: 0
    }

    :where(.lt300) .jw-element-audio .plyr__menu,
    :where(.lt300) .jw-element-audio .plyr__volume {
        display: none
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 200px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-audio .plyr__time {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt200) .jw-element-audio .plyr__time {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.lt200) .jw-element-audio .plyr__time {
        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: .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, .1);
    outline-offset: -1px
}

.jw-element-spacer-backend .jw-element-spacer-label {
    bottom: 0;
    color: rgba(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%, .2)
}

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

.jw-element-spacer-container.jw-element-spacer-backend {
    transition: background-color .5s, border-color .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%, .2);
    border-color: hsla(0, 0%, 51%, .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 .5s
}

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

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-spacer .jw-element-spacer-container {
            max-height: 10px
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-spacer .jw-element-spacer-container {
        max-height: 10px
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .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
}

:root {
    --jw-form-element-input-padding: 1rem
}

.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: .4em .8em
}

.jw-element-form-group {
    margin: 0 0 1em
}

.jw-element-form-group-small {
    margin-bottom: .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
}

@container (min-width: 35em) {
    .jw-form-container.jw-form-horizontal .jw-element-form-group {
        margin-bottom: 1.25em
    }

    .jw-form-container.jw-form-horizontal .jw-element-form-label {
        float: left;
        font-weight: 400;
        padding-right: 2em;
        padding-top: .5em;
        width: 28%
    }

    .jw-form-container.jw-form-horizontal .jw-element-form-content {
        margin-left: 28%;
        width: 72%
    }
}

.jw-element-form-label {
    box-sizing: border-box;
    display: block;
    margin-bottom: .75em
}

.jw-element-form-label.jw-element-form-is-error {
    color: var(--w-form-error-color)
}

.jw-element-form-content {
    margin-bottom: .25em
}

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

.jw-element-form-content input::-webkit-file-upload-button {
    background-color: var(--jw-swatch--accent-color);
    border: none;
    border-radius: 2px;
    color: var(--jw-swatch--accent-color--button-text-on);
    min-height: 30px;
    padding-inline: 1em
}

.jw-element-form-content input::file-selector-button {
    background-color: var(--jw-swatch--accent-color);
    border: none;
    border-radius: 2px;
    color: var(--jw-swatch--accent-color--button-text-on);
    min-height: 30px;
    padding-inline: 1em
}

.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: 35em) {
    .jw-form-container.jw-form-horizontal .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;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    max-width: 400px;
    padding: 1rem;
    padding: var(--jw-form-element-input-padding);
    transition: background-color .1s ease, border-color .1s ease
}

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

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

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

select.jw-element-form-input-text {
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: .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: .6em .8em .6em .3em;
    vertical-align: middle
}

textarea {
    min-height: 6em
}

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

.jw-toggle-block {
    margin-bottom: .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: .2em;
    box-sizing: border-box;
    display: flex;
    min-height: 4em;
    padding: 0 1em 0 3.1em;
    transition: border-color .15s ease, box-shadow .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: .8em
}

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

.jw-toggle-block__images {
    display: flex;
    flex: 0 0 40px;
    padding: .5em .8em .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: .8em
}

.jw-element-form-well {
    border-radius: .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: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;
    padding: 0 1em 0 0
}

@container (min-width: 35em) {
    .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: .7
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-webshop-form .jw-element-form-label {
            margin-bottom: .3em
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-webshop-form .jw-element-form-label {
        margin-bottom: .3em
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-webshop-form .jw-element-form-label {
        margin-bottom: .3em
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-webshop-form .jw-element-form-content {
            margin-bottom: .3em
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-webshop-form .jw-element-form-content {
        margin-bottom: .3em
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-webshop-form .jw-element-form-content {
        margin-bottom: .3em
    }
}

.jw-webshop-form .jw-element-form-input-text {
    flex: 0 1 auto;
    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: var(--w-form-error-color)
}

.jw-element-form-is-error .captcha-widget iframe {
    border: 1px solid var(--w-form-error-color);
    border-radius: 2px
}

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

.jw-slideshow:hover .jw-element-overlay {
    background: rgba(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: .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: .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: " – "
}

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

.jw-map {
    word-wrap: normal !important
}

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

.jw-map__marker {
    cursor: pointer;
    height: 41px;
    width: 27px
}

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

.pac-container:after {
    background-image: url(https://maps.gstatic.com/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(https://maps.gstatic.com/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 not (max-width:640px) {
    :where(html) .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important
    }

    :where(html) .jw-tree-horizontal>.jw-tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px
    }

    :where(html) .jw-tree-horizontal>.jw-columns__node--separator-left {
        border-left-style: solid;
        border-left-width: 2px
    }

    :where(html) .jw-tree-horizontal>.jw-columns__node--separator-left.jw-node-is-first-child {
        margin-left: 12px
    }

    :where(html) .jw-tree-horizontal>.jw-columns__node--separator-right {
        border-right-style: solid;
        border-right-width: 2px
    }

    :where(html) .jw-tree-horizontal>.jw-columns__node--separator-right.jw-node-is-last-child {
        margin-right: 12px
    }
}

@supports (container-type:inline-size) {
    @container preview-root not (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal {
            align-items: stretch;
            display: flex;
            flex-direction: row;
            margin-left: -12px;
            margin-right: -12px;
            width: auto !important
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal>.jw-tree-node {
            min-width: 0;
            padding-left: 12px;
            padding-right: 12px
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal>.jw-columns__node--separator-left {
            border-left-style: solid;
            border-left-width: 2px
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal>.jw-columns__node--separator-left.jw-node-is-first-child {
            margin-left: 12px
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal>.jw-columns__node--separator-right {
            border-right-style: solid;
            border-right-width: 2px
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal>.jw-columns__node--separator-right.jw-node-is-last-child {
            margin-right: 12px
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-left {
        border-left-style: solid;
        border-left-width: 2px
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-left.jw-node-is-first-child {
        margin-left: 12px
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-right {
        border-right-style: solid;
        border-right-width: 2px
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-right.jw-node-is-last-child {
        margin-right: 12px
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-tree-node {
        min-width: 0;
        padding-left: 12px;
        padding-right: 12px
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-left {
        border-left-style: solid;
        border-left-width: 2px
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-left.jw-node-is-first-child {
        margin-left: 12px
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-right {
        border-right-style: solid;
        border-right-width: 2px
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal>.jw-columns__node--separator-right.jw-node-is-last-child {
        margin-right: 12px
    }
}

@media (max-width:640px) {
    :where(html) .jw-tree-horizontal {
        --jw-columns-collapsed: 1
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal {
            --jw-columns-collapsed: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-tree-horizontal {
        --jw-columns-collapsed: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .jw-tree-horizontal {
        --jw-columns-collapsed: 1
    }
}

.jw-columns--grid-column-size-sm {
    --jw-columns--grid-columns: 6
}

.jw-columns--grid-column-size-md {
    --jw-columns--grid-columns: 4
}

.jw-columns--grid-column-size-lg {
    --jw-columns--grid-columns: 3
}

.jw-columns--grid-column-size-xl {
    --jw-columns--grid-columns: 2
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-sm {
            --jw-columns--grid-columns: 4
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-md {
            --jw-columns--grid-columns: 3
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 4
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .jw-columns--grid-column-size-md {
        --jw-columns--grid-columns: 3
    }
}

@supports not (container-type:inline-size) {
    :where(.lt800) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 4
    }

    :where(.lt800) .jw-columns--grid-column-size-md {
        --jw-columns--grid-columns: 3
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-sm {
            --jw-columns--grid-columns: 3
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-lg {
            --jw-columns--grid-columns: 2
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 3
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-columns--grid-column-size-lg {
        --jw-columns--grid-columns: 2
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 3
    }

    :where(.lt600) .jw-columns--grid-column-size-lg {
        --jw-columns--grid-columns: 2
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 540px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-md {
            --jw-columns--grid-columns: 2
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-xl {
            --jw-columns--grid-columns: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .jw-columns--grid-column-size-md {
        --jw-columns--grid-columns: 2
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .jw-columns--grid-column-size-xl {
        --jw-columns--grid-columns: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt540) .jw-columns--grid-column-size-md {
        --jw-columns--grid-columns: 2
    }

    :where(.lt540) .jw-columns--grid-column-size-xl {
        --jw-columns--grid-columns: 1
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 480px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-sm {
            --jw-columns--grid-columns: 2
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns--grid-column-size-lg {
            --jw-columns--grid-columns: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt480) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 2
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt480) .jw-columns--grid-column-size-lg {
        --jw-columns--grid-columns: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt480) .jw-columns--grid-column-size-sm {
        --jw-columns--grid-columns: 2
    }

    :where(.lt480) .jw-columns--grid-column-size-lg {
        --jw-columns--grid-columns: 1
    }
}

@media not (max-width:640px) {
    :where(html) .jw-tree-horizontal.jw-columns--mode-grid {
        flex-wrap: wrap;
        row-gap: 24px
    }

    :where(html) .jw-tree-horizontal.jw-columns--mode-grid .jw-column {
        width: calc(100%/var(--jw-columns--grid-columns)) !important
    }
}

@supports (container-type:inline-size) {
    @container preview-root not (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal.jw-columns--mode-grid {
            flex-wrap: wrap;
            row-gap: 24px
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-tree-horizontal.jw-columns--mode-grid .jw-column {
            width: calc(100%/var(--jw-columns--grid-columns)) !important
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal.jw-columns--mode-grid {
        flex-wrap: wrap;
        row-gap: 24px
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal.jw-columns--mode-grid .jw-column {
        width: calc(100%/var(--jw-columns--grid-columns)) !important
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal.jw-columns--mode-grid {
        flex-wrap: wrap;
        row-gap: 24px
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-tree-horizontal.jw-columns--mode-grid .jw-column {
        width: calc(100%/var(--jw-columns--grid-columns)) !important
    }
}

@media (max-width:640px) {
    :where(html) .jw-column {
        display: block !important;
        width: 100% !important
    }

    :where(html) .jw-column .jw-tree-empty-placeholder {
        display: none
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-column {
            display: block !important;
            width: 100% !important
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-column .jw-tree-empty-placeholder {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-column {
        display: block !important;
        width: 100% !important
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-column .jw-tree-empty-placeholder {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .jw-column {
        display: block !important;
        width: 100% !important
    }

    :where(.jw-responsive--preview-root.lt640) .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-columns--mode-flex>.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: .9em;
    min-width: 3em;
    padding: .2em .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: .4em
}

.jw-table--flat td,
.jw-table--flat th {
    padding: .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
}

.handsontable.htContextMenu:not(.htGhostTable) {
    z-index: 2120
}

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

.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: .5em;
    padding: 1em;
    position: relative
}

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

.jw-comment-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.jw-comment-name {
    font-weight: 700
}

.jw-comment-text {
    margin-bottom: 0
}

.jw-comment-actions {
    opacity: .75
}

.jw-comment-error {
    display: none
}

.jw-element-form-is-error.captcha-widget iframe {
    border: 1px solid var(--w-form-error-color)
}

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

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

.jw-comment.is-not-visible,
.jw-is-editor .jw-comment-react {
    display: none
}

.jw-is-backend:not(.jw-is-mobile-view) .share-button--mobile-only {
    opacity: .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;
    gap: 5px
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-social-share .share-button-container {
            display: flex
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-element-social-share .share-button-container {
        display: flex
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-element-social-share .share-button-container {
        display: flex
    }
}

.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, .2);
    box-sizing: border-box;
    display: flex;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    padding-right: .8em;
    text-decoration: none;
    transition: background-color .2s ease, box-shadow .2s ease;
    width: auto
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-social-share .share-button {
            width: calc(33.33333% - 3.33333px)
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-element-social-share .share-button {
        width: calc(33.33333% - 3.33333px)
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-element-social-share .share-button {
        width: calc(33.33333% - 3.33333px)
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-social-share .share-button {
            width: calc(50% - 2.5px)
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-element-social-share .share-button {
        width: calc(50% - 2.5px)
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-element-social-share .share-button {
        width: calc(50% - 2.5px)
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 200px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-social-share .share-button {
            width: 100%
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt200) .jw-element-social-share .share-button {
        width: 100%
    }
}

@supports not (container-type:inline-size) {
    :where(.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, .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, .15)
}

.jw-element-social-share .share-button--wrapper {
    border: 1px solid rgba(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, .1);
    flex: 0 0 auto;
    font-size: 1.1em;
    line-height: 1.81818182em;
    margin-right: .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 .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: .8
}

.jw-element-social-follow-profile:active {
    opacity: .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: .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: .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: -.05em -.05em #69c9d0, .05em .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) {
    :where(html) .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-element-separator {
            --jw-element-separator__margin: 0.5em !important;
            --jw-separator-forced-margins: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1
    }
}

.jw-album {
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--item-gap)/-2)
}

.jw-album--spacing-cozy {
    --item-gap: 0.25em
}

.jw-album--spacing-compact {
    --item-gap: 0.5em
}

.jw-album--spacing-comfortable {
    --item-gap: 1em
}

.jw-album .jw-album-image {
    padding: calc(var(--item-gap)/2)
}

.jw-album.jw-album--display-format-masonry .jw-album-image {
    margin: calc(var(--item-gap)/2);
    padding: 0
}

.jw-album__pusher {
    display: none
}

.jw-album--display-format-masonry .jw-album__pusher {
    display: block;
    flex-grow: 1000;
    min-width: 25%
}

.jw-album-image {
    align-items: center;
    box-sizing: border-box;
    justify-content: center
}

.jw-album-image,
.jw-album-image__inner {
    display: flex;
    overflow: hidden;
    position: relative
}

.jw-album-image__inner {
    width: 100%
}

.jw-album-image__aspect {
    display: block;
    padding-bottom: calc(100%/var(--target-aspect-ratio))
}

.jw-album-image__image {
    height: 100%;
    inset: 0;
    min-height: 1px;
    min-width: 1px;
    position: absolute;
    width: 100%
}

.jw-album-image__caption {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: .5em;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .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--size-small {
    --min-row-height: 120px;
    --max-row-height: 200px;
    --items-per-row: 6
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-small {
            --items-per-row: 4
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-album--size-small {
        --items-per-row: 4
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-album--size-small {
        --items-per-row: 4
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-small {
            --items-per-row: 3
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-album--size-small {
        --items-per-row: 3
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-album--size-small {
        --items-per-row: 3
    }
}

.jw-album--size-medium {
    --min-row-height: 200px;
    --max-row-height: 300px;
    --items-per-row: 4
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-medium {
            --items-per-row: 3
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-album--size-medium {
        --items-per-row: 3
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-album--size-medium {
        --items-per-row: 3
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-medium {
            --items-per-row: 2
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-album--size-medium {
        --items-per-row: 2
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-album--size-medium {
        --items-per-row: 2
    }
}

.jw-album--size-large {
    --min-row-height: 300px;
    --max-row-height: 450px;
    --items-per-row: 3
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-large {
            --items-per-row: 2
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-album--size-large {
        --items-per-row: 2
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .jw-album--size-large {
        --items-per-row: 2
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-album--size-large {
            --items-per-row: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-album--size-large {
        --items-per-row: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-album--size-large {
        --items-per-row: 1
    }
}

.jw-album--display-format-cover .jw-album-image {
    --target-aspect-ratio: 1;
    width: calc(100%/var(--items-per-row))
}

.jw-album--display-format-cover .jw-album-image__image {
    -o-object-fit: cover;
    object-fit: cover
}

.jw-album--display-format-contain .jw-album-image {
    --target-aspect-ratio: calc(max(1, var(--source-aspect-ratio)));
    width: calc(100%/var(--items-per-row))
}

.jw-album--display-format-contain .jw-album-image__image {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.jw-album--display-format-masonry .jw-album-image {
    --target-aspect-ratio: var(--source-aspect-ratio);
    flex-grow: calc(var(--source-aspect-ratio)*100);
    flex-grow: calc(var(--target-aspect-ratio)*100);
    max-height: var(--max-row-height);
    width: calc(var(--source-aspect-ratio)*var(--min-row-height));
    width: calc(var(--target-aspect-ratio)*var(--min-row-height))
}

.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: .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: .1em .5em
}

.jw-news-posts--list .jw-news-post {
    padding: .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: .3em .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: .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
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-news-posts--paragraph .jw-news-post__image--size-small {
            float: none;
            margin: 0 0 1em;
            max-width: 100%;
            width: 100%
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-news-posts--paragraph .jw-news-post__image--size-small {
        float: none;
        margin: 0 0 1em;
        max-width: 100%;
        width: 100%
    }
}

@supports not (container-type:inline-size) {
    :where(.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
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-news-posts--paragraph .jw-news-post__image--size-large {
            float: none;
            margin: 0 0 1em;
            max-width: 100%;
            width: 100%
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .jw-news-posts--paragraph .jw-news-post__image--size-large {
        float: none;
        margin: 0 0 1em;
        max-width: 100%;
        width: 100%
    }
}

@supports not (container-type:inline-size) {
    :where(.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: .5em
}

.jw-news-posts--paragraph .jw-news-post__meta {
    opacity: .8
}

.jw-news-posts--grid {
    --items-per-row: 3;
    flex-flow: row wrap;
    margin: -.5em
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-news-posts--grid {
            --items-per-row: 2
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .jw-news-posts--grid {
        --items-per-row: 2
    }
}

@supports not (container-type:inline-size) {
    :where(.lt800) .jw-news-posts--grid {
        --items-per-row: 2
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-news-posts--grid {
            --items-per-row: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-news-posts--grid {
        --items-per-row: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-news-posts--grid {
        --items-per-row: 1
    }
}

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

.jw-news-posts--grid .jw-news-heading {
    margin: .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(100%/var(--items-per-row) - 1em);
    margin: .5em
}

.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, .5) 0, rgba(0, 0, 0, .25) 30%, transparent);
    color: #fff;
    text-shadow: 0 1px 2px rgba(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: .1em !important;
    padding-bottom: 0 !important
}

.jw-news-page__meta {
    margin-bottom: 0;
    opacity: .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 .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%, .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 {
    --background-color: var(--jw-button-background-color);
    --content-color: var(--jw-button-content-color);
    --border-color: var(--jw-button-border-color);
    align-items: center;
    background-color: var(--jw-button-background-color);
    background-color: var(--background-color);
    border: 0;
    border-radius: min(var(--jw-button-border-radius), calc(var(--jw-button-height)/2));
    box-shadow: inset 0 0 0 var(--jw-button-border-width) var(--jw-button-border-color);
    box-shadow: inset 0 0 0 var(--jw-button-border-width) var(--border-color);
    box-sizing: border-box;
    color: var(--jw-button-content-color) !important;
    color: var(--content-color) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--jw-button-font-size);
    gap: var(--jw-button-visual-to-text);
    justify-content: center;
    line-height: 1.2;
    min-height: var(--jw-button-height);
    padding-block: var(--jw-button-block-edge-to-text);
    padding-inline: var(--jw-button-inline-edge-to-text);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jw-btn:not(:disabled):active,
.jw-btn:not(:disabled):focus,
.jw-btn:not(:disabled):hover {
    --background-color: var(--jw-button-background-color-hover);
    --content-color: var(--jw-button-content-color-hover);
    --border-color: var(--jw-button-border-color-hover)
}

.jw-btn:not(:disabled):active {
    box-shadow: inset 0 2px calc(var(--jw-button-height)/3) rgba(0, 0, 0, .2), inset 0 0 0 var(--jw-button-border-width) var(--border-color)
}

.jw-btn:focus {
    outline: 1px solid var(--jw-button-color-450);
    outline-offset: 2px
}

.jw-btn:focus:not(:focus-visible) {
    outline: none
}

.jw-btn:disabled {
    filter: saturate(10%);
    opacity: .8
}

.jw-btn--icon-only {
    min-width: var(--jw-button-height);
    padding-inline: var(--jw-button-block-edge-to-text)
}

.jw-btn--custom-color {
    --jw-button-color-125: var(--jw-button-custom-color);
    --jw-button-color-450: var(--jw-button-custom-color);
    --jw-button-color-on-125: var(--jw-button-custom-color-text);
    --jw-button-color-125-accent: var(--jw-button-custom-color-hover);
    --jw-button-color-on-125-accent: var(--jw-button-custom-color-text)
}

.jw-btn {
    --jw-button-background-color-flat: var(--jw-button-color-125);
    --jw-button-background-color-hover-flat: var(--jw-button-color-125-accent);
    --jw-button-content-color-flat: var(--jw-button-color-on-125);
    --jw-button-content-color-hover-flat: var(--jw-button-color-on-125-accent);
    --jw-button-border-color-flat: transparent;
    --jw-button-border-color-hover-flat: transparent;
    --jw-button-border-width-flat: 0px;
    --jw-button-background-color-border: transparent;
    --jw-button-background-color-hover-border: var(--jw-button-color-125);
    --jw-button-content-color-border: var(--jw-button-color-450);
    --jw-button-content-color-hover-border: var(--jw-button-color-on-125);
    --jw-button-border-color-border: var(--jw-button-color-450);
    --jw-button-border-color-hover-border: var(--jw-button-color-450);
    --jw-button-border-width-border: 2px;
    --jw-button-background-color: var(--jw-button-background-color-default);
    --jw-button-background-color-hover: var(--jw-button-background-color-hover-default);
    --jw-button-content-color: var(--jw-button-content-color-default);
    --jw-button-content-color-hover: var(--jw-button-content-color-hover-default);
    --jw-button-border-color: var(--jw-button-border-color-default);
    --jw-button-border-color-hover: var(--jw-button-border-color-hover-default);
    --jw-button-border-width: var(--jw-button-border-width-default)
}

.jw-btn--style-flat {
    --jw-button-background-color: var(--jw-button-background-color-flat);
    --jw-button-background-color-hover: var(--jw-button-background-color-hover-flat);
    --jw-button-content-color: var(--jw-button-content-color-flat);
    --jw-button-content-color-hover: var(--jw-button-content-color-hover-flat);
    --jw-button-border-color: var(--jw-button-border-color-flat);
    --jw-button-border-color-hover: var(--jw-button-border-color-hover-flat);
    --jw-button-border-width: var(--jw-button-border-width-flat)
}

.jw-btn--style-border {
    --jw-button-background-color: var(--jw-button-background-color-border);
    --jw-button-background-color-hover: var(--jw-button-background-color-hover-border);
    --jw-button-content-color: var(--jw-button-content-color-border);
    --jw-button-content-color-hover: var(--jw-button-content-color-hover-border);
    --jw-button-border-color: var(--jw-button-border-color-border);
    --jw-button-border-color-hover: var(--jw-button-border-color-hover-border);
    --jw-button-border-width: var(--jw-button-border-width-border)
}

.jw-btn {
    --jw-button-border-radius: var(--jw-button-border-radius-default)
}

.jw-btn--roundness-square {
    --jw-button-border-radius: var(--jw-button-border-radius-square)
}

.jw-btn--roundness-rounded {
    --jw-button-border-radius: var(--jw-button-border-radius-soft)
}

.jw-btn--roundness-round {
    --jw-button-border-radius: var(--jw-button-border-radius-round)
}

.jw-btn--size-small {
    --jw-button-font-size: var(--jw-font-size-075);
    --jw-button-icon-size: var(--jw-icon-size-075);
    --jw-button-height: var(--jw-component-height-075);
    --jw-button-block-edge-to-text: var(--jw-component-block-edge-to-text-075);
    --jw-button-inline-edge-to-text: var(--jw-component-inline-edge-to-text-075);
    --jw-button-visual-to-text: var(--jw-spacing-050)
}

.jw-btn--size-medium {
    --jw-button-font-size: var(--jw-font-size-100);
    --jw-button-icon-size: var(--jw-icon-size-100);
    --jw-button-height: var(--jw-component-height-100);
    --jw-button-block-edge-to-text: var(--jw-component-block-edge-to-text-100);
    --jw-button-inline-edge-to-text: var(--jw-component-inline-edge-to-text-100);
    --jw-button-visual-to-text: var(--jw-spacing-075)
}

.jw-btn--size-large {
    --jw-button-font-size: var(--jw-font-size-200);
    --jw-button-icon-size: var(--jw-icon-size-200);
    --jw-button-height: var(--jw-component-height-200);
    --jw-button-block-edge-to-text: var(--jw-component-block-edge-to-text-200);
    --jw-button-inline-edge-to-text: var(--jw-component-inline-edge-to-text-200);
    --jw-button-visual-to-text: var(--jw-spacing-100)
}

.jw-btn--size-extra-large {
    --jw-button-font-size: var(--jw-font-size-300);
    --jw-button-icon-size: var(--jw-icon-size-300);
    --jw-button-height: var(--jw-component-height-300);
    --jw-button-block-edge-to-text: var(--jw-component-block-edge-to-text-300);
    --jw-button-inline-edge-to-text: var(--jw-component-inline-edge-to-text-300);
    --jw-button-visual-to-text: var(--jw-spacing-125)
}

.jw-btn-is-full-width {
    overflow: visible;
    width: 100%
}

.jw-btn--icon-position-start .jw-btn-icon {
    order: 0
}

.jw-btn--icon-position-end .jw-btn-icon {
    order: 1
}

@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-icon {
    height: var(--jw-button-icon-size);
    width: var(--jw-button-icon-size)
}

.jw-btn-icon svg {
    height: 100%;
    width: 100%
}

.jw-btn-icon svg path,
.jw-btn-icon svg polygon,
.jw-btn-icon svg rect {
    fill: currentColor
}

.website-logout {
    border-top: 1px solid transparent;
    margin-top: 2rem;
    padding-top: 1rem
}

.product-sticker {
    float: right;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: 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 {
    --product-padding: 1.5em;
    border-color: currentcolor;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: none;
    display: grid;
    grid-template-areas: "image top" "image description" "image long-description" "image button" "image .";
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: repeat(4, min-content) 1fr;
    max-width: 100%;
    min-width: 100px;
    padding: 1.5em 0;
    padding: var(--product-padding) 0;
    position: relative
}

.product__image-container {
    grid-area: image;
    margin-right: var(--product-padding)
}

.product__top {
    grid-area: top
}

.product__description {
    grid-area: description
}

.product__long-description {
    grid-area: long-description
}

.product__button-container {
    grid-area: button
}

.product.product--placeholder .product-image__image {
    opacity: .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 {
    margin-top: -1em
}

.jw-product+.jw-product .product {
    border-top-width: 0
}

@media not (max-width:640px) {
    :where(html) .jw-columns .jw-product+.jw-product {
        margin-top: 1em
    }

    :where(html) .jw-columns .product {
        border-width: 1px;
        padding: var(--product-padding)
    }
}

@supports (container-type:inline-size) {
    @container preview-root not (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns .jw-product+.jw-product {
            margin-top: 1em
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-columns .product {
            border-width: 1px;
            padding: var(--product-padding)
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-columns .jw-product+.jw-product {
        margin-top: 1em
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-columns .product {
        border-width: 1px;
        padding: var(--product-padding)
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root:not(.lt640)) .jw-columns .jw-product+.jw-product {
        margin-top: 1em
    }

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-columns .product {
        border-width: 1px;
        padding: var(--product-padding)
    }
}

.product__heading {
    word-wrap: break-word;
    margin-top: 0 !important;
    max-width: 100%
}

.product__heading,
.product__top .product-sticker {
    display: inline-block
}

.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__top {
    margin-bottom: 10px
}

.product__variants {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    vertical-align: top
}

.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: .8em;
    line-height: 1.5em;
    opacity: .6;
    text-decoration: line-through;
    vertical-align: top
}

.product__price-disclaimer {
    display: inline-block;
    font-size: .7em;
    line-height: 1.71428571em;
    vertical-align: top
}

.product-gallery--size-sm .product__price-disclaimer {
    display: block;
    font-size: .6em
}

.product__free-shipping-motivator {
    display: inline-block;
    font-size: .9em;
    font-weight: bolder
}

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

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product {
            grid-template-areas: "top" "image" "description" "long-description" "button";
            grid-template-columns: minmax(0, 1fr);
            grid-template-rows: auto
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__image-container {
            margin: 10px 0;
            width: auto
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__description {
            margin-bottom: 10px
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product {
        grid-template-areas: "top" "image" "description" "long-description" "button";
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product__image-container {
        margin: 10px 0;
        width: auto
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product__description {
        margin-bottom: 10px
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .product {
        grid-template-areas: "top" "image" "description" "long-description" "button";
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto
    }

    :where(.lt600) .product__image-container {
        margin: 10px 0;
        width: auto
    }

    :where(.lt600) .product__description {
        margin-bottom: 10px
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__button-container {
            display: flex;
            flex-wrap: wrap
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__button-container .product__add-to-cart {
            flex-grow: 1
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__button-container button+button {
            margin-left: .3em
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product__variants {
            margin-left: 0;
            margin-top: 10px;
            width: 100%
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product__button-container {
        display: flex;
        flex-wrap: wrap
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product__button-container .product__add-to-cart {
        flex-grow: 1
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product__button-container button+button {
        margin-left: .3em
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product__variants {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .product__button-container {
        display: flex;
        flex-wrap: wrap
    }

    :where(.lt400) .product__button-container .product__add-to-cart {
        flex-grow: 1
    }

    :where(.lt400) .product__button-container button+button {
        margin-left: .3em
    }

    :where(.lt400) .product__variants {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }
}

.product__image {
    padding-top: 0
}

.product-properties {
    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
}

.product-field-container .jw-element-form-input-text,
.product-field-container .jw-select,
.product__property .jw-element-form-input-text,
.product__property .jw-select,
.product__property--preview {
    width: 100%
}

.product__property-radio {
    opacity: 0;
    position: absolute
}

.product__property-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    margin-top: .5em
}

.product__property-button {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    max-width: 150px;
    overflow: hidden;
    padding: .75em 1em;
    text-overflow: ellipsis;
    transition: all .2s ease;
    white-space: nowrap
}

.product__property-button:hover {
    background: #f5f5f5;
    border-color: #999
}

.product__property-button:focus {
    outline: 2px solid var(--w-accent-color);
    outline-offset: 2px
}

.product__property-radio:checked+.product__property-button {
    background: var(--w-accent-color);
    border-color: var(--w-accent-color);
    color: #fff
}

.product__property-radio:checked+.product__property-button:hover {
    background: var(--w-accent-color);
    border-color: var(--w-accent-color);
    filter: brightness(.9)
}

.product__property-preview {
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    margin-top: .5em
}

.product__property-preview-box {
    align-items: center;
    background: var(--w-background-color);
    border: 2px solid var(--w-border-color);
    border-radius: 6px;
    color: var(--w-color);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-width: 120px;
    min-width: 80px;
    padding: .75em;
    transition: all .2s ease
}

.product__property-preview-box:hover {
    border-color: var(--w-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.product__property-preview-box:focus {
    outline: 2px solid var(--w-accent-color);
    outline-offset: 2px
}

.product__property-radio:checked+.product__property-preview-box {
    border-color: var(--w-accent-color);
    box-shadow: 0 0 0 1px var(--w-accent-color)
}

.product__property-radio:checked+.product__property-preview-box:hover {
    border-color: var(--w-accent-color);
    filter: brightness(.9)
}

.product__property-preview-image {
    border-radius: 4px;
    height: 60px;
    margin-bottom: .5em;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.product__property-preview-placeholder {
    align-items: center;
    background: var(--w-border-color);
    border-radius: 4px;
    display: flex;
    height: 60px;
    justify-content: center;
    margin-bottom: .5em;
    width: 60px
}

.product__property-preview-placeholder-text {
    color: var(--w-color);
    font-weight: 700;
    text-transform: uppercase
}

.product__property-preview-label {
    color: var(--w-color);
    font-size: .75em;
    line-height: 1.2;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    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: var(--w-form-error-color);
    margin: 1em 0 .4em
}

.product .product-image {
    align-items: center
}

.product .product-image__image--main {
    height: auto
}

.product-gallery {
    --content-padding: 15px;
    --button-gap: 10px;
    --button-height: 2em;
    --select-height: 3em;
    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 calc(100%/var(--items-per-row));
    flex-direction: column;
    min-width: 0
}

.product-gallery__content {
    --content-margin: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    margin: var(--content-margin);
    position: relative;
    transition: z-index .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease, padding .3s ease, margin .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: .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: .8em;
    line-height: 1.6em;
    opacity: .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: var(--content-padding)
}

.product-gallery__expand-container button,
.product-gallery__expand-container select {
    position: relative;
    z-index: 2
}

.product-gallery__expand-container select {
    margin-bottom: var(--button-gap);
    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: .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-cart__icon {
    display: none
}

.product-gallery__button-container .product__add-to-wishlist {
    flex: 0 0 auto
}

.product-gallery--size-sm {
    --items-per-row: 6
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-sm {
            --items-per-row: 4
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .product-gallery--size-sm {
        --items-per-row: 4
    }
}

@supports not (container-type:inline-size) {
    :where(.lt800) .product-gallery--size-sm {
        --items-per-row: 4
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-sm {
            --items-per-row: 3
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-gallery--size-sm {
        --items-per-row: 3
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .product-gallery--size-sm {
        --items-per-row: 3
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 480px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-sm {
            --items-per-row: 2
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-sm .product__add-to-cart__label:not(:only-child) {
            display: none
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-sm .product__add-to-cart__icon {
            display: block
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt480) .product-gallery--size-sm {
        --items-per-row: 2
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt480) .product-gallery--size-sm .product__add-to-cart__label:not(:only-child) {
        display: none
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt480) .product-gallery--size-sm .product__add-to-cart__icon {
        display: block
    }
}

@supports not (container-type:inline-size) {
    :where(.lt480) .product-gallery--size-sm {
        --items-per-row: 2
    }

    :where(.lt480) .product-gallery--size-sm .product__add-to-cart__label:not(:only-child) {
        display: none
    }

    :where(.lt480) .product-gallery--size-sm .product__add-to-cart__icon {
        display: block
    }
}

.product-gallery--size-md {
    --items-per-row: 4
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-md {
            --items-per-row: 3
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .product-gallery--size-md {
        --items-per-row: 3
    }
}

@supports not (container-type:inline-size) {
    :where(.lt800) .product-gallery--size-md {
        --items-per-row: 3
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 540px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-md {
            --items-per-row: 2
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-md .product__add-to-cart__label:not(:only-child) {
            display: none
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-md .product__add-to-cart__icon {
            display: block
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .product-gallery--size-md {
        --items-per-row: 2
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .product-gallery--size-md .product__add-to-cart__label:not(:only-child) {
        display: none
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .product-gallery--size-md .product__add-to-cart__icon {
        display: block
    }
}

@supports not (container-type:inline-size) {
    :where(.lt540) .product-gallery--size-md {
        --items-per-row: 2
    }

    :where(.lt540) .product-gallery--size-md .product__add-to-cart__label:not(:only-child) {
        display: none
    }

    :where(.lt540) .product-gallery--size-md .product__add-to-cart__icon {
        display: block
    }
}

.product-gallery--size-lg {
    --items-per-row: 3
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-lg {
            --items-per-row: 2
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-gallery--size-lg {
        --items-per-row: 2
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .product-gallery--size-lg {
        --items-per-row: 2
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-lg {
            --items-per-row: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product-gallery--size-lg {
        --items-per-row: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .product-gallery--size-lg {
        --items-per-row: 1
    }
}

.product-gallery--size-xl {
    --items-per-row: 2
}

@supports (container-type:inline-size) {
    @container (max-width: 540px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery--size-xl {
            --items-per-row: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt540) .product-gallery--size-xl {
        --items-per-row: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt540) .product-gallery--size-xl {
        --items-per-row: 1
    }
}

.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__item {
    margin: -1px 0 0 -1px
}

.product-gallery--style-bordered .product-gallery__content {
    border: 1px solid;
    flex: 1 0 auto;
    padding: var(--content-padding)
}

.product-gallery--style-bordered .product-sticker {
    right: calc(var(--content-padding)*-1)
}

.product-gallery--style-clean {
    --content-padding--style-clean: 11px;
    margin: -12px;
    margin: calc((var(--content-padding--style-clean) + 1px)*-1)
}

.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: var(--content-padding--style-clean);
    pointer-events: none
}

.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
    --content-margin: calc(var(--content-padding--style-clean) - var(--content-padding));
    padding: var(--content-padding)
}

.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--style-clean {
    --expand-container-height: 0px;
    --expand-container-margin: 0px
}

.product-gallery--style-bordered .product-gallery__details,
.product-gallery--style-clean .product-gallery__details {
    margin-bottom: auto
}

.product-gallery--style-bordered .product-gallery__item--has-button,
.product-gallery--style-bordered .product-gallery__item--has-options,
.product-gallery--style-clean .product-gallery__item--has-button,
.product-gallery--style-clean .product-gallery__item--has-options {
    --expand-container-margin: var(--content-padding);
    --expand-container-height: var(--button-height)
}

.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options {
    --expand-container-height: calc(var(--button-height) + var(--button-gap) + var(--select-height))
}

.product-gallery--style-bordered .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__expand-container {
    height: var(--expand-container-height);
    margin-top: calc(var(--expand-container-height)*-1);
    opacity: 0;
    transition: margin .3s ease, opacity .1s ease, visibility .3s ease;
    visibility: hidden
}

.product-gallery--style-bordered .product-gallery__expand-container button,
.product-gallery--style-clean .product-gallery__expand-container button {
    box-sizing: border-box;
    height: var(--button-height)
}

.product-gallery--style-bordered .product-gallery__expand-container select,
.product-gallery--style-clean .product-gallery__expand-container select {
    box-sizing: border-box;
    height: var(--select-height)
}

.product-gallery--style-bordered .product-gallery__content:focus-within,
.product-gallery--style-bordered .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .08);
    margin-bottom: calc((var(--expand-container-height) + var(--expand-container-margin))*-1 + var(--content-margin))
}

.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 {
    margin-top: var(--expand-container-margin);
    opacity: 1;
    transition: margin .3s ease, opacity .3s ease .1s, visibility .3s ease;
    visibility: visible
}

.jw-is-touch-device .product-gallery--style-bordered .product-gallery__content,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__content {
    margin-bottom: var(--content-margin)
}

.jw-is-touch-device .product-gallery--style-bordered .product-gallery__content .product-gallery__expand-container,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__content .product-gallery__expand-container {
    margin-top: var(--expand-container-margin);
    opacity: 1;
    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 {
    --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 .3s ease, visibility .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: .25em
}

.product-gallery-header .product-gallery-results {
    flex: 1 1 auto;
    margin-right: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-gallery-header .product-gallery-sorting-label {
    flex: 0 0 auto;
    margin-right: .5em
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-gallery-header .product-gallery-sorting-label {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .product-gallery-header .product-gallery-sorting-label {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.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: .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: .5em
}

.filter-option input[type=checkbox] {
    flex: 0 0 auto;
    margin-right: .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: .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)
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__container,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__image-container,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__top {
            width: calc(50% - 12.5px)
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .product-page__container,
    :where(.jw-responsive-root--force-fallback) :where(.lt800) .product-page__image-container,
    :where(.jw-responsive-root--force-fallback) :where(.lt800) .product-page__top {
        width: calc(50% - 12.5px)
    }
}

@supports not (container-type:inline-size) {

    :where(.lt800) .product-page__container,
    :where(.lt800) .product-page__image-container,
    :where(.lt800) .product-page__top {
        width: calc(50% - 12.5px)
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__container,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__image-container,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__top {
            float: none;
            width: 100%
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-page__container,
    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-page__image-container,
    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-page__top {
        float: none;
        width: 100%
    }
}

@supports not (container-type:inline-size) {

    :where(.lt600) .product-page__container,
    :where(.lt600) .product-page__image-container,
    :where(.lt600) .product-page__top {
        float: none;
        width: 100%
    }
}

.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: .75em;
    margin-left: .5em;
    opacity: 1;
    order: 2
}

.product-page .product__price-disclaimer {
    font-size: .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 .5em
}

.product-page__button-container>:first-child {
    margin-left: 0
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .product-page__button-container .product__add-to-cart {
            flex-grow: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .product-page__button-container .product__add-to-cart {
        flex-grow: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .product-page__button-container .product__add-to-cart {
        flex-grow: 1
    }
}

.product-page__button-notice {
    color: var(--w-form-error-color);
    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.25em
}

.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__item {
    display: inline-flex
}

.jw-pagination__item:before {
    align-items: center;
    display: inline-flex;
    height: 100%;
    padding: 0 .5em
}

.jw-pagination__item--hidden {
    display: none
}

.jw-pagination__item--hidden+.jw-pagination__item:before {
    content: "…"
}

@supports (container-type:inline-size) {
    @container (max-width: 400px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-pagination__item--hidden-lte400 {
            display: none
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-pagination__item--hidden-lte400+.jw-pagination__item:before {
            content: "…"
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-pagination__item--hidden-lte400 {
        display: none
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt400) .jw-pagination__item--hidden-lte400+.jw-pagination__item:before {
        content: "…"
    }
}

@supports not (container-type:inline-size) {
    :where(.lt400) .jw-pagination__item--hidden-lte400 {
        display: none
    }

    :where(.lt400) .jw-pagination__item--hidden-lte400+.jw-pagination__item:before {
        content: "…"
    }
}

@supports (container-type:inline-size) {
    @container (max-width: 300px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-pagination__item--hidden-lte300 {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt300) .jw-pagination__item--hidden-lte300 {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.lt300) .jw-pagination__item--hidden-lte300 {
        display: none
    }
}

.jw-pagination__item--visible-lte300 {
    display: none
}

@supports (container-type:inline-size) {
    @container (max-width: 300px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-pagination__item--visible-lte300 {
            display: inline-flex
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt300) .jw-pagination__item--visible-lte300 {
        display: inline-flex
    }
}

@supports not (container-type:inline-size) {
    :where(.lt300) .jw-pagination__item--visible-lte300 {
        display: inline-flex
    }
}

.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 .5em
}

.jw-pagination__page,
.jw-pagination__small {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    padding: 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 {
    grid-gap: .6rem;
    align-items: center;
    display: grid;
    gap: .6rem;
    list-style: none;
    padding: 1.2rem 0
}

.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;
    grid-area: heading;
    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 .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 .2s ease-out
}

.jw-element-accordion--align-icon-right .jw-element-accordion__heading {
    grid-template-areas: "heading icon";
    grid-template-columns: 1fr 2.7rem
}

.jw-element-accordion--align-icon-left .jw-element-accordion__heading {
    grid-template-areas: "icon heading";
    grid-template-columns: 2.7rem 1fr
}

.jw-element-accordion .jw-element-accordion__icon {
    grid-area: icon;
    justify-self: center;
    transition: transform .25s ease
}

.jw-element-accordion .jw-element-accordion__icon.website-rendering-icon-right-open {
    font-size: 1.8rem;
    transform: rotate(90deg)
}

.jw-element-accordion .jw-element-accordion__icon.website-rendering-icon-right-open:before {
    margin: 0
}

.jw-element-accordion .jw-element-accordion__icon--plus {
    display: block;
    height: 1.2rem;
    position: relative;
    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 .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: 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-strip-root {
    margin: 0 !important
}

.jw-strip {
    --simple-brick-max-width: calc(var(--content-width)*var(--strip-width-multiplier, 1));
    --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 .3s ease .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--narrow {
    --strip-width-multiplier: 0.5
}

.jw-strip--default {
    --strip-width-multiplier: 1
}

.jw-strip--wide {
    --strip-width-multiplier: 1.3
}

.jw-strip--color-accent+.jw-strip--color-accent,
.jw-strip--color-default.jw-strip--padding-both+.jw-strip--color-default.jw-strip--padding-both,
.jw-strip--color-inverse+.jw-strip--color-inverse,
.jw-strip--color-shaded+.jw-strip--color-shaded,
.jw-strip--image-content-color-dark+.jw-strip--image-content-color-dark,
.jw-strip--image-content-color-light+.jw-strip--image-content-color-light {
    border-top: 1px solid var(--w-line-color)
}

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

@media (max-width:640px) {
    :where(html) .jw-strip--style-split-image {
        grid-template-columns: [image content] 1fr;
        grid-template-rows: [image] auto [content] auto
    }

    :where(html) .jw-strip--style-split-image .jw-strip__image {
        position: static
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-strip--style-split-image {
            grid-template-columns: [image content] 1fr;
            grid-template-rows: [image] auto [content] auto
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-strip--style-split-image .jw-strip__image {
            position: static
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-strip--style-split-image {
        grid-template-columns: [image content] 1fr;
        grid-template-rows: [image] auto [content] auto
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-strip--style-split-image .jw-strip__image {
        position: static
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .jw-strip--style-split-image {
        grid-template-columns: [image content] 1fr;
        grid-template-rows: [image] auto [content] auto
    }

    :where(.jw-responsive--preview-root.lt640) .jw-strip--style-split-image .jw-strip__image {
        position: static
    }
}

.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 .3s ease .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, .5);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transition: all ease;
    transition-delay: .1s;
    transition-duration: .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, .5);
    right: 100%
}

.jw-strip__width-hint:after {
    border-left: 2px solid rgba(70, 159, 213, .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
    }
}

.jw-box {
    --jw-box--padding: 15px;
    --jw-box--border-width: 1px;
    border: 1px solid transparent;
    border: var(--jw-box--border-width) solid transparent;
    padding: 14px;
    padding: calc(var(--jw-box--padding) - var(--jw-box--border-width))
}

.jw-strip--color-accent .jw-box--color-accent,
.jw-strip--color-default .jw-box--color-default,
.jw-strip--color-inverse .jw-box--color-inverse,
.jw-strip--color-shaded .jw-box--color-shaded {
    border-color: var(--w-line-color)
}

.cart__items {
    margin-bottom: 1em
}

.cart__overview {
    display: flex;
    flex-direction: row;
    gap: 1em
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart__overview {
            flex-direction: column
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart__overview {
        flex-direction: column
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .cart__overview {
        flex-direction: column
    }
}

.cart__overview-block {
    flex: 0 0 60%
}

.cart__overview-block.is-auto-width {
    flex: 1 0 auto
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart__overview-block {
            flex-basis: auto !important;
            order: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart__overview-block {
        flex-basis: auto !important;
        order: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .cart__overview-block {
        flex-basis: auto !important;
        order: 1
    }
}

.cart__overview-totals {
    flex: 0 0 calc(40% - 1em);
    margin-left: auto
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart__overview-totals {
            flex-basis: auto;
            margin-left: 0;
            min-width: 0;
            order: 0
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart__overview-totals {
        flex-basis: auto;
        margin-left: 0;
        min-width: 0;
        order: 0
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .cart__overview-totals {
        flex-basis: auto;
        margin-left: 0;
        min-width: 0;
        order: 0
    }
}

.cart__coupon-input,
.cart__shipping-estimation {
    margin-bottom: 1em
}

.cart__coupon-input-error:not(:empty) {
    background-color: var(--w-form-error-color);
    border-color: var(--w-form-error-color);
    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
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-totals {
            margin-bottom: 0
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-totals {
        margin-bottom: 0
    }
}

@supports not (container-type:inline-size) {
    :where(.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: .5em;
    padding-top: .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 {
    padding-top: .5em
}

.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 .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: .6em 3em
}

.paypal-button:focus,
.paypal-button:hover {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, .05)
}

.paypal-button img {
    margin: 0
}

.cart-item {
    --image-column-size: 60px;
    --details-column-size: minmax(0, 1fr);
    --actions-column-size: calc(40% - 1em);
    grid-gap: 1em;
    align-items: center;
    border-block: 1px solid var(--border-color);
    display: grid;
    gap: 1em;
    grid-template-areas: "image details actions";
    grid-template-columns: 60px minmax(0, 1fr) calc(40% - 1em);
    grid-template-columns: var(--image-column-size) var(--details-column-size) var(--actions-column-size);
    padding: 1em 0
}

.cart-item.cart-item--no-image {
    grid-template-areas: "details actions";
    grid-template-columns: var(--details-column-size) var(--actions-column-size)
}

.cart-item.cart-item--no-actions {
    grid-template-areas: "image details";
    grid-template-columns: var(--image-column-size) var(--details-column-size)
}

.cart-item.cart-item--no-image.cart-item--no-actions {
    grid-template-areas: "details";
    grid-template-columns: var(--details-column-size)
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-item {
            align-items: start;
            grid-template-areas: "image details" "image actions";
            grid-template-columns: var(--image-column-size) var(--details-column-size)
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-item.cart-item--no-image {
            grid-template-areas: "details" "actions";
            grid-template-columns: var(--details-column-size)
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-item.cart-item--no-actions {
            grid-template-areas: "image details";
            grid-template-columns: var(--image-column-size) var(--details-column-size)
        }

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-item.cart-item--no-image.cart-item--no-actions {
            grid-template-areas: "details";
            grid-template-columns: var(--details-column-size)
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-item {
        align-items: start;
        grid-template-areas: "image details" "image actions";
        grid-template-columns: var(--image-column-size) var(--details-column-size)
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-item.cart-item--no-image {
        grid-template-areas: "details" "actions";
        grid-template-columns: var(--details-column-size)
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-item.cart-item--no-actions {
        grid-template-areas: "image details";
        grid-template-columns: var(--image-column-size) var(--details-column-size)
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-item.cart-item--no-image.cart-item--no-actions {
        grid-template-areas: "details";
        grid-template-columns: var(--details-column-size)
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .cart-item {
        align-items: start;
        grid-template-areas: "image details" "image actions";
        grid-template-columns: var(--image-column-size) var(--details-column-size)
    }

    :where(.lt600) .cart-item.cart-item--no-image {
        grid-template-areas: "details" "actions";
        grid-template-columns: var(--details-column-size)
    }

    :where(.lt600) .cart-item.cart-item--no-actions {
        grid-template-areas: "image details";
        grid-template-columns: var(--image-column-size) var(--details-column-size)
    }

    :where(.lt600) .cart-item.cart-item--no-image.cart-item--no-actions {
        grid-template-areas: "details";
        grid-template-columns: var(--details-column-size)
    }
}

.cart-item+.cart-item {
    border-block-start: none
}

.cart-item__image {
    box-sizing: border-box;
    grid-area: image
}

.cart-item__image img {
    float: left;
    max-height: 100px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 60px
}

.cart-item__image--placeholder {
    align-items: center;
    display: flex;
    justify-content: center
}

.cart-item__image--placeholder img {
    height: 45px;
    width: 45px
}

.cart-item__details {
    grid-area: details
}

.cart-item__title {
    word-wrap: break-word;
    font-size: 1.2em;
    line-height: 1.2
}

.cart-item__actions {
    grid-area: actions
}

.cart-item__actions .product-quantity-input {
    margin: 0
}

.cart-item__amount-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cart-item__price {
    flex: 1 0 auto;
    margin-left: .5em;
    text-align: right
}

@supports (container-type:inline-size) {
    @container (max-width: 600px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .cart-item__amount-label {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt600) .cart-item__amount-label {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.lt600) .cart-item__amount-label {
        display: none
    }
}

.product-quantity-input {
    display: block;
    margin-bottom: .5em
}

.product-quantity-input--block .product-quantity-input__label {
    display: block
}

.product-quantity-input__input,
.product-quantity-input__select {
    margin-left: .2em;
    width: 70px !important
}

.product-quantity-input__remove {
    font-size: 1.2em
}

.jw-issuer {
    margin-left: .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) {
    :where(html) .jw-toggle-block__button {
        display: none
    }
}

@supports (container-type:inline-size) {
    @container preview-root (max-width: 640px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-toggle-block__button {
            display: none
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root.lt640) .jw-toggle-block__button {
        display: none
    }
}

@supports not (container-type:inline-size) {
    :where(.jw-responsive--preview-root.lt640) .jw-toggle-block__button {
        display: none
    }
}

@media not (max-width:640px) {

    :where(html) .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
    :where(html) .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 preview-root not (max-width: 640px) {

        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-toggle-block__title+.jw-toggle-block__button {
            visibility: visible
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
    :where(.jw-responsive-root--force-fallback) :where(.jw-responsive--preview-root:not(.lt640)) .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) {

    :where(.jw-responsive--preview-root:not(.lt640)) .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
    :where(.jw-responsive--preview-root:not(.lt640)) .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: .2em 0 0 .2em
}

li:last-child>.jw-steps__step {
    border-radius: 0 .2em .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: .84852814em;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    width: .84852814em
}

.jw-steps__step:after {
    height: 100%;
    top: 0;
    width: 1px;
    z-index: 2
}

.jw-steps__icon {
    margin-right: .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: .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: .5em;
    min-height: 3em;
    padding: 1em
}

.jw-radio-select .jw-radio-select__input {
    margin: .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
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .account-page {
            flex-direction: column
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .account-page {
        flex-direction: column
    }
}

@supports not (container-type:inline-size) {
    :where(.lt800) .account-page {
        flex-direction: column
    }
}

.account-page__navigation {
    flex: 0 0 200px
}

@supports (container-type:inline-size) {
    @container (max-width: 800px) {
        :where(:is(body, .jw-responsive-root):not(.jw-responsive-root--force-fallback)) .account-page__navigation {
            order: 1
        }
    }

    :where(.jw-responsive-root--force-fallback) :where(.lt800) .account-page__navigation {
        order: 1
    }
}

@supports not (container-type:inline-size) {
    :where(.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: .15em 0
}

.account-navigation__item--active {
    font-weight: 700
}

@font-face {
    font-family: website-rendering;
    font-style: normal;
    font-weight: 400;
    src: url(/rb/website-rendering.eot?bust=ea0395c5a725f0d729c9);
    src: url(/rb/website-rendering.eot?bust=ea0395c5a725f0d729c9#iefix) format("embedded-opentype"), url(/rb/website-rendering.svg?bust=7e56c20f22f25e356eff#website-rendering) 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: .2em;
    margin-right: .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.c7a2b441bf8d633a2752.css.map*/