.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(../images/at.svg?bust=8dc68995ec419a9440a2)
}

.flag-icon-au {
    background-image: url(../images/au.svg?bust=dc25bf8b44e402f1e074)
}

.flag-icon-be {
    background-image: url(../images/be.svg?bust=6cac03795313d7c043bb)
}

.flag-icon-ca {
    background-image: url(../images/ca.svg?bust=ad1527142564751eb7b8)
}

.flag-icon-ch {
    background-image: url(../images/ch.svg?bust=0d84f2aff4cb8fb5193b)
}

.flag-icon-de {
    background-image: url(../images/de.svg?bust=a491da9c1549a36b293a)
}

.flag-icon-dk {
    background-image: url(../images/dk.svg?bust=33bba71c12896b2df189)
}

.flag-icon-ee {
    background-image: url(../images/ee.svg?bust=2b95c4e2e07a2e7d305a)
}

.flag-icon-es {
    background-image: url(../images/es.svg?bust=426a1551c98dbbe2a847)
}

.flag-icon-fi {
    background-image: url(../images/fi.svg?bust=4dc3dbe18574c3b3c8a6)
}

.flag-icon-fr {
    background-image: url(../images/fr.svg?bust=cc4d943dbac895a562d1)
}

.flag-icon-gb {
    background-image: url(../images/gb.svg?bust=fcfef6780b36bef53738)
}

.flag-icon-hu {
    background-image: url(../images/hu.svg?bust=966f49336f7466efd6f8)
}

.flag-icon-ie {
    background-image: url(../images/ie.svg?bust=1c12635a2932de4b8036)
}

.flag-icon-it {
    background-image: url(../images/it.svg?bust=1d72a5dec3acd0737635)
}

.flag-icon-mx {
    background-image: url(../images/mx.svg?bust=d326007cf87dba95a56c)
}

.flag-icon-nl {
    background-image: url(../images/nl.svg?bust=f685765a298db5ba59fd)
}

.flag-icon-no {
    background-image: url(../images/no.svg?bust=859a13561a1b24bfa65f)
}

.flag-icon-nz {
    background-image: url(../images/nz.svg?bust=dd987077e71e1288a73d)
}

.flag-icon-pl {
    background-image: url(../images/pl.svg?bust=f7adaa942c63ca98f1d2)
}

.flag-icon-pt {
    background-image: url(../images/pt.svg?bust=a36b3d87508ad8f6a6bc)
}

.flag-icon-ru {
    background-image: url(../images/ru.svg?bust=ab61f31edf4ad95b5ae0)
}

.flag-icon-se {
    background-image: url(../images/se.svg?bust=e9e24cfb2d85c7e39aaf)
}

.flag-icon-tr {
    background-image: url(../images/tr.svg?bust=4dd4b60c8a5e3dad5e65)
}

.flag-icon-us {
    background-image: url(../images/us.svg?bust=8886b28b10e3ec0756a9)
}

.flag-icon-xx {
    background-image: url(../images/xx.svg?bust=05e0208dd04ae4cb0bc1)
}

* {
    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,
.visible-lt200-block,
.visible-lt200-inline,
.visible-lt200-inline-block {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jw-is-shown {
    display: block !important
}

.jw-is-clickable {
    cursor: pointer !important
}

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

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

.jw-spinner:after,
.jw-spinner:before {
    border: .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-is-sidebar .main-content {
    display: flex;
    flex-direction: column
}

.jw-is-sidebar .block-content,
.jw-is-sidebar .block-sidebar {
    max-width: calc(var(--simple-brick-max-width) + var(--strip-content-padding-inline)*2)
}

.jw-is-sidebar .block-sidebar {
    display: flex;
    margin-bottom: var(--strip-content-padding-block--primary);
    margin-top: var(--strip-content-padding-block--primary)
}

.jw-is-sidebar .jw-section-sidebar {
    box-sizing: border-box;
    padding: var(--strip-content-padding-block--primary) var(--strip-content-padding-inline);
    width: 100%
}

.jw-responsive--native {
    container-type: inline-size
}

.jw-responsive-root {
    container-name: root
}

.jw-element {
    margin-bottom: 1em;
    margin-top: 1em
}

.jw-element.jw-node-is-first-child {
    margin-top: 0
}

.jw-element.jw-node-is-last-child,
.jw-image-text {
    margin-bottom: 0
}

.jw-image-text {
    margin-top: 0
}

.jw-column+.jw-column {
    margin-top: 3em
}

@media (min-width:641px) {
    html .jw-body .jw-column {
        margin-bottom: 0;
        margin-top: 0
    }
}

@supports (container-type:inline-size) {
    @container root (width > 640px) {
        .jw-body .jw-column {
            margin-bottom: 0;
            margin-top: 0
        }
    }
}

@supports not (container-type:inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-column {
        margin-bottom: 0;
        margin-top: 0
    }
}

.jw-simple-root,
.jw-strip {
    margin-bottom: 0;
    margin-top: 0
}

.jw-simple-root:not(.jw-node-is-last-child):not(.jw-tree-container--empty) {
    margin-bottom: 1em
}

.jw-simple-root:not(.jw-node-is-first-child):not(.jw-tree-container--empty) {
    margin-top: 1em
}

.tooltip {
    position: relative
}

.tooltip .tooltip__content {
    background-color: #000;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    color: #fff;
    left: 50%;
    max-width: 250px;
    padding: 5px;
    position: absolute;
    text-align: center;
    translate: -50%;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.tooltip .tooltip__content:after {
    border: 5px solid transparent;
    border-top-color: #000;
    content: " ";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%
}

.tooltip.tooltip--open .tooltip__content {
    visibility: visible
}

.jw-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 (min-width:641px) {
    html .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important
    }
}

@supports (container-type:inline-size) {
    @container root (width > 1200px) {
        .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
            margin-bottom: 0 !important
        }
    }
}

@supports not (container-type:inline-size) {
    .jw-responsive-root:not(.lt640) .jw-body .jw-node-is-last-child:not(.jw-tree-container, .jw-image) {
        margin-bottom: 0 !important
    }
}

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

body:not(.is-picking) .jw-tree-horizontal:hover>.jw-tree-container>.ui-resizable-handle,
body:not(.is-picking) .jw-tree-horizontal>.ui-resizable-resizing>.ui-resizable-handle {
    opacity: 1;
    visibility: visible
}

.jw-tree-horizontal>.jw-tree-container>.ui-resizable-handle {
    background: rgba(126, 141, 149, .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) !important;
    border: 1px solid #469fd5 !important;
    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 !important;
    border-radius: 0
}

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

body.is-picking .jw-overlay {
    pointer-events: none
}

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

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

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

.jw-element-imagetext-container--image:after,
.jw-element-imagetext-container--image:before {
    content: " ";
    display: table
}

.jw-element-imagetext-container--image:after {
    clear: both
}

.jw-element-imagetext-container--image .jw-element-imagetext-text :first-child,
.jw-image-text.jw-node-is-first-child .jw-element-imagetext-text :first-child,
.jw-section .jw-simple-root>.jw-image-text.jw-node-is-first-child .jw-element-imagetext-text :first-child {
    margin-top: 0
}

.jw-image-text.jw-node-is-last-child .jw-element-imagetext-text :last-child {
    margin-bottom: 0
}

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

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

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

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

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

.jw-image:after {
    clear: both
}

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

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

.jw-element-image__image {
    --jw-element-image--pan-x: 0.5;
    --jw-element-image--pan-y: 0.5;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-position: calc(100%*var(--jw-element-image--pan-x)) calc(100%*var(--jw-element-image--pan-y));
    object-position: calc(100%*var(--jw-element-image--pan-x)) calc(100%*var(--jw-element-image--pan-y));
    width: 100%
}

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

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

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

@media (max-width:640px) {

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

@supports (container-type:inline-size) {
    @container root (width <=640px) {

        .jw-body .jw-element-image,
        .jw-body .jw-image-text .jw-element-image {
            --jw-image-centered: 1;
            float: none;
            margin-left: auto;
            margin-right: auto
        }
    }
}

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

    .jw-responsive-root.lt640 .jw-body .jw-element-image,
    .jw-responsive-root.lt640 .jw-body .jw-image-text .jw-element-image {
        --jw-image-centered: 1;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
}

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

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

.jw-icon-image__inner {
    display: block;
    height: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    width: 100%
}

.jw-image-is-round .jw-icon-image__inner,
.jw-image-is-rounded .jw-icon-image__inner,
.jw-image-is-square .jw-icon-image__inner {
    -webkit-mask-size: 50%;
    mask-size: 50%
}

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

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

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

.jw-element-image__loader {
    display: none
}

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

.jw-element-image--loading .jw-element-image__image {
    filter: blur(10px);
    opacity: .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,
.lt200 .jw-element-audio .plyr__time {
    display: none
}

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

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

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

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

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

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

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

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

.jw-embed-placeholder {
    opacity: .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) {
    html .jw-body .jw-spacer .jw-element-spacer-container {
        max-height: 10px
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .jw-body .jw-spacer .jw-element-spacer-container {
            max-height: 10px
        }
    }
}

@supports not (container-type:inline-size) {
    .jw-responsive-root.lt640 .jw-body .jw-spacer .jw-element-spacer-container {
        max-height: 10px
    }
}

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

.jw-intent .jw-element-sitemap-is-invisible {
    min-height: 1.5rem
}

.jw-intent .jw-element-sitemap-list .jw-element-sitemap-is-invisible {
    display: none
}

.cart__coupon-input-error:not(:empty),
.cart__coupon-input-warning:not(:empty),
.jw-element-form-error,
.jw-element-form-info,
.jw-element-form-success {
    border: 1px solid;
    border-radius: 2px;
    margin: 0 0 1em;
    padding: .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;
    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
}

.lt400 .jw-webshop-form .jw-element-form-content,
.lt400 .jw-webshop-form .jw-element-form-label {
    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(../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(../images/powered-by-google-on-white2_hdpi.png)
}

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

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

.pac-matched {
    font-weight: 700
}

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

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

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

.pac-placeholder {
    color: gray
}

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

.jw-heading {
    margin-bottom: 0
}

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

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

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

@media (min-width:641px) {
    html .jw-body .jw-tree-horizontal {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        margin-left: -12px;
        margin-right: -12px;
        width: auto !important
    }

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

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

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

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

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

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

        .jw-body .jw-tree-horizontal>.jw-tree-node {
            min-width: 0;
            padding-left: 12px;
            padding-right: 12px
        }

        .jw-body .jw-tree-horizontal>.jw-columns__node--separator-left {
            border-left-style: solid;
            border-left-width: 2px
        }

        .jw-body .jw-tree-horizontal>.jw-columns__node--separator-left.jw-node-is-first-child {
            margin-left: 12px
        }

        .jw-body .jw-tree-horizontal>.jw-columns__node--separator-right {
            border-right-style: solid;
            border-right-width: 2px
        }

        .jw-body .jw-tree-horizontal>.jw-columns__node--separator-right.jw-node-is-last-child {
            margin-right: 12px
        }
    }
}

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

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

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

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

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

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

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

@supports (container-type:inline-size) {
    @container root (width <=640px) {
        .jw-body .jw-tree-horizontal {
            --jw-columns-collapsed: 1
        }
    }
}

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

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

.lt800 .jw-columns--grid-column-size-sm {
    --jw-columns--grid-columns: 4
}

.lt600 .jw-columns--grid-column-size-sm {
    --jw-columns--grid-columns: 3
}

.lt480 .jw-columns--grid-column-size-sm {
    --jw-columns--grid-columns: 2
}

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

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

.lt540 .jw-columns--grid-column-size-md {
    --jw-columns--grid-columns: 2
}

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

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

.lt400 .jw-columns--grid-column-size-lg {
    --jw-columns--grid-columns: 1
}

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

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

@media (min-width:641px) {
    html .jw-body .jw-tree-horizontal.jw-columns--mode-grid {
        flex-wrap: wrap;
        row-gap: 24px
    }

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

@supports (container-type:inline-size) {
    @container root (width > 1200px) {
        .jw-body .jw-tree-horizontal.jw-columns--mode-grid {
            flex-wrap: wrap;
            row-gap: 24px
        }

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

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

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

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

    html .jw-body .jw-column .jw-tree-empty-placeholder {
        display: none
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .jw-body .jw-column {
            display: block !important;
            width: 100% !important
        }

        .jw-body .jw-column .jw-tree-empty-placeholder {
            display: none
        }
    }
}

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

    .jw-responsive-root.lt640 .jw-body .jw-column .jw-tree-empty-placeholder {
        display: none
    }
}

.jw-is-backend .jw-columns__separator-remove-wrap {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1599
}

.jw-is-backend .jw-columns__separator-remove-wrap--left {
    left: -9px
}

.jw-is-backend .jw-columns__separator-remove-wrap--right {
    right: -9px
}

.jw-is-backend .jw-tree-horizontal:hover .jw-columns__node--separator-left .jw-columns__separator-remove-wrap--left,
.jw-is-backend .jw-tree-horizontal:hover .jw-columns__node--separator-right .jw-columns__separator-remove-wrap--right {
    display: flex
}

.jw-columns--is-removing-child.jw-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)
}

.table-tooltip {
    padding: 0 4px
}

.lt600 .table-tooltip {
    display: none
}

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

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

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

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

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

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

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

.jw-comment-head:after {
    clear: both
}

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

.jw-comment-actions {
    float: right;
    opacity: .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 {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jw-element-social-share .share-button:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .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) {
    html .jw-body .jw-element-separator {
        --jw-element-separator__margin: 0.5em !important;
        --jw-separator-forced-margins: 1
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .jw-body .jw-element-separator {
            --jw-element-separator__margin: 0.5em !important;
            --jw-separator-forced-margins: 1
        }
    }
}

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

.jw-album {
    display: flex;
    flex-wrap: wrap;
    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;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.jw-album-image__inner {
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.jw-album-image__aspect {
    display: none
}

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

.jw-album-image__caption {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: normal;
    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--display-format-contain .jw-album-image--source-portrait .jw-album-image__aspect,
.jw-album--display-format-cover .jw-album-image__aspect {
    display: block;
    padding-bottom: 100% !important
}

.jw-album--display-format-contain .jw-album-image--source-portrait .jw-album-image__image,
.jw-album--display-format-cover .jw-album-image__image {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.jw-album--display-format-cover .jw-album-image--source-portrait .jw-album-image__image {
    height: auto;
    width: 100%
}

.jw-album--display-format-cover .jw-album-image--source-landscape .jw-album-image__image {
    height: 100%;
    width: auto
}

.jw-album--display-format-cover .jw-album-image--source-square .jw-album-image__image {
    height: 100%;
    width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .jw-album--display-format-cover .jw-album-image .jw-album-image__image {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        transform: none;
        width: 100%
    }
}

.jw-album--display-format-contain .jw-album-image__image {
    max-height: 100%;
    max-width: 100%
}

@supports ((-o-object-fit:scale-down) or (object-fit:scale-down)) {
    .jw-album--display-format-contain .jw-album-image--source-portrait .jw-album-image__image {
        height: 100%;
        left: 0;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        top: 0;
        transform: none;
        width: 100%
    }
}

.jw-album--display-format-masonry .jw-album-image__aspect {
    display: block
}

.jw-album--display-format-masonry .jw-album-image__image {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

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

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

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

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

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

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

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

.jw-element-news-content {
    position: relative
}

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

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

.jw-news-heading {
    display: none;
    padding: .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
}

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

.jw-news-posts--paragraph .jw-news-post__image--size-large {
    max-width: 30%;
    width: 300px
}

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

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

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

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

.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(33.33% - 1em);
    margin: .5em
}

.lt800 .jw-news-posts--grid .jw-news-post {
    flex-basis: calc(50% - 1em)
}

.lt400 .jw-news-posts--grid .jw-news-post {
    flex-basis: calc(100% - 1em)
}

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

.jw-news-posts--grid .jw-news-post__lead {
    display: none
}

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

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

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

.jw-news-posts--grid .jw-news-post__title {
    flex: 0 1 auto;
    order: 2
}

.jw-news-posts--grid .jw-news-post__meta {
    order: 1
}

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

.jw-news-posts--grid .jw-news-post--has-image .jw-news-post__header {
    background: linear-gradient(0deg, rgba(0, 0, 0, .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 {
    --jw-comp--button--primary-color: #666;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #444;
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline-color: #666;
    outline-color: var(--jw-comp--button--primary-color);
    text-align: center;
    transition: background .2s ease-out
}

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

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

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

.jw-btn:focus {
    outline: 1px solid;
    outline-offset: 2px
}

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

.jw-btn:disabled {
    opacity: .5
}

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

.jw-btn--size-small.jw-btn--icon-only {
    padding: .3em .4em
}

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

.jw-btn--size-default.jw-btn--icon-only {
    padding: .5em
}

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

.jw-btn--size-large.jw-btn--icon-only {
    padding: .39em .5em
}

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

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

@media screen and (min-width:480px) {
    .jw-btn:not(.jw-btn-is-full-width) {
        text-align: center
    }
}

.jw-btn-is-left {
    text-align: left
}

.jw-btn-is-left .jw-btn-is-full-width {
    justify-content: flex-start
}

.jw-btn-is-right {
    text-align: right
}

.jw-btn-is-right .jw-btn-is-full-width {
    justify-content: flex-end
}

.jw-btn-is-center {
    text-align: center
}

.jw-btn-is-center .jw-btn-is-full-width {
    justify-content: center
}

.jw-btn__active {
    font-weight: 700
}

.jw-btn-icon {
    height: 1.2em;
    margin-right: .9em;
    padding-left: 1.2em;
    position: relative
}

.jw-btn-icon svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.jw-btn-caption {
    display: inline-block;
    min-width: 1px
}

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

.product-sticker {
    float: right;
    margin-bottom: .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: flex;
    flex-direction: row;
    min-width: 100px;
    padding: 1.5em 0;
    padding: var(--product-padding) 0;
    position: relative
}

.product__image-container {
    margin-right: var(--product-padding)
}

.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 (min-width:641px) {
    html .jw-body .jw-columns .jw-product+.jw-product {
        margin-top: 1em
    }

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

@supports (container-type:inline-size) {
    @container root (width > 1200px) {
        .jw-body .jw-columns .jw-product+.jw-product {
            margin-top: 1em
        }

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

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

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

.jw-responsive.lt600 .product {
    --product-padding: 1em
}

.product__heading {
    display: inline-block;
    margin-top: 0 !important
}

.product__image-container .product-sticker {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10
}

.lt400 .product__image-container .product-sticker {
    display: none
}

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

.product__responsive-top .product-sticker {
    width: -moz-fit-content;
    width: fit-content
}

.product__image-container {
    flex: 0 0 auto;
    min-height: 100px;
    position: relative;
    width: 180px
}

.product__image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.product__container {
    display: block;
    flex: 1 1 auto
}

.product__top {
    margin-bottom: 10px
}

.lt400 .product__top {
    max-width: 100%
}

.lt400 .product__top .product__heading {
    word-wrap: break-word;
    max-width: 100%
}

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

.product__variants.jw-select {
    margin-bottom: 0;
    margin-top: 0
}

.product__variants-select option:first-child {
    font-weight: 700
}

.product__description,
.product__long-description {
    clear: both;
    margin-bottom: 10px;
    word-break: break-word
}

.product__description p,
.product__long-description p {
    margin: 0
}

.product__long-description__content {
    display: none
}

.product__price {
    font-feature-settings: "lnum";
    display: inline-block;
    font-size: 1.2em;
    font-variant-numeric: lining-nums;
    line-height: 1.2em;
    text-decoration: none
}

.product__price s {
    font-size: .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__responsive-top {
    display: none
}

.product__overlay {
    border: 0 solid #469fd5;
    border-radius: 3px;
    bottom: -5px;
    left: -5px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 99
}

.product__overlay:hover {
    border-width: 1px
}

.product--row {
    border: 0;
    margin-bottom: 1em;
    padding: 0
}

.product--row .product__image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100px
}

.product--row .product__image {
    max-height: 100px
}

.product--row .product__container {
    display: flex;
    flex: 1 1 80%;
    flex-direction: column;
    justify-content: center
}

.product--row .product__top {
    margin-bottom: 0
}

.product--row .product__heading,
.product--row .product__heading-addition,
.product--row .product__price {
    margin: .1em 0
}

.product--row .product__heading {
    font-family: inherit;
    font-size: 1.2em
}

.product--row .product__summary {
    align-items: baseline;
    display: flex
}

.product--row .product__price {
    font-size: 1em
}

.lt600 .product.product--row {
    flex-direction: row;
    padding: 0
}

.lt600 .product.product--row .product__image-container {
    flex: 0 1 100px;
    margin: 0 10px 0 0;
    max-width: 25%;
    min-height: 0
}

.lt400 .product.product--row .product__heading {
    font-size: 1em
}

.jw-popover-container--inline .product.product--row {
    min-height: 4em
}

.jw-popover-container--inline .product.product--row .product__image-container {
    flex: 0 1 80px;
    margin: 0 10px 0 0;
    max-width: 20%;
    min-height: 0
}

.jw-popover-container--inline .product.product--row .product__image {
    max-height: 80px
}

.jw-popover-container--inline .product.product--row .product__heading {
    font-size: 1em
}

.lt600 .product {
    flex-direction: column
}

.lt600 .product__image-container {
    float: none;
    margin: 0 0 10px;
    width: auto
}

.lt600 .product__top {
    margin-top: 0
}

.lt600 .product__description {
    margin-bottom: 10px
}

.lt400 .product__top {
    display: none
}

.lt400 .product__responsive-top {
    display: block
}

.lt400 .product__responsive-top+.product__container {
    margin-top: 10px
}

.lt400 .product__image-container {
    margin: 10px 0
}

.lt400 .product__button-container {
    display: flex;
    flex-wrap: wrap
}

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

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

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

.product__image {
    padding-top: 0
}

.product-properties {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-top: -1em
}

.product-properties>* {
    margin-left: 1em;
    margin-top: 1em
}

.product__property {
    display: flex;
    flex-direction: column;
    min-width: 10em
}

.product__property label {
    display: block
}

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

.product__image-container--placeholder {
    align-items: center;
    display: flex;
    justify-content: center
}

.product__image-container--placeholder img {
    height: 55px;
    width: 55px
}

.product-field-container {
    margin-bottom: 1rem
}

.product__button-notice {
    color: 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;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0
}

.product-gallery--empty {
    align-items: center;
    justify-content: center;
    padding: 20px
}

.product-gallery__item {
    box-sizing: border-box;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    min-width: 0
}

.product-gallery__content {
    --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-wishlist {
    flex: 0 0 auto
}

.product-gallery--size-sm .product-gallery__item {
    flex-basis: 16.66666667%
}

.lt800 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 25%
}

.lt600 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 33.33333333%
}

.lt480 .product-gallery--size-sm .product-gallery__item {
    flex-basis: 50%
}

.lt480 .product-gallery--size-sm .product-gallery__item .product__add-to-cart__icon {
    display: block !important
}

.product-gallery--size-md .product-gallery__item {
    flex-basis: 25%
}

.lt800 .product-gallery--size-md .product-gallery__item {
    flex-basis: 33.33333333%
}

.lt540 .product-gallery--size-md .product-gallery__item {
    flex-basis: 50%
}

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

.lt540 .product-gallery--size-md .product-gallery__item .product__add-to-cart__icon {
    display: block !important
}

.product-gallery--size-lg .product-gallery__item {
    flex-basis: 33.33333333%
}

.lt600 .product-gallery--size-lg .product-gallery__item {
    flex-basis: 50%
}

.lt400 .product-gallery--size-lg .product-gallery__item {
    flex-basis: 100%
}

.product-gallery--size-xl .product-gallery__item {
    flex-basis: 50%
}

.lt540 .product-gallery--size-xl .product-gallery__item {
    flex-basis: 100%
}

.product-gallery--align-left .product-gallery__details,
.product-gallery--align-left .product-gallery__expand-container {
    align-items: flex-start;
    text-align: left
}

.product-gallery--align-center .product-gallery__details,
.product-gallery--align-center .product-gallery__expand-container {
    align-items: center;
    text-align: center
}

.product-gallery--align-right .product-gallery__details,
.product-gallery--align-right .product-gallery__expand-container {
    align-items: flex-end;
    text-align: right
}

.product-gallery--style-bordered {
    padding: 1px 0 0 1px
}

.product-gallery--style-bordered .product-gallery__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)*2 + var(--button-gap))
}

.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-bordered .product-gallery__expand-container select,
.product-gallery--style-clean .product-gallery__expand-container button,
.product-gallery--style-clean .product-gallery__expand-container select {
    box-sizing: border-box;
    height: var(--button-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
}

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

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

.lt600 .product-page__container,
.lt600 .product-page__image-container,
.lt600 .product-page__top,
.product-page--no-images .product-page__container,
.product-page--no-images .product-page__image-container,
.product-page--no-images .product-page__top {
    float: none;
    width: 100%
}

.product-page__image-container {
    float: left
}

.product-page__container,
.product-page__top {
    float: right
}

.product-page__top {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2em;
    row-gap: 10px
}

.product-page__top .product-sticker {
    float: none;
    margin: 0
}

.product-page__heading {
    word-wrap: break-word;
    max-width: 100%
}

.product-page__heading.product-page__heading {
    margin: 0
}

.product-page__image-container {
    margin-bottom: 2em;
    min-height: 100px
}

.product-page__button-container,
.product-page__container,
.product-page__customization-container,
.product-page__price-container {
    margin-bottom: 2em
}

.product-page .product__price {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 2em;
    line-height: 1.3em
}

.product-page .product__price__price {
    font-weight: 700;
    order: 1
}

.product-page .product__price__old-price {
    font-size: .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
}

.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 li:before {
    align-items: center;
    display: inline-flex;
    height: 100%;
    padding: 0 .5em
}

.jw-pagination li.hidden+.jw-pagination__item:not(.hidden):before,
.lt400 .jw-pagination li.hidden-lt400+.jw-pagination__item:not(.hidden-lt400):before {
    content: "…"
}

.lt300 .jw-pagination li:before {
    content: none !important
}

.jw-pagination__control--hidden {
    opacity: 0;
    visibility: hidden
}

.jw-pagination__control:first-child {
    margin-right: 1em
}

.jw-pagination__control:last-child {
    margin-left: 1em
}

.jw-pagination .jw-btn {
    box-sizing: border-box;
    height: 100%;
    padding: 0 .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 {
    --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--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))
}

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

    html .jw-body .jw-strip--style-split-image .jw-strip__image {
        position: static
    }
}

@supports (container-type:inline-size) {
    @container root (width <=640px) {
        .jw-body .jw-strip--style-split-image {
            grid-template-columns: [image content] 1fr;
            grid-template-rows: [image] auto [content] auto
        }

        .jw-body .jw-strip--style-split-image .jw-strip__image {
            position: static
        }
    }
}

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

    .jw-responsive-root.lt640 .jw-body .jw-strip--style-split-image .jw-strip__image {
        position: static
    }
}

.jw-strip--split-image-position-left {
    grid-template-columns: [image] minmax(0, 1fr) [content] minmax(0, 1fr)
}

.jw-strip--split-image-position-left .jw-strip__content-container {
    padding-left: var(--strip-content-padding-inline--split-image)
}

.jw-strip--split-image-position-left .jw-strip__content {
    margin-left: 0
}

.jw-strip--split-image-position-right {
    grid-template-columns: [content] minmax(0, 1fr) [image] minmax(0, 1fr)
}

.jw-strip--split-image-position-right .jw-strip__content-container {
    padding-right: var(--strip-content-padding-inline--split-image)
}

.jw-strip--split-image-position-right .jw-strip__content {
    margin-right: 0
}

.jw-strip--draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jw-strip--draggable .jw-strip__content {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    user-select: auto
}

.jw-strip__width-hint {
    bottom: 0;
    left: 50%;
    max-width: var(--simple-brick-max-width);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: max-width .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-wrap: wrap;
    margin: 0 -1em
}

.lt600 .cart__overview {
    flex-direction: column
}

.cart__overview-block {
    box-sizing: border-box;
    flex: 0 0 60%;
    margin: 0 0 1em;
    padding: 0 1em
}

.lt600 .cart__overview-block {
    flex-basis: auto !important;
    order: 1
}

.cart__overview-block>.cart__overview-block {
    margin-left: -1em;
    margin-right: -1em
}

.cart__overview-block>.cart__overview-block:last-child {
    margin-bottom: 0
}

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

.cart__overview-totals {
    flex-basis: 40%;
    margin-left: auto !important;
    min-width: 240px
}

.lt600 .cart__overview-totals {
    flex-basis: auto;
    margin-left: 0 !important;
    min-width: 0;
    order: 0
}

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

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

.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 {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: .5em
}

.cart-totals__row--small:last-child {
    padding-bottom: 1em
}

.cart-totals__row-description {
    flex: 0 1 auto;
    margin-right: 1em;
    min-width: 150px
}

.cart-totals__row-description .jw-element-form-input-text {
    max-width: 100%
}

.cart-totals__row-price {
    margin-left: auto;
    text-align: right
}

.cart-totals__row-price small {
    font-weight: 400
}

#paypalButtons,
.accepted-payment-method-container {
    width: 200px
}

@media (min-width:620px) {

    #paypalButtons,
    .accepted-payment-method-container {
        width: 285px
    }
}

.accepted-payment-method-container {
    margin-top: 2rem;
    text-align: right
}

.accepted-payment-method {
    height: 3rem;
    margin: 0 .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 {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.cart-item:first-child {
    border-top-style: solid;
    border-top-width: 1px
}

.cart-item__inner {
    align-items: center;
    display: flex;
    margin: 0 -1em;
    padding: 1em 0
}

.lt600 .cart-item__inner {
    display: block;
    margin: 0;
    text-align: right
}

.lt600 .cart-item__inner:after {
    clear: both;
    content: "";
    display: block
}

.cart-item__image {
    box-sizing: border-box;
    flex: 0 1 auto;
    margin: 0 0 0 1em
}

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

.lt600 .cart-item__image {
    float: left;
    margin: 0;
    max-width: 60px;
    padding: 0;
    width: 16.66666667%
}

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

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

.cart-item__actions,
.cart-item__details {
    box-sizing: border-box;
    margin: .5em 0;
    padding: 0 1em
}

.lt600 .cart-item__actions,
.lt600 .cart-item__details {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1em;
    text-align: left;
    width: 83.33333333%
}

.cart-item__details {
    flex: 1 1 50%;
    min-width: 0
}

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

.cart-item__actions {
    flex: 0 0 40%;
    min-width: 240px
}

.lt600 .cart-item__actions {
    min-width: 0
}

.lt600 .cart-item__actions .product-quantity-input {
    margin-top: .5em
}

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

.lt600 .cart-item__amount-label {
    display: none
}

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

.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) {
    html .jw-body .jw-toggle-block__button {
        display: none
    }
}

@supports (container-type:inline-size) {
    @container root (width <=1200px) {
        .jw-body .jw-toggle-block__button {
            display: none
        }
    }
}

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

@media (min-width:641px) {

    html .jw-body .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
    html .jw-body .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-toggle-block__title+.jw-toggle-block__button {
        visibility: visible
    }
}

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

        .jw-body .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-issuer--has-value+.jw-toggle-block__button,
        .jw-body .jw-toggle-block__control:checked~.jw-toggle-block__label .jw-toggle-block__title+.jw-toggle-block__button {
            visibility: visible
        }
    }
}

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

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

.jw-steps {
    margin-bottom: 1em
}

.jw-steps ol {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-steps li {
    display: flex;
    flex: 1 0 1px
}

.jw-steps__step {
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-sizing: border-box;
    display: flex;
    flex-basis: 100%;
    height: 3em;
    justify-content: center;
    padding: 0 1em;
    position: relative;
    text-decoration: none
}

a.jw-steps__step:focus,
a.jw-steps__step:hover {
    text-decoration: underline
}

.jw-steps__step--selected {
    font-weight: 700
}

li:first-child>.jw-steps__step {
    border-left-width: 1px;
    border-radius: .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
}

.lt800 .account-page {
    flex-direction: column
}

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

.lt800 .account-page__navigation {
    order: 1
}

.account-page__content {
    flex: 1 1 auto
}

.account-current-login {
    float: right;
    margin-top: 1.3em
}

.account-navigation__title,
.jw-section .account-navigation__title {
    margin-top: 1.3em
}

.account-navigation__item {
    padding: .15em 0
}

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

@font-face {
    font-family: website-rendering;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/website-rendering.eot?bust=ea0395c5a725f0d729c9);
    src: url(../fonts/website-rendering.eot?bust=ea0395c5a725f0d729c9#iefix) format("embedded-opentype"), url(../fonts/website-rendering.woff2?bust=bd2797014f9452dadc8e) format("woff2"), url(../fonts/website-rendering.woff?bust=4a308ea27fca6eeeffbf) format("woff"), url(../fonts/website-rendering.ttf?bust=a14009aee74e1d0d791c) format("truetype"), url(../fonts/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.7cd0bf72530dd4a49ac6.css.map*/

/*****************Style2 css*********************/
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-size: 10px
}

body {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased
}

ul,
ol {
    padding-left: 1.5em
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ul ul,
ol ul {
    list-style-type: circle
}

ol ol,
ul ol {
    list-style-type: lower-latin
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

a:focus:not(:focus-visible) {
    outline: none
}

.jw-breadcrumbs {
    margin-bottom: 1em;
    margin-top: -1.5rem
}

@media (max-width:1020px) {
    .jw-breadcrumbs .jw-breadcrumbs {
        margin-top: -0.5rem
    }
}

.jw-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.jw-breadcrumbs__separator {
    margin: 0 .4em
}

.jw-breadcrumbs__link--current {
    color: inherit;
    text-decoration: none
}

.clear {
    *zoom: 1
}

.clear:before,
.clear:after {
    display: table;
    content: '';
    line-height: 0
}

.clear:after {
    clear: both
}

.jw-menu>.jw-menu-item {
    background: transparent
}

.jw-menu-link {
    color: #737373
}

.jw-menu-link:hover {
    color: #fff;
    background: #1aafaf
}

.jw-menu-link--icon [class^='website-rendering-icon-']:before {
    transform: scale(1.25)
}

.jw-menu-link--icon>span:last-child {
    margin-left: .5em
}

.jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-hover>.jw-menu-link {
    color: #fff;
    background: #1aafaf
}

.jw-submenu {
    background: #f5f5f5
}

.jw-submenu .jw-menu-link {
    color: #737373
}

.jw-submenu .jw-menu-item>.jw-menu-link:hover,
.jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #dbdbdb;
    color: #737373
}

.jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em
}

.jw-icon-badge {
    background: #4be4e4;
    color: #000;
    display: block;
    border-radius: 50%;
    font-size: .6em;
    font-family: monospace;
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    top: -0.9em;
    right: -0.7em;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    transition: 200ms ease
}

.mobile-bar--accent .jw-icon-badge {
    background: #1ec5c5
}

.jw-menu-cta .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-menu {
    display: flex;
    flex-wrap: wrap;
    *zoom: 1;
    font-size: 1.6rem;
    font-family: "Open Sans", "sans-serif"
}

.jw-menu:before,
.jw-menu:after {
    display: table;
    content: '';
    line-height: 0
}

.jw-menu:after {
    clear: both
}

.jw-menu {
    text-transform: uppercase
}

.jw-menu,
.jw-submenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-menu-item,
.jw-menu-link {
    position: relative;
    box-sizing: border-box
}

.jw-menu-item:hover>.jw-submenu,
.jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: block
}

.jw-menu-is-desktop .jw-submenu {
    position: absolute;
    z-index: 1020;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item>.jw-menu-link {
    border-radius: 0
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:first-child)>.jw-menu-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.jw-menu-is-desktop .jw-submenu .jw-menu-item:not(:last-child)>.jw-menu-link {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.jw-submenu {
    display: none;
    font-family: "Open Sans", "sans-serif";
    font-size: 1.44rem
}

.jw-submenu .jw-menu-item {
    display: list-item;
    width: 100%
}

.jw-submenu .jw-menu-link {
    white-space: nowrap;
    max-width: 20em;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 300ms ease
}

.jw-submenu .jw-menu-has-submenu .jw-menu-link {
    padding-right: 1.8em
}

.jw-submenu .jw-menu-has-submenu .jw-arrow {
    position: absolute;
    right: 13px
}

.jw-submenu .jw-arrow:after {
    font-family: Times, Serif;
    content: '▸'
}

.jw-submenu .jw-menu-is-active>.jw-menu-link {
    text-decoration: underline;
    border-bottom: 0
}

.jw-menu-link {
    display: block;
    padding: 5px 13px;
    text-decoration: none;
    transition: 200ms ease
}

.jw-menu-link:hover {
    text-decoration: none
}

.jw-arrow {
    display: inline-block
}

.jw-arrow:after {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-family: Arial, Helvetica, Times, serif;
    margin-left: .4em
}

.jw-menu-horizontal>.jw-menu-item {
    display: block
}

.jw-menu-horizontal .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▾'
}

.jw-menu-horizontal .jw-submenu {
    top: 100%;
    left: 0
}

.jw-menu-horizontal .jw-submenu .jw-submenu {
    left: 100%;
    top: 0
}

.jw-menu-vertical {
    flex-direction: column
}

.jw-menu-vertical>.jw-menu-item {
    text-overflow: ellipsis
}

.jw-menu-vertical .jw-submenu {
    left: 100%;
    top: 0
}

.jw-menu-vertical>.jw-menu-item.jw-menu-has-submenu>.jw-menu-link {
    padding-right: 1.5em
}

.jw-menu-vertical .jw-arrow-toplevel {
    position: absolute;
    right: .8em
}

.jw-menu-vertical .jw-arrow-toplevel:after {
    font-family: Times, Serif;
    content: '▸'
}

.jw-menu-is-collapsed .jw-menu-collapse {
    display: none !important
}

.jw-menu-is-mobile .jw-menu-clone {
    background: #ffffff
}

.jw-menu-is-mobile .jw-submenu {
    background: #ffffff
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    color: #737373
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-mobile .jw-submenu .jw-menu-is-hover>.jw-menu-link {
    background: #1aafaf;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-link {
    color: #737373
}

.jw-menu-is-mobile .jw-menu-link:hover {
    background: #1aafaf;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-item>.jw-menu-link:hover,
.jw-menu-is-mobile .jw-menu-is-hover>.jw-menu-link {
    background: #1aafaf;
    color: #fff
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    color: inherit;
    background: transparent
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:hover,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:hover {
    background: transparent
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:active,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:active {
    background: transparent
}

.jw-menu-is-mobile .jw-submenu {
    background: rgba(115, 115, 115, 0.1)
}

.jw-menu-is-mobile .jw-menu {
    font-size: 1.6rem
}

.jw-menu-is-mobile .jw-submenu {
    font-size: 1.44rem
}

.jw-menu-is-mobile .jw-menu-item {
    display: list-item;
    width: 100%;
    max-width: none
}

.jw-menu-is-mobile .jw-menu-link {
    padding: 1.25rem 13px
}

.jw-menu-is-mobile .jw-submenu {
    position: static;
    display: none;
    padding-left: 1em
}

.jw-menu-is-mobile .jw-submenu .jw-menu-item {
    display: list-item
}

.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    max-width: none;
    box-shadow: none
}

.jw-menu-is-mobile .jw-menu-has-submenu>.jw-menu-link {
    padding-right: 4rem;
    padding-left: 4rem;
    text-overflow: ellipsis
}

.jw-menu-is-mobile .jw-menu-vertical .jw-menu-item,
.jw-menu-is-mobile .jw-menu-horizontal .jw-menu-item {
    max-width: none
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1.25rem
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    margin: 0
}

.jw-menu-is-mobile .jw-menu-vertical .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:after,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:after {
    font-family: Times, Serif;
    content: '▼'
}

.jw-menu-is-mobile .jw-menu-item:hover>.jw-submenu,
.jw-menu-is-mobile .jw-menu-item.jw-menu-is-hover>.jw-submenu {
    display: none
}

.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow-toplevel:after,
.jw-menu-is-mobile .jw-submenu-is-opened>.jw-menu-link .jw-arrow:after {
    font-family: Times, Serif;
    content: '▲'
}

.jw-menu-is-mobile .jw-menu-link {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center
}

.jw-menu-is-mobile .jw-submenu {
    padding-left: 0
}

.jw-menu-is-opened {
    display: block
}

.jw-menu-vertical>.jw-submenu>.jw-menu-is-overflowing>.jw-submenu,
.jw-submenu>.jw-menu-is-overflowing>.jw-submenu {
    left: auto;
    right: 100%
}

.jw-menu-clone {
    display: none
}

.jw-menu-is-desktop .jw-menu-clone {
    display: none !important
}

.jw-menu-is-mobile .jw-menu-clone {
    position: absolute;
    z-index: 1009;
    left: 0;
    right: 0;
    min-height: 100vh;
    min-height: calc(100vh - 50px);
    transition: opacity 150ms ease,
        transform 200ms ease;
    box-shadow: 0 0 0 2000vh rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2)
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    visibility: hidden
}

.jw-menu-is-mobile .jw-menu-clone .jw-menu {
    transition: transform 200ms ease
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    opacity: 0;
    transform: translate(0, -15px);
    transition: opacity 150ms ease,
        transform 200ms ease,
        visibility 200ms
}

.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse .jw-menu {
    transform: scale(.9)
}

.jw-menu-is-mobile .jw-menu-copy {
    display: none
}

.jw-menu-is-mobile .jw-menu-clone {
    display: block
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn {
    margin: 1em
}

.jw-menu-is-mobile .jw-menu-cta .jw-btn,
.jw-menu-is-mobile .jw-menu-cta .jw-btn .jw-btn-caption {
    width: 100%;
    text-align: center
}

.jw-menu>.jw-menu-item.jw-menu-cta {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta {
    margin-left: 0
}

.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 1em
}

.jw-menu-vertical.jw-menu>.jw-menu-item.jw-menu-cta .jw-btn {
    margin-left: 0;
    margin-top: 1em
}

body>div,
:host>div {
    font-family: "Open Sans", "sans-serif";
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

body>div .jw-icon-image__inner,
:host>div .jw-icon-image__inner {
    background-color: #1aafaf
}

body>div .jw-image-is-square .jw-icon-image,
:host>div .jw-image-is-square .jw-icon-image,
body>div .jw-image-is-rounded .jw-icon-image,
:host>div .jw-image-is-rounded .jw-icon-image,
body>div .jw-image-is-round .jw-icon-image,
:host>div .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

body>div .jw-image-is-square .jw-icon-image__inner,
:host>div .jw-image-is-square .jw-icon-image__inner,
body>div .jw-image-is-rounded .jw-icon-image__inner,
:host>div .jw-image-is-rounded .jw-icon-image__inner,
body>div .jw-image-is-round .jw-icon-image__inner,
:host>div .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width:1020px) {

    body>div,
    :host>div {
        line-height: 1.425
    }
}

@media (max-width:768px) {

    body>div,
    :host>div {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

body>div a,
:host>div a,
body>div .jw-link-color,
:host>div .jw-link-color {
    color: #1aafaf;
    text-decoration: underline
}

body>div a:hover,
:host>div a:hover,
body>div .jw-link-color:hover,
:host>div .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

body>div p,
:host>div p,
body>div ol,
:host>div ol,
body>div ul,
:host>div ul {
    margin-top: 0;
    margin-bottom: .4em
}

body>div span[style*='color'] a,
:host>div span[style*='color'] a {
    color: inherit
}

body>div button,
:host>div button {
    line-height: 1.5
}

body>div .jw-text-small,
:host>div .jw-text-small {
    font-size: 1.12rem
}

body>div .jw-accent-text-color,
:host>div .jw-accent-text-color {
    color: #1aafaf
}

body>div .jw-accent-background,
:host>div .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

body>div .jw-accent-background a,
:host>div .jw-accent-background a,
body>div .jw-accent-background .jw-link-button,
:host>div .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

body>div .jw-accent-border-link-color,
:host>div .jw-accent-border-link-color {
    border-color: #1aafaf
}

body>div .jw-accent-border-color,
:host>div .jw-accent-border-color {
    border-color: #737373
}

.jw-section h1,
.jw-section h2,
.jw-section h3,
.jw-section h4,
.jw-section h5,
.jw-section h6 {
    line-height: 1.1;
    color: #1aafaf;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-section h1,
    .jw-section h2,
    .jw-section h3,
    .jw-section h4,
    .jw-section h5,
    .jw-section h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-section h1,
    .jw-section h2,
    .jw-section h3,
    .jw-section h4,
    .jw-section h5,
    .jw-section h6 {
        line-height: 1.1
    }
}

.jw-section h1 a,
.jw-section h2 a,
.jw-section h3 a,
.jw-section h4 a,
.jw-section h5 a,
.jw-section h6 a,
.jw-section h1 .jw-link-color,
.jw-section h2 .jw-link-color,
.jw-section h3 .jw-link-color,
.jw-section h4 .jw-link-color,
.jw-section h5 .jw-link-color,
.jw-section h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-section h1 a:hover,
.jw-section h2 a:hover,
.jw-section h3 a:hover,
.jw-section h4 a:hover,
.jw-section h5 a:hover,
.jw-section h6 a:hover,
.jw-section h1 .jw-link-color:hover,
.jw-section h2 .jw-link-color:hover,
.jw-section h3 .jw-link-color:hover,
.jw-section h4 .jw-link-color:hover,
.jw-section h5 .jw-link-color:hover,
.jw-section h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-section .product-page .product__price__price {
    color: #1aafaf
}

.jw-section .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-section .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-section .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h1,
.jw-section .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h2,
.jw-section .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h3,
.jw-section .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-blackwhite {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #000
}

.jw-section-blackwhite .jw-icon-image__inner {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image,
.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image,
.jw-section-blackwhite .jw-image-is-round .jw-icon-image {
    background-color: #000
}

.jw-section-blackwhite .jw-image-is-square .jw-icon-image__inner,
.jw-section-blackwhite .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-blackwhite .jw-image-is-round .jw-icon-image__inner {
    background-color: #fff
}

@media (max-width:1020px) {
    .jw-section-blackwhite {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-blackwhite {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-section-blackwhite a,
.jw-section-blackwhite .jw-link-color {
    color: #000;
    text-decoration: underline
}

.jw-section-blackwhite a:hover,
.jw-section-blackwhite .jw-link-color:hover {
    color: #1a1a1a;
    text-decoration: underline
}

.jw-section-blackwhite p,
.jw-section-blackwhite ol,
.jw-section-blackwhite ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-blackwhite span[style*='color'] a {
    color: inherit
}

.jw-section-blackwhite button {
    line-height: 1.5
}

.jw-section-blackwhite .jw-text-small {
    font-size: 1.12rem
}

.jw-section-blackwhite .jw-accent-text-color {
    color: #000
}

.jw-section-blackwhite .jw-accent-background {
    color: #8c8c8c;
    background-color: #000
}

.jw-section-blackwhite .jw-accent-background a,
.jw-section-blackwhite .jw-accent-background .jw-link-button {
    color: #8c8c8c
}

.jw-section-blackwhite .jw-accent-border-link-color {
    border-color: #000
}

.jw-section-blackwhite .jw-accent-border-color {
    border-color: #000
}

@media (min-width:1020px) {
    .jw-section-sidebar {
        line-height: 1.35
    }
}

.jw-section-white {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

.jw-section-white .jw-icon-image__inner {
    background-color: #1aafaf
}

.jw-section-white .jw-image-is-square .jw-icon-image,
.jw-section-white .jw-image-is-rounded .jw-icon-image,
.jw-section-white .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

.jw-section-white .jw-image-is-square .jw-icon-image__inner,
.jw-section-white .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-white .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width:1020px) {
    .jw-section-white {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-white {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-section-white a,
.jw-section-white .jw-link-color {
    color: #1aafaf;
    text-decoration: underline
}

.jw-section-white a:hover,
.jw-section-white .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

.jw-section-white p,
.jw-section-white ol,
.jw-section-white ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-white span[style*='color'] a {
    color: inherit
}

.jw-section-white button {
    line-height: 1.5
}

.jw-section-white .jw-text-small {
    font-size: 1.12rem
}

.jw-section-white .jw-accent-text-color {
    color: #1aafaf
}

.jw-section-white .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

.jw-section-white .jw-accent-background a,
.jw-section-white .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

.jw-section-white .jw-accent-border-link-color {
    border-color: #1aafaf
}

.jw-section-white .jw-accent-border-color {
    border-color: #737373
}

.jw-section-white h1,
.jw-section-white h2,
.jw-section-white h3,
.jw-section-white h4,
.jw-section-white h5,
.jw-section-white h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-section-white h1,
    .jw-section-white h2,
    .jw-section-white h3,
    .jw-section-white h4,
    .jw-section-white h5,
    .jw-section-white h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-section-white h1,
    .jw-section-white h2,
    .jw-section-white h3,
    .jw-section-white h4,
    .jw-section-white h5,
    .jw-section-white h6 {
        line-height: 1.1
    }
}

.jw-section-white h1 a,
.jw-section-white h2 a,
.jw-section-white h3 a,
.jw-section-white h4 a,
.jw-section-white h5 a,
.jw-section-white h6 a,
.jw-section-white h1 .jw-link-color,
.jw-section-white h2 .jw-link-color,
.jw-section-white h3 .jw-link-color,
.jw-section-white h4 .jw-link-color,
.jw-section-white h5 .jw-link-color,
.jw-section-white h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-section-white h1 a:hover,
.jw-section-white h2 a:hover,
.jw-section-white h3 a:hover,
.jw-section-white h4 a:hover,
.jw-section-white h5 a:hover,
.jw-section-white h6 a:hover,
.jw-section-white h1 .jw-link-color:hover,
.jw-section-white h2 .jw-link-color:hover,
.jw-section-white h3 .jw-link-color:hover,
.jw-section-white h4 .jw-link-color:hover,
.jw-section-white h5 .jw-link-color:hover,
.jw-section-white h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-section-white .product-page .product__price__price {
    color: #737373
}

.jw-section-white .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section-white .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section-white .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-section-white .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-section-white .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h1,
.jw-section-white .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h2,
.jw-section-white .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h3,
.jw-section-white .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-white h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-white h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-white h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-element-form-success {
    color: var(--w-link-color);
    border-color: var(--w-link-color)
}

.jw-element-form-error {
    color: var(--w-form-error-color);
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text,
.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text,
.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text {
    border-color: var(--w-form-error-color)
}

.jw-section-content .jw-element-form-is-error .jw-element-form-input-text:focus,
.jw-section-sidebar .jw-element-form-is-error .jw-element-form-input-text:focus,
.jw-section-footer .jw-element-form-is-error .jw-element-form-input-text:focus {
    box-shadow: 0 0 0 2px hsl(from var(--w-form-error-color) h s l / 50%), 0 0 rgba(0, 0, 0, 0)
}

.jw-is-no-sidebar .jw-sidebar-toggle {
    display: none
}

.jw-header {
    float: left;
    position: relative
}

.jw-header-text-toggle,
.jw-header-image-toggle,
.jw-header-plain-text-toggle {
    display: none
}

.jw-header-is-text .jw-header-text-toggle {
    display: block
}

.jw-header-is-image .jw-header-text-toggle {
    display: none
}

.jw-header-is-image .jw-header-image-toggle {
    display: block
}

.jw-header-is-image .jw-header {
    line-height: 0
}

.jw-header-image {
    width: 100%;
    height: auto;
    position: relative
}

.jw-header-is-image .jw-header-image {
    display: block
}

.jw-header-is-image-text .jw-header-text-toggle,
.jw-header-is-image-text .jw-header-image-toggle {
    display: block
}

.jw-header-is-image-text .jw-header-image-toggle {
    margin-right: 20px
}

.jw-header-title,
.jw-header-slogan {
    line-height: 1;
    margin: 0;
    color: #1aafaf;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    display: inline
}

.jw-header-title,
.jw-header-slogan,
.jw-header-title:hover,
.jw-header-slogan:hover {
    text-decoration: none
}

a.jw-header-title:hover {
    color: rgba(26, 175, 175, 0.8)
}

.jw-header-slogan {
    color: #1aafaf;
    font-size: 1.6rem
}

.jw-menu-is-mobile .jw-header {
    display: none
}

.jw-slideshow--multiple>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.jw-slideshow--multiple .jw-slideshow-slide {
    display: none
}

.jw-slideshow--multiple .jw-slideshow-slide:first-child {
    display: block
}

.jw-slideshow .bx-wrapper .jw-slideshow-slide {
    display: block
}

.jw-slideshow .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    z-index: 0
}

.jw-slideshow .bx-wrapper img {
    max-width: 100%;
    display: block
}

.jw-slideshow .bx-viewport ul {
    padding: 0;
    margin: 0
}

.jw-slideshow .bx-viewport li {
    list-style: none
}

.jw-slideshow .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%
}

.jw-slideshow .bx-prev,
.jw-slideshow .bx-next {
    position: absolute;
    font-weight: bold;
    font-family: 'Comic Sans MS', 'TSCu_Comic', cursive;
    line-height: 4rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    outline: 0;
    text-align: center;
    text-decoration: none;
    z-index: 55;
    background: rgba(15, 15, 15, 0.5);
    color: #fff;
    transition: opacity 150ms ease;
    font-size: 2.1rem;
    border-radius: 2px
}

.jw-slideshow .bx-prev:hover,
.jw-slideshow .bx-next:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.jw-slideshow .bx-prev.disabled,
.jw-slideshow .bx-next.disabled {
    display: none
}

@media (width < 750px) {

    .jw-slideshow .bx-prev,
    .jw-slideshow .bx-next {
        transform: scale(.75)
    }
}

.jw-slideshow .bx-prev {
    left: 1rem
}

.jw-slideshow .bx-prev>i::before {
    margin: 0 0 0 -0.1em
}

.jw-slideshow .bx-next {
    right: 1rem
}

.jw-slideshow .bx-next>i::before {
    margin: 0 -0.1em 0 0
}

@media (width < 750px) {
    .jw-slideshow .bx-prev {
        left: 0
    }

    .jw-slideshow .bx-next {
        right: 0
    }
}

.jw-slideshow .bx-caption {
    color: white;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-family: "Open Sans", "sans-serif";
    text-align: center;
    width: 100%;
    max-width: var(--simple-brick-max-width);
    display: none;
    padding-block: 10px;
    position: relative;
    z-index: 10;
    box-sizing: border-box
}

.jw-slideshow .bx-caption .mce-content-body {
    cursor: default
}

.jw-slideshow .bx-caption .mce-edit-focus {
    cursor: text
}

.jw-slideshow .bx-caption .bx-edit {
    display: inline-block
}

.jw-slideshow-slide-content--no-backdrop .bx-caption {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45)
}

.jw-slideshow-slide-content--captions .bx-caption {
    display: block
}

.jw-slideshow .bx-caption-wrapper {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-inline: 50px
}

@media (width < 750px) {
    .jw-slideshow .bx-caption-wrapper {
        padding-inline: 25px
    }
}

.jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
    padding-inline: 60px
}

@media (width < 750px) {
    .jw-slideshow--multiple.jw-slideshow .bx-caption-wrapper {
        padding-inline: 40px
    }
}

.jw-slideshow {
    position: relative;
    margin: 0
}

.jw-slideshow-slide-content {
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center
}

.jw-slideshow-slide-content-height-enforcer-wrapper {
    display: block;
    width: 100%;
    margin-left: -100%;
    flex-shrink: 0
}

.jw-slideshow-slide-content-height-enforcer {
    width: 1px;
    margin-left: -1px
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-cover {
    background-size: cover
}

.jw-slideshow-slide-content.jw-slideshow-slide-content--display-contain {
    background-size: contain
}

.jw-slideshow-sub-title,
.jw-slideshow-btn.jw-btn--size-default {
    font-size: 2.25rem;
    line-height: 1.2em
}

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

    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.575rem
    }
}

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

    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.125rem
    }
}

.jw-slideshow-title {
    font-size: 4.5rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .jw-slideshow-title {
        font-size: 3.6rem
    }
}

@media (width < 750px) {
    .jw-slideshow-title {
        font-size: 3.15rem
    }
}

@media (width < 620px) {
    .jw-slideshow-title {
        font-size: max(2.25rem, 1.9em)
    }
}

@media (width < 540px) {
    .jw-slideshow-title {
        font-size: max(1.8rem, 1.7em)
    }
}

@media (width < 420px) {
    .jw-slideshow-title {
        font-size: max(1.575rem, 1.5em)
    }
}

.banner-lg {
    font-size: 120%
}

.banner-lg .jw-slideshow-title {
    font-size: 5.4rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 4.32rem
    }
}

@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 3.78rem
    }
}

@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.7rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.16rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(1.89rem, 1.5em)
    }
}

.banner-sm {
    font-size: 85%
}

.banner-sm .jw-slideshow-title {
    font-size: 3.825rem;
    line-height: 120% !important
}

@media (width < 960px) {
    .banner-sm .jw-slideshow-title {
        font-size: 3.06rem
    }
}

@media (width < 750px) {
    .banner-sm .jw-slideshow-title {
        font-size: 2.6775rem
    }
}

@media (width < 620px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.9125rem, 1.9em)
    }
}

@media (width < 540px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.53rem, 1.7em)
    }
}

@media (width < 420px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.33875rem, 1.5em)
    }
}

.jw-slideshow-sub-title,
.jw-slideshow-btn.jw-btn--size-default {
    font-size: 1.4em
}

@media (width < 750px) {

    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.3em
    }
}

@media (width < 500px) {

    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.2em
    }
}

.jw-slideshow .bx-caption .jw-slideshow-btn,
.jw-slideshow .bx-caption .jw-slideshow-sub-title {
    display: inline-block;
    margin: 10px 0;
    transition: margin 300ms
}

.jw-slideshow .jw-slideshow-btn {
    text-shadow: none
}

.jw-slideshow .jw-info-label {
    font-weight: normal;
    font-style: none;
    text-shadow: none;
    left: 50%
}

.jw-slideshow.banner-sm .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-sm .jw-slideshow-sub-title {
    margin: 5px 0 0 0
}

.jw-slideshow.banner-md .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-md .jw-slideshow-sub-title {
    margin: 25px 0 0 0
}

.jw-slideshow.banner-lg .bx-caption .jw-slideshow-btn,
.jw-slideshow.banner-lg .jw-slideshow-sub-title {
    margin: 30px 0 0 0
}

.jw-slideshow__scroll-arrow {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 1rem;
    margin: auto;
    width: 5.6rem;
    height: 5.2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 4rem;
    color: white;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer
}

.banner-lg.jw-slideshow--height-ratio .jw-slideshow__scroll-arrow {
    visibility: visible
}

.jw-slideshow__scroll-arrow>i {
    display: block;
    line-height: inherit;
    transition: transform 150ms ease
}

.jw-slideshow__scroll-arrow:hover>i {
    transform: translate(0, .5rem)
}

.jw-is-no-slideshow .jw-slideshow-toggle {
    display: none
}

body {
    background-color: #ffffff
}

.jw-background {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    position: absolute;
    opacity: 1;
    background-image: none
}

.jw-body {
    min-height: 100%;
    *zoom: 1;
    height: 100%;
    position: relative
}

.jw-body:before,
.jw-body:after {
    display: table;
    content: '';
    line-height: 0
}

.jw-body:after {
    clear: both
}

@media (max-width:1020px) {
    .message-bar {
        order: -1
    }
}

.jw-menu-is-mobile .message-bar {
    z-index: 1010
}

.message-bar--accent {
    background: #4be4e4;
    color: #031414
}

.message-bar-usps {
    min-height: 2.5em
}

.jw-mobile-header {
    background: #ffffff
}

.jw-mobile-text {
    color: #1aafaf
}

.jw-mobile-text:hover {
    color: #1aafaf
}

.jw-mobile-menu__button {
    background: #ffffff;
    color: #737373;
    outline: 0
}

.jw-mobile-menu__button:hover {
    background: #fafafa
}

.jw-mobile-menu__button:active,
.jw-mobile-menu__button:focus {
    background: #f2f2f2
}

.jw-mobile-menu__button--dummy {
    background: #ffffff
}

.jw-mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1010;
    box-sizing: border-box
}

.jw-menu-is-mobile .jw-mobile-menu {
    display: flex
}

.jw-mobile-header {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px;
    max-height: 70px;
    min-height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jw-mobile-header a,
.jw-mobile-header a:active,
.jw-mobile-header a:hover {
    text-decoration: none
}

.jw-header-is-image-text .jw-mobile-header,
.jw-header-is-text .jw-mobile-header,
.jw-header-is-image .jw-mobile-header {
    min-height: 100%;
    flex-direction: column
}

.jw-mobile-header-content {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    height: 100%
}

.jw-mobile-logo {
    display: block;
    max-height: 50px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.jw-mobile-header--text .jw-mobile-logo {
    display: none
}

.jw-mobile-text {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-decoration: none
}

.jw-mobile-text>span {
    margin: -10px;
    padding: 10px;
    max-width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

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

@media (max-width:639px) {

    .jw-mobile-header--image .jw-mobile-text,
    .jw-mobile-header--image-text .jw-mobile-logo--landscape~.jw-mobile-text {
        display: none
    }
}

.jw-mobile-header--image-text .jw-mobile-text {
    margin-left: 10px
}

.jw-mobile-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    min-height: 40px;
    padding: 9px 9px;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    transition: color 200ms ease
}

.jw-mobile-menu__button--dummy {
    flex: 0 99999 auto;
    padding: 0;
    cursor: default;
    pointer-events: none
}

body:not(.jw-menu-is-mobile) .jw-mobile-toggle {
    display: none
}

.jw-mobile-menu-search {
    display: none;
    position: absolute;
    z-index: 1011;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 300ms ease,
        visibility 300ms linear
}

.jw-menu-is-mobile .jw-mobile-menu-search {
    display: block
}

.jw-mobile-menu-search--hidden {
    visibility: hidden;
    pointer-events: none;
    background: transparent
}

.jw-mobile-menu-search__box {
    position: absolute;
    z-index: 1012;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    transition: transform 300ms cubic-bezier(.215, .61, .355, 1)
}

.jw-mobile-menu-search--hidden .jw-mobile-menu-search__box {
    transform: translate(0, -100%)
}

.jw-mobile-menu-search__input {
    flex: 1 1 auto;
    padding: 16px;
    border: 0;
    background: white;
    outline: none
}

.jw-mobile-menu-search__button.jw-btn {
    width: 44px;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 18px;
    line-height: 18px
}

.mobile-bar--accent {
    background: #4be4e4
}

.mobile-bar--accent .mobile-bar__item {
    color: #031414
}

.mobile-bar--accent .mobile-bar__item:hover {
    background: #35e1e1
}

.jw-popover-container--inline {
    display: inline
}

.jw-popover-container--modal {
    position: fixed;
    z-index: 2101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.jw-popover-backdrop {
    position: fixed;
    z-index: 2100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: visibility 200ms,
        opacity 200ms ease
}

.is-hidden .jw-popover-backdrop {
    visibility: hidden;
    opacity: 0
}

.jw-popover {
    position: relative;
    z-index: 2101;
    text-align: left;
    text-transform: none;
    will-change: transform;
    transition: visibility 200ms, opacity 200ms ease, transform 200ms ease-out
}

.jw-popover-container--inline .jw-popover {
    position: absolute;
    bottom: -6px;
    width: 100%;
    max-width: 100px
}

.jw-popover-container--modal .jw-popover {
    width: 100%;
    padding: 20px
}

.is-hidden .jw-popover {
    visibility: hidden;
    opacity: 0;
    transform: scale3d(.9, .9, 1);
    transition: visibility 200ms, opacity 200ms ease, transform 200ms ease-in
}

.jw-popover:focus {
    outline: none
}

.jw-popover__arrow {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent white transparent
}

.jw-popover__close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.3em;
    background-color: transparent;
    border: 0
}

.jw-popover__content {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2)
}

.jw-popover-container--modal .jw-popover__content {
    padding: 15px
}

.jw-popover-container--inline .jw-popover__content {
    position: absolute;
    width: 25em
}

.jw-popover-container--inline .jw-popover__content--align-right {
    right: 0
}

.jw-menu-is-desktop .jw-menu-horizontal .jw-popover-container--inline .jw-popover__content {
    right: 0
}

.jw-menu-is-desktop .jw-menu-vertical .jw-popover-container--inline .jw-popover__content {
    left: 0
}

.jw-menu-is-desktop .jw-menu-item--left .jw-popover-container--inline .jw-popover__content {
    right: auto
}

.jw-search {
    display: flex
}

.jw-search__input {
    flex: 1;
    padding: 10px 12px;
    min-width: 0;
    font-size: inherit;
    border-radius: 3px 0 0 3px;
    transition: border-color 150ms ease
}

.jw-search__input:focus {
    outline: none
}

.jw-search__submit {
    padding: 0 15px;
    font-size: inherit;
    border: 0;
    border-radius: 0 3px 3px 0;
    transition: background 150ms ease
}

.jw-search__submit:active {
    outline: none
}

.jw-popover .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-popover .jw-search__input:focus {
    border-color: #1aafaf
}

.jw-popover .jw-search__submit {
    color: #fff;
    background: #1aafaf
}

.jw-popover .jw-search__submit:focus,
.jw-popover .jw-search__submit:hover {
    background: #169494
}

.jw-popover .jw-search__submit:active {
    background: #148787
}

.jw-mobile-menu-search-item {
    padding: 1em
}

.jw-mobile-menu-search-item .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-mobile-menu-search-item .jw-search__input:focus {
    border-color: #1aafaf
}

.jw-mobile-menu-search-item .jw-search__submit {
    color: #fff;
    background: #1aafaf
}

.jw-mobile-menu-search-item .jw-search__submit:focus,
.jw-mobile-menu-search-item .jw-search__submit:hover {
    background: #169494
}

.jw-mobile-menu-search-item .jw-search__submit:active {
    background: #148787
}

.jw-section-content .jw-search__input {
    color: #222;
    background: white;
    border: 1px solid #ccc;
    border-right: 0
}

.jw-section-content .jw-search__input:focus {
    border-color: #1aafaf
}

.jw-section-content .jw-search__submit {
    color: #fff;
    background: #1aafaf
}

.jw-section-content .jw-search__submit:focus,
.jw-section-content .jw-search__submit:hover {
    background: #169494
}

.jw-section-content .jw-search__submit:active {
    background: #148787
}

.jw-icon-burger {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jw-icon-burger,
.jw-icon-burger::before,
.jw-icon-burger::after {
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    border-radius: 2px;
    transform-origin: center center;
    transition-property: background-color, transform, width;
    transition-duration: 200ms
}

.jw-icon-burger::before,
.jw-icon-burger::after {
    content: '';
    position: absolute
}

.jw-icon-burger::before {
    top: -6px
}

.jw-icon-burger::after {
    top: 6px
}

.jw-icon-burger--cross {
    background-color: transparent;
    transform: rotate(180deg)
}

.jw-icon-burger--cross::before,
.jw-icon-burger--cross::after {
    width: 24px
}

.jw-icon-burger--cross::before {
    transform: translate(-1px, 6px) rotate(-45deg)
}

.jw-icon-burger--cross::after {
    transform: translate(-1px, -6px) rotate(45deg)
}

.jw-icon-search {
    display: block;
    width: 20px;
    height: 20px
}

.jw-icon-search::before,
.jw-icon-search::after {
    content: '';
    display: block;
    position: absolute
}

.jw-icon-search::before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 2px currentColor
}

.jw-icon-search::after {
    width: 10px;
    height: 2px;
    background-color: currentColor;
    border-radius: 0 2px 2px 0;
    transform-origin: -6px 1px;
    transform: translate(14px, 7px) rotate(45deg)
}

.cc-window.cc-theme-jw {
    font-family: "Open Sans", "sans-serif";
    line-height: 1.5;
    font-size: 1.6rem
}

@media (max-width:1020px) {
    .cc-window.cc-theme-jw {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .cc-window.cc-theme-jw {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.cc-window.cc-theme-jw .cc-allow.cc-btn,
.cc-window.cc-theme-jw .cc-dismiss.cc-btn {
    background: #1aafaf;
    color: #fff;
    border-color: black
}

.cc-window.cc-theme-jw .cc-allow.cc-btn:hover,
.cc-window.cc-theme-jw .cc-dismiss.cc-btn:hover {
    background: #21dbdb;
    color: #fff
}

.jw-section .jw-element-ads h3 {
    font-size: 25px
}

@media (max-width:1020px) {
    .jw-section .jw-element-ads h3 {
        font-size: 20px
    }
}

.jw-section .jw-element-ads--accent {
    background: #4be4e4
}

.jw-section .jw-element-ads--accent h3 {
    color: #031414
}

.jw-section .jw-element-ads--tint {
    background: #e6e6e6
}

.jw-section .jw-element-ads--tint h3 {
    color: #676767
}

:root,
.strip-preview__container {
    --strip-content-padding-inline: 10px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 20px;
    --strip-content-padding-inline--split-image: 10px
}

@media (min-width:1020px) {

    :root,
    .strip-preview__container {
        --strip-content-padding-inline: 20px;
        --strip-content-padding-block: max(3.3em, 30px);
        --strip-content-padding-block--primary: max(3.3em, 30px);
        --strip-content-padding-inline--split-image: max(3.3em, 30px)
    }
}

@media (min-width:1020px) {
    .jw-is-sidebar .main-content {
        flex-direction: row;
        justify-content: center
    }

    .jw-is-sidebar .main-content .block-content {
        width: 70%
    }

    .jw-is-sidebar .main-content .block-sidebar {
        width: 30%
    }
}

.jw-btn--style-flat,
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important;
    border: none
}

.jw-btn--style-flat:hover:not(:disabled),
.jw-btn--style-flat.jw-btn__active,
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color-hover);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--style-border,
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border) {
    background: transparent;
    color: var(--jw-comp--button--primary-color) !important;
    box-shadow: inset 0 0 0 2px var(--jw-comp--button--primary-color)
}

.jw-btn--style-border:hover:not(:disabled),
.jw-btn--style-border.jw-btn__active,
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important
}

.jw-btn--roundness-square,
.jw-btn:not(.jw-btn--roundness-square, .jw-btn--roundness-rounded, .jw-btn--roundness-round) {
    border-radius: 0
}

.jw-btn--roundness-rounded {
    border-radius: .2em
}

.jw-btn--roundness-round {
    border-radius: 1000px;
    padding-left: 1.1em;
    padding-right: 1.1em
}

.jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-section-white .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-slideshow .jw-btn {
    --jw-comp--button--primary-color: #4be4e4;
    --jw-comp--button--on-primary-color: #031414;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-section-content .product__price s,
.jw-section-content .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-sidebar .product__price s,
.jw-section-sidebar .product-gallery__price s {
    text-decoration-color: #d9534f
}

.jw-section-footer .product__price s,
.jw-section-footer .product-gallery__price s {
    text-decoration-color: #d9534f
}

.product,
.product__description,
.product-page__description,
.product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-columns .jw-product .product,
.image-gallery__thumbnail-item {
    border-radius: 0
}

.product__free-shipping-motivator {
    color: #1aafaf
}

.jw-select {
    display: inline-flex;
    line-height: 1.5
}

.jw-select__prefix {
    position: relative;
    margin-right: -1px
}

.jw-select__input {
    height: 1.5em;
    box-sizing: content-box;
    flex: 1 1 auto;
    min-width: 0
}

.jw-select--size-small .jw-select__prefix,
.jw-select--size-small .jw-select__input {
    font-size: 1em;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-left: .6em
}

.jw-select--size-default .jw-select__prefix,
.jw-select--size-default .jw-select__input {
    font-size: 1.3em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .6em
}

.jw-select--size-large .jw-select__prefix,
.jw-select--size-large .jw-select__input {
    font-size: 1.5em;
    padding-top: .39em;
    padding-bottom: .39em;
    padding-left: .6em
}

.jw-section .cart-item {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section .cart-totals__row {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section .cart-totals__row--free_shipping_motivator,
.jw-section .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #1aafaf
}

.jw-section .product-quantity-input__remove {
    color: rgba(115, 115, 115, 0.6)
}

.jw-section .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section .cart-totals__tooltip {
    display: flex;
    color: rgba(115, 115, 115, 0.6);
    font-size: .9em
}

.jw-section .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-section-white .cart-item {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section-white .cart-totals__row {
    border-color: rgba(115, 115, 115, 0.16)
}

.jw-section-white .cart-totals__row--free_shipping_motivator,
.jw-section-white .cart-totals__row--free_shipping .cart-totals__row-price {
    color: #1aafaf
}

.jw-section-white .product-quantity-input__remove {
    color: rgba(115, 115, 115, 0.6)
}

.jw-section-white .product-quantity-input__remove:hover {
    color: #737373
}

.jw-section-white .cart-totals__tooltip {
    display: flex;
    color: rgba(115, 115, 115, 0.6);
    font-size: .9em
}

.jw-section-white .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: .25em
}

.jw-element-image__image--placeholder,
.jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.fotorama--placeholder .fotorama__stage__frame,
.jw-header-image--placeholder,
.jw-mobile-logo--placeholder,
.product--placeholder .product__image,
.cart-item__image--placeholder img,
.product-gallery__image--placeholder img,
.product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-section-footer .jw-element-image__image--placeholder,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-section-footer .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.jw-section-footer .fotorama--placeholder .fotorama__stage__frame,
.jw-section-footer .jw-header-image--placeholder,
.jw-section-footer .jw-mobile-logo--placeholder,
.jw-section-footer .product--placeholder .product__image,
.jw-section-footer .cart-item__image--placeholder img,
.jw-section-footer .product-gallery__image--placeholder img,
.jw-section-footer .product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-section-sidebar .jw-element-image__image--placeholder,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-cover .jw-album-image__inner,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-contain .jw-album-image__image,
.jw-section-sidebar .jw-album--placeholder.jw-album--display-format-masonry .jw-album-image__image,
.jw-section-sidebar .fotorama--placeholder .fotorama__stage__frame,
.jw-section-sidebar .jw-header-image--placeholder,
.jw-section-sidebar .jw-mobile-logo--placeholder,
.jw-section-sidebar .product--placeholder .product__image,
.jw-section-sidebar .cart-item__image--placeholder img,
.jw-section-sidebar .product-gallery__image--placeholder img,
.jw-section-sidebar .product__image-container--placeholder img {
    background-color: #e6e6e6;
    box-shadow: inset 0 0 0 1px #ccc
}

.jw-map--marker-accent .jw-marker__back {
    fill: #4be4e4
}

.jw-map--marker-accent .jw-marker__circle {
    fill: #031414
}

:root {
    --jw-swatch--heading-color: #1aafaf;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #21dbdb;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--accent-color: #4be4e4;
    --jw-swatch--accent-color--button-text-on: #031414;
    --jw-swatch--accent-color--button-hover: #21dbdb;
    --jw-swatch--header-color: #ffffff;
    --jw-swatch--header-color--button-text-on: #737373;
    --jw-swatch--header-color--button-hover: #e6e6e6
}

:root {
    --w-color: #737373;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #1aafaf;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root {
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--heading-color: #1aafaf;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #21dbdb;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #1aafaf;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #21dbdb
}

.jw-element-separator,
.jw-news-post,
.jw-comment,
.jw-columns__node--separator-left,
.jw-columns__node--separator-right,
.website-logout,
.jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8f8f8f
}

a.jw-steps__step:hover,
a.jw-steps__step:focus {
    color: #8f8f8f
}

.jw-steps__step--enabled {
    color: #737373
}

a.jw-steps__step--enabled:hover,
a.jw-steps__step--enabled:focus {
    color: #737373
}

.jw-steps__step--completed {
    background-color: #e8f7f7;
    border-color: #1aafaf;
    color: #106c6c
}

a.jw-steps__step--completed:hover,
a.jw-steps__step--completed:focus {
    color: #106c6c
}

.jw-steps__step--selected {
    background-color: #1aafaf;
    border-color: #1aafaf;
    color: #fff
}

a.jw-steps__step--selected:hover,
a.jw-steps__step--selected:focus {
    color: #fff
}

.jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-toggle-block__label {
    border-color: #1aafaf;
    box-shadow: 0 0 0 1px #1aafaf
}

.jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-element-form-well {
    background: #f8f8f8
}

.jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #737373;
    background-color: #e6e6e6!important;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    border-radius: 0!important
}

.jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-element-form-input-text:focus {
    border-color: #1aafaf;
    box-shadow: 0 0 0 2px #8dd7d7, 0 0 rgba(0, 0, 0, 0)
}

select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

input[type='radio']:focus,
input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1aafaf;
    outline: none
}

input[type='radio']:focus:not(:focus-visible),
input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-pagination__page {
    color: #1aafaf
}

.jw-pagination__page:hover {
    background: rgba(26, 175, 175, 0.15);
    color: #1aafaf
}

.jw-pagination__page--active,
.jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1aafaf;
    background: transparent;
    color: #1aafaf
}

.product-sticker {
    color: #fff;
    background: #1aafaf
}

.jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.text--muted {
    color: #ababab
}

.jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1aafaf
}

.jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-element-audio {
    --plyr-color-main: #1aafaf;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #1aafaf;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #d7d7d7
}

.jw-element-video {
    --plyr-color-main: #1aafaf;
    --plyr-video-control-background-hover: #1aafaf;
    --plyr-video-control-color-hover: #fff
}

.jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1aafaf;
    border-color: #1aafaf
}

.jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1aafaf;
    color: #fff
}

.jw-element-social-follow__default-color-getter {
    color: #1aafaf
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1aafaf;
    outline-offset: 1px
}

.image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1aafaf
}

.jw-element-accordion--style-box .jw-element-accordion__heading {
    background-color: #1aafaf;
    color: #fff;
    border-color: #148282
}

.jw-element-accordion--style-box .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-element-accordion--style-box .jw-element-accordion__content {
    border-color: #148282
}

.jw-table.jw-table--header.jw-table--border th,
.jw-table.jw-table--header.jw-table--striped th {
    background-color: #1aafaf;
    color: #fff
}

.jw-table.jw-table--border tr,
.jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-table.jw-table--nowrap {
    white-space: nowrap
}

.responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.handsontable .jw-table--header.jw-table--border tr:first-child td,
.handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1aafaf;
    color: #fff
}

.product,
.product__description,
.product-page__description,
.product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-columns .jw-product .product,
.image-gallery__thumbnail-item {
    border-radius: 0
}

.product__free-shipping-motivator {
    color: #1aafaf
}

.product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.product-gallery__content {
    background: #ffffff
}

.product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.product-gallery--style-bordered .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.product-gallery--style-bordered .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.product-gallery__price {
    color: #9d9d9d
}

.product-gallery {
    --button-height: 34px
}

.product-gallery-filter__button {
    color: #1aafaf
}

.jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-section-footer {
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-section-footer {
    --w-color: #737373;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #737373;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-section-footer {
    --jw-swatch--paragraph-link-color: #737373;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #8c8c8c;
    --jw-swatch--heading-color: #737373;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #737373;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #8c8c8c
}

.jw-section-footer .jw-element-separator,
.jw-section-footer .jw-news-post,
.jw-section-footer .jw-comment,
.jw-section-footer .jw-columns__node--separator-left,
.jw-section-footer .jw-columns__node--separator-right,
.jw-section-footer .website-logout,
.jw-section-footer .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-section-footer .jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8f8f8f
}

a.jw-section-footer .jw-steps__step:hover,
a.jw-section-footer .jw-steps__step:focus {
    color: #8f8f8f
}

.jw-section-footer .jw-steps__step--enabled {
    color: #737373
}

a.jw-section-footer .jw-steps__step--enabled:hover,
a.jw-section-footer .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-section-footer .jw-steps__step--completed {
    background-color: #f1f1f1;
    border-color: #737373;
    color: #4c4c4c
}

a.jw-section-footer .jw-steps__step--completed:hover,
a.jw-section-footer .jw-steps__step--completed:focus {
    color: #4c4c4c
}

.jw-section-footer .jw-steps__step--selected {
    background-color: #737373;
    border-color: #737373;
    color: #fff
}

a.jw-section-footer .jw-steps__step--selected:hover,
a.jw-section-footer .jw-steps__step--selected:focus {
    color: #fff
}

.jw-section-footer .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-section-footer .jw-toggle-block__label {
    border-color: #737373;
    box-shadow: 0 0 0 1px #737373
}

.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-section-footer .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-section-footer .jw-element-form-well {
    background: #f8f8f8
}

.jw-section-footer .jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-section-footer .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-section-footer .jw-element-form-input-text:focus {
    border-color: #737373;
    box-shadow: 0 0 0 2px #b9b9b9, 0 0 rgba(0, 0, 0, 0)
}

.jw-section-footer select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-section-footer input[type='radio']:focus,
.jw-section-footer input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #737373;
    outline: none
}

.jw-section-footer input[type='radio']:focus:not(:focus-visible),
.jw-section-footer input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-section-footer .jw-pagination__page {
    color: #737373
}

.jw-section-footer .jw-pagination__page:hover {
    background: rgba(115, 115, 115, 0.15);
    color: #737373
}

.jw-section-footer .jw-pagination__page--active,
.jw-section-footer .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #737373;
    background: transparent;
    color: #737373
}

.jw-section-footer .product-sticker {
    color: #fff;
    background: #737373
}

.jw-section-footer .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-section-footer .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.jw-section-footer .text--muted {
    color: #ababab
}

.jw-section-footer .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-section-footer .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #737373
}

.jw-section-footer .jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-section-footer .jw-element-audio {
    --plyr-color-main: #737373;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #737373;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-section-footer .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #d7d7d7
}

.jw-section-footer .jw-element-video {
    --plyr-color-main: #737373;
    --plyr-video-control-background-hover: #737373;
    --plyr-video-control-color-hover: #fff
}

.jw-section-footer .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #737373;
    border-color: #737373
}

.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .jw-element-social-follow__default-color-getter {
    color: #737373
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-section-footer .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-section-footer .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #737373;
    outline-offset: 1px
}

.jw-section-footer .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-section-footer .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-section-footer .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #737373
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__heading {
    background-color: #737373;
    color: #fff;
    border-color: #595959
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__content {
    border-color: #595959
}

.jw-section-footer .jw-table.jw-table--header.jw-table--border th,
.jw-section-footer .jw-table.jw-table--header.jw-table--striped th {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .jw-table.jw-table--border tr,
.jw-section-footer .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-section-footer .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-section-footer .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-section-footer .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-section-footer .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.jw-section-footer .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-section-footer .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #737373;
    color: #fff
}

.jw-section-footer .product,
.jw-section-footer .product__description,
.jw-section-footer .product-page__description,
.jw-section-footer .product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-section-footer .jw-columns .jw-product .product,
.jw-section-footer .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-section-footer .product__free-shipping-motivator {
    color: #737373
}

.jw-section-footer .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.jw-section-footer .product-gallery__content {
    background: #ffffff
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-section-footer .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-section-footer .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-section-footer .product-gallery__price {
    color: #9d9d9d
}

.jw-section-footer .product-gallery {
    --button-height: 34px
}

.jw-section-footer .product-gallery-filter__button {
    color: #737373
}

.jw-section-footer .jw-btn {
    --jw-comp--button--primary-color: #737373;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #8c8c8c
}

.jw-section-footer .jw-icon-image__inner {
    background-color: #737373
}

.jw-section-footer .jw-image-is-square .jw-icon-image,
.jw-section-footer .jw-image-is-rounded .jw-icon-image,
.jw-section-footer .jw-image-is-round .jw-icon-image {
    background-color: #737373
}

.jw-section-footer .jw-image-is-square .jw-icon-image__inner,
.jw-section-footer .jw-image-is-rounded .jw-icon-image__inner,
.jw-section-footer .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width:1020px) {
    .jw-section-footer {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-section-footer {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-section-footer a,
.jw-section-footer .jw-link-color {
    color: #737373;
    text-decoration: underline
}

.jw-section-footer a:hover,
.jw-section-footer .jw-link-color:hover {
    color: #8c8c8c;
    text-decoration: underline
}

.jw-section-footer p,
.jw-section-footer ol,
.jw-section-footer ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-section-footer span[style*='color'] a {
    color: inherit
}

.jw-section-footer button {
    line-height: 1.5
}

.jw-section-footer .jw-text-small {
    font-size: 1.12rem
}

.jw-section-footer .jw-accent-text-color {
    color: #737373
}

.jw-section-footer .jw-accent-background {
    color: #fff;
    background-color: #737373
}

.jw-section-footer .jw-accent-background a,
.jw-section-footer .jw-accent-background .jw-link-button {
    color: #fff
}

.jw-section-footer .jw-accent-border-link-color {
    border-color: #737373
}

.jw-section-footer .jw-accent-border-color {
    border-color: #737373
}

.jw-section-footer h1,
.jw-section-footer h2,
.jw-section-footer h3,
.jw-section-footer h4,
.jw-section-footer h5,
.jw-section-footer h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-section-footer h1,
    .jw-section-footer h2,
    .jw-section-footer h3,
    .jw-section-footer h4,
    .jw-section-footer h5,
    .jw-section-footer h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-section-footer h1,
    .jw-section-footer h2,
    .jw-section-footer h3,
    .jw-section-footer h4,
    .jw-section-footer h5,
    .jw-section-footer h6 {
        line-height: 1.1
    }
}

.jw-section-footer h1 a,
.jw-section-footer h2 a,
.jw-section-footer h3 a,
.jw-section-footer h4 a,
.jw-section-footer h5 a,
.jw-section-footer h6 a,
.jw-section-footer h1 .jw-link-color,
.jw-section-footer h2 .jw-link-color,
.jw-section-footer h3 .jw-link-color,
.jw-section-footer h4 .jw-link-color,
.jw-section-footer h5 .jw-link-color,
.jw-section-footer h6 .jw-link-color {
    text-decoration: underline;
    color: #737373
}

.jw-section-footer h1 a:hover,
.jw-section-footer h2 a:hover,
.jw-section-footer h3 a:hover,
.jw-section-footer h4 a:hover,
.jw-section-footer h5 a:hover,
.jw-section-footer h6 a:hover,
.jw-section-footer h1 .jw-link-color:hover,
.jw-section-footer h2 .jw-link-color:hover,
.jw-section-footer h3 .jw-link-color:hover,
.jw-section-footer h4 .jw-link-color:hover,
.jw-section-footer h5 .jw-link-color:hover,
.jw-section-footer h6 .jw-link-color:hover {
    color: #8c8c8c
}

.jw-section-footer .product-page .product__price__price {
    color: #737373
}

.jw-section-footer .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-section-footer .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-section-footer .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h1,
.jw-section-footer .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h2,
.jw-section-footer .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h3,
.jw-section-footer .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-section-footer h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-section-footer h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-section-footer h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

:root,
:host {
    --jw-subsection__background-color--default: #ffffff;
    --jw-subsection__background-color--shaded: #f2f2f2;
    --jw-subsection__background-color--accent: #4be4e4;
    --jw-subsection__background-color--inverse: #333;
    --jw-subsection__swatch-color--default: var(--jw-subsection__background-color--default);
    --jw-subsection__swatch-color--shaded: #d9d9d9;
    --jw-subsection__swatch-color--accent: var(--jw-subsection__background-color--accent);
    --jw-subsection__swatch-color--inverse: var(--jw-subsection__background-color--inverse)
}

.jw-box.jw-box--color-default {
    background-color: #ffffff;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-box.jw-box--color-default {
    --w-color: #737373;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #1aafaf;
    --w-background-color: #ffffff;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-box.jw-box--color-default {
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--heading-color: #1aafaf;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #21dbdb;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--header-color: #1aafaf;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #21dbdb
}

.jw-box.jw-box--color-default .jw-element-separator,
.jw-box.jw-box--color-default .jw-news-post,
.jw-box.jw-box--color-default .jw-comment,
.jw-box.jw-box--color-default .jw-columns__node--separator-left,
.jw-box.jw-box--color-default .jw-columns__node--separator-right,
.jw-box.jw-box--color-default .website-logout,
.jw-box.jw-box--color-default .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-box.jw-box--color-default .jw-steps__step {
    background-color: #ffffff;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8f8f8f
}

a.jw-box.jw-box--color-default .jw-steps__step:hover,
a.jw-box.jw-box--color-default .jw-steps__step:focus {
    color: #8f8f8f
}

.jw-box.jw-box--color-default .jw-steps__step--enabled {
    color: #737373
}

a.jw-box.jw-box--color-default .jw-steps__step--enabled:hover,
a.jw-box.jw-box--color-default .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-box.jw-box--color-default .jw-steps__step--completed {
    background-color: #e8f7f7;
    border-color: #1aafaf;
    color: #106c6c
}

a.jw-box.jw-box--color-default .jw-steps__step--completed:hover,
a.jw-box.jw-box--color-default .jw-steps__step--completed:focus {
    color: #106c6c
}

.jw-box.jw-box--color-default .jw-steps__step--selected {
    background-color: #1aafaf;
    border-color: #1aafaf;
    color: #fff
}

a.jw-box.jw-box--color-default .jw-steps__step--selected:hover,
a.jw-box.jw-box--color-default .jw-steps__step--selected:focus {
    color: #fff
}

.jw-box.jw-box--color-default .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-box.jw-box--color-default .jw-toggle-block__label {
    border-color: #1aafaf;
    box-shadow: 0 0 0 1px #1aafaf
}

.jw-box.jw-box--color-default .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-box.jw-box--color-default .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-box.jw-box--color-default .jw-element-form-well {
    background: #f8f8f8
}

.jw-box.jw-box--color-default .jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #737373;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-box.jw-box--color-default .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-box.jw-box--color-default .jw-element-form-input-text:focus {
    border-color: #1aafaf;
    box-shadow: 0 0 0 2px #8dd7d7, 0 0 rgba(0, 0, 0, 0)
}

.jw-box.jw-box--color-default select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-box.jw-box--color-default input[type='radio']:focus,
.jw-box.jw-box--color-default input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1aafaf;
    outline: none
}

.jw-box.jw-box--color-default input[type='radio']:focus:not(:focus-visible),
.jw-box.jw-box--color-default input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-box.jw-box--color-default .jw-pagination__page {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-pagination__page:hover {
    background: rgba(26, 175, 175, 0.15);
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-pagination__page--active,
.jw-box.jw-box--color-default .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1aafaf;
    background: transparent;
    color: #1aafaf
}

.jw-box.jw-box--color-default .product-sticker {
    color: #fff;
    background: #1aafaf
}

.jw-box.jw-box--color-default .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-box.jw-box--color-default .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.jw-box.jw-box--color-default .text--muted {
    color: #ababab
}

.jw-box.jw-box--color-default .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-box.jw-box--color-default .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-element-rating__icon-empty {
    color: #d5d5d5
}

.jw-box.jw-box--color-default .jw-element-audio {
    --plyr-color-main: #1aafaf;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #1aafaf;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-box.jw-box--color-default .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #d7d7d7
}

.jw-box.jw-box--color-default .jw-element-video {
    --plyr-color-main: #1aafaf;
    --plyr-video-control-background-hover: #1aafaf;
    --plyr-video-control-color-hover: #fff
}

.jw-box.jw-box--color-default .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1aafaf;
    border-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1aafaf;
    color: #fff
}

.jw-box.jw-box--color-default .jw-element-social-follow__default-color-getter {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-default .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-box.jw-box--color-default .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1aafaf;
    outline-offset: 1px
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-box.jw-box--color-default .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__heading {
    background-color: #1aafaf;
    color: #fff;
    border-color: #148282
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-box.jw-box--color-default .jw-element-accordion--style-box .jw-box.jw-box--color-default .jw-element-accordion__content {
    border-color: #148282
}

.jw-box.jw-box--color-default .jw-table.jw-table--header.jw-table--border th,
.jw-box.jw-box--color-default .jw-table.jw-table--header.jw-table--striped th {
    background-color: #1aafaf;
    color: #fff
}

.jw-box.jw-box--color-default .jw-table.jw-table--border tr,
.jw-box.jw-box--color-default .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-box.jw-box--color-default .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-box.jw-box--color-default .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-box.jw-box--color-default .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-box.jw-box--color-default .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.jw-box.jw-box--color-default .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-box.jw-box--color-default .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1aafaf;
    color: #fff
}

.jw-box.jw-box--color-default .product,
.jw-box.jw-box--color-default .product__description,
.jw-box.jw-box--color-default .product-page__description,
.jw-box.jw-box--color-default .product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-box.jw-box--color-default .jw-columns .jw-product .product,
.jw-box.jw-box--color-default .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-box.jw-box--color-default .product__free-shipping-motivator {
    color: #1aafaf
}

.jw-box.jw-box--color-default .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.jw-box.jw-box--color-default .product-gallery__content {
    background: #ffffff
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content:hover,
.jw-box.jw-box--color-default .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-box.jw-box--color-default .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-box.jw-box--color-default .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-box.jw-box--color-default .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-box.jw-box--color-default .product-gallery__price {
    color: #9d9d9d
}

.jw-box.jw-box--color-default .product-gallery {
    --button-height: 34px
}

.jw-box.jw-box--color-default .product-gallery-filter__button {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-box.jw-box--color-default .jw-icon-image__inner {
    background-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-image-is-square .jw-icon-image,
.jw-box.jw-box--color-default .jw-image-is-rounded .jw-icon-image,
.jw-box.jw-box--color-default .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-image-is-square .jw-icon-image__inner,
.jw-box.jw-box--color-default .jw-image-is-rounded .jw-icon-image__inner,
.jw-box.jw-box--color-default .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffffff
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-box.jw-box--color-default a,
.jw-box.jw-box--color-default .jw-link-color {
    color: #1aafaf;
    text-decoration: underline
}

.jw-box.jw-box--color-default a:hover,
.jw-box.jw-box--color-default .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

.jw-box.jw-box--color-default p,
.jw-box.jw-box--color-default ol,
.jw-box.jw-box--color-default ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-box.jw-box--color-default span[style*='color'] a {
    color: inherit
}

.jw-box.jw-box--color-default button {
    line-height: 1.5
}

.jw-box.jw-box--color-default .jw-text-small {
    font-size: 1.12rem
}

.jw-box.jw-box--color-default .jw-accent-text-color {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-accent-background a,
.jw-box.jw-box--color-default .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

.jw-box.jw-box--color-default .jw-accent-border-link-color {
    border-color: #1aafaf
}

.jw-box.jw-box--color-default .jw-accent-border-color {
    border-color: #737373
}

.jw-box.jw-box--color-default h1,
.jw-box.jw-box--color-default h2,
.jw-box.jw-box--color-default h3,
.jw-box.jw-box--color-default h4,
.jw-box.jw-box--color-default h5,
.jw-box.jw-box--color-default h6 {
    line-height: 1.1;
    color: #1aafaf;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-box.jw-box--color-default h1,
    .jw-box.jw-box--color-default h2,
    .jw-box.jw-box--color-default h3,
    .jw-box.jw-box--color-default h4,
    .jw-box.jw-box--color-default h5,
    .jw-box.jw-box--color-default h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-box.jw-box--color-default h1,
    .jw-box.jw-box--color-default h2,
    .jw-box.jw-box--color-default h3,
    .jw-box.jw-box--color-default h4,
    .jw-box.jw-box--color-default h5,
    .jw-box.jw-box--color-default h6 {
        line-height: 1.1
    }
}

.jw-box.jw-box--color-default h1 a,
.jw-box.jw-box--color-default h2 a,
.jw-box.jw-box--color-default h3 a,
.jw-box.jw-box--color-default h4 a,
.jw-box.jw-box--color-default h5 a,
.jw-box.jw-box--color-default h6 a,
.jw-box.jw-box--color-default h1 .jw-link-color,
.jw-box.jw-box--color-default h2 .jw-link-color,
.jw-box.jw-box--color-default h3 .jw-link-color,
.jw-box.jw-box--color-default h4 .jw-link-color,
.jw-box.jw-box--color-default h5 .jw-link-color,
.jw-box.jw-box--color-default h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-box.jw-box--color-default h1 a:hover,
.jw-box.jw-box--color-default h2 a:hover,
.jw-box.jw-box--color-default h3 a:hover,
.jw-box.jw-box--color-default h4 a:hover,
.jw-box.jw-box--color-default h5 a:hover,
.jw-box.jw-box--color-default h6 a:hover,
.jw-box.jw-box--color-default h1 .jw-link-color:hover,
.jw-box.jw-box--color-default h2 .jw-link-color:hover,
.jw-box.jw-box--color-default h3 .jw-link-color:hover,
.jw-box.jw-box--color-default h4 .jw-link-color:hover,
.jw-box.jw-box--color-default h5 .jw-link-color:hover,
.jw-box.jw-box--color-default h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-box.jw-box--color-default .product-page .product__price__price {
    color: #1aafaf
}

.jw-box.jw-box--color-default .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-box.jw-box--color-default .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-box.jw-box--color-default .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h1,
.jw-box.jw-box--color-default .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-box.jw-box--color-default h1,
    .jw-box.jw-box--color-default .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-box.jw-box--color-default h1,
    .jw-box.jw-box--color-default .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h2,
.jw-box.jw-box--color-default .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-box.jw-box--color-default h2,
    .jw-box.jw-box--color-default .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-box.jw-box--color-default h2,
    .jw-box.jw-box--color-default .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h3,
.jw-box.jw-box--color-default .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-box.jw-box--color-default h3,
    .jw-box.jw-box--color-default .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-box.jw-box--color-default h3,
    .jw-box.jw-box--color-default .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-box.jw-box--color-default h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-box.jw-box--color-default h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-box.jw-box--color-default h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded,
.jw-box.jw-box--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-strip--color-shaded,
:root .jw-box.jw-box--color-shaded {
    --w-color: #737373;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #1aafaf;
    --w-background-color: #f2f2f2;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--color-shaded,
:root .jw-box.jw-box--color-shaded {
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--heading-color: #1aafaf;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #21dbdb;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--accent-color: #1aafaf;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #21dbdb;
    --jw-swatch--header-color: #1aafaf;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #21dbdb
}

.jw-strip--color-shaded .jw-element-separator,
.jw-box.jw-box--color-shaded .jw-element-separator,
.jw-strip--color-shaded .jw-news-post,
.jw-box.jw-box--color-shaded .jw-news-post,
.jw-strip--color-shaded .jw-comment,
.jw-box.jw-box--color-shaded .jw-comment,
.jw-strip--color-shaded .jw-columns__node--separator-left,
.jw-box.jw-box--color-shaded .jw-columns__node--separator-left,
.jw-strip--color-shaded .jw-columns__node--separator-right,
.jw-box.jw-box--color-shaded .jw-columns__node--separator-right,
.jw-strip--color-shaded .website-logout,
.jw-box.jw-box--color-shaded .website-logout,
.jw-strip--color-shaded .jw-element-accordion__heading,
.jw-box.jw-box--color-shaded .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-steps__step,
.jw-box.jw-box--color-shaded .jw-steps__step {
    background-color: #f2f2f2;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8c8c8c
}

a.jw-strip--color-shaded .jw-steps__step:hover,
a.jw-box.jw-box--color-shaded .jw-steps__step:hover,
a.jw-strip--color-shaded .jw-steps__step:focus,
a.jw-box.jw-box--color-shaded .jw-steps__step:focus {
    color: #8c8c8c
}

.jw-strip--color-shaded .jw-steps__step--enabled,
.jw-box.jw-box--color-shaded .jw-steps__step--enabled {
    color: #737373
}

a.jw-strip--color-shaded .jw-steps__step--enabled:hover,
a.jw-box.jw-box--color-shaded .jw-steps__step--enabled:hover,
a.jw-strip--color-shaded .jw-steps__step--enabled:focus,
a.jw-box.jw-box--color-shaded .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-strip--color-shaded .jw-steps__step--completed,
.jw-box.jw-box--color-shaded .jw-steps__step--completed {
    background-color: #ddecec;
    border-color: #1aafaf;
    color: #106c6c
}

a.jw-strip--color-shaded .jw-steps__step--completed:hover,
a.jw-box.jw-box--color-shaded .jw-steps__step--completed:hover,
a.jw-strip--color-shaded .jw-steps__step--completed:focus,
a.jw-box.jw-box--color-shaded .jw-steps__step--completed:focus {
    color: #106c6c
}

.jw-strip--color-shaded .jw-steps__step--selected,
.jw-box.jw-box--color-shaded .jw-steps__step--selected {
    background-color: #1aafaf;
    border-color: #1aafaf;
    color: #fff
}

a.jw-strip--color-shaded .jw-steps__step--selected:hover,
a.jw-box.jw-box--color-shaded .jw-steps__step--selected:hover,
a.jw-strip--color-shaded .jw-steps__step--selected:focus,
a.jw-box.jw-box--color-shaded .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-shaded .jw-toggle-block__label,
.jw-box.jw-box--color-shaded .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-strip--color-shaded .jw-toggle-block__label,
input:checked+.jw-box.jw-box--color-shaded .jw-toggle-block__label {
    border-color: #1aafaf;
    box-shadow: 0 0 0 1px #1aafaf
}

.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error,
.jw-box.jw-box--color-shaded .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-shaded .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-box.jw-box--color-shaded .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-shaded .jw-element-form-well,
.jw-box.jw-box--color-shaded .jw-element-form-well {
    background: #e8e8e8
}

.jw-strip--color-shaded .jw-element-form-input-text,
.jw-box.jw-box--color-shaded .jw-element-form-input-text {
    border-color: rgba(153, 153, 153, 0.5);
    color: #737373;
    background-color: #d9d9d9;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-shaded .jw-element-form-input-text:hover,
.jw-box.jw-box--color-shaded .jw-element-form-input-text:hover {
    border-color: #999
}

.jw-strip--color-shaded .jw-element-form-input-text:focus,
.jw-box.jw-box--color-shaded .jw-element-form-input-text:focus {
    border-color: #1aafaf;
    box-shadow: 0 0 0 2px #86d1d1, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-shaded select.jw-element-form-input-text,
.jw-box.jw-box--color-shaded select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23737373%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-shaded input[type='radio']:focus,
.jw-box.jw-box--color-shaded input[type='radio']:focus,
.jw-strip--color-shaded input[type='checkbox']:focus,
.jw-box.jw-box--color-shaded input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1aafaf;
    outline: none
}

.jw-strip--color-shaded input[type='radio']:focus:not(:focus-visible),
.jw-box.jw-box--color-shaded input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-shaded input[type='checkbox']:focus:not(:focus-visible),
.jw-box.jw-box--color-shaded input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-shaded .jw-pagination__page,
.jw-box.jw-box--color-shaded .jw-pagination__page {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-pagination__page:hover,
.jw-box.jw-box--color-shaded .jw-pagination__page:hover {
    background: rgba(26, 175, 175, 0.15);
    color: #1aafaf
}

.jw-strip--color-shaded .jw-pagination__page--active,
.jw-box.jw-box--color-shaded .jw-pagination__page--active,
.jw-strip--color-shaded .jw-pagination__page--active:hover,
.jw-box.jw-box--color-shaded .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1aafaf;
    background: transparent;
    color: #1aafaf
}

.jw-strip--color-shaded .product-sticker,
.jw-box.jw-box--color-shaded .product-sticker {
    color: #fff;
    background: #1aafaf
}

.jw-strip--color-shaded .jw-tree-empty-placeholder,
.jw-box.jw-box--color-shaded .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-strip--color-shaded .jw-tree-empty-placeholder__image,
.jw-box.jw-box--color-shaded .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.jw-strip--color-shaded .text--muted,
.jw-box.jw-box--color-shaded .text--muted {
    color: #a6a6a6
}

.jw-strip--color-shaded .jw-element-social-share .share-button--wrapper,
.jw-box.jw-box--color-shaded .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-element-rating--color-accent .jw-element-rating__icon-full,
.jw-box.jw-box--color-shaded .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-element-rating__icon-empty,
.jw-box.jw-box--color-shaded .jw-element-rating__icon-empty {
    color: #ccc
}

.jw-strip--color-shaded .jw-element-audio,
.jw-box.jw-box--color-shaded .jw-element-audio {
    --plyr-color-main: #1aafaf;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #1aafaf;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-shaded .jw-element-audio .plyr--audio .plyr__controls,
.jw-box.jw-box--color-shaded .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #cdcdcd
}

.jw-strip--color-shaded .jw-element-video,
.jw-box.jw-box--color-shaded .jw-element-video {
    --plyr-color-main: #1aafaf;
    --plyr-video-control-background-hover: #1aafaf;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-shaded .jw-element-video--presentation-mode,
.jw-box.jw-box--color-shaded .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1aafaf;
    border-color: #1aafaf
}

.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-shaded .jw-element-social-follow__default-color-getter,
.jw-box.jw-box--color-shaded .jw-element-social-follow__default-color-getter {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-shaded .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #23c660;
    border-color: #23c660
}

.jw-strip--color-shaded .image-gallery__main:has(.image-gallery__slides :focus-visible),
.jw-box.jw-box--color-shaded .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1aafaf;
    outline-offset: 1px
}

.jw-strip--color-shaded .image-gallery__thumbnail-item,
.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item:hover,
.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,
.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1aafaf
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading,
.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__heading,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__heading {
    background-color: #1aafaf;
    color: #fff;
    border-color: #148282
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__item,
.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__item,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__item,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__content,
.jw-strip--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__content,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__content,
.jw-box.jw-box--color-shaded .jw-element-accordion--style-box .jw-box.jw-box--color-shaded .jw-element-accordion__content {
    border-color: #148282
}

.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--border th,
.jw-box.jw-box--color-shaded .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--striped th,
.jw-box.jw-box--color-shaded .jw-table.jw-table--header.jw-table--striped th {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-shaded .jw-table.jw-table--border tr,
.jw-box.jw-box--color-shaded .jw-table.jw-table--border tr,
.jw-strip--color-shaded .jw-table.jw-table--striped tr td,
.jw-box.jw-box--color-shaded .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-strip--color-shaded .jw-table.jw-table--striped tr:nth-child(odd) td,
.jw-box.jw-box--color-shaded .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-shaded .jw-table.jw-table--hover tr:hover td,
.jw-box.jw-box--color-shaded .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-strip--color-shaded .jw-table.jw-table--nowrap,
.jw-box.jw-box--color-shaded .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-shaded .responsive-table-container::-webkit-scrollbar-thumb,
.jw-box.jw-box--color-shaded .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-box.jw-box--color-shaded .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td,
.jw-box.jw-box--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-shaded .product,
.jw-box.jw-box--color-shaded .product,
.jw-strip--color-shaded .product__description,
.jw-box.jw-box--color-shaded .product__description,
.jw-strip--color-shaded .product-page__description,
.jw-box.jw-box--color-shaded .product-page__description,
.jw-strip--color-shaded .product-page__social,
.jw-box.jw-box--color-shaded .product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-shaded .jw-columns .jw-product .product,
.jw-box.jw-box--color-shaded .jw-columns .jw-product .product,
.jw-strip--color-shaded .image-gallery__thumbnail-item,
.jw-box.jw-box--color-shaded .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-shaded .product__free-shipping-motivator,
.jw-box.jw-box--color-shaded .product__free-shipping-motivator {
    color: #1aafaf
}

.jw-strip--color-shaded .product-gallery--empty,
.jw-box.jw-box--color-shaded .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.jw-strip--color-shaded .product-gallery__content,
.jw-box.jw-box--color-shaded .product-gallery__content {
    background: #f2f2f2
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content,
.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:hover,
.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:hover,
.jw-box.jw-box--color-shaded .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-box.jw-box--color-shaded .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__content:focus-within,
.jw-box.jw-box--color-shaded .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-shaded .product-gallery--style-image-only .product-gallery__info-container,
.jw-box.jw-box--color-shaded .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-strip--color-shaded .product-gallery__price,
.jw-box.jw-box--color-shaded .product-gallery__price {
    color: #999
}

.jw-strip--color-shaded .product-gallery,
.jw-box.jw-box--color-shaded .product-gallery {
    --button-height: 34px
}

.jw-strip--color-shaded .product-gallery-filter__button,
.jw-box.jw-box--color-shaded .product-gallery-filter__button {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-btn,
.jw-box.jw-box--color-shaded .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-strip--color-shaded .jw-icon-image__inner,
.jw-box.jw-box--color-shaded .jw-icon-image__inner {
    background-color: #1aafaf
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image,
.jw-box.jw-box--color-shaded .jw-image-is-square .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image,
.jw-box.jw-box--color-shaded .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image,
.jw-box.jw-box--color-shaded .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

.jw-strip--color-shaded .jw-image-is-square .jw-icon-image__inner,
.jw-box.jw-box--color-shaded .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image__inner,
.jw-box.jw-box--color-shaded .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image__inner,
.jw-box.jw-box--color-shaded .jw-image-is-round .jw-icon-image__inner {
    background-color: #f2f2f2
}

@media (max-width:1020px) {

    .jw-strip--color-shaded,
    .jw-box.jw-box--color-shaded {
        line-height: 1.425
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded,
    .jw-box.jw-box--color-shaded {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-shaded a,
.jw-box.jw-box--color-shaded a,
.jw-strip--color-shaded .jw-link-color,
.jw-box.jw-box--color-shaded .jw-link-color {
    color: #1aafaf;
    text-decoration: underline
}

.jw-strip--color-shaded a:hover,
.jw-box.jw-box--color-shaded a:hover,
.jw-strip--color-shaded .jw-link-color:hover,
.jw-box.jw-box--color-shaded .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

.jw-strip--color-shaded p,
.jw-box.jw-box--color-shaded p,
.jw-strip--color-shaded ol,
.jw-box.jw-box--color-shaded ol,
.jw-strip--color-shaded ul,
.jw-box.jw-box--color-shaded ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-shaded span[style*='color'] a,
.jw-box.jw-box--color-shaded span[style*='color'] a {
    color: inherit
}

.jw-strip--color-shaded button,
.jw-box.jw-box--color-shaded button {
    line-height: 1.5
}

.jw-strip--color-shaded .jw-text-small,
.jw-box.jw-box--color-shaded .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-shaded .jw-accent-text-color,
.jw-box.jw-box--color-shaded .jw-accent-text-color {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-accent-background,
.jw-box.jw-box--color-shaded .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

.jw-strip--color-shaded .jw-accent-background a,
.jw-box.jw-box--color-shaded .jw-accent-background a,
.jw-strip--color-shaded .jw-accent-background .jw-link-button,
.jw-box.jw-box--color-shaded .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

.jw-strip--color-shaded .jw-accent-border-link-color,
.jw-box.jw-box--color-shaded .jw-accent-border-link-color {
    border-color: #1aafaf
}

.jw-strip--color-shaded .jw-accent-border-color,
.jw-box.jw-box--color-shaded .jw-accent-border-color {
    border-color: #737373
}

.jw-strip--color-shaded h1,
.jw-box.jw-box--color-shaded h1,
.jw-strip--color-shaded h2,
.jw-box.jw-box--color-shaded h2,
.jw-strip--color-shaded h3,
.jw-box.jw-box--color-shaded h3,
.jw-strip--color-shaded h4,
.jw-box.jw-box--color-shaded h4,
.jw-strip--color-shaded h5,
.jw-box.jw-box--color-shaded h5,
.jw-strip--color-shaded h6,
.jw-box.jw-box--color-shaded h6 {
    line-height: 1.1;
    color: #1aafaf;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-strip--color-shaded h1,
    .jw-box.jw-box--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-box.jw-box--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-box.jw-box--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-box.jw-box--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-box.jw-box--color-shaded h5,
    .jw-strip--color-shaded h6,
    .jw-box.jw-box--color-shaded h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-strip--color-shaded h1,
    .jw-box.jw-box--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-box.jw-box--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-box.jw-box--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-box.jw-box--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-box.jw-box--color-shaded h5,
    .jw-strip--color-shaded h6,
    .jw-box.jw-box--color-shaded h6 {
        line-height: 1.1
    }
}

.jw-strip--color-shaded h1 a,
.jw-box.jw-box--color-shaded h1 a,
.jw-strip--color-shaded h2 a,
.jw-box.jw-box--color-shaded h2 a,
.jw-strip--color-shaded h3 a,
.jw-box.jw-box--color-shaded h3 a,
.jw-strip--color-shaded h4 a,
.jw-box.jw-box--color-shaded h4 a,
.jw-strip--color-shaded h5 a,
.jw-box.jw-box--color-shaded h5 a,
.jw-strip--color-shaded h6 a,
.jw-box.jw-box--color-shaded h6 a,
.jw-strip--color-shaded h1 .jw-link-color,
.jw-box.jw-box--color-shaded h1 .jw-link-color,
.jw-strip--color-shaded h2 .jw-link-color,
.jw-box.jw-box--color-shaded h2 .jw-link-color,
.jw-strip--color-shaded h3 .jw-link-color,
.jw-box.jw-box--color-shaded h3 .jw-link-color,
.jw-strip--color-shaded h4 .jw-link-color,
.jw-box.jw-box--color-shaded h4 .jw-link-color,
.jw-strip--color-shaded h5 .jw-link-color,
.jw-box.jw-box--color-shaded h5 .jw-link-color,
.jw-strip--color-shaded h6 .jw-link-color,
.jw-box.jw-box--color-shaded h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-strip--color-shaded h1 a:hover,
.jw-box.jw-box--color-shaded h1 a:hover,
.jw-strip--color-shaded h2 a:hover,
.jw-box.jw-box--color-shaded h2 a:hover,
.jw-strip--color-shaded h3 a:hover,
.jw-box.jw-box--color-shaded h3 a:hover,
.jw-strip--color-shaded h4 a:hover,
.jw-box.jw-box--color-shaded h4 a:hover,
.jw-strip--color-shaded h5 a:hover,
.jw-box.jw-box--color-shaded h5 a:hover,
.jw-strip--color-shaded h6 a:hover,
.jw-box.jw-box--color-shaded h6 a:hover,
.jw-strip--color-shaded h1 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h1 .jw-link-color:hover,
.jw-strip--color-shaded h2 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h2 .jw-link-color:hover,
.jw-strip--color-shaded h3 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h3 .jw-link-color:hover,
.jw-strip--color-shaded h4 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h4 .jw-link-color:hover,
.jw-strip--color-shaded h5 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h5 .jw-link-color:hover,
.jw-strip--color-shaded h6 .jw-link-color:hover,
.jw-box.jw-box--color-shaded h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-strip--color-shaded .product-page .product__price__price,
.jw-box.jw-box--color-shaded .product-page .product__price__price {
    color: #1aafaf
}

.jw-strip--color-shaded .jw-heading-200,
.jw-box.jw-box--color-shaded .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {

    .jw-strip--color-shaded .jw-heading-200,
    .jw-box.jw-box--color-shaded .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded .jw-heading-200,
    .jw-box.jw-box--color-shaded .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-shaded .jw-heading-150,
.jw-box.jw-box--color-shaded .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {

    .jw-strip--color-shaded .jw-heading-150,
    .jw-box.jw-box--color-shaded .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded .jw-heading-150,
    .jw-box.jw-box--color-shaded .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-shaded .jw-heading-130,
.jw-box.jw-box--color-shaded .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {

    .jw-strip--color-shaded .jw-heading-130,
    .jw-box.jw-box--color-shaded .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded .jw-heading-130,
    .jw-box.jw-box--color-shaded .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded .jw-heading-120,
.jw-box.jw-box--color-shaded .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {

    .jw-strip--color-shaded .jw-heading-120,
    .jw-box.jw-box--color-shaded .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded .jw-heading-120,
    .jw-box.jw-box--color-shaded .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h1,
.jw-box.jw-box--color-shaded h1,
.jw-strip--color-shaded .jw-heading-100,
.jw-box.jw-box--color-shaded .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-strip--color-shaded h1,
    .jw-box.jw-box--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100,
    .jw-box.jw-box--color-shaded .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded h1,
    .jw-box.jw-box--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100,
    .jw-box.jw-box--color-shaded .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h2,
.jw-box.jw-box--color-shaded h2,
.jw-strip--color-shaded .jw-heading-85,
.jw-box.jw-box--color-shaded .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-shaded h2,
    .jw-box.jw-box--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85,
    .jw-box.jw-box--color-shaded .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded h2,
    .jw-box.jw-box--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85,
    .jw-box.jw-box--color-shaded .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h3,
.jw-box.jw-box--color-shaded h3,
.jw-strip--color-shaded .jw-heading-70,
.jw-box.jw-box--color-shaded .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-shaded h3,
    .jw-box.jw-box--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70,
    .jw-box.jw-box--color-shaded .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded h3,
    .jw-box.jw-box--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70,
    .jw-box.jw-box--color-shaded .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-shaded h4,
.jw-box.jw-box--color-shaded h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-shaded h4,
    .jw-box.jw-box--color-shaded h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-shaded h4,
    .jw-box.jw-box--color-shaded h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent,
.jw-box.jw-box--color-accent {
    background-color: #4be4e4;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #737373
}

:root .jw-strip--color-accent,
:root .jw-box.jw-box--color-accent {
    --w-color: #737373;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-line-color: rgba(115, 115, 115, 0.2);
    --w-link-color: #0d5656;
    --w-background-color: #4be4e4;
    --w-form-error-color: hsl(2, 64%, 48%)
}

:root .jw-strip--color-accent,
:root .jw-box.jw-box--color-accent {
    --jw-swatch--paragraph-link-color: #0d5656;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #148282;
    --jw-swatch--heading-color: #737373;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #8c8c8c;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--accent-color: #0d5656;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #148282;
    --jw-swatch--header-color: #0d5656;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #148282
}

.jw-strip--color-accent .jw-element-separator,
.jw-box.jw-box--color-accent .jw-element-separator,
.jw-strip--color-accent .jw-news-post,
.jw-box.jw-box--color-accent .jw-news-post,
.jw-strip--color-accent .jw-comment,
.jw-box.jw-box--color-accent .jw-comment,
.jw-strip--color-accent .jw-columns__node--separator-left,
.jw-box.jw-box--color-accent .jw-columns__node--separator-left,
.jw-strip--color-accent .jw-columns__node--separator-right,
.jw-box.jw-box--color-accent .jw-columns__node--separator-right,
.jw-strip--color-accent .website-logout,
.jw-box.jw-box--color-accent .website-logout,
.jw-strip--color-accent .jw-element-accordion__heading,
.jw-box.jw-box--color-accent .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-accent .jw-steps__step,
.jw-box.jw-box--color-accent .jw-steps__step {
    background-color: #4be4e4;
    border-color: rgba(115, 115, 115, 0.3);
    color: #6b8989
}

a.jw-strip--color-accent .jw-steps__step:hover,
a.jw-box.jw-box--color-accent .jw-steps__step:hover,
a.jw-strip--color-accent .jw-steps__step:focus,
a.jw-box.jw-box--color-accent .jw-steps__step:focus {
    color: #6b8989
}

.jw-strip--color-accent .jw-steps__step--enabled,
.jw-box.jw-box--color-accent .jw-steps__step--enabled {
    color: #737373
}

a.jw-strip--color-accent .jw-steps__step--enabled:hover,
a.jw-box.jw-box--color-accent .jw-steps__step--enabled:hover,
a.jw-strip--color-accent .jw-steps__step--enabled:focus,
a.jw-box.jw-box--color-accent .jw-steps__step--enabled:focus {
    color: #737373
}

.jw-strip--color-accent .jw-steps__step--completed,
.jw-box.jw-box--color-accent .jw-steps__step--completed {
    background-color: #45d6d6;
    border-color: #0d5656;
    color: #031414
}

a.jw-strip--color-accent .jw-steps__step--completed:hover,
a.jw-box.jw-box--color-accent .jw-steps__step--completed:hover,
a.jw-strip--color-accent .jw-steps__step--completed:focus,
a.jw-box.jw-box--color-accent .jw-steps__step--completed:focus {
    color: #031414
}

.jw-strip--color-accent .jw-steps__step--selected,
.jw-box.jw-box--color-accent .jw-steps__step--selected {
    background-color: #0d5656;
    border-color: #0d5656;
    color: #fff
}

a.jw-strip--color-accent .jw-steps__step--selected:hover,
a.jw-box.jw-box--color-accent .jw-steps__step--selected:hover,
a.jw-strip--color-accent .jw-steps__step--selected:focus,
a.jw-box.jw-box--color-accent .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-accent .jw-toggle-block__label,
.jw-box.jw-box--color-accent .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2)
}

input:checked+.jw-strip--color-accent .jw-toggle-block__label,
input:checked+.jw-box.jw-box--color-accent .jw-toggle-block__label {
    border-color: #0d5656;
    box-shadow: 0 0 0 1px #0d5656
}

.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error,
.jw-box.jw-box--color-accent .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-accent .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-box.jw-box--color-accent .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-accent .jw-element-form-well,
.jw-box.jw-box--color-accent .jw-element-form-well {
    background: #4edbdb
}

.jw-strip--color-accent .jw-element-form-input-text,
.jw-box.jw-box--color-accent .jw-element-form-input-text {
    border-color: rgba(16, 108, 108, 0.5);
    color: #106c6c;
    background-color: #21dbdb;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-accent .jw-element-form-input-text:hover,
.jw-box.jw-box--color-accent .jw-element-form-input-text:hover {
    border-color: #106c6c
}

.jw-strip--color-accent .jw-element-form-input-text:focus,
.jw-box.jw-box--color-accent .jw-element-form-input-text:focus {
    border-color: #0d5656;
    box-shadow: 0 0 0 2px #2c9d9d, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-accent select.jw-element-form-input-text,
.jw-box.jw-box--color-accent select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23106c6c%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-accent input[type='radio']:focus,
.jw-box.jw-box--color-accent input[type='radio']:focus,
.jw-strip--color-accent input[type='checkbox']:focus,
.jw-box.jw-box--color-accent input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #0d5656;
    outline: none
}

.jw-strip--color-accent input[type='radio']:focus:not(:focus-visible),
.jw-box.jw-box--color-accent input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-accent input[type='checkbox']:focus:not(:focus-visible),
.jw-box.jw-box--color-accent input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-accent .jw-pagination__page,
.jw-box.jw-box--color-accent .jw-pagination__page {
    color: #0d5656
}

.jw-strip--color-accent .jw-pagination__page:hover,
.jw-box.jw-box--color-accent .jw-pagination__page:hover {
    background: rgba(13, 86, 86, 0.15);
    color: #0d5656
}

.jw-strip--color-accent .jw-pagination__page--active,
.jw-box.jw-box--color-accent .jw-pagination__page--active,
.jw-strip--color-accent .jw-pagination__page--active:hover,
.jw-box.jw-box--color-accent .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #0d5656;
    background: transparent;
    color: #0d5656
}

.jw-strip--color-accent .product-sticker,
.jw-box.jw-box--color-accent .product-sticker {
    color: #fff;
    background: #0d5656
}

.jw-strip--color-accent .jw-tree-empty-placeholder,
.jw-box.jw-box--color-accent .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8)
}

.jw-strip--color-accent .jw-tree-empty-placeholder__image,
.jw-box.jw-box--color-accent .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.jw-strip--color-accent .text--muted,
.jw-box.jw-box--color-accent .text--muted {
    color: #63a0a0
}

.jw-strip--color-accent .jw-element-social-share .share-button--wrapper,
.jw-box.jw-box--color-accent .jw-element-social-share .share-button--wrapper {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full,
.jw-box.jw-box--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #0d5656
}

.jw-strip--color-accent .jw-element-rating__icon-empty,
.jw-box.jw-box--color-accent .jw-element-rating__icon-empty {
    color: #57c2c2
}

.jw-strip--color-accent .jw-element-audio,
.jw-box.jw-box--color-accent .jw-element-audio {
    --plyr-color-main: #0d5656;
    --plyr-audio-controls-background: #e2fbfb;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #0d5656;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-accent .jw-element-audio .plyr--audio .plyr__controls,
.jw-box.jw-box--color-accent .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #53cdcd
}

.jw-strip--color-accent .jw-element-video,
.jw-box.jw-box--color-accent .jw-element-video {
    --plyr-color-main: #0d5656;
    --plyr-video-control-background-hover: #0d5656;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-accent .jw-element-video--presentation-mode,
.jw-box.jw-box--color-accent .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #0d5656;
    border-color: #0d5656
}

.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #0d5656;
    color: #fff
}

.jw-strip--color-accent .jw-element-social-follow__default-color-getter,
.jw-box.jw-box--color-accent .jw-element-social-follow__default-color-getter {
    color: #0d5656
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #1da851;
    border-color: #1da851
}

.jw-strip--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible),
.jw-box.jw-box--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #0d5656;
    outline-offset: 1px
}

.jw-strip--color-accent .image-gallery__thumbnail-item,
.jw-box.jw-box--color-accent .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-accent .image-gallery__thumbnail-item:hover,
.jw-box.jw-box--color-accent .image-gallery__thumbnail-item:hover {
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,
.jw-box.jw-box--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #0d5656
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading,
.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__heading,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__heading {
    background-color: #0d5656;
    color: #fff;
    border-color: #062a2a
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item,
.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__item,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__item {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content,
.jw-strip--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__content,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content,
.jw-box.jw-box--color-accent .jw-element-accordion--style-box .jw-box.jw-box--color-accent .jw-element-accordion__content {
    border-color: #062a2a
}

.jw-strip--color-accent .jw-table.jw-table--header.jw-table--border th,
.jw-box.jw-box--color-accent .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-accent .jw-table.jw-table--header.jw-table--striped th,
.jw-box.jw-box--color-accent .jw-table.jw-table--header.jw-table--striped th {
    background-color: #0d5656;
    color: #fff
}

.jw-strip--color-accent .jw-table.jw-table--border tr,
.jw-box.jw-box--color-accent .jw-table.jw-table--border tr,
.jw-strip--color-accent .jw-table.jw-table--striped tr td,
.jw-box.jw-box--color-accent .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(115, 115, 115, 0.1)
}

.jw-strip--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td,
.jw-box.jw-box--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(115, 115, 115, 0.05)
}

.jw-strip--color-accent .jw-table.jw-table--hover tr:hover td,
.jw-box.jw-box--color-accent .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(115, 115, 115, 0.15)
}

.jw-strip--color-accent .jw-table.jw-table--nowrap,
.jw-box.jw-box--color-accent .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-accent .responsive-table-container::-webkit-scrollbar-thumb,
.jw-box.jw-box--color-accent .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-accent .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-box.jw-box--color-accent .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-accent .handsontable .jw-table--header.jw-table--striped tr:first-child td,
.jw-box.jw-box--color-accent .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #0d5656;
    color: #fff
}

.jw-strip--color-accent .product,
.jw-box.jw-box--color-accent .product,
.jw-strip--color-accent .product__description,
.jw-box.jw-box--color-accent .product__description,
.jw-strip--color-accent .product-page__description,
.jw-box.jw-box--color-accent .product-page__description,
.jw-strip--color-accent .product-page__social,
.jw-box.jw-box--color-accent .product-page__social {
    border-color: rgba(115, 115, 115, 0.2)
}

.jw-strip--color-accent .jw-columns .jw-product .product,
.jw-box.jw-box--color-accent .jw-columns .jw-product .product,
.jw-strip--color-accent .image-gallery__thumbnail-item,
.jw-box.jw-box--color-accent .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-accent .product__free-shipping-motivator,
.jw-box.jw-box--color-accent .product__free-shipping-motivator {
    color: #0d5656
}

.jw-strip--color-accent .product-gallery--empty,
.jw-box.jw-box--color-accent .product-gallery--empty {
    border: 1px solid rgba(115, 115, 115, 0.3);
    color: rgba(115, 115, 115, 0.5)
}

.jw-strip--color-accent .product-gallery__content,
.jw-box.jw-box--color-accent .product-gallery__content {
    background: #4be4e4
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content,
.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(115, 115, 115, 0.3)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:hover,
.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:hover,
.jw-box.jw-box--color-accent .product-gallery--style-clean .product-gallery__content:hover {
    background: #66e8e8;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-box.jw-box--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:focus-within,
.jw-box.jw-box--color-accent .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #66e8e8;
    border-color: rgba(115, 115, 115, 0.6)
}

.jw-strip--color-accent .product-gallery--style-image-only .product-gallery__info-container,
.jw-box.jw-box--color-accent .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(102, 232, 232, 0.9)
}

.jw-strip--color-accent .product-gallery__price,
.jw-box.jw-box--color-accent .product-gallery__price {
    color: #679595
}

.jw-strip--color-accent .product-gallery,
.jw-box.jw-box--color-accent .product-gallery {
    --button-height: 34px
}

.jw-strip--color-accent .product-gallery-filter__button,
.jw-box.jw-box--color-accent .product-gallery-filter__button {
    color: #0d5656
}

.jw-strip--color-accent .jw-btn,
.jw-box.jw-box--color-accent .jw-btn {
    --jw-comp--button--primary-color: #0d5656;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #148282
}

.jw-strip--color-accent .jw-icon-image__inner,
.jw-box.jw-box--color-accent .jw-icon-image__inner {
    background-color: #0d5656
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image,
.jw-box.jw-box--color-accent .jw-image-is-square .jw-icon-image,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image,
.jw-box.jw-box--color-accent .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image,
.jw-box.jw-box--color-accent .jw-image-is-round .jw-icon-image {
    background-color: #0d5656
}

.jw-strip--color-accent .jw-image-is-square .jw-icon-image__inner,
.jw-box.jw-box--color-accent .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image__inner,
.jw-box.jw-box--color-accent .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image__inner,
.jw-box.jw-box--color-accent .jw-image-is-round .jw-icon-image__inner {
    background-color: #4be4e4
}

@media (max-width:1020px) {

    .jw-strip--color-accent,
    .jw-box.jw-box--color-accent {
        line-height: 1.425
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent,
    .jw-box.jw-box--color-accent {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-accent a,
.jw-box.jw-box--color-accent a,
.jw-strip--color-accent .jw-link-color,
.jw-box.jw-box--color-accent .jw-link-color {
    color: #0d5656;
    text-decoration: underline
}

.jw-strip--color-accent a:hover,
.jw-box.jw-box--color-accent a:hover,
.jw-strip--color-accent .jw-link-color:hover,
.jw-box.jw-box--color-accent .jw-link-color:hover {
    color: #148282;
    text-decoration: underline
}

.jw-strip--color-accent p,
.jw-box.jw-box--color-accent p,
.jw-strip--color-accent ol,
.jw-box.jw-box--color-accent ol,
.jw-strip--color-accent ul,
.jw-box.jw-box--color-accent ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-accent span[style*='color'] a,
.jw-box.jw-box--color-accent span[style*='color'] a {
    color: inherit
}

.jw-strip--color-accent button,
.jw-box.jw-box--color-accent button {
    line-height: 1.5
}

.jw-strip--color-accent .jw-text-small,
.jw-box.jw-box--color-accent .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-accent .jw-accent-text-color,
.jw-box.jw-box--color-accent .jw-accent-text-color {
    color: #0d5656
}

.jw-strip--color-accent .jw-accent-background,
.jw-box.jw-box--color-accent .jw-accent-background {
    color: #92b3b3;
    background-color: #0d5656
}

.jw-strip--color-accent .jw-accent-background a,
.jw-box.jw-box--color-accent .jw-accent-background a,
.jw-strip--color-accent .jw-accent-background .jw-link-button,
.jw-box.jw-box--color-accent .jw-accent-background .jw-link-button {
    color: #92b3b3
}

.jw-strip--color-accent .jw-accent-border-link-color,
.jw-box.jw-box--color-accent .jw-accent-border-link-color {
    border-color: #0d5656
}

.jw-strip--color-accent .jw-accent-border-color,
.jw-box.jw-box--color-accent .jw-accent-border-color {
    border-color: #737373
}

.jw-strip--color-accent h1,
.jw-box.jw-box--color-accent h1,
.jw-strip--color-accent h2,
.jw-box.jw-box--color-accent h2,
.jw-strip--color-accent h3,
.jw-box.jw-box--color-accent h3,
.jw-strip--color-accent h4,
.jw-box.jw-box--color-accent h4,
.jw-strip--color-accent h5,
.jw-box.jw-box--color-accent h5,
.jw-strip--color-accent h6,
.jw-box.jw-box--color-accent h6 {
    line-height: 1.1;
    color: #737373;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-strip--color-accent h1,
    .jw-box.jw-box--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-box.jw-box--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-box.jw-box--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-box.jw-box--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-box.jw-box--color-accent h5,
    .jw-strip--color-accent h6,
    .jw-box.jw-box--color-accent h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-strip--color-accent h1,
    .jw-box.jw-box--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-box.jw-box--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-box.jw-box--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-box.jw-box--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-box.jw-box--color-accent h5,
    .jw-strip--color-accent h6,
    .jw-box.jw-box--color-accent h6 {
        line-height: 1.1
    }
}

.jw-strip--color-accent h1 a,
.jw-box.jw-box--color-accent h1 a,
.jw-strip--color-accent h2 a,
.jw-box.jw-box--color-accent h2 a,
.jw-strip--color-accent h3 a,
.jw-box.jw-box--color-accent h3 a,
.jw-strip--color-accent h4 a,
.jw-box.jw-box--color-accent h4 a,
.jw-strip--color-accent h5 a,
.jw-box.jw-box--color-accent h5 a,
.jw-strip--color-accent h6 a,
.jw-box.jw-box--color-accent h6 a,
.jw-strip--color-accent h1 .jw-link-color,
.jw-box.jw-box--color-accent h1 .jw-link-color,
.jw-strip--color-accent h2 .jw-link-color,
.jw-box.jw-box--color-accent h2 .jw-link-color,
.jw-strip--color-accent h3 .jw-link-color,
.jw-box.jw-box--color-accent h3 .jw-link-color,
.jw-strip--color-accent h4 .jw-link-color,
.jw-box.jw-box--color-accent h4 .jw-link-color,
.jw-strip--color-accent h5 .jw-link-color,
.jw-box.jw-box--color-accent h5 .jw-link-color,
.jw-strip--color-accent h6 .jw-link-color,
.jw-box.jw-box--color-accent h6 .jw-link-color {
    text-decoration: underline;
    color: #0d5656
}

.jw-strip--color-accent h1 a:hover,
.jw-box.jw-box--color-accent h1 a:hover,
.jw-strip--color-accent h2 a:hover,
.jw-box.jw-box--color-accent h2 a:hover,
.jw-strip--color-accent h3 a:hover,
.jw-box.jw-box--color-accent h3 a:hover,
.jw-strip--color-accent h4 a:hover,
.jw-box.jw-box--color-accent h4 a:hover,
.jw-strip--color-accent h5 a:hover,
.jw-box.jw-box--color-accent h5 a:hover,
.jw-strip--color-accent h6 a:hover,
.jw-box.jw-box--color-accent h6 a:hover,
.jw-strip--color-accent h1 .jw-link-color:hover,
.jw-box.jw-box--color-accent h1 .jw-link-color:hover,
.jw-strip--color-accent h2 .jw-link-color:hover,
.jw-box.jw-box--color-accent h2 .jw-link-color:hover,
.jw-strip--color-accent h3 .jw-link-color:hover,
.jw-box.jw-box--color-accent h3 .jw-link-color:hover,
.jw-strip--color-accent h4 .jw-link-color:hover,
.jw-box.jw-box--color-accent h4 .jw-link-color:hover,
.jw-strip--color-accent h5 .jw-link-color:hover,
.jw-box.jw-box--color-accent h5 .jw-link-color:hover,
.jw-strip--color-accent h6 .jw-link-color:hover,
.jw-box.jw-box--color-accent h6 .jw-link-color:hover {
    color: #148282
}

.jw-strip--color-accent .product-page .product__price__price,
.jw-box.jw-box--color-accent .product-page .product__price__price {
    color: #737373
}

.jw-strip--color-accent .jw-heading-200,
.jw-box.jw-box--color-accent .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {

    .jw-strip--color-accent .jw-heading-200,
    .jw-box.jw-box--color-accent .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent .jw-heading-200,
    .jw-box.jw-box--color-accent .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-accent .jw-heading-150,
.jw-box.jw-box--color-accent .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {

    .jw-strip--color-accent .jw-heading-150,
    .jw-box.jw-box--color-accent .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent .jw-heading-150,
    .jw-box.jw-box--color-accent .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-accent .jw-heading-130,
.jw-box.jw-box--color-accent .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {

    .jw-strip--color-accent .jw-heading-130,
    .jw-box.jw-box--color-accent .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent .jw-heading-130,
    .jw-box.jw-box--color-accent .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent .jw-heading-120,
.jw-box.jw-box--color-accent .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {

    .jw-strip--color-accent .jw-heading-120,
    .jw-box.jw-box--color-accent .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent .jw-heading-120,
    .jw-box.jw-box--color-accent .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h1,
.jw-box.jw-box--color-accent h1,
.jw-strip--color-accent .jw-heading-100,
.jw-box.jw-box--color-accent .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-strip--color-accent h1,
    .jw-box.jw-box--color-accent h1,
    .jw-strip--color-accent .jw-heading-100,
    .jw-box.jw-box--color-accent .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent h1,
    .jw-box.jw-box--color-accent h1,
    .jw-strip--color-accent .jw-heading-100,
    .jw-box.jw-box--color-accent .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h2,
.jw-box.jw-box--color-accent h2,
.jw-strip--color-accent .jw-heading-85,
.jw-box.jw-box--color-accent .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-accent h2,
    .jw-box.jw-box--color-accent h2,
    .jw-strip--color-accent .jw-heading-85,
    .jw-box.jw-box--color-accent .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent h2,
    .jw-box.jw-box--color-accent h2,
    .jw-strip--color-accent .jw-heading-85,
    .jw-box.jw-box--color-accent .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h3,
.jw-box.jw-box--color-accent h3,
.jw-strip--color-accent .jw-heading-70,
.jw-box.jw-box--color-accent .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-accent h3,
    .jw-box.jw-box--color-accent h3,
    .jw-strip--color-accent .jw-heading-70,
    .jw-box.jw-box--color-accent .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent h3,
    .jw-box.jw-box--color-accent h3,
    .jw-strip--color-accent .jw-heading-70,
    .jw-box.jw-box--color-accent .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-accent h4,
.jw-box.jw-box--color-accent h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-accent h4,
    .jw-box.jw-box--color-accent h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-accent h4,
    .jw-box.jw-box--color-accent h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse,
.jw-box.jw-box--color-inverse {
    background-color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #a3a3a3
}

:root .jw-strip--color-inverse,
:root .jw-box.jw-box--color-inverse {
    --w-color: #a3a3a3;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(163, 163, 163, 0.3);
    --w-line-color: rgba(163, 163, 163, 0.2);
    --w-link-color: #1aafaf;
    --w-background-color: #333;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--color-inverse,
:root .jw-box.jw-box--color-inverse {
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--heading-color: #a3a3a3;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #bdbdbd;
    --jw-swatch--paragraph-color: #a3a3a3;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #bdbdbd;
    --jw-swatch--header-color: #1aafaf;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #21dbdb
}

.jw-strip--color-inverse .jw-element-separator,
.jw-box.jw-box--color-inverse .jw-element-separator,
.jw-strip--color-inverse .jw-news-post,
.jw-box.jw-box--color-inverse .jw-news-post,
.jw-strip--color-inverse .jw-comment,
.jw-box.jw-box--color-inverse .jw-comment,
.jw-strip--color-inverse .jw-columns__node--separator-left,
.jw-box.jw-box--color-inverse .jw-columns__node--separator-left,
.jw-strip--color-inverse .jw-columns__node--separator-right,
.jw-box.jw-box--color-inverse .jw-columns__node--separator-right,
.jw-strip--color-inverse .website-logout,
.jw-box.jw-box--color-inverse .website-logout,
.jw-strip--color-inverse .jw-element-accordion__heading,
.jw-box.jw-box--color-inverse .jw-element-accordion__heading {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-steps__step,
.jw-box.jw-box--color-inverse .jw-steps__step {
    background-color: #333;
    border-color: rgba(163, 163, 163, 0.3);
    color: #8d8d8d
}

a.jw-strip--color-inverse .jw-steps__step:hover,
a.jw-box.jw-box--color-inverse .jw-steps__step:hover,
a.jw-strip--color-inverse .jw-steps__step:focus,
a.jw-box.jw-box--color-inverse .jw-steps__step:focus {
    color: #8d8d8d
}

.jw-strip--color-inverse .jw-steps__step--enabled,
.jw-box.jw-box--color-inverse .jw-steps__step--enabled {
    color: #a3a3a3
}

a.jw-strip--color-inverse .jw-steps__step--enabled:hover,
a.jw-box.jw-box--color-inverse .jw-steps__step--enabled:hover,
a.jw-strip--color-inverse .jw-steps__step--enabled:focus,
a.jw-box.jw-box--color-inverse .jw-steps__step--enabled:focus {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-steps__step--completed,
.jw-box.jw-box--color-inverse .jw-steps__step--completed {
    background-color: #313f3f;
    border-color: #1aafaf;
    color: #35e1e1
}

a.jw-strip--color-inverse .jw-steps__step--completed:hover,
a.jw-box.jw-box--color-inverse .jw-steps__step--completed:hover,
a.jw-strip--color-inverse .jw-steps__step--completed:focus,
a.jw-box.jw-box--color-inverse .jw-steps__step--completed:focus {
    color: #35e1e1
}

.jw-strip--color-inverse .jw-steps__step--selected,
.jw-box.jw-box--color-inverse .jw-steps__step--selected {
    background-color: #1aafaf;
    border-color: #1aafaf;
    color: #fff
}

a.jw-strip--color-inverse .jw-steps__step--selected:hover,
a.jw-box.jw-box--color-inverse .jw-steps__step--selected:hover,
a.jw-strip--color-inverse .jw-steps__step--selected:focus,
a.jw-box.jw-box--color-inverse .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--color-inverse .jw-toggle-block__label,
.jw-box.jw-box--color-inverse .jw-toggle-block__label {
    border-color: rgba(163, 163, 163, 0.2)
}

input:checked+.jw-strip--color-inverse .jw-toggle-block__label,
input:checked+.jw-box.jw-box--color-inverse .jw-toggle-block__label {
    border-color: #1aafaf;
    box-shadow: 0 0 0 1px #1aafaf
}

.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error,
.jw-box.jw-box--color-inverse .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--color-inverse .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-box.jw-box--color-inverse .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--color-inverse .jw-element-form-well,
.jw-box.jw-box--color-inverse .jw-element-form-well {
    background: #3c3c3c
}

.jw-strip--color-inverse .jw-element-form-input-text,
.jw-box.jw-box--color-inverse .jw-element-form-input-text {
    border-color: rgba(140, 140, 140, 0.5);
    color: #a3a3a3;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-inverse .jw-element-form-input-text:hover,
.jw-box.jw-box--color-inverse .jw-element-form-input-text:hover {
    border-color: #8c8c8c
}

.jw-strip--color-inverse .jw-element-form-input-text:focus,
.jw-box.jw-box--color-inverse .jw-element-form-input-text:focus {
    border-color: #1aafaf;
    box-shadow: 0 0 0 2px #277171, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--color-inverse select.jw-element-form-input-text,
.jw-box.jw-box--color-inverse select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23a3a3a3%22%20/%3E%3C/svg%3E')
}

.jw-strip--color-inverse input[type='radio']:focus,
.jw-box.jw-box--color-inverse input[type='radio']:focus,
.jw-strip--color-inverse input[type='checkbox']:focus,
.jw-box.jw-box--color-inverse input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1aafaf;
    outline: none
}

.jw-strip--color-inverse input[type='radio']:focus:not(:focus-visible),
.jw-box.jw-box--color-inverse input[type='radio']:focus:not(:focus-visible),
.jw-strip--color-inverse input[type='checkbox']:focus:not(:focus-visible),
.jw-box.jw-box--color-inverse input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--color-inverse .jw-pagination__page,
.jw-box.jw-box--color-inverse .jw-pagination__page {
    color: #1aafaf
}

.jw-strip--color-inverse .jw-pagination__page:hover,
.jw-box.jw-box--color-inverse .jw-pagination__page:hover {
    background: rgba(26, 175, 175, 0.15);
    color: #1aafaf
}

.jw-strip--color-inverse .jw-pagination__page--active,
.jw-box.jw-box--color-inverse .jw-pagination__page--active,
.jw-strip--color-inverse .jw-pagination__page--active:hover,
.jw-box.jw-box--color-inverse .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1aafaf;
    background: transparent;
    color: #1aafaf
}

.jw-strip--color-inverse .product-sticker,
.jw-box.jw-box--color-inverse .product-sticker {
    color: #fff;
    background: #1aafaf
}

.jw-strip--color-inverse .jw-tree-empty-placeholder,
.jw-box.jw-box--color-inverse .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(163, 163, 163, 0.8)
}

.jw-strip--color-inverse .jw-tree-empty-placeholder__image,
.jw-box.jw-box--color-inverse .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png?version=1')
}

.jw-strip--color-inverse .text--muted,
.jw-box.jw-box--color-inverse .text--muted {
    color: #767676
}

.jw-strip--color-inverse .jw-element-social-share .share-button--wrapper,
.jw-box.jw-box--color-inverse .jw-element-social-share .share-button--wrapper {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-element-rating--color-accent .jw-element-rating__icon-full,
.jw-box.jw-box--color-inverse .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1aafaf
}

.jw-strip--color-inverse .jw-element-rating__icon-empty,
.jw-box.jw-box--color-inverse .jw-element-rating__icon-empty {
    color: #555
}

.jw-strip--color-inverse .jw-element-audio,
.jw-box.jw-box--color-inverse .jw-element-audio {
    --plyr-color-main: #1aafaf;
    --plyr-audio-controls-background: #595959;
    --plyr-audio-control-color: #e5e5e5;
    --plyr-audio-control-background-hover: #1aafaf;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(229, 229, 229, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--color-inverse .jw-element-audio .plyr--audio .plyr__controls,
.jw-box.jw-box--color-inverse .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #757575
}

.jw-strip--color-inverse .jw-element-video,
.jw-box.jw-box--color-inverse .jw-element-video {
    --plyr-color-main: #1aafaf;
    --plyr-video-control-background-hover: #1aafaf;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--color-inverse .jw-element-video--presentation-mode,
.jw-box.jw-box--color-inverse .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1aafaf;
    border-color: #1aafaf
}

.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow__default-color-getter,
.jw-box.jw-box--color-inverse .jw-element-social-follow__default-color-getter {
    color: #1aafaf
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3f5fa3;
    border-color: #3f5fa3
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #4b6483;
    border-color: #4b6483
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp,
.jw-box.jw-box--color-inverse .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--color-inverse .image-gallery__main:has(.image-gallery__slides :focus-visible),
.jw-box.jw-box--color-inverse .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1aafaf;
    outline-offset: 1px
}

.jw-strip--color-inverse .image-gallery__thumbnail-item,
.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item {
    border-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item:hover,
.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item:hover {
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active,
.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1aafaf
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading,
.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__heading,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__heading {
    background-color: #1aafaf;
    color: #fff;
    border-color: #148282
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__item,
.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__item,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__item,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__item {
    background-color: rgba(163, 163, 163, 0.05)
}

.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__content,
.jw-strip--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__content,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__content,
.jw-box.jw-box--color-inverse .jw-element-accordion--style-box .jw-box.jw-box--color-inverse .jw-element-accordion__content {
    border-color: #148282
}

.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--border th,
.jw-box.jw-box--color-inverse .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--striped th,
.jw-box.jw-box--color-inverse .jw-table.jw-table--header.jw-table--striped th {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-inverse .jw-table.jw-table--border tr,
.jw-box.jw-box--color-inverse .jw-table.jw-table--border tr,
.jw-strip--color-inverse .jw-table.jw-table--striped tr td,
.jw-box.jw-box--color-inverse .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(163, 163, 163, 0.1)
}

.jw-strip--color-inverse .jw-table.jw-table--striped tr:nth-child(odd) td,
.jw-box.jw-box--color-inverse .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(163, 163, 163, 0.05)
}

.jw-strip--color-inverse .jw-table.jw-table--hover tr:hover td,
.jw-box.jw-box--color-inverse .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(163, 163, 163, 0.15)
}

.jw-strip--color-inverse .jw-table.jw-table--nowrap,
.jw-box.jw-box--color-inverse .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--color-inverse .responsive-table-container::-webkit-scrollbar-thumb,
.jw-box.jw-box--color-inverse .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-box.jw-box--color-inverse .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td,
.jw-box.jw-box--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--color-inverse .product,
.jw-box.jw-box--color-inverse .product,
.jw-strip--color-inverse .product__description,
.jw-box.jw-box--color-inverse .product__description,
.jw-strip--color-inverse .product-page__description,
.jw-box.jw-box--color-inverse .product-page__description,
.jw-strip--color-inverse .product-page__social,
.jw-box.jw-box--color-inverse .product-page__social {
    border-color: rgba(163, 163, 163, 0.2)
}

.jw-strip--color-inverse .jw-columns .jw-product .product,
.jw-box.jw-box--color-inverse .jw-columns .jw-product .product,
.jw-strip--color-inverse .image-gallery__thumbnail-item,
.jw-box.jw-box--color-inverse .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--color-inverse .product__free-shipping-motivator,
.jw-box.jw-box--color-inverse .product__free-shipping-motivator {
    color: #1aafaf
}

.jw-strip--color-inverse .product-gallery--empty,
.jw-box.jw-box--color-inverse .product-gallery--empty {
    border: 1px solid rgba(163, 163, 163, 0.3);
    color: rgba(163, 163, 163, 0.5)
}

.jw-strip--color-inverse .product-gallery__content,
.jw-box.jw-box--color-inverse .product-gallery__content {
    background: #333
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content,
.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(163, 163, 163, 0.3)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:hover,
.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:hover,
.jw-box.jw-box--color-inverse .product-gallery--style-clean .product-gallery__content:hover {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-box.jw-box--color-inverse .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__content:focus-within,
.jw-box.jw-box--color-inverse .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #424242;
    border-color: rgba(163, 163, 163, 0.6)
}

.jw-strip--color-inverse .product-gallery--style-image-only .product-gallery__info-container,
.jw-box.jw-box--color-inverse .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(66, 66, 66, 0.9)
}

.jw-strip--color-inverse .product-gallery__price,
.jw-box.jw-box--color-inverse .product-gallery__price {
    color: #828282
}

.jw-strip--color-inverse .product-gallery,
.jw-box.jw-box--color-inverse .product-gallery {
    --button-height: 34px
}

.jw-strip--color-inverse .product-gallery-filter__button,
.jw-box.jw-box--color-inverse .product-gallery-filter__button {
    color: #1aafaf
}

.jw-strip--color-inverse .jw-btn,
.jw-box.jw-box--color-inverse .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-strip--color-inverse .jw-icon-image__inner,
.jw-box.jw-box--color-inverse .jw-icon-image__inner {
    background-color: #1aafaf
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image,
.jw-box.jw-box--color-inverse .jw-image-is-square .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image,
.jw-box.jw-box--color-inverse .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image,
.jw-box.jw-box--color-inverse .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

.jw-strip--color-inverse .jw-image-is-square .jw-icon-image__inner,
.jw-box.jw-box--color-inverse .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image__inner,
.jw-box.jw-box--color-inverse .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image__inner,
.jw-box.jw-box--color-inverse .jw-image-is-round .jw-icon-image__inner {
    background-color: #333
}

@media (max-width:1020px) {

    .jw-strip--color-inverse,
    .jw-box.jw-box--color-inverse {
        line-height: 1.425
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse,
    .jw-box.jw-box--color-inverse {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-strip--color-inverse a,
.jw-box.jw-box--color-inverse a,
.jw-strip--color-inverse .jw-link-color,
.jw-box.jw-box--color-inverse .jw-link-color {
    color: #1aafaf;
    text-decoration: underline
}

.jw-strip--color-inverse a:hover,
.jw-box.jw-box--color-inverse a:hover,
.jw-strip--color-inverse .jw-link-color:hover,
.jw-box.jw-box--color-inverse .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

.jw-strip--color-inverse p,
.jw-box.jw-box--color-inverse p,
.jw-strip--color-inverse ol,
.jw-box.jw-box--color-inverse ol,
.jw-strip--color-inverse ul,
.jw-box.jw-box--color-inverse ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--color-inverse span[style*='color'] a,
.jw-box.jw-box--color-inverse span[style*='color'] a {
    color: inherit
}

.jw-strip--color-inverse button,
.jw-box.jw-box--color-inverse button {
    line-height: 1.5
}

.jw-strip--color-inverse .jw-text-small,
.jw-box.jw-box--color-inverse .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--color-inverse .jw-accent-text-color,
.jw-box.jw-box--color-inverse .jw-accent-text-color {
    color: #1aafaf
}

.jw-strip--color-inverse .jw-accent-background,
.jw-box.jw-box--color-inverse .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

.jw-strip--color-inverse .jw-accent-background a,
.jw-box.jw-box--color-inverse .jw-accent-background a,
.jw-strip--color-inverse .jw-accent-background .jw-link-button,
.jw-box.jw-box--color-inverse .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

.jw-strip--color-inverse .jw-accent-border-link-color,
.jw-box.jw-box--color-inverse .jw-accent-border-link-color {
    border-color: #1aafaf
}

.jw-strip--color-inverse .jw-accent-border-color,
.jw-box.jw-box--color-inverse .jw-accent-border-color {
    border-color: #a3a3a3
}

.jw-strip--color-inverse h1,
.jw-box.jw-box--color-inverse h1,
.jw-strip--color-inverse h2,
.jw-box.jw-box--color-inverse h2,
.jw-strip--color-inverse h3,
.jw-box.jw-box--color-inverse h3,
.jw-strip--color-inverse h4,
.jw-box.jw-box--color-inverse h4,
.jw-strip--color-inverse h5,
.jw-box.jw-box--color-inverse h5,
.jw-strip--color-inverse h6,
.jw-box.jw-box--color-inverse h6 {
    line-height: 1.1;
    color: #a3a3a3;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-strip--color-inverse h1,
    .jw-box.jw-box--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-box.jw-box--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-box.jw-box--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-box.jw-box--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-box.jw-box--color-inverse h5,
    .jw-strip--color-inverse h6,
    .jw-box.jw-box--color-inverse h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-strip--color-inverse h1,
    .jw-box.jw-box--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-box.jw-box--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-box.jw-box--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-box.jw-box--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-box.jw-box--color-inverse h5,
    .jw-strip--color-inverse h6,
    .jw-box.jw-box--color-inverse h6 {
        line-height: 1.1
    }
}

.jw-strip--color-inverse h1 a,
.jw-box.jw-box--color-inverse h1 a,
.jw-strip--color-inverse h2 a,
.jw-box.jw-box--color-inverse h2 a,
.jw-strip--color-inverse h3 a,
.jw-box.jw-box--color-inverse h3 a,
.jw-strip--color-inverse h4 a,
.jw-box.jw-box--color-inverse h4 a,
.jw-strip--color-inverse h5 a,
.jw-box.jw-box--color-inverse h5 a,
.jw-strip--color-inverse h6 a,
.jw-box.jw-box--color-inverse h6 a,
.jw-strip--color-inverse h1 .jw-link-color,
.jw-box.jw-box--color-inverse h1 .jw-link-color,
.jw-strip--color-inverse h2 .jw-link-color,
.jw-box.jw-box--color-inverse h2 .jw-link-color,
.jw-strip--color-inverse h3 .jw-link-color,
.jw-box.jw-box--color-inverse h3 .jw-link-color,
.jw-strip--color-inverse h4 .jw-link-color,
.jw-box.jw-box--color-inverse h4 .jw-link-color,
.jw-strip--color-inverse h5 .jw-link-color,
.jw-box.jw-box--color-inverse h5 .jw-link-color,
.jw-strip--color-inverse h6 .jw-link-color,
.jw-box.jw-box--color-inverse h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-strip--color-inverse h1 a:hover,
.jw-box.jw-box--color-inverse h1 a:hover,
.jw-strip--color-inverse h2 a:hover,
.jw-box.jw-box--color-inverse h2 a:hover,
.jw-strip--color-inverse h3 a:hover,
.jw-box.jw-box--color-inverse h3 a:hover,
.jw-strip--color-inverse h4 a:hover,
.jw-box.jw-box--color-inverse h4 a:hover,
.jw-strip--color-inverse h5 a:hover,
.jw-box.jw-box--color-inverse h5 a:hover,
.jw-strip--color-inverse h6 a:hover,
.jw-box.jw-box--color-inverse h6 a:hover,
.jw-strip--color-inverse h1 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h1 .jw-link-color:hover,
.jw-strip--color-inverse h2 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h2 .jw-link-color:hover,
.jw-strip--color-inverse h3 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h3 .jw-link-color:hover,
.jw-strip--color-inverse h4 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h4 .jw-link-color:hover,
.jw-strip--color-inverse h5 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h5 .jw-link-color:hover,
.jw-strip--color-inverse h6 .jw-link-color:hover,
.jw-box.jw-box--color-inverse h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-strip--color-inverse .product-page .product__price__price,
.jw-box.jw-box--color-inverse .product-page .product__price__price {
    color: #a3a3a3
}

.jw-strip--color-inverse .jw-heading-200,
.jw-box.jw-box--color-inverse .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {

    .jw-strip--color-inverse .jw-heading-200,
    .jw-box.jw-box--color-inverse .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse .jw-heading-200,
    .jw-box.jw-box--color-inverse .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--color-inverse .jw-heading-150,
.jw-box.jw-box--color-inverse .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {

    .jw-strip--color-inverse .jw-heading-150,
    .jw-box.jw-box--color-inverse .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse .jw-heading-150,
    .jw-box.jw-box--color-inverse .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--color-inverse .jw-heading-130,
.jw-box.jw-box--color-inverse .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {

    .jw-strip--color-inverse .jw-heading-130,
    .jw-box.jw-box--color-inverse .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse .jw-heading-130,
    .jw-box.jw-box--color-inverse .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse .jw-heading-120,
.jw-box.jw-box--color-inverse .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {

    .jw-strip--color-inverse .jw-heading-120,
    .jw-box.jw-box--color-inverse .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse .jw-heading-120,
    .jw-box.jw-box--color-inverse .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h1,
.jw-box.jw-box--color-inverse h1,
.jw-strip--color-inverse .jw-heading-100,
.jw-box.jw-box--color-inverse .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-strip--color-inverse h1,
    .jw-box.jw-box--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100,
    .jw-box.jw-box--color-inverse .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse h1,
    .jw-box.jw-box--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100,
    .jw-box.jw-box--color-inverse .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h2,
.jw-box.jw-box--color-inverse h2,
.jw-strip--color-inverse .jw-heading-85,
.jw-box.jw-box--color-inverse .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-inverse h2,
    .jw-box.jw-box--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85,
    .jw-box.jw-box--color-inverse .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse h2,
    .jw-box.jw-box--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85,
    .jw-box.jw-box--color-inverse .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h3,
.jw-box.jw-box--color-inverse h3,
.jw-strip--color-inverse .jw-heading-70,
.jw-box.jw-box--color-inverse .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-inverse h3,
    .jw-box.jw-box--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70,
    .jw-box.jw-box--color-inverse .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse h3,
    .jw-box.jw-box--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70,
    .jw-box.jw-box--color-inverse .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--color-inverse h4,
.jw-box.jw-box--color-inverse h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--color-inverse h4,
    .jw-box.jw-box--color-inverse h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--color-inverse h4,
    .jw-box.jw-box--color-inverse h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark {
    background-color: white;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #404040
}

:root .jw-strip--image-content-color-dark {
    --w-color: #404040;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(64, 64, 64, 0.2);
    --w-line-color: rgba(64, 64, 64, 0.08);
    --w-link-color: #148282;
    --w-background-color: white;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--image-content-color-dark {
    --jw-swatch--paragraph-link-color: #148282;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #1aafaf;
    --jw-swatch--heading-color: #404040;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #595959;
    --jw-swatch--paragraph-color: #404040;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #595959;
    --jw-swatch--header-color: #148282;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #1aafaf
}

.jw-strip--image-content-color-dark .jw-element-separator,
.jw-strip--image-content-color-dark .jw-news-post,
.jw-strip--image-content-color-dark .jw-comment,
.jw-strip--image-content-color-dark .jw-columns__node--separator-left,
.jw-strip--image-content-color-dark .jw-columns__node--separator-right,
.jw-strip--image-content-color-dark .website-logout,
.jw-strip--image-content-color-dark .jw-element-accordion__heading {
    border-color: rgba(64, 64, 64, 0.08)
}

.jw-strip--image-content-color-dark .jw-steps__step {
    background-color: white;
    border-color: rgba(64, 64, 64, 0.2);
    color: #666
}

a.jw-strip--image-content-color-dark .jw-steps__step:hover,
a.jw-strip--image-content-color-dark .jw-steps__step:focus {
    color: #666
}

.jw-strip--image-content-color-dark .jw-steps__step--enabled {
    color: #404040
}

a.jw-strip--image-content-color-dark .jw-steps__step--enabled:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--enabled:focus {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-steps__step--completed {
    background-color: #e7f3f3;
    border-color: #148282;
    color: #0a4040
}

a.jw-strip--image-content-color-dark .jw-steps__step--completed:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--completed:focus {
    color: #0a4040
}

.jw-strip--image-content-color-dark .jw-steps__step--selected {
    background-color: #148282;
    border-color: #148282;
    color: #fff
}

a.jw-strip--image-content-color-dark .jw-steps__step--selected:hover,
a.jw-strip--image-content-color-dark .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: rgba(64, 64, 64, 0.08)
}

input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label {
    border-color: #148282;
    box-shadow: 0 0 0 1px #148282
}

.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--image-content-color-dark .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-dark .jw-element-form-well {
    background: #f5f5f5
}

.jw-strip--image-content-color-dark .jw-element-form-input-text {
    border-color: rgba(166, 166, 166, 0.5);
    color: #404040;
    background-color: #e6e6e6;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:hover {
    border-color: #a6a6a6
}

.jw-strip--image-content-color-dark .jw-element-form-input-text:focus {
    border-color: #148282;
    box-shadow: 0 0 0 2px #89c1c1, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-dark select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23404040%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-dark input[type='radio']:focus,
.jw-strip--image-content-color-dark input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #148282;
    outline: none
}

.jw-strip--image-content-color-dark input[type='radio']:focus:not(:focus-visible),
.jw-strip--image-content-color-dark input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-dark .jw-pagination__page {
    color: #148282
}

.jw-strip--image-content-color-dark .jw-pagination__page:hover {
    background: rgba(20, 130, 130, 0.15);
    color: #148282
}

.jw-strip--image-content-color-dark .jw-pagination__page--active,
.jw-strip--image-content-color-dark .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #148282;
    background: transparent;
    color: #148282
}

.jw-strip--image-content-color-dark .product-sticker {
    color: #fff;
    background: #148282
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(64, 64, 64, 0.8)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty.png?version=1')
}

.jw-strip--image-content-color-dark .text--muted {
    color: #8c8c8c
}

.jw-strip--image-content-color-dark .jw-element-social-share .share-button--wrapper {
    border-color: rgba(64, 64, 64, 0.08)
}

.jw-strip--image-content-color-dark .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #148282
}

.jw-strip--image-content-color-dark .jw-element-rating__icon-empty {
    color: #c6c6c6
}

.jw-strip--image-content-color-dark .jw-element-audio {
    --plyr-color-main: #148282;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #404040;
    --plyr-audio-control-background-hover: #148282;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(64, 64, 64, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--image-content-color-dark .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #cdcdcd
}

.jw-strip--image-content-color-dark .jw-element-video {
    --plyr-color-main: #148282;
    --plyr-video-control-background-hover: #148282;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-dark .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #148282;
    border-color: #148282
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #148282;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-element-social-follow__default-color-getter {
    color: #148282
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #000;
    border-color: #000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #010101;
    border-color: #010101
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--image-content-color-dark .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #24cf64;
    border-color: #24cf64
}

.jw-strip--image-content-color-dark .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #148282;
    outline-offset: 1px
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-color: rgba(64, 64, 64, 0.2)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item:hover {
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #148282
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__heading {
    background-color: #148282;
    color: #fff;
    border-color: #0d5656
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__item {
    background-color: rgba(64, 64, 64, 0.05)
}

.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__content {
    border-color: #0d5656
}

.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--border th,
.jw-strip--image-content-color-dark .jw-table.jw-table--header.jw-table--striped th {
    background-color: #148282;
    color: #fff
}

.jw-strip--image-content-color-dark .jw-table.jw-table--border tr,
.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(64, 64, 64, 0.1)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(64, 64, 64, 0.05)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(64, 64, 64, 0.15)
}

.jw-strip--image-content-color-dark .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-dark .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(64, 64, 64, 0.3)
}

.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--image-content-color-dark .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #148282;
    color: #fff
}

.jw-strip--image-content-color-dark .product,
.jw-strip--image-content-color-dark .product__description,
.jw-strip--image-content-color-dark .product-page__description,
.jw-strip--image-content-color-dark .product-page__social {
    border-color: rgba(64, 64, 64, 0.07)
}

.jw-strip--image-content-color-dark .jw-columns .jw-product .product,
.jw-strip--image-content-color-dark .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--image-content-color-dark .product__free-shipping-motivator {
    color: #148282
}

.jw-strip--image-content-color-dark .product-gallery--empty {
    border: 1px solid rgba(64, 64, 64, 0.2);
    color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery__content {
    background: white
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(64, 64, 64, 0.2)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:hover {
    background: #fff;
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #fff;
    border-color: rgba(64, 64, 64, 0.5)
}

.jw-strip--image-content-color-dark .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 255, 255, 0.9)
}

.jw-strip--image-content-color-dark .product-gallery__price {
    color: #797979
}

.jw-strip--image-content-color-dark .product-gallery {
    --button-height: 34px
}

.jw-strip--image-content-color-dark .product-gallery-filter__button {
    color: #148282
}

.jw-strip--image-content-color-dark .jw-btn {
    --jw-comp--button--primary-color: #148282;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #1aafaf
}

.jw-strip--image-content-color-dark .jw-icon-image__inner {
    background-color: #148282
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image,
.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image,
.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image {
    background-color: #148282
}

.jw-strip--image-content-color-dark .jw-image-is-square .jw-icon-image__inner,
.jw-strip--image-content-color-dark .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--image-content-color-dark .jw-image-is-round .jw-icon-image__inner {
    background-color: white
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-strip--image-content-color-dark a,
.jw-strip--image-content-color-dark .jw-link-color {
    color: #148282;
    text-decoration: underline
}

.jw-strip--image-content-color-dark a:hover,
.jw-strip--image-content-color-dark .jw-link-color:hover {
    color: #1aafaf;
    text-decoration: underline
}

.jw-strip--image-content-color-dark p,
.jw-strip--image-content-color-dark ol,
.jw-strip--image-content-color-dark ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-dark span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-dark button {
    line-height: 1.5
}

.jw-strip--image-content-color-dark .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--image-content-color-dark .jw-accent-text-color {
    color: #148282
}

.jw-strip--image-content-color-dark .jw-accent-background {
    color: #baf5f5;
    background-color: #148282
}

.jw-strip--image-content-color-dark .jw-accent-background a,
.jw-strip--image-content-color-dark .jw-accent-background .jw-link-button {
    color: #baf5f5
}

.jw-strip--image-content-color-dark .jw-accent-border-link-color {
    border-color: #148282
}

.jw-strip--image-content-color-dark .jw-accent-border-color {
    border-color: #404040
}

.jw-strip--image-content-color-dark h1,
.jw-strip--image-content-color-dark h2,
.jw-strip--image-content-color-dark h3,
.jw-strip--image-content-color-dark h4,
.jw-strip--image-content-color-dark h5,
.jw-strip--image-content-color-dark h6 {
    line-height: 1.1;
    color: #404040;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark h4,
    .jw-strip--image-content-color-dark h5,
    .jw-strip--image-content-color-dark h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark h4,
    .jw-strip--image-content-color-dark h5,
    .jw-strip--image-content-color-dark h6 {
        line-height: 1.1
    }
}

.jw-strip--image-content-color-dark h1 a,
.jw-strip--image-content-color-dark h2 a,
.jw-strip--image-content-color-dark h3 a,
.jw-strip--image-content-color-dark h4 a,
.jw-strip--image-content-color-dark h5 a,
.jw-strip--image-content-color-dark h6 a,
.jw-strip--image-content-color-dark h1 .jw-link-color,
.jw-strip--image-content-color-dark h2 .jw-link-color,
.jw-strip--image-content-color-dark h3 .jw-link-color,
.jw-strip--image-content-color-dark h4 .jw-link-color,
.jw-strip--image-content-color-dark h5 .jw-link-color,
.jw-strip--image-content-color-dark h6 .jw-link-color {
    text-decoration: underline;
    color: #148282
}

.jw-strip--image-content-color-dark h1 a:hover,
.jw-strip--image-content-color-dark h2 a:hover,
.jw-strip--image-content-color-dark h3 a:hover,
.jw-strip--image-content-color-dark h4 a:hover,
.jw-strip--image-content-color-dark h5 a:hover,
.jw-strip--image-content-color-dark h6 a:hover,
.jw-strip--image-content-color-dark h1 .jw-link-color:hover,
.jw-strip--image-content-color-dark h2 .jw-link-color:hover,
.jw-strip--image-content-color-dark h3 .jw-link-color:hover,
.jw-strip--image-content-color-dark h4 .jw-link-color:hover,
.jw-strip--image-content-color-dark h5 .jw-link-color:hover,
.jw-strip--image-content-color-dark h6 .jw-link-color:hover {
    color: #1aafaf
}

.jw-strip--image-content-color-dark .product-page .product__price__price {
    color: #404040
}

.jw-strip--image-content-color-dark .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--image-content-color-dark .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h1,
.jw-strip--image-content-color-dark .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h2,
.jw-strip--image-content-color-dark .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h3,
.jw-strip--image-content-color-dark .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-dark .jw-strip__backdrop {
    background-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-dark .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.8)
}

.jw-strip--image-content-color-light {
    background-color: black;
    line-height: 1.5;
    font-size: 1.6rem;
    color: #fff
}

:root .jw-strip--image-content-color-light {
    --w-color: #fff;
    --w-accent-color: #4be4e4;
    --w-border-color: rgba(255, 255, 255, 0.3);
    --w-line-color: rgba(255, 255, 255, 0.2);
    --w-link-color: #1aafaf;
    --w-background-color: black;
    --w-form-error-color: hsl(2, 64%, 58%)
}

:root .jw-strip--image-content-color-light {
    --jw-swatch--paragraph-link-color: #1aafaf;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #21dbdb;
    --jw-swatch--heading-color: #fff;
    --jw-swatch--heading-color--button-text-on: #737373;
    --jw-swatch--heading-color--button-hover: #e6e6e6;
    --jw-swatch--paragraph-color: #fff;
    --jw-swatch--paragraph-color--button-text-on: #737373;
    --jw-swatch--paragraph-color--button-hover: #e6e6e6;
    --jw-swatch--header-color: #1aafaf;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #21dbdb
}

.jw-strip--image-content-color-light .jw-element-separator,
.jw-strip--image-content-color-light .jw-news-post,
.jw-strip--image-content-color-light .jw-comment,
.jw-strip--image-content-color-light .jw-columns__node--separator-left,
.jw-strip--image-content-color-light .jw-columns__node--separator-right,
.jw-strip--image-content-color-light .website-logout,
.jw-strip--image-content-color-light .jw-element-accordion__heading {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-steps__step {
    background-color: black;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ccc
}

a.jw-strip--image-content-color-light .jw-steps__step:hover,
a.jw-strip--image-content-color-light .jw-steps__step:focus {
    color: #ccc
}

.jw-strip--image-content-color-light .jw-steps__step--enabled {
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--enabled:hover,
a.jw-strip--image-content-color-light .jw-steps__step--enabled:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-steps__step--completed {
    background-color: #031111;
    border-color: #1aafaf;
    color: #35e1e1
}

a.jw-strip--image-content-color-light .jw-steps__step--completed:hover,
a.jw-strip--image-content-color-light .jw-steps__step--completed:focus {
    color: #35e1e1
}

.jw-strip--image-content-color-light .jw-steps__step--selected {
    background-color: #1aafaf;
    border-color: #1aafaf;
    color: #fff
}

a.jw-strip--image-content-color-light .jw-steps__step--selected:hover,
a.jw-strip--image-content-color-light .jw-steps__step--selected:focus {
    color: #fff
}

.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: rgba(255, 255, 255, 0.2)
}

input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label {
    border-color: #1aafaf;
    box-shadow: 0 0 0 1px #1aafaf
}

.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error,
input:checked+.jw-strip--image-content-color-light .jw-toggle-block__label.jw-element-form-is-error {
    border-color: var(--w-form-error-color)
}

.jw-strip--image-content-color-light .jw-element-form-well {
    background: #141414
}

.jw-strip--image-content-color-light .jw-element-form-input-text {
    border-color: rgba(89, 89, 89, 0.5);
    color: #fff;
    background-color: #1a1a1a;
    box-shadow: 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-light .jw-element-form-input-text:hover {
    border-color: #595959
}

.jw-strip--image-content-color-light .jw-element-form-input-text:focus {
    border-color: #1aafaf;
    box-shadow: 0 0 0 2px #0d5757, 0 0 rgba(0, 0, 0, 0)
}

.jw-strip--image-content-color-light select.jw-element-form-input-text {
    background-image: url('data:image/svg+xml;charset=UTF-8, %3Csvg%20width%3D%2221%22%20height%3D%2211%22%20viewBox%3D%220%200%2021%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.3205%2010.7254L0.320511%200.33309L20.3205%200.333092L10.3205%2010.7254Z%22%20fill%3D%22%23ffffff%22%20/%3E%3C/svg%3E')
}

.jw-strip--image-content-color-light input[type='radio']:focus,
.jw-strip--image-content-color-light input[type='checkbox']:focus {
    box-shadow: 0 0 0 2px #1aafaf;
    outline: none
}

.jw-strip--image-content-color-light input[type='radio']:focus:not(:focus-visible),
.jw-strip--image-content-color-light input[type='checkbox']:focus:not(:focus-visible) {
    box-shadow: none
}

.jw-strip--image-content-color-light .jw-pagination__page {
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-pagination__page:hover {
    background: rgba(26, 175, 175, 0.15);
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-pagination__page--active,
.jw-strip--image-content-color-light .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #1aafaf;
    background: transparent;
    color: #1aafaf
}

.jw-strip--image-content-color-light .product-sticker {
    color: #fff;
    background: #1aafaf
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(255, 255, 255, 0.8)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder__image {
    background-image: url('../images/content-empty-light.png?version=1')
}

.jw-strip--image-content-color-light .text--muted {
    color: #999
}

.jw-strip--image-content-color-light .jw-element-social-share .share-button--wrapper {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-element-rating__icon-empty {
    color: #4d4d4d
}

.jw-strip--image-content-color-light .jw-element-audio {
    --plyr-color-main: #1aafaf;
    --plyr-audio-controls-background: #262626;
    --plyr-audio-control-color: #fff;
    --plyr-audio-control-background-hover: #1aafaf;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(255, 255, 255, 0.3);
    --plyr-control-radius: 0
}

.jw-strip--image-content-color-light .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0;
    border-color: #525252
}

.jw-strip--image-content-color-light .jw-element-video {
    --plyr-color-main: #1aafaf;
    --plyr-video-control-background-hover: #1aafaf;
    --plyr-video-control-color-hover: #fff
}

.jw-strip--image-content-color-light .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #4be4e4;
    margin: auto
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-border .jw-element-social-follow-profile,
.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-icononly .jw-element-social-follow-profile {
    color: #1aafaf;
    border-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow__default-color-getter {
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-discord {
    background-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-discord,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-discord {
    color: #5865f2;
    border-color: #5865f2
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-facebook {
    background-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-facebook,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-facebook {
    color: #3b5998;
    border-color: #3b5998
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-twitter {
    background-color: #000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-twitter,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-twitter {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-pinterest {
    background-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-pinterest,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-pinterest {
    color: #e60023;
    border-color: #e60023
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-instagram {
    background-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-instagram,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-instagram {
    color: #e1306c;
    border-color: #e1306c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-youtube {
    background-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-youtube,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-youtube {
    color: #ff0000;
    border-color: #ff0000
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tumblr {
    background-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tumblr,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tumblr {
    color: #35465c;
    border-color: #35465c
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-linkedin {
    background-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-linkedin,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-tiktok {
    background-color: #010101
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-tiktok,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-tiktok {
    color: #fff;
    border-color: #fff
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-telegram {
    background-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-telegram,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-telegram {
    color: #0088cc;
    border-color: #0088cc
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-solid .jw-element-social-follow-profile--medium-whatsapp {
    background-color: #25d366
}

.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-border .jw-element-social-follow-profile--medium-whatsapp,
.jw-strip--image-content-color-light .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #25d366;
    border-color: #25d366
}

.jw-strip--image-content-color-light .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #1aafaf;
    outline-offset: 1px
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item:hover {
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__heading {
    background-color: #1aafaf;
    color: #fff;
    border-color: #148282
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__item {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__content {
    border-color: #148282
}

.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--border th,
.jw-strip--image-content-color-light .jw-table.jw-table--header.jw-table--striped th {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--image-content-color-light .jw-table.jw-table--border tr,
.jw-strip--image-content-color-light .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.jw-strip--image-content-color-light .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(255, 255, 255, 0.05)
}

.jw-strip--image-content-color-light .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(255, 255, 255, 0.15)
}

.jw-strip--image-content-color-light .jw-table.jw-table--nowrap {
    white-space: nowrap
}

.jw-strip--image-content-color-light .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--border tr:first-child td,
.jw-strip--image-content-color-light .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #1aafaf;
    color: #fff
}

.jw-strip--image-content-color-light .product,
.jw-strip--image-content-color-light .product__description,
.jw-strip--image-content-color-light .product-page__description,
.jw-strip--image-content-color-light .product-page__social {
    border-color: rgba(255, 255, 255, 0.2)
}

.jw-strip--image-content-color-light .jw-columns .jw-product .product,
.jw-strip--image-content-color-light .image-gallery__thumbnail-item {
    border-radius: 0
}

.jw-strip--image-content-color-light .product__free-shipping-motivator {
    color: #1aafaf
}

.jw-strip--image-content-color-light .product-gallery--empty {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5)
}

.jw-strip--image-content-color-light .product-gallery__content {
    background: black
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(255, 255, 255, 0.3)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:hover {
    background: #0f0f0f;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #0f0f0f;
    border-color: rgba(255, 255, 255, 0.6)
}

.jw-strip--image-content-color-light .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(15, 15, 15, 0.9)
}

.jw-strip--image-content-color-light .product-gallery__price {
    color: #b3b3b3
}

.jw-strip--image-content-color-light .product-gallery {
    --button-height: 34px
}

.jw-strip--image-content-color-light .product-gallery-filter__button {
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-btn {
    --jw-comp--button--primary-color: #1aafaf;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #21dbdb
}

.jw-strip--image-content-color-light .jw-icon-image__inner {
    background-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image,
.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image,
.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image {
    background-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-image-is-square .jw-icon-image__inner,
.jw-strip--image-content-color-light .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--image-content-color-light .jw-image-is-round .jw-icon-image__inner {
    background-color: black
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light {
        line-height: 1.425
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light {
        line-height: 1.35;
        font-size: 1.4rem
    }
}

.jw-strip--image-content-color-light a,
.jw-strip--image-content-color-light .jw-link-color {
    color: #1aafaf;
    text-decoration: none
}

.jw-strip--image-content-color-light a:hover,
.jw-strip--image-content-color-light .jw-link-color:hover {
    color: #21dbdb;
    text-decoration: underline
}

.jw-strip--image-content-color-light p,
.jw-strip--image-content-color-light ol,
.jw-strip--image-content-color-light ul {
    margin-top: 0;
    margin-bottom: .4em
}

.jw-strip--image-content-color-light span[style*='color'] a {
    color: inherit
}

.jw-strip--image-content-color-light button {
    line-height: 1.5
}

.jw-strip--image-content-color-light .jw-text-small {
    font-size: 1.12rem
}

.jw-strip--image-content-color-light .jw-accent-text-color {
    color: #1aafaf
}

.jw-strip--image-content-color-light .jw-accent-background {
    color: #e6fbfb;
    background-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-accent-background a,
.jw-strip--image-content-color-light .jw-accent-background .jw-link-button {
    color: #e6fbfb
}

.jw-strip--image-content-color-light .jw-accent-border-link-color {
    border-color: #1aafaf
}

.jw-strip--image-content-color-light .jw-accent-border-color {
    border-color: #fff
}

.jw-strip--image-content-color-light h1,
.jw-strip--image-content-color-light h2,
.jw-strip--image-content-color-light h3,
.jw-strip--image-content-color-light h4,
.jw-strip--image-content-color-light h5,
.jw-strip--image-content-color-light h6 {
    line-height: 1.1;
    color: #fff;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal
}

@media (max-width:768px) {

    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light h4,
    .jw-strip--image-content-color-light h5,
    .jw-strip--image-content-color-light h6 {
        line-height: 1.1
    }
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light h4,
    .jw-strip--image-content-color-light h5,
    .jw-strip--image-content-color-light h6 {
        line-height: 1.1
    }
}

.jw-strip--image-content-color-light h1 a,
.jw-strip--image-content-color-light h2 a,
.jw-strip--image-content-color-light h3 a,
.jw-strip--image-content-color-light h4 a,
.jw-strip--image-content-color-light h5 a,
.jw-strip--image-content-color-light h6 a,
.jw-strip--image-content-color-light h1 .jw-link-color,
.jw-strip--image-content-color-light h2 .jw-link-color,
.jw-strip--image-content-color-light h3 .jw-link-color,
.jw-strip--image-content-color-light h4 .jw-link-color,
.jw-strip--image-content-color-light h5 .jw-link-color,
.jw-strip--image-content-color-light h6 .jw-link-color {
    text-decoration: underline;
    color: #1aafaf
}

.jw-strip--image-content-color-light h1 a:hover,
.jw-strip--image-content-color-light h2 a:hover,
.jw-strip--image-content-color-light h3 a:hover,
.jw-strip--image-content-color-light h4 a:hover,
.jw-strip--image-content-color-light h5 a:hover,
.jw-strip--image-content-color-light h6 a:hover,
.jw-strip--image-content-color-light h1 .jw-link-color:hover,
.jw-strip--image-content-color-light h2 .jw-link-color:hover,
.jw-strip--image-content-color-light h3 .jw-link-color:hover,
.jw-strip--image-content-color-light h4 .jw-link-color:hover,
.jw-strip--image-content-color-light h5 .jw-link-color:hover,
.jw-strip--image-content-color-light h6 .jw-link-color:hover {
    color: #21dbdb
}

.jw-strip--image-content-color-light .product-page .product__price__price {
    color: #fff
}

.jw-strip--image-content-color-light .jw-heading-200 {
    font-size: 6.4rem;
    margin-top: 3.42rem;
    margin-bottom: 1.24rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 4.8rem;
        margin-top: 2.94rem;
        margin-bottom: 1.08rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 4rem;
        margin-top: 2.7rem;
        margin-bottom: 1rem
    }
}

.jw-strip--image-content-color-light .jw-heading-150 {
    font-size: 4.8rem;
    margin-top: 2.94rem;
    margin-bottom: 1.08rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 3.73rem;
        margin-top: 2.62rem;
        margin-bottom: .97333333rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 3.2rem;
        margin-top: 2.46rem;
        margin-bottom: .92rem
    }
}

.jw-strip--image-content-color-light .jw-heading-130 {
    font-size: 4.16rem;
    margin-top: 2.748rem;
    margin-bottom: 1.016rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 3.31rem;
        margin-top: 2.492rem;
        margin-bottom: .93066667rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 2.88rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light .jw-heading-120 {
    font-size: 3.84rem;
    margin-top: 2.652rem;
    margin-bottom: .984rem
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 3.09rem;
        margin-top: 2.428rem;
        margin-bottom: .90933333rem
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 2.72rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h1,
.jw-strip--image-content-color-light .jw-heading-100 {
    font-size: 3.2rem;
    margin-top: 2.46rem;
    margin-bottom: .92rem
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.67rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.4rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h2,
.jw-strip--image-content-color-light .jw-heading-85 {
    font-size: 2.72rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.35rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.16rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h3,
.jw-strip--image-content-color-light .jw-heading-70 {
    font-size: 2.24rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {

    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 2.03rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {

    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 1.92rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light h4 {
    font-size: 1.54rem;
    margin-top: .8em;
    margin-bottom: .3em
}

@media (max-width:1020px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.56rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

@media (max-width:768px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.57rem;
        margin-top: .8em;
        margin-bottom: .3em
    }
}

.jw-strip--image-content-color-light .jw-strip__backdrop {
    background-color: rgba(0, 0, 0, 0.3)
}

.jw-strip--image-content-color-light .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.8)
}

.topmenu,
.jw-slideshow {
    width: 100%;
    max-width: var(--simple-brick-max-width);
    margin: 0 auto;
    transition: max-width 300ms ease-out
}

@media (min-width:1020px) {
    .jw-slideshow {
        margin-bottom: var(--strip-content-padding-block)
    }
}

.jw-background {
    background-color: #ffffff
}

.topmenu {
    padding: 50px 0
}

@media (max-width:1080px) {
    .topmenu {
        padding: 30px 20px
    }
}

@media (max-width:720px) {
    .topmenu {
        padding: 20px 10px
    }
}

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

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

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

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

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

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

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

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

.topmenu-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.jw-header {
    flex: 0 0 auto;
    margin-bottom: 30px
}

@media (min-width:1080px) {
    .jw-header {
        margin-bottom: 50px
    }
}

#jw.jw-header-toggler {
    bottom: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy {
    width: 100%;
    display: flex
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before,
body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    display: inline-block;
    color: #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    content: '';
    width: 100%;
    flex: 1 1 1px;
    position: relative;
    transform: translate(0, -50%)
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:before {
    margin-right: 15px
}

body:not(.jw-menu-is-mobile):not(.jw-is-menu-multiline) .jw-menu-copy:after {
    margin-left: 15px
}

body:not(.jw-menu-is-mobile) .jw-menu {
    justify-content: center
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item {
    margin: 0 5px;
    float: none;
    vertical-align: top
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-menu-link {
    border-radius: 0
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-is-active>.jw-menu-link {
    background: #1aafaf;
    color: #fff
}

body:not(.jw-menu-is-mobile) .jw-menu>.jw-menu-item>.jw-submenu {
    margin-top: 10px
}

body:not(.jw-menu-is-mobile).jw-is-menu-multiline .jw-menu>.jw-menu-item {
    margin-bottom: 10px
}

body:not(.jw-menu-is-mobile) .jw-submenu {
    box-shadow: none
}

.jw-menu-is-mobile .topmenu {
    display: none
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link {
    color: #fff;
    background-color: #1aafaf
}

.jw-menu-is-mobile .jw-menu>.jw-menu-is-active>.jw-menu-link .jw-arrow {
    color: #fff
}

.jw-menu-is-mobile .jw-menu-clone {
    width: 100%;
    min-height: 100vh
}

.jw-menu-clone .jw-menu {
    margin-top: 50px
}

.jw-menu-copy {
    max-width: 100%
}

@media (min-width:1020px) {
    .main-content .jw-strip--primary.jw-strip--style-color.jw-strip--color-default {
        --strip-content-padding-block-start: 0
    }
}

.jw-body {
    min-height: 100vh
}

.jw-body,
.jw-sticky-footer-container {
    display: flex;
    flex-direction: column
}

.jw-body>*,
.jw-sticky-footer-container>* {
    flex: 0 0 auto
}

.jw-body>.main-content,
.jw-sticky-footer-container>.main-content,
.jw-body>.jw-sticky-footer-container,
.jw-sticky-footer-container>.jw-sticky-footer-container {
    flex: 1 0 auto
}

@media (min-width:1020px) {
    .block-sidebar {
        --strip-content-padding-block--primary: 0
    }
}

.jw-section-sidebar {
    border-top: 2px solid #e6e6e6
}

@media (min-width:1020px) {
    .jw-section-sidebar {
        border-left: 2px solid #e6e6e6;
        border-top: none
    }
}

.jw-section-footer .jw-strip__content::before {
    content: '';
    display: block;
    transform: translateY(calc(-1 * var(--strip-content-padding-block--primary)));
    border-top: 2px solid #e6e6e6
}

.jw-header-logo {
    justify-content: center;
    flex: 0 0 auto
}

.jw-section-content .jw-element-form-input-text,
.jw-section-sidebar .jw-element-form-input-text,
.jw-section-footer .jw-element-form-input-text {
    border-color: transparent
}

.jw-element-form-input-text {
    border-radius: 0
}

#jw-variable-loaded {
    color: #fc0
}

.jw-variable-value-background-color {
    color: #ffffff
}

.jw-variable-value-paragraph-color {
    color: #737373
}

.jw-variable-value-paragraph-link-color {
    color: #1aafaf
}

.jw-variable-value-heading-color {
    color: #1aafaf
}

.jw-variable-value-heading-link-color {
    color: #1aafaf
}

.jw-variable-value-menu-text-color {
    color: #737373
}

.jw-variable-value-menu-text-link-color {
    color: #1aafaf
}

.jw-variable-value-footer-text-color {
    color: #737373
}

.jw-variable-value-footer-text-link-color {
    color: #737373
}



.jw-body {
    overflow: hidden;
}
.menu .menu-link {
    display: block;
    padding: 5px 13px;
    text-decoration: none;
    transition: 200ms ease;
    color: #737373;
}
.menu .menu-link:hover {
    background: #1aafaf;
    color: #fff;
}

.menu .menu-item {
    margin: 0 5px;
    float: none;
    vertical-align: top;
}
#jw-header-image {
    max-width: 373px;
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 0;
}

.wpcf7 textarea.your-message {
    height: 100px;
    resize: vertical;
}
.wpcf7 .jw-element-form-group label {
    margin-bottom: 12px;
    display: block;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
}




@media (min-width:1020px) {
    :root {
        --simple-brick-max-width: 980px
    }

    .jw-is-sidebar .block-content {
        --simple-brick-max-width: 633px
    }

    .block-sidebar {
        --simple-brick-max-width: 305px
    }

    .simple-brick-max-width-sidebar {
        --simple-brick-max-width: 305px
    }

    .block-footer {
        --simple-brick-max-width: 980px
    }

    .jw-strip--narrow {
        --simple-brick-max-width: 490px
    }

    .jw-strip--default {
        --simple-brick-max-width: 980px
    }

    .jw-strip--wide {
        --simple-brick-max-width: 1274px
    }
}

/* compiled in: 0.287s */