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: 1130px) {
    .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 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: #fff;
}
.jw-menu-link:hover {
    color: #fff;
    background: transparent;
}
.jw-menu-link--icon [class^="website-rendering-icon-"]:before {
    transform: scale(1.25);
}
.jw-menu-link--icon > span:last-child {
    margin-left: 0.5em;
}
.jw-menu-item > .jw-menu-link:hover,
.jw-menu-is-hover > .jw-menu-link {
    color: #fff;
    background: transparent;
}
.jw-submenu {
    background: #737373;
}
.jw-submenu .jw-menu-link {
    color: #fff;
}
.jw-submenu .jw-menu-item > .jw-menu-link:hover,
.jw-submenu .jw-menu-is-hover > .jw-menu-link {
    background: #808080;
    color: #fff;
}
.jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em;
}
.jw-icon-badge {
    background: #ffc500;
    color: #000;
    display: block;
    border-radius: 50%;
    font-size: 0.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: #b38a00;
}
.jw-menu-cta .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-menu {
    display: flex;
    flex-wrap: wrap;
    *zoom: 1;
    font-size: 1.6rem;
    font-family: "Montserrat", "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: 1500;
    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: "Inter", "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: 11px;
}
.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: 11px 11px;
    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: 0.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: 0.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-submenu {
    background: transparent;
}
.jw-menu-is-mobile .jw-submenu .jw-menu-link {
    color: #fff;
}
.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: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.jw-menu-is-mobile .jw-menu-link {
    color: #fff;
}
.jw-menu-is-mobile .jw-menu-link:hover {
    background: rgba(255, 255, 255, 0.1);
    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: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.jw-menu-is-mobile .jw-menu-vertical .jw-arrow,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow {
    color: #fff;
    background: transparent;
}
.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:hover,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
}
.jw-menu-is-mobile .jw-menu-vertical .jw-arrow:active,
.jw-menu-is-mobile .jw-menu-horizontal .jw-arrow:active {
    background: rgba(255, 255, 255, 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: 15px 15px;
}
.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;
    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: 15px;
}
.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-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: 1399;
    left: 0;
    right: 0;
    transition: opacity 150ms ease, transform 250ms ease;
    box-shadow: 0 0 0 2000vh rgba(0, 0, 0, 0.2), 0 5px 20px rgba(0, 0, 0, 0.1);
}
.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    display: block !important;
    visibility: hidden;
}
.jw-menu-is-collapsed.jw-menu-is-mobile .jw-menu-clone.jw-menu-collapse {
    opacity: 0;
    transform: translate(0, -200px);
    transition: opacity 150ms ease, transform 200ms ease, visibility 200ms;
}
.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: "Inter", "sans-serif";
    line-height: 1.8;
    font-size: 1.5rem;
    color: #737373;
}
body > div .jw-icon-image__inner,
:host > div .jw-icon-image__inner {
    background-color: #cc9e00;
}
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: #cc9e00;
}
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: 1130px) {
    body > div,
    :host > div {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    body > div,
    :host > div {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
body > div a,
:host > div a {
    color: #cc9e00;
    text-decoration: none;
}
body > div a:hover,
:host > div a:hover {
    color: #ffc500;
    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: 0.4em;
}
body > div span[style*="color"] a,
:host > div span[style*="color"] a {
    color: inherit;
}
body > div button,
:host > div button {
    line-height: 1.8;
}
body > div .jw-text-small,
:host > div .jw-text-small {
    font-size: 1.05rem;
}
body > div .jw-accent-text-color,
:host > div .jw-accent-text-color {
    color: #cc9e00;
}
body > div .jw-accent-background,
:host > div .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
body > div .jw-accent-background a,
:host > div .jw-accent-background a {
    color: #fff9e6;
}
body > div .jw-accent-border-link-color,
:host > div .jw-accent-border-link-color {
    border-color: #cc9e00;
}
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.25;
    color: #4d4d4d;
    font-family: "Montserrat", "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.134;
    }
}
@media (max-width: 1130px) {
    .jw-section h1,
    .jw-section h2,
    .jw-section h3,
    .jw-section h4,
    .jw-section h5,
    .jw-section h6 {
        line-height: 1.197;
    }
}
.jw-section h1 a,
.jw-section h2 a,
.jw-section h3 a,
.jw-section h4 a,
.jw-section h5 a,
.jw-section h6 a {
    text-decoration: underline;
    color: #cc9e00;
}
.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 {
    color: #ffc500;
}
.jw-section .product-page .product__price__price {
    color: #4d4d4d;
}
.jw-section .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-section .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-section .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-section .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-section .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-section .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-section .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-section .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-section .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section h1,
.jw-section .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section h1,
    .jw-section .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section h2,
.jw-section .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section h2,
    .jw-section .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section h3,
.jw-section .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section h3,
    .jw-section .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-blackwhite {
    line-height: 1.8;
    font-size: 1.5rem;
    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: 1130px) {
    .jw-section-blackwhite {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-section-blackwhite {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-section-blackwhite a {
    color: #000;
    text-decoration: underline;
}
.jw-section-blackwhite a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}
.jw-section-blackwhite p,
.jw-section-blackwhite ol,
.jw-section-blackwhite ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-section-blackwhite span[style*="color"] a {
    color: inherit;
}
.jw-section-blackwhite button {
    line-height: 1.8;
}
.jw-section-blackwhite .jw-text-small {
    font-size: 1.05rem;
}
.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 {
    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: 1130px) {
    .jw-section-sidebar {
        line-height: 1.62;
    }
}
.jw-section-white {
    line-height: 1.8;
    font-size: 1.5rem;
    color: #737373;
}
.jw-section-white .jw-icon-image__inner {
    background-color: #cc9e00;
}
.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: #cc9e00;
}
.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: 1130px) {
    .jw-section-white {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-section-white {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-section-white a {
    color: #cc9e00;
    text-decoration: none;
}
.jw-section-white a:hover {
    color: #ffc500;
    text-decoration: underline;
}
.jw-section-white p,
.jw-section-white ol,
.jw-section-white ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-section-white span[style*="color"] a {
    color: inherit;
}
.jw-section-white button {
    line-height: 1.8;
}
.jw-section-white .jw-text-small {
    font-size: 1.05rem;
}
.jw-section-white .jw-accent-text-color {
    color: #cc9e00;
}
.jw-section-white .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
.jw-section-white .jw-accent-background a {
    color: #fff9e6;
}
.jw-section-white .jw-accent-border-link-color {
    border-color: #cc9e00;
}
.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.25;
    color: #4d4d4d;
    font-family: "Montserrat", "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.134;
    }
}
@media (max-width: 1130px) {
    .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.197;
    }
}
.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 {
    text-decoration: underline;
    color: #cc9e00;
}
.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 {
    color: #ffc500;
}
.jw-section-white .product-page .product__price__price {
    color: #4d4d4d;
}
.jw-section-white .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-section-white .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-section-white .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-section-white .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-section-white .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-section-white .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-section-white .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-section-white .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-section-white .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-white .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white h1,
.jw-section-white .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-white h1,
    .jw-section-white .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white h2,
.jw-section-white .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-white h2,
    .jw-section-white .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white h3,
.jw-section-white .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-white h3,
    .jw-section-white .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-white h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-white h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-white h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.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: #d9534f;
}
.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 rgba(217, 83, 79, 0.5), 0 0 rgba(0, 0, 0, 0);
}
.jw-element-form-success {
    color: #3d8b3d;
    border-color: #3d8b3d;
}
.jw-element-form-error {
    color: #d9534f;
    border-color: #d9534f;
}
.jw-section-content .jw-element-form-success {
    color: #3d8b3d;
    border-color: #3d8b3d;
}
.jw-section-content .jw-element-form-error {
    color: #d9534f;
    border-color: #d9534f;
}
.jw-section-footer .jw-element-form-success {
    color: #3d8b3d;
    border-color: #3d8b3d;
}
.jw-section-footer .jw-element-form-error {
    color: #d9534f;
    border-color: #d9534f;
}
.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: #4d4d4d;
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 3.5rem;
    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(77, 77, 77, 0.8);
}
.jw-header-slogan {
    color: #4d4d4d;
    font-size: 1.5rem;
}
.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: 3rem;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    outline: 0;
    text-align: center;
    text-decoration: none;
    z-index: 55;
    background: transparent;
    color: #fff;
    transition: opacity 150ms ease;
    font-size: 3rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    color: white;
    border-radius: 2px;
}
.jw-slideshow .bx-prev:hover,
.jw-slideshow .bx-next:hover {
    color: white;
}
.jw-slideshow .bx-prev:hover,
.jw-slideshow .bx-next:hover {
    opacity: 0.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(0.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: bold;
    font-style: normal;
    line-height: 1;
    font-family: "Montserrat", "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: 3rem;
    line-height: 1.2em;
}
@media screen and (max-width: 750px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 500px) {
    .jw-slideshow-sub-title,
    .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.5rem;
    }
}
.jw-slideshow-title {
    font-size: 7rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .jw-slideshow-title {
        font-size: 5.6rem;
    }
}
@media (width < 750px) {
    .jw-slideshow-title {
        font-size: 4.9rem;
    }
}
@media (width < 620px) {
    .jw-slideshow-title {
        font-size: max(3.5rem, 1.9em);
    }
}
@media (width < 540px) {
    .jw-slideshow-title {
        font-size: max(2.8rem, 1.7em);
    }
}
@media (width < 420px) {
    .jw-slideshow-title {
        font-size: max(2.45rem, 1.5em);
    }
}
.banner-lg {
    font-size: 120%;
}
.banner-lg .jw-slideshow-title {
    font-size: 8.4rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 6.72rem;
    }
}
@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 5.88rem;
    }
}
@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(4.2rem, 1.9em);
    }
}
@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(3.36rem, 1.7em);
    }
}
@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.94rem, 1.5em);
    }
}
.banner-sm {
    font-size: 85%;
}
.banner-sm .jw-slideshow-title {
    font-size: 5.95rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .banner-sm .jw-slideshow-title {
        font-size: 4.76rem;
    }
}
@media (width < 750px) {
    .banner-sm .jw-slideshow-title {
        font-size: 4.165rem;
    }
}
@media (width < 620px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(2.975rem, 1.9em);
    }
}
@media (width < 540px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(2.38rem, 1.7em);
    }
}
@media (width < 420px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(2.0825rem, 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, 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: 1130px) {
    .message-bar {
        order: -1;
    }
}
.jw-menu-is-mobile .message-bar {
    z-index: 1400;
}
.message-bar--accent {
    background: #ffc500;
    color: #000;
}
.message-bar-usps {
    min-height: 2.8em;
}
.jw-mobile-header {
    background: transparent;
}
.jw-mobile-text {
    color: #fff;
}
.jw-mobile-text:hover {
    color: #fff;
}
.jw-mobile-menu__button {
    background: transparent;
    color: #fff;
    outline: 0;
}
.jw-mobile-menu__button:hover {
    background: transparent;
}
.jw-mobile-menu__button:active,
.jw-mobile-menu__button:focus {
    background: transparent;
}
.jw-mobile-menu__button--dummy {
    background: transparent;
}
.jw-mobile-menu {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1400;
    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: 60px;
    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: 40px;
    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: "Montserrat", "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: 40px;
    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: 1401;
    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: 1402;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 50px;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.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: #ffc500;
}
.mobile-bar--accent .mobile-bar__item {
    color: #000;
}
.mobile-bar--accent .mobile-bar__item:hover {
    background: #e6b100;
}
.jw-popover-container--inline {
    display: inline;
}
.jw-popover-container--modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jw-popover-backdrop {
    position: fixed;
    z-index: 1049;
    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: 1050;
    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(0.9, 0.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: #cc9e00;
}
.jw-popover .jw-search__submit {
    color: #fff;
    background: #cc9e00;
}
.jw-popover .jw-search__submit:focus,
.jw-popover .jw-search__submit:hover {
    background: #ad8600;
}
.jw-popover .jw-search__submit:active {
    background: #9e7a00;
}
.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: #ffc500;
}
.jw-mobile-menu-search-item .jw-search__submit {
    color: #000;
    background: #ffc500;
}
.jw-mobile-menu-search-item .jw-search__submit:focus,
.jw-mobile-menu-search-item .jw-search__submit:hover {
    background: #e0ad00;
}
.jw-mobile-menu-search-item .jw-search__submit:active {
    background: #d1a200;
}
.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: #cc9e00;
}
.jw-section-content .jw-search__submit {
    color: #fff;
    background: #cc9e00;
}
.jw-section-content .jw-search__submit:focus,
.jw-section-content .jw-search__submit:hover {
    background: #ad8600;
}
.jw-section-content .jw-search__submit:active {
    background: #9e7a00;
}
.jw-icon-burger {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -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: 18px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    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: -7px;
}
.jw-icon-burger::after {
    top: 7px;
}
.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(-3px, 7px) rotate(-45deg);
}
.jw-icon-burger--cross::after {
    transform: translate(-3px, -7px) 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: 17px;
    height: 17px;
    border-radius: 8.5px;
    box-shadow: inset 0 0 0 3px currentColor;
}
.jw-icon-search::after {
    width: 9px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0 0 0 0;
    transform-origin: -5.5px 1.5px;
    transform: translate(14px, 7px) rotate(45deg);
}
.cc-window.cc-theme-jw {
    font-family: "Inter", "sans-serif";
    line-height: 1.8;
    font-size: 1.5rem;
}
@media (max-width: 1130px) {
    .cc-window.cc-theme-jw {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .cc-window.cc-theme-jw {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.cc-window.cc-theme-jw .cc-allow.cc-btn,
.cc-window.cc-theme-jw .cc-dismiss.cc-btn {
    background: #cc9e00;
    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: #ffc500;
    color: #fff;
}
.jw-section .jw-element-ads h3 {
    font-size: 25px;
}
@media (max-width: 1130px) {
    .jw-section .jw-element-ads h3 {
        font-size: 20px;
    }
}
.jw-section .jw-element-ads--accent {
    background: #ffc500;
}
.jw-section .jw-element-ads--accent h3 {
    color: #000;
}
.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: 20px;
    --strip-content-padding-block: max(2em, 20px);
    --strip-content-padding-block--primary: 40px;
    --strip-content-padding-inline--split-image: 20px;
}
@media (min-width: 1130px) {
    :root,
    .strip-preview__container {
        --strip-content-padding-inline: 30px;
        --strip-content-padding-block: max(3.3em, 30px);
        --strip-content-padding-block--primary: 50px;
        --strip-content-padding-inline--split-image: max(3.3em, 30px);
    }
}
@media (width < 1130px) {
    .jw-strip--style-split-image {
        grid-template-columns: [image content] 1fr;
        grid-template-rows: [image] auto [content] auto;
    }
    .jw-strip--style-split-image .jw-strip__image {
        position: static;
    }
}
@media (min-width: 1130px) {
    .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-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border),
.jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border),
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border),
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-cta .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-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,
.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,
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border).jw-btn__active,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-cta .jw-btn:not(.jw-btn--style-flat, .jw-btn--style-border):hover:not(:disabled),
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-cta .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 {
    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 {
    background: var(--jw-comp--button--primary-color);
    color: var(--jw-comp--button--on-primary-color) !important;
}
.jw-btn--roundness-square {
    border-radius: 0;
}
.jw-btn--roundness-rounded {
    border-radius: 0.2em;
}
.jw-btn--roundness-round,
.jw-btn:not(.jw-btn--roundness-square, .jw-btn--roundness-rounded, .jw-btn--roundness-round) {
    border-radius: 1000px;
    padding-left: 1.1em;
    padding-right: 1.1em;
}
.jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-section-white .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-slideshow .jw-btn {
    --jw-comp--button--primary-color: #ffc500;
    --jw-comp--button--on-primary-color: #000;
    --jw-comp--button--primary-color-hover: #cc9e00;
}
.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: 3px;
}
.product__free-shipping-motivator {
    color: #cc9e00;
}
.jw-select {
    display: inline-flex;
    line-height: 1.8;
}
.jw-select__prefix {
    position: relative;
    margin-right: -1px;
}
.jw-select__input {
    height: 1.8em;
    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: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.6em;
}
.jw-select--size-default .jw-select__prefix,
.jw-select--size-default .jw-select__input {
    font-size: 1.3em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.6em;
}
.jw-select--size-large .jw-select__prefix,
.jw-select--size-large .jw-select__input {
    font-size: 1.8em;
    padding-top: 0.39em;
    padding-bottom: 0.39em;
    padding-left: 0.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: #cc9e00;
}
.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: 0.9em;
}
.jw-section .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: 0.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: #cc9e00;
}
.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: 0.9em;
}
.jw-section-white .cart-totals__tooltip .website-rendering-icon-help-circled {
    margin-right: 0.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: #dbdbdb;
    box-shadow: inset 0 0 0 1px #c1c1c1;
}
.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: #ffc500;
}
.jw-map--marker-accent .jw-marker__circle {
    fill: #000;
}
:root {
    --jw-swatch--heading-color: #4d4d4d;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #666;
    --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: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--accent-color: #ffc500;
    --jw-swatch--accent-color--button-text-on: #000;
    --jw-swatch--accent-color--button-hover: #cc9e00;
    --jw-swatch--header-color: #737373;
    --jw-swatch--header-color--button-text-on: #fff;
    --jw-swatch--header-color--button-hover: #8d8d8d;
}
:root {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-link-color: #cc9e00;
    --w-background-color: #ffffff;
}
:root {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #4d4d4d;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #666;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
}
.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: #faf5e6;
    border-color: #cc9e00;
    color: #806300;
}
a.jw-steps__step--completed:hover,
a.jw-steps__step--completed:focus {
    color: #806300;
}
.jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    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: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00;
}
.jw-toggle-block__label.jw-element-form-is-error,
input:checked + .jw-toggle-block__label.jw-element-form-is-error {
    border-color: #d9534f;
}
.jw-element-form-well {
    background: #f8f8f8;
}
.jw-element-form-input-text {
    border-color: rgba(115, 115, 115, 0.5);
    color: #737373;
    background-color: #ffffff;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-element-form-input-text:hover {
    border-color: #737373;
}
.jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #e6ce80, 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 #cc9e00;
    outline: none;
}
input[type="radio"]:focus:not(:focus-visible),
input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
}
.jw-pagination__page {
    color: #cc9e00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-pagination__page:hover {
    background: rgba(204, 158, 0, 0.15);
    color: #cc9e00;
}
.jw-pagination__page--active,
.jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00;
}
.product-sticker {
    color: #fff;
    background: #cc9e00;
}
.jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(115, 115, 115, 0.8);
}
.jw-tree-empty-placeholder__image {
    background-image: url("../../../../../assets/img/content-empty.png");
}
.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: #cc9e00;
}
.jw-element-rating__icon-empty {
    color: #d5d5d5;
}
.jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #d7d7d7;
}
.jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff;
}
.jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.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: #cc9e00;
    border-color: #cc9e00;
}
.jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff;
}
.jw-element-social-follow__default-color-getter {
    color: #cc9e00;
}
.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 #cc9e00;
    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: #cc9e00;
}
.jw-element-accordion--style-box .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600;
}
.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: #997600;
}
.jw-table.jw-table--header.jw-table--border th,
.jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    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: #cc9e00;
    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: 3px;
}
.product__free-shipping-motivator {
    color: #cc9e00;
}
.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--style-bordered .product-gallery__expand-container button,
.product-gallery--style-clean .product-gallery__expand-container button,
.product-gallery--style-bordered .product-gallery__expand-container select,
.product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.product-gallery-filter__button {
    color: #cc9e00;
}
.jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-section-footer {
    line-height: 1.8;
    font-size: 1.4rem;
    color: #737373;
}
:root .jw-section-footer {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-link-color: #cc9e00;
    --w-background-color: #f3f3f3;
}
:root .jw-section-footer {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --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: #cc9e00;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #ffc500;
}
.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: #f3f3f3;
    border-color: rgba(115, 115, 115, 0.3);
    color: #8c8c8c;
}
a.jw-section-footer .jw-steps__step:hover,
a.jw-section-footer .jw-steps__step:focus {
    color: #8c8c8c;
}
.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: #efeadb;
    border-color: #cc9e00;
    color: #806300;
}
a.jw-section-footer .jw-steps__step--completed:hover,
a.jw-section-footer .jw-steps__step--completed:focus {
    color: #806300;
}
.jw-section-footer .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    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: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00;
}
.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: #d9534f;
}
.jw-section-footer .jw-element-form-well {
    background: #e9e9e9;
}
.jw-section-footer .jw-element-form-input-text {
    border-color: rgba(115, 115, 115, 0.5);
    color: #737373;
    background-color: #f3f3f3;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-section-footer .jw-element-form-input-text:hover {
    border-color: #737373;
}
.jw-section-footer .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #e0c87a, 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 #cc9e00;
    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: #cc9e00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-section-footer .jw-pagination__page:hover {
    background: rgba(204, 158, 0, 0.15);
    color: #cc9e00;
}
.jw-section-footer .jw-pagination__page--active,
.jw-section-footer .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00;
}
.jw-section-footer .product-sticker {
    color: #fff;
    background: #cc9e00;
}
.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("../../../../../assets/img/content-empty.png");
}
.jw-section-footer .text--muted {
    color: #a6a6a6;
}
.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: #cc9e00;
}
.jw-section-footer .jw-element-rating__icon-empty {
    color: #cdcdcd;
}
.jw-section-footer .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-section-footer .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #cecece;
}
.jw-section-footer .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff;
}
.jw-section-footer .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.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: #cc9e00;
    border-color: #cc9e00;
}
.jw-section-footer .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff;
}
.jw-section-footer .jw-element-social-follow__default-color-getter {
    color: #cc9e00;
}
.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: #23c660;
    border-color: #23c660;
}
.jw-section-footer .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #cc9e00;
    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: #cc9e00;
}
.jw-section-footer .jw-element-accordion--style-box .jw-section-footer .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600;
}
.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: #997600;
}
.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: #cc9e00;
    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: #cc9e00;
    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: 3px;
}
.jw-section-footer .product__free-shipping-motivator {
    color: #cc9e00;
}
.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: #f3f3f3;
}
.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: #999;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-section-footer .product-gallery--style-clean .product-gallery__expand-container button,
.jw-section-footer .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-section-footer .product-gallery--style-clean .product-gallery__expand-container select {
    height: 34px;
    box-sizing: border-box;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -49px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -49px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 34px;
    margin-top: -34px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -93px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -93px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-section-footer .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-section-footer .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 78px;
    margin-top: -78px;
}
.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-section-footer .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-section-footer .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-section-footer .product-gallery-filter__button {
    color: #cc9e00;
}
.jw-section-footer .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-section-footer .jw-icon-image__inner {
    background-color: #cc9e00;
}
.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: #cc9e00;
}
.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: #f3f3f3;
}
@media (max-width: 1130px) {
    .jw-section-footer {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-section-footer {
        line-height: 1.62;
        font-size: 1.33rem;
    }
}
.jw-section-footer a {
    color: #cc9e00;
    text-decoration: none;
}
.jw-section-footer a:hover {
    color: #ffc500;
    text-decoration: underline;
}
.jw-section-footer p,
.jw-section-footer ol,
.jw-section-footer ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-section-footer span[style*="color"] a {
    color: inherit;
}
.jw-section-footer button {
    line-height: 1.8;
}
.jw-section-footer .jw-text-small {
    font-size: 0.98rem;
}
.jw-section-footer .jw-accent-text-color {
    color: #cc9e00;
}
.jw-section-footer .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
.jw-section-footer .jw-accent-background a {
    color: #fff9e6;
}
.jw-section-footer .jw-accent-border-link-color {
    border-color: #cc9e00;
}
.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.25;
    color: #737373;
    font-family: "Montserrat", "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.134;
    }
}
@media (max-width: 1130px) {
    .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.197;
    }
}
.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 {
    text-decoration: underline;
    color: #cc9e00;
}
.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 {
    color: #ffc500;
}
.jw-section-footer .product-page .product__price__price {
    color: #737373;
}
.jw-section-footer .jw-heading-200 {
    font-size: 5.6rem;
    margin-top: 3.18rem;
    margin-bottom: 1.16rem;
}
@media (max-width: 1130px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 4.23rem;
        margin-top: 2.77rem;
        margin-bottom: 1.02333333rem;
    }
}
@media (max-width: 768px) {
    .jw-section-footer .jw-heading-200 {
        font-size: 3.55rem;
        margin-top: 2.565rem;
        margin-bottom: 0.955rem;
    }
}
.jw-section-footer .jw-heading-150 {
    font-size: 4.2rem;
    margin-top: 2.76rem;
    margin-bottom: 1.02rem;
}
@media (max-width: 1130px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 3.3rem;
        margin-top: 2.49rem;
        margin-bottom: 0.93rem;
    }
}
@media (max-width: 768px) {
    .jw-section-footer .jw-heading-150 {
        font-size: 2.85rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer .jw-heading-130 {
    font-size: 3.64rem;
    margin-top: 2.592rem;
    margin-bottom: 0.964rem;
}
@media (max-width: 1130px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 2.93rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer .jw-heading-130 {
        font-size: 2.57rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer .jw-heading-120 {
    font-size: 3.36rem;
    margin-top: 2.508rem;
    margin-bottom: 0.936rem;
}
@media (max-width: 1130px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 2.74rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer .jw-heading-120 {
        font-size: 2.43rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer h1,
.jw-section-footer .jw-heading-100 {
    font-size: 2.8rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.37rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer h1,
    .jw-section-footer .jw-heading-100 {
        font-size: 2.15rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer h2,
.jw-section-footer .jw-heading-85 {
    font-size: 2.38rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 2.09rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer h2,
    .jw-section-footer .jw-heading-85 {
        font-size: 1.94rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer h3,
.jw-section-footer .jw-heading-70 {
    font-size: 1.96rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 1.81rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer h3,
    .jw-section-footer .jw-heading-70 {
        font-size: 1.73rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-section-footer h4 {
    font-size: 1.34rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-section-footer h4 {
        font-size: 1.4rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-section-footer h4 {
        font-size: 1.42rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
:root,
:host {
    --jw-strip__background-color--default: #ffffff;
    --jw-strip__background-color--shaded: #f2f2f2;
    --jw-strip__background-color--accent: #ffc500;
    --jw-strip__background-color--inverse: #333;
    --jw-strip__swatch-color--default: var(--jw-strip__background-color--default);
    --jw-strip__swatch-color--shaded: #d9d9d9;
    --jw-strip__swatch-color--accent: var(--jw-strip__background-color--accent);
    --jw-strip__swatch-color--inverse: var(--jw-strip__background-color--inverse);
}
.jw-strip--color-default.jw-strip--padding-both + :is(.jw-strip--color-default.jw-strip--padding-both) {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
}
.jw-strip--color-shaded {
    background-color: #f2f2f2;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #737373;
}
.jw-strip--color-shaded + :is(.jw-strip--color-shaded) {
    border-top: 1px solid rgba(115, 115, 115, 0.2);
}
:root .jw-strip--color-shaded {
    --w-color: #737373;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(115, 115, 115, 0.3);
    --w-link-color: #cc9e00;
    --w-background-color: #f2f2f2;
}
:root .jw-strip--color-shaded {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --jw-swatch--heading-color: #4d4d4d;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #666;
    --jw-swatch--paragraph-color: #737373;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #8c8c8c;
    --jw-swatch--accent-color: #cc9e00;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #ffc500;
}
.jw-strip--color-shaded .jw-element-separator,
.jw-strip--color-shaded .jw-news-post,
.jw-strip--color-shaded .jw-comment,
.jw-strip--color-shaded .jw-columns__node--separator-left,
.jw-strip--color-shaded .jw-columns__node--separator-right,
.jw-strip--color-shaded .website-logout,
.jw-strip--color-shaded .jw-element-accordion__heading {
    border-color: rgba(115, 115, 115, 0.2);
}
.jw-strip--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-strip--color-shaded .jw-steps__step:focus {
    color: #8c8c8c;
}
.jw-strip--color-shaded .jw-steps__step--enabled {
    color: #737373;
}
a.jw-strip--color-shaded .jw-steps__step--enabled:hover,
a.jw-strip--color-shaded .jw-steps__step--enabled:focus {
    color: #737373;
}
.jw-strip--color-shaded .jw-steps__step--completed {
    background-color: #eeeada;
    border-color: #cc9e00;
    color: #806300;
}
a.jw-strip--color-shaded .jw-steps__step--completed:hover,
a.jw-strip--color-shaded .jw-steps__step--completed:focus {
    color: #806300;
}
.jw-strip--color-shaded .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff;
}
a.jw-strip--color-shaded .jw-steps__step--selected:hover,
a.jw-strip--color-shaded .jw-steps__step--selected:focus {
    color: #fff;
}
.jw-strip--color-shaded .jw-toggle-block__label {
    border-color: rgba(115, 115, 115, 0.2);
}
input:checked + .jw-strip--color-shaded .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00;
}
.jw-strip--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 {
    border-color: #d9534f;
}
.jw-strip--color-shaded .jw-element-form-well {
    background: #e8e8e8;
}
.jw-strip--color-shaded .jw-element-form-input-text {
    border-color: rgba(115, 115, 115, 0.5);
    color: #737373;
    background-color: #f2f2f2;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--color-shaded .jw-element-form-input-text:hover {
    border-color: #737373;
}
.jw-strip--color-shaded .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #dfc879, 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--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-strip--color-shaded input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none;
}
.jw-strip--color-shaded input[type="radio"]:focus:not(:focus-visible),
.jw-strip--color-shaded input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
}
.jw-strip--color-shaded .jw-pagination__page {
    color: #cc9e00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-strip--color-shaded .jw-pagination__page:hover {
    background: rgba(204, 158, 0, 0.15);
    color: #cc9e00;
}
.jw-strip--color-shaded .jw-pagination__page--active,
.jw-strip--color-shaded .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00;
}
.jw-strip--color-shaded .product-sticker {
    color: #fff;
    background: #cc9e00;
}
.jw-strip--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 {
    background-image: url("../../../../../assets/img/content-empty.png");
}
.jw-strip--color-shaded .text--muted {
    color: #a6a6a6;
}
.jw-strip--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 {
    color: #cc9e00;
}
.jw-strip--color-shaded .jw-element-rating__icon-empty {
    color: #ccc;
}
.jw-strip--color-shaded .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #e4e4e4;
    --plyr-audio-control-color: #737373;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(115, 115, 115, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-strip--color-shaded .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #cdcdcd;
}
.jw-strip--color-shaded .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff;
}
.jw-strip--color-shaded .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.jw-strip--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 {
    color: #cc9e00;
    border-color: #cc9e00;
}
.jw-strip--color-shaded .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-shaded .jw-element-social-follow__default-color-getter {
    color: #cc9e00;
}
.jw-strip--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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px;
}
.jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-color: rgba(115, 115, 115, 0.3);
}
.jw-strip--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 {
    border-color: #cc9e00;
}
.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--color-shaded .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600;
}
.jw-strip--color-shaded .jw-element-accordion--style-box .jw-strip--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 {
    border-color: #997600;
}
.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-shaded .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-shaded .jw-table.jw-table--border tr,
.jw-strip--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 {
    background-color: rgba(115, 115, 115, 0.05);
}
.jw-strip--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 {
    white-space: nowrap;
}
.jw-strip--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-strip--color-shaded .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-shaded .product,
.jw-strip--color-shaded .product__description,
.jw-strip--color-shaded .product-page__description,
.jw-strip--color-shaded .product-page__social {
    border-color: rgba(115, 115, 115, 0.2);
}
.jw-strip--color-shaded .jw-columns .jw-product .product,
.jw-strip--color-shaded .image-gallery__thumbnail-item {
    border-radius: 3px;
}
.jw-strip--color-shaded .product__free-shipping-motivator {
    color: #cc9e00;
}
.jw-strip--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 {
    background: #f2f2f2;
}
.jw-strip--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-strip--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-strip--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 {
    background-color: rgba(255, 255, 255, 0.9);
}
.jw-strip--color-shaded .product-gallery__price {
    color: #999;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-shaded .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-strip--color-shaded .product-gallery-filter__button {
    color: #cc9e00;
}
.jw-strip--color-shaded .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-strip--color-shaded .jw-icon-image__inner {
    background-color: #cc9e00;
}
.jw-strip--color-shaded .jw-image-is-square .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00;
}
.jw-strip--color-shaded .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-shaded .jw-image-is-round .jw-icon-image__inner {
    background-color: #f2f2f2;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-strip--color-shaded a {
    color: #cc9e00;
    text-decoration: none;
}
.jw-strip--color-shaded a:hover {
    color: #ffc500;
    text-decoration: underline;
}
.jw-strip--color-shaded p,
.jw-strip--color-shaded ol,
.jw-strip--color-shaded ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-strip--color-shaded span[style*="color"] a {
    color: inherit;
}
.jw-strip--color-shaded button {
    line-height: 1.8;
}
.jw-strip--color-shaded .jw-text-small {
    font-size: 1.05rem;
}
.jw-strip--color-shaded .jw-accent-text-color {
    color: #cc9e00;
}
.jw-strip--color-shaded .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
.jw-strip--color-shaded .jw-accent-background a {
    color: #fff9e6;
}
.jw-strip--color-shaded .jw-accent-border-link-color {
    border-color: #cc9e00;
}
.jw-strip--color-shaded .jw-accent-border-color {
    border-color: #737373;
}
.jw-strip--color-shaded h1,
.jw-strip--color-shaded h2,
.jw-strip--color-shaded h3,
.jw-strip--color-shaded h4,
.jw-strip--color-shaded h5,
.jw-strip--color-shaded h6 {
    line-height: 1.25;
    color: #4d4d4d;
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 768px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-strip--color-shaded h6 {
        line-height: 1.134;
    }
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded h4,
    .jw-strip--color-shaded h5,
    .jw-strip--color-shaded h6 {
        line-height: 1.197;
    }
}
.jw-strip--color-shaded h1 a,
.jw-strip--color-shaded h2 a,
.jw-strip--color-shaded h3 a,
.jw-strip--color-shaded h4 a,
.jw-strip--color-shaded h5 a,
.jw-strip--color-shaded h6 a {
    text-decoration: underline;
    color: #cc9e00;
}
.jw-strip--color-shaded h1 a:hover,
.jw-strip--color-shaded h2 a:hover,
.jw-strip--color-shaded h3 a:hover,
.jw-strip--color-shaded h4 a:hover,
.jw-strip--color-shaded h5 a:hover,
.jw-strip--color-shaded h6 a:hover {
    color: #ffc500;
}
.jw-strip--color-shaded .product-page .product__price__price {
    color: #4d4d4d;
}
.jw-strip--color-shaded .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-strip--color-shaded .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded h1,
.jw-strip--color-shaded .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded h1,
    .jw-strip--color-shaded .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded h2,
.jw-strip--color-shaded .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded h2,
    .jw-strip--color-shaded .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded h3,
.jw-strip--color-shaded .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded h3,
    .jw-strip--color-shaded .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-shaded h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-shaded h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-shaded h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent {
    background-color: #ffc500;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #000;
}
.jw-strip--color-accent + :is(.jw-strip--color-accent) {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
:root .jw-strip--color-accent {
    --w-color: #000;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(0, 0, 0, 0.2);
    --w-link-color: #664f00;
    --w-background-color: #ffc500;
}
:root .jw-strip--color-accent {
    --jw-swatch--paragraph-link-color: #664f00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #997600;
    --jw-swatch--heading-color: #000;
    --jw-swatch--heading-color--button-text-on: #fff;
    --jw-swatch--heading-color--button-hover: #1a1a1a;
    --jw-swatch--paragraph-color: #000;
    --jw-swatch--paragraph-color--button-text-on: #fff;
    --jw-swatch--paragraph-color--button-hover: #1a1a1a;
    --jw-swatch--accent-color: #664f00;
    --jw-swatch--accent-color--button-text-on: #fff;
    --jw-swatch--accent-color--button-hover: #997600;
}
.jw-strip--color-accent .jw-element-separator,
.jw-strip--color-accent .jw-news-post,
.jw-strip--color-accent .jw-comment,
.jw-strip--color-accent .jw-columns__node--separator-left,
.jw-strip--color-accent .jw-columns__node--separator-right,
.jw-strip--color-accent .website-logout,
.jw-strip--color-accent .jw-element-accordion__heading {
    border-color: rgba(0, 0, 0, 0.08);
}
.jw-strip--color-accent .jw-steps__step {
    background-color: #ffc500;
    border-color: rgba(0, 0, 0, 0.2);
    color: #332700;
}
a.jw-strip--color-accent .jw-steps__step:hover,
a.jw-strip--color-accent .jw-steps__step:focus {
    color: #332700;
}
.jw-strip--color-accent .jw-steps__step--enabled {
    color: #000;
}
a.jw-strip--color-accent .jw-steps__step--enabled:hover,
a.jw-strip--color-accent .jw-steps__step--enabled:focus {
    color: #000;
}
.jw-strip--color-accent .jw-steps__step--completed {
    background-color: #f0b900;
    border-color: #664f00;
    color: #1a1400;
}
a.jw-strip--color-accent .jw-steps__step--completed:hover,
a.jw-strip--color-accent .jw-steps__step--completed:focus {
    color: #1a1400;
}
.jw-strip--color-accent .jw-steps__step--selected {
    background-color: #664f00;
    border-color: #664f00;
    color: #fff;
}
a.jw-strip--color-accent .jw-steps__step--selected:hover,
a.jw-strip--color-accent .jw-steps__step--selected:focus {
    color: #fff;
}
.jw-strip--color-accent .jw-toggle-block__label {
    border-color: rgba(0, 0, 0, 0.08);
}
input:checked + .jw-strip--color-accent .jw-toggle-block__label {
    border-color: #664f00;
    box-shadow: 0 0 0 1px #664f00;
}
.jw-strip--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 {
    border-color: #d9534f;
}
.jw-strip--color-accent .jw-element-form-well {
    background: #ebb500;
}
.jw-strip--color-accent .jw-element-form-input-text {
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
    background-color: #ffc500;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--color-accent .jw-element-form-input-text:hover {
    border-color: #000;
}
.jw-strip--color-accent .jw-element-form-input-text:focus {
    border-color: #664f00;
    box-shadow: 0 0 0 2px #b38a00, 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--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%23000000%22%20/%3E%3C/svg%3E");
}
.jw-strip--color-accent input[type="radio"]:focus,
.jw-strip--color-accent input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #664f00;
    outline: none;
}
.jw-strip--color-accent input[type="radio"]:focus:not(:focus-visible),
.jw-strip--color-accent input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
}
.jw-strip--color-accent .jw-pagination__page {
    color: #664f00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-strip--color-accent .jw-pagination__page:hover {
    background: rgba(102, 79, 0, 0.15);
    color: #664f00;
}
.jw-strip--color-accent .jw-pagination__page--active,
.jw-strip--color-accent .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #664f00;
    background: transparent;
    color: #664f00;
}
.jw-strip--color-accent .product-sticker {
    color: #fff;
    background: #664f00;
}
.jw-strip--color-accent .jw-tree-empty-placeholder {
    --jw-tree-empty-placeholder__border-color: rgba(0, 0, 0, 0.8);
}
.jw-strip--color-accent .jw-tree-empty-placeholder__image {
    background-image: url("../../../../../assets/img/content-empty.png");
}
.jw-strip--color-accent .text--muted {
    color: #664f00;
}
.jw-strip--color-accent .jw-element-social-share .share-button--wrapper {
    border-color: rgba(0, 0, 0, 0.08);
}
.jw-strip--color-accent .jw-element-rating--color-accent .jw-element-rating__icon-full {
    color: #664f00;
}
.jw-strip--color-accent .jw-element-rating__icon-empty {
    color: #b38a00;
}
.jw-strip--color-accent .jw-element-audio {
    --plyr-color-main: #664f00;
    --plyr-audio-controls-background: #fff5d2;
    --plyr-audio-control-color: #000;
    --plyr-audio-control-background-hover: #664f00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(0, 0, 0, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-strip--color-accent .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #cc9e00;
}
.jw-strip--color-accent .jw-element-video {
    --plyr-color-main: #664f00;
    --plyr-video-control-background-hover: #664f00;
    --plyr-video-control-color-hover: #fff;
}
.jw-strip--color-accent .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.jw-strip--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 {
    color: #664f00;
    border-color: #664f00;
}
.jw-strip--color-accent .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #664f00;
    color: #fff;
}
.jw-strip--color-accent .jw-element-social-follow__default-color-getter {
    color: #664f00;
}
.jw-strip--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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--color-accent .jw-element-social-follow--color-brand.jw-element-social-follow--style-icononly .jw-element-social-follow-profile--medium-whatsapp {
    color: #1da34f;
    border-color: #1da34f;
}
.jw-strip--color-accent .image-gallery__main:has(.image-gallery__slides :focus-visible) {
    outline: 1px dotted #664f00;
    outline-offset: 1px;
}
.jw-strip--color-accent .image-gallery__thumbnail-item {
    border-color: rgba(0, 0, 0, 0.2);
}
.jw-strip--color-accent .image-gallery__thumbnail-item:hover {
    border-color: rgba(0, 0, 0, 0.5);
}
.jw-strip--color-accent .image-gallery__thumbnail-item.image-gallery__thumbnail-item--active {
    border-color: #664f00;
}
.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__heading {
    background-color: #664f00;
    color: #fff;
    border-color: #332700;
}
.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__item {
    background-color: rgba(0, 0, 0, 0.05);
}
.jw-strip--color-accent .jw-element-accordion--style-box .jw-strip--color-accent .jw-element-accordion__content {
    border-color: #332700;
}
.jw-strip--color-accent .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-accent .jw-table.jw-table--header.jw-table--striped th {
    background-color: #664f00;
    color: #fff;
}
.jw-strip--color-accent .jw-table.jw-table--border tr,
.jw-strip--color-accent .jw-table.jw-table--striped tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.jw-strip--color-accent .jw-table.jw-table--striped tr:nth-child(odd) td {
    background-color: rgba(0, 0, 0, 0.05);
}
.jw-strip--color-accent .jw-table.jw-table--hover tr:hover td {
    background-color: rgba(0, 0, 0, 0.15);
}
.jw-strip--color-accent .jw-table.jw-table--nowrap {
    white-space: nowrap;
}
.jw-strip--color-accent .responsive-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}
.jw-strip--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 {
    background-color: #664f00;
    color: #fff;
}
.jw-strip--color-accent .product,
.jw-strip--color-accent .product__description,
.jw-strip--color-accent .product-page__description,
.jw-strip--color-accent .product-page__social {
    border-color: rgba(0, 0, 0, 0.07);
}
.jw-strip--color-accent .jw-columns .jw-product .product,
.jw-strip--color-accent .image-gallery__thumbnail-item {
    border-radius: 3px;
}
.jw-strip--color-accent .product__free-shipping-motivator {
    color: #664f00;
}
.jw-strip--color-accent .product-gallery--empty {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
}
.jw-strip--color-accent .product-gallery__content {
    background: #ffc500;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content {
    border-color: rgba(0, 0, 0, 0.2);
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:hover {
    background: #ffcc1f;
    border-color: rgba(0, 0, 0, 0.5);
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__content:focus-within {
    background: #ffcc1f;
    border-color: rgba(0, 0, 0, 0.5);
}
.jw-strip--color-accent .product-gallery--style-image-only .product-gallery__info-container {
    background-color: rgba(255, 204, 31, 0.9);
}
.jw-strip--color-accent .product-gallery__price {
    color: #4d3b00;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-accent .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-accent .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-strip--color-accent .product-gallery-filter__button {
    color: #664f00;
}
.jw-strip--color-accent .jw-btn {
    --jw-comp--button--primary-color: #664f00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #997600;
}
.jw-strip--color-accent .jw-icon-image__inner {
    background-color: #664f00;
}
.jw-strip--color-accent .jw-image-is-square .jw-icon-image,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image {
    background-color: #664f00;
}
.jw-strip--color-accent .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-accent .jw-image-is-round .jw-icon-image__inner {
    background-color: #ffc500;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-strip--color-accent a {
    color: #664f00;
    text-decoration: underline;
}
.jw-strip--color-accent a:hover {
    color: #997600;
    text-decoration: underline;
}
.jw-strip--color-accent p,
.jw-strip--color-accent ol,
.jw-strip--color-accent ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-strip--color-accent span[style*="color"] a {
    color: inherit;
}
.jw-strip--color-accent button {
    line-height: 1.8;
}
.jw-strip--color-accent .jw-text-small {
    font-size: 1.05rem;
}
.jw-strip--color-accent .jw-accent-text-color {
    color: #664f00;
}
.jw-strip--color-accent .jw-accent-background {
    color: #bab08c;
    background-color: #664f00;
}
.jw-strip--color-accent .jw-accent-background a {
    color: #bab08c;
}
.jw-strip--color-accent .jw-accent-border-link-color {
    border-color: #664f00;
}
.jw-strip--color-accent .jw-accent-border-color {
    border-color: #000;
}
.jw-strip--color-accent h1,
.jw-strip--color-accent h2,
.jw-strip--color-accent h3,
.jw-strip--color-accent h4,
.jw-strip--color-accent h5,
.jw-strip--color-accent h6 {
    line-height: 1.25;
    color: #000;
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 768px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-strip--color-accent h6 {
        line-height: 1.134;
    }
}
@media (max-width: 1130px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent h2,
    .jw-strip--color-accent h3,
    .jw-strip--color-accent h4,
    .jw-strip--color-accent h5,
    .jw-strip--color-accent h6 {
        line-height: 1.197;
    }
}
.jw-strip--color-accent h1 a,
.jw-strip--color-accent h2 a,
.jw-strip--color-accent h3 a,
.jw-strip--color-accent h4 a,
.jw-strip--color-accent h5 a,
.jw-strip--color-accent h6 a {
    text-decoration: underline;
    color: #664f00;
}
.jw-strip--color-accent h1 a:hover,
.jw-strip--color-accent h2 a:hover,
.jw-strip--color-accent h3 a:hover,
.jw-strip--color-accent h4 a:hover,
.jw-strip--color-accent h5 a:hover,
.jw-strip--color-accent h6 a:hover {
    color: #997600;
}
.jw-strip--color-accent .product-page .product__price__price {
    color: #000;
}
.jw-strip--color-accent .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-strip--color-accent .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent h1,
.jw-strip--color-accent .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent h1,
    .jw-strip--color-accent .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent h2,
.jw-strip--color-accent .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent h2,
    .jw-strip--color-accent .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent h2,
    .jw-strip--color-accent .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent h3,
.jw-strip--color-accent .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent h3,
    .jw-strip--color-accent .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent h3,
    .jw-strip--color-accent .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-accent h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-accent h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-accent h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse {
    background-color: #333;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #a3a3a3;
}
.jw-strip--color-inverse + :is(.jw-strip--color-inverse) {
    border-top: 1px solid rgba(163, 163, 163, 0.2);
}
:root .jw-strip--color-inverse {
    --w-color: #a3a3a3;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(163, 163, 163, 0.3);
    --w-link-color: #cc9e00;
    --w-background-color: #333;
}
:root .jw-strip--color-inverse {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --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-strip--color-inverse .jw-element-separator,
.jw-strip--color-inverse .jw-news-post,
.jw-strip--color-inverse .jw-comment,
.jw-strip--color-inverse .jw-columns__node--separator-left,
.jw-strip--color-inverse .jw-columns__node--separator-right,
.jw-strip--color-inverse .website-logout,
.jw-strip--color-inverse .jw-element-accordion__heading {
    border-color: rgba(163, 163, 163, 0.2);
}
.jw-strip--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-strip--color-inverse .jw-steps__step:focus {
    color: #8d8d8d;
}
.jw-strip--color-inverse .jw-steps__step--enabled {
    color: #a3a3a3;
}
a.jw-strip--color-inverse .jw-steps__step--enabled:hover,
a.jw-strip--color-inverse .jw-steps__step--enabled:focus {
    color: #a3a3a3;
}
.jw-strip--color-inverse .jw-steps__step--completed {
    background-color: #423e2e;
    border-color: #cc9e00;
    color: #ffcb1a;
}
a.jw-strip--color-inverse .jw-steps__step--completed:hover,
a.jw-strip--color-inverse .jw-steps__step--completed:focus {
    color: #ffcb1a;
}
.jw-strip--color-inverse .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    color: #fff;
}
a.jw-strip--color-inverse .jw-steps__step--selected:hover,
a.jw-strip--color-inverse .jw-steps__step--selected:focus {
    color: #fff;
}
.jw-strip--color-inverse .jw-toggle-block__label {
    border-color: rgba(163, 163, 163, 0.2);
}
input:checked + .jw-strip--color-inverse .jw-toggle-block__label {
    border-color: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00;
}
.jw-strip--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 {
    border-color: #d9534f;
}
.jw-strip--color-inverse .jw-element-form-well {
    background: #3c3c3c;
}
.jw-strip--color-inverse .jw-element-form-input-text {
    border-color: rgba(163, 163, 163, 0.5);
    color: #a3a3a3;
    background-color: #333;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--color-inverse .jw-element-form-input-text:hover {
    border-color: #a3a3a3;
}
.jw-strip--color-inverse .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #80681a, 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--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-strip--color-inverse input[type="checkbox"]:focus {
    box-shadow: 0 0 0 2px #cc9e00;
    outline: none;
}
.jw-strip--color-inverse input[type="radio"]:focus:not(:focus-visible),
.jw-strip--color-inverse input[type="checkbox"]:focus:not(:focus-visible) {
    box-shadow: none;
}
.jw-strip--color-inverse .jw-pagination__page {
    color: #cc9e00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-strip--color-inverse .jw-pagination__page:hover {
    background: rgba(204, 158, 0, 0.15);
    color: #cc9e00;
}
.jw-strip--color-inverse .jw-pagination__page--active,
.jw-strip--color-inverse .jw-pagination__page--active:hover {
    box-shadow: inset 0 0 0 2px #cc9e00;
    background: transparent;
    color: #cc9e00;
}
.jw-strip--color-inverse .product-sticker {
    color: #fff;
    background: #cc9e00;
}
.jw-strip--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 {
    background-image: url("../../../../../assets/img/content-empty-light.png");
}
.jw-strip--color-inverse .text--muted {
    color: #767676;
}
.jw-strip--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 {
    color: #cc9e00;
}
.jw-strip--color-inverse .jw-element-rating__icon-empty {
    color: #555;
}
.jw-strip--color-inverse .jw-element-audio {
    --plyr-color-main: #cc9e00;
    --plyr-audio-controls-background: #595959;
    --plyr-audio-control-color: #e5e5e5;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(229, 229, 229, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-strip--color-inverse .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #757575;
}
.jw-strip--color-inverse .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff;
}
.jw-strip--color-inverse .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.jw-strip--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 {
    color: #cc9e00;
    border-color: #cc9e00;
}
.jw-strip--color-inverse .jw-element-social-follow--color-default.jw-element-social-follow--style-solid .jw-element-social-follow-profile {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-inverse .jw-element-social-follow__default-color-getter {
    color: #cc9e00;
}
.jw-strip--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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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 {
    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-strip--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) {
    outline: 1px dotted #cc9e00;
    outline-offset: 1px;
}
.jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-color: rgba(163, 163, 163, 0.3);
}
.jw-strip--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 {
    border-color: #cc9e00;
}
.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--color-inverse .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600;
}
.jw-strip--color-inverse .jw-element-accordion--style-box .jw-strip--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 {
    border-color: #997600;
}
.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--border th,
.jw-strip--color-inverse .jw-table.jw-table--header.jw-table--striped th {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-inverse .jw-table.jw-table--border tr,
.jw-strip--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 {
    background-color: rgba(163, 163, 163, 0.05);
}
.jw-strip--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 {
    white-space: nowrap;
}
.jw-strip--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-strip--color-inverse .handsontable .jw-table--header.jw-table--striped tr:first-child td {
    background-color: #cc9e00;
    color: #fff;
}
.jw-strip--color-inverse .product,
.jw-strip--color-inverse .product__description,
.jw-strip--color-inverse .product-page__description,
.jw-strip--color-inverse .product-page__social {
    border-color: rgba(163, 163, 163, 0.2);
}
.jw-strip--color-inverse .jw-columns .jw-product .product,
.jw-strip--color-inverse .image-gallery__thumbnail-item {
    border-radius: 3px;
}
.jw-strip--color-inverse .product__free-shipping-motivator {
    color: #cc9e00;
}
.jw-strip--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 {
    background: #333;
}
.jw-strip--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-strip--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-strip--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 {
    background-color: rgba(66, 66, 66, 0.9);
}
.jw-strip--color-inverse .product-gallery__price {
    color: #828282;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__expand-container button,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--color-inverse .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-strip--color-inverse .product-gallery-filter__button {
    color: #cc9e00;
}
.jw-strip--color-inverse .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-strip--color-inverse .jw-icon-image__inner {
    background-color: #cc9e00;
}
.jw-strip--color-inverse .jw-image-is-square .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image {
    background-color: #cc9e00;
}
.jw-strip--color-inverse .jw-image-is-square .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-rounded .jw-icon-image__inner,
.jw-strip--color-inverse .jw-image-is-round .jw-icon-image__inner {
    background-color: #333;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-strip--color-inverse a {
    color: #cc9e00;
    text-decoration: none;
}
.jw-strip--color-inverse a:hover {
    color: #ffc500;
    text-decoration: underline;
}
.jw-strip--color-inverse p,
.jw-strip--color-inverse ol,
.jw-strip--color-inverse ul {
    margin-top: 0;
    margin-bottom: 0.4em;
}
.jw-strip--color-inverse span[style*="color"] a {
    color: inherit;
}
.jw-strip--color-inverse button {
    line-height: 1.8;
}
.jw-strip--color-inverse .jw-text-small {
    font-size: 1.05rem;
}
.jw-strip--color-inverse .jw-accent-text-color {
    color: #cc9e00;
}
.jw-strip--color-inverse .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
.jw-strip--color-inverse .jw-accent-background a {
    color: #fff9e6;
}
.jw-strip--color-inverse .jw-accent-border-link-color {
    border-color: #cc9e00;
}
.jw-strip--color-inverse .jw-accent-border-color {
    border-color: #a3a3a3;
}
.jw-strip--color-inverse h1,
.jw-strip--color-inverse h2,
.jw-strip--color-inverse h3,
.jw-strip--color-inverse h4,
.jw-strip--color-inverse h5,
.jw-strip--color-inverse h6 {
    line-height: 1.25;
    color: #a3a3a3;
    font-family: "Montserrat", "sans-serif";
    font-weight: 400;
    font-style: normal;
}
@media (max-width: 768px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-strip--color-inverse h6 {
        line-height: 1.134;
    }
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse h4,
    .jw-strip--color-inverse h5,
    .jw-strip--color-inverse h6 {
        line-height: 1.197;
    }
}
.jw-strip--color-inverse h1 a,
.jw-strip--color-inverse h2 a,
.jw-strip--color-inverse h3 a,
.jw-strip--color-inverse h4 a,
.jw-strip--color-inverse h5 a,
.jw-strip--color-inverse h6 a {
    text-decoration: underline;
    color: #cc9e00;
}
.jw-strip--color-inverse h1 a:hover,
.jw-strip--color-inverse h2 a:hover,
.jw-strip--color-inverse h3 a:hover,
.jw-strip--color-inverse h4 a:hover,
.jw-strip--color-inverse h5 a:hover,
.jw-strip--color-inverse h6 a:hover {
    color: #ffc500;
}
.jw-strip--color-inverse .product-page .product__price__price {
    color: #a3a3a3;
}
.jw-strip--color-inverse .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-strip--color-inverse .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse h1,
.jw-strip--color-inverse .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse h1,
    .jw-strip--color-inverse .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse h2,
.jw-strip--color-inverse .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse h2,
    .jw-strip--color-inverse .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse h3,
.jw-strip--color-inverse .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse h3,
    .jw-strip--color-inverse .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--color-inverse h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--color-inverse h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--color-inverse h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark {
    background-color: white;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #404040;
}
.jw-strip--image-content-color-dark + :is(.jw-strip--image-content-color-dark) {
    border-top: 1px solid rgba(64, 64, 64, 0.08);
}
:root .jw-strip--image-content-color-dark {
    --w-color: #404040;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(64, 64, 64, 0.2);
    --w-link-color: #997600;
    --w-background-color: white;
}
:root .jw-strip--image-content-color-dark {
    --jw-swatch--paragraph-link-color: #997600;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #cc9e00;
    --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-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: #f5f1e6;
    border-color: #997600;
    color: #4d3b00;
}
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: #4d3b00;
}
.jw-strip--image-content-color-dark .jw-steps__step--selected {
    background-color: #997600;
    border-color: #997600;
    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: #997600;
    box-shadow: 0 0 0 1px #997600;
}
.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: #d9534f;
}
.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(64, 64, 64, 0.5);
    color: #404040;
    background-color: white;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--image-content-color-dark .jw-element-form-input-text:hover {
    border-color: #404040;
}
.jw-strip--image-content-color-dark .jw-element-form-input-text:focus {
    border-color: #997600;
    box-shadow: 0 0 0 2px #ccbb80, 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 #997600;
    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: #997600;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-strip--image-content-color-dark .jw-pagination__page:hover {
    background: rgba(153, 118, 0, 0.15);
    color: #997600;
}
.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 #997600;
    background: transparent;
    color: #997600;
}
.jw-strip--image-content-color-dark .product-sticker {
    color: #fff;
    background: #997600;
}
.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("../../../../../assets/img/content-empty.png");
}
.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: #997600;
}
.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: #997600;
    --plyr-audio-controls-background: #f0f0f0;
    --plyr-audio-control-color: #404040;
    --plyr-audio-control-background-hover: #997600;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(64, 64, 64, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-strip--image-content-color-dark .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #cdcdcd;
}
.jw-strip--image-content-color-dark .jw-element-video {
    --plyr-color-main: #997600;
    --plyr-video-control-background-hover: #997600;
    --plyr-video-control-color-hover: #fff;
}
.jw-strip--image-content-color-dark .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.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: #997600;
    border-color: #997600;
}
.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: #997600;
    color: #fff;
}
.jw-strip--image-content-color-dark .jw-element-social-follow__default-color-getter {
    color: #997600;
}
.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 #997600;
    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: #997600;
}
.jw-strip--image-content-color-dark .jw-element-accordion--style-box .jw-strip--image-content-color-dark .jw-element-accordion__heading {
    background-color: #997600;
    color: #fff;
    border-color: #664f00;
}
.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: #664f00;
}
.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: #997600;
    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: #997600;
    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: 3px;
}
.jw-strip--image-content-color-dark .product__free-shipping-motivator {
    color: #997600;
}
.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--style-bordered .product-gallery__expand-container button,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--image-content-color-dark .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-strip--image-content-color-dark .product-gallery-filter__button {
    color: #997600;
}
.jw-strip--image-content-color-dark .jw-btn {
    --jw-comp--button--primary-color: #997600;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #cc9e00;
}
.jw-strip--image-content-color-dark .jw-icon-image__inner {
    background-color: #997600;
}
.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: #997600;
}
.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: 1130px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-strip--image-content-color-dark a {
    color: #997600;
    text-decoration: underline;
}
.jw-strip--image-content-color-dark a:hover {
    color: #cc9e00;
    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: 0.4em;
}
.jw-strip--image-content-color-dark span[style*="color"] a {
    color: inherit;
}
.jw-strip--image-content-color-dark button {
    line-height: 1.8;
}
.jw-strip--image-content-color-dark .jw-text-small {
    font-size: 1.05rem;
}
.jw-strip--image-content-color-dark .jw-accent-text-color {
    color: #997600;
}
.jw-strip--image-content-color-dark .jw-accent-background {
    color: #ffeeb3;
    background-color: #997600;
}
.jw-strip--image-content-color-dark .jw-accent-background a {
    color: #ffeeb3;
}
.jw-strip--image-content-color-dark .jw-accent-border-link-color {
    border-color: #997600;
}
.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.25;
    color: #404040;
    font-family: "Montserrat", "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.134;
    }
}
@media (max-width: 1130px) {
    .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.197;
    }
}
.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 {
    text-decoration: underline;
    color: #997600;
}
.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 {
    color: #cc9e00;
}
.jw-strip--image-content-color-dark .product-page .product__price__price {
    color: #404040;
}
.jw-strip--image-content-color-dark .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-strip--image-content-color-dark .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark h1,
.jw-strip--image-content-color-dark .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h1,
    .jw-strip--image-content-color-dark .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark h2,
.jw-strip--image-content-color-dark .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h2,
    .jw-strip--image-content-color-dark .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark h3,
.jw-strip--image-content-color-dark .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h3,
    .jw-strip--image-content-color-dark .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-dark h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-dark h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.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.8;
    font-size: 1.5rem;
    color: #fff;
}
.jw-strip--image-content-color-light + :is(.jw-strip--image-content-color-light) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
:root .jw-strip--image-content-color-light {
    --w-color: #fff;
    --w-accent-color: #ffc500;
    --w-border-color: rgba(255, 255, 255, 0.3);
    --w-link-color: #cc9e00;
    --w-background-color: black;
}
:root .jw-strip--image-content-color-light {
    --jw-swatch--paragraph-link-color: #cc9e00;
    --jw-swatch--paragraph-link-color--button-text-on: #fff;
    --jw-swatch--paragraph-link-color--button-hover: #ffc500;
    --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-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: #141000;
    border-color: #cc9e00;
    color: #ffcb1a;
}
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: #ffcb1a;
}
.jw-strip--image-content-color-light .jw-steps__step--selected {
    background-color: #cc9e00;
    border-color: #cc9e00;
    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: #cc9e00;
    box-shadow: 0 0 0 1px #cc9e00;
}
.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: #d9534f;
}
.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(255, 255, 255, 0.5);
    color: #fff;
    background-color: black;
    box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.jw-strip--image-content-color-light .jw-element-form-input-text:hover {
    border-color: #fff;
}
.jw-strip--image-content-color-light .jw-element-form-input-text:focus {
    border-color: #cc9e00;
    box-shadow: 0 0 0 2px #664f00, 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 #cc9e00;
    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: #cc9e00;
    min-width: 2.4em;
    border-radius: 1000px;
}
.jw-strip--image-content-color-light .jw-pagination__page:hover {
    background: rgba(204, 158, 0, 0.15);
    color: #cc9e00;
}
.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 #cc9e00;
    background: transparent;
    color: #cc9e00;
}
.jw-strip--image-content-color-light .product-sticker {
    color: #fff;
    background: #cc9e00;
}
.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("../../../../../assets/img/content-empty-light.png");
}
.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: #cc9e00;
}
.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: #cc9e00;
    --plyr-audio-controls-background: #262626;
    --plyr-audio-control-color: #fff;
    --plyr-audio-control-background-hover: #cc9e00;
    --plyr-audio-control-color-hover: #fff;
    --plyr-audio-progress-buffered-background: rgba(255, 255, 255, 0.3);
    --plyr-control-radius: 0.2em;
}
.jw-strip--image-content-color-light .jw-element-audio .plyr--audio .plyr__controls {
    border-radius: 0.2em;
    border-color: #525252;
}
.jw-strip--image-content-color-light .jw-element-video {
    --plyr-color-main: #cc9e00;
    --plyr-video-control-background-hover: #cc9e00;
    --plyr-video-control-color-hover: #fff;
}
.jw-strip--image-content-color-light .jw-element-video--presentation-mode {
    --jw-placeholder-play-button-color: #ffc500;
}
.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: #cc9e00;
    border-color: #cc9e00;
}
.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: #cc9e00;
    color: #fff;
}
.jw-strip--image-content-color-light .jw-element-social-follow__default-color-getter {
    color: #cc9e00;
}
.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 #cc9e00;
    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: #cc9e00;
}
.jw-strip--image-content-color-light .jw-element-accordion--style-box .jw-strip--image-content-color-light .jw-element-accordion__heading {
    background-color: #cc9e00;
    color: #fff;
    border-color: #997600;
}
.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: #997600;
}
.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: #cc9e00;
    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: #cc9e00;
    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: 3px;
}
.jw-strip--image-content-color-light .product__free-shipping-motivator {
    color: #cc9e00;
}
.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--style-bordered .product-gallery__expand-container button,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__expand-container button,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__expand-container select,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__expand-container select {
    height: 36px;
    box-sizing: border-box;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -51px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -51px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-options .product-gallery__expand-container {
    height: 36px;
    margin-top: -36px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover {
    margin-bottom: -97px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:hover .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within {
    margin-bottom: -97px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__content:focus-within .product-gallery__expand-container {
    margin-top: 15px;
}
.jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container,
.jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item--has-button.product-gallery__item--has-options .product-gallery__expand-container {
    height: 82px;
    margin-top: -82px;
}
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__content:hover,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__content:hover {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__content:focus-within,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__content:focus-within {
    margin-bottom: 0;
}
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-bordered .product-gallery__item .product-gallery__expand-container,
.jw-is-touch-device .jw-strip--image-content-color-light .product-gallery--style-clean .product-gallery__item .product-gallery__expand-container {
    height: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
}
.jw-strip--image-content-color-light .product-gallery-filter__button {
    color: #cc9e00;
}
.jw-strip--image-content-color-light .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-strip--image-content-color-light .jw-icon-image__inner {
    background-color: #cc9e00;
}
.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: #cc9e00;
}
.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: 1130px) {
    .jw-strip--image-content-color-light {
        line-height: 1.71;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light {
        line-height: 1.62;
        font-size: 1.37rem;
    }
}
.jw-strip--image-content-color-light a {
    color: #cc9e00;
    text-decoration: none;
}
.jw-strip--image-content-color-light a:hover {
    color: #ffc500;
    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: 0.4em;
}
.jw-strip--image-content-color-light span[style*="color"] a {
    color: inherit;
}
.jw-strip--image-content-color-light button {
    line-height: 1.8;
}
.jw-strip--image-content-color-light .jw-text-small {
    font-size: 1.05rem;
}
.jw-strip--image-content-color-light .jw-accent-text-color {
    color: #cc9e00;
}
.jw-strip--image-content-color-light .jw-accent-background {
    color: #fff9e6;
    background-color: #cc9e00;
}
.jw-strip--image-content-color-light .jw-accent-background a {
    color: #fff9e6;
}
.jw-strip--image-content-color-light .jw-accent-border-link-color {
    border-color: #cc9e00;
}
.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.25;
    color: #fff;
    font-family: "Montserrat", "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.134;
    }
}
@media (max-width: 1130px) {
    .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.197;
    }
}
.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 {
    text-decoration: underline;
    color: #cc9e00;
}
.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 {
    color: #ffc500;
}
.jw-strip--image-content-color-light .product-page .product__price__price {
    color: #fff;
}
.jw-strip--image-content-color-light .jw-heading-200 {
    font-size: 6rem;
    margin-top: 3.3rem;
    margin-bottom: 1.2rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 4.5rem;
        margin-top: 2.85rem;
        margin-bottom: 1.05rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-200 {
        font-size: 3.75rem;
        margin-top: 2.625rem;
        margin-bottom: 0.975rem;
    }
}
.jw-strip--image-content-color-light .jw-heading-150 {
    font-size: 4.5rem;
    margin-top: 2.85rem;
    margin-bottom: 1.05rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 3.5rem;
        margin-top: 2.55rem;
        margin-bottom: 0.95rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-150 {
        font-size: 3rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light .jw-heading-130 {
    font-size: 3.9rem;
    margin-top: 2.67rem;
    margin-bottom: 0.99rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 3.1rem;
        margin-top: 2.43rem;
        margin-bottom: 0.91rem;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-130 {
        font-size: 2.7rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light .jw-heading-120 {
    font-size: 3.6rem;
    margin-top: 2.58rem;
    margin-bottom: 0.96rem;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 2.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light .jw-heading-120 {
        font-size: 2.55rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light h1,
.jw-strip--image-content-color-light .jw-heading-100 {
    font-size: 3rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.5rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light h1,
    .jw-strip--image-content-color-light .jw-heading-100 {
        font-size: 2.25rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light h2,
.jw-strip--image-content-color-light .jw-heading-85 {
    font-size: 2.55rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.2rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light h2,
    .jw-strip--image-content-color-light .jw-heading-85 {
        font-size: 2.02rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light h3,
.jw-strip--image-content-color-light .jw-heading-70 {
    font-size: 2.1rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 1.9rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light h3,
    .jw-strip--image-content-color-light .jw-heading-70 {
        font-size: 1.8rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
.jw-strip--image-content-color-light h4 {
    font-size: 1.44rem;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}
@media (max-width: 1130px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.46rem;
        margin-top: 0.8em;
        margin-bottom: 0.3em;
    }
}
@media (max-width: 768px) {
    .jw-strip--image-content-color-light h4 {
        font-size: 1.47rem;
        margin-top: 0.8em;
        margin-bottom: 0.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);
}
.jw-is-no-sidebar.jw-is-segment-post .block-content {
    --simple-brick-max-width: 930px;
}
.jw-is-website-spanner .header-wrap {
    top: 40px;
    transition: padding 200ms ease, background 200ms ease;
}
.header-wrap {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: background 200ms ease;
}
.header-wrap__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 40px;
    max-width: var(--simple-brick-max-width);
    transition: padding 200ms ease, background 200ms ease, top 200ms ease;
    margin-left: auto;
    margin-right: auto;
}
.jw-is-slideshow .header-wrap__inner {
    background: transparent;
    padding: 25px 40px 0;
}
.jw-is-header-affix .header-wrap {
    background: #737373;
}
.jw-is-header-affix .header-wrap__inner {
    padding: 10px 40px;
}
.jw-is-editor .header-wrap,
.jw-is-presentation .header-wrap {
    position: absolute;
}
.jw-is-website-spanner .header-wrap {
    top: 40px;
}
.jw-menu-is-mobile .header-wrap {
    position: static;
}
.jw-is-no-slideshow .header-wrap {
    background: #737373;
    position: sticky;
}
.jw-is-no-slideshow.jw-is-editor .header-wrap {
    position: relative;
    z-index: auto;
}
.jw-is-no-slideshow.jw-is-website-spanner .header-wrap {
    top: 0;
}
.jw-is-no-slideshow.jw-menu-is-mobile .header-wrap {
    position: static;
}
.jw-is-no-slideshow.jw-menu-is-mobile .main-content {
    margin-top: 60px;
}
.jw-header-text,
.jw-mobile-header {
    padding: 7px 0;
    line-height: 1;
}
.jw-mobile-text,
.jw-header-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    transition: 150ms ease;
}
.jw-header-title {
    color: #fff;
}
a.jw-header-title:hover {
    color: #e3e3e3;
}
a.jw-header-title:active {
    color: #d5d5d5;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-header-title,
.jw-is-slideshow.jw-is-editor .jw-header-title {
    color: #ffffff;
}
.menu {
    display: flex;
    margin-left: auto;
    min-height: 40px;
    max-width: 100%;
}
.jw-is-menu-multiline .header-wrap__inner {
    flex-direction: column;
    align-items: flex-start;
}
.jw-is-menu-multiline .menu {
    margin-top: 10px;
    margin-left: -22px;
}
.jw-is-menu-multiline .jw-menu-item:first-child.jw-menu-is-active {
    margin-left: 22px;
}
.jw-is-menu-multiline .menu {
    width: 100%;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu > .jw-menu-item,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu > .jw-menu-item {
    background: transparent;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-link,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-link {
    color: #ffffff;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-link:hover,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-link:hover {
    color: #ffffff;
    background: transparent;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-link--icon [class^="website-rendering-icon-"]:before,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-link--icon [class^="website-rendering-icon-"]:before {
    transform: scale(1.25);
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-link--icon > span:last-child,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-link--icon > span:last-child {
    margin-left: 0.5em;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-item > .jw-menu-link:hover,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-item > .jw-menu-link:hover,
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-is-hover > .jw-menu-link,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-is-hover > .jw-menu-link {
    color: #ffffff;
    background: transparent;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-submenu,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-submenu {
    background: #737373;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-submenu .jw-menu-link,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-submenu .jw-menu-link {
    color: #fff;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-submenu .jw-menu-item > .jw-menu-link:hover,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-submenu .jw-menu-item > .jw-menu-link:hover,
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-submenu .jw-menu-is-hover > .jw-menu-link,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-submenu .jw-menu-is-hover > .jw-menu-link {
    background: #808080;
    color: #fff;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-icon-badge-wrapper,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-icon-badge-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1em;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-icon-badge,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-icon-badge {
    background: #ffc500;
    color: #000;
    display: block;
    border-radius: 50%;
    font-size: 0.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-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-icon-badge,
.mobile-bar--accent .jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-icon-badge {
    background: #b38a00;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu-cta .jw-btn,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu-cta .jw-btn {
    --jw-comp--button--primary-color: #cc9e00;
    --jw-comp--button--on-primary-color: #fff;
    --jw-comp--button--primary-color-hover: #ffc500;
}
.jw-is-slideshow:not(.jw-is-header-affix) .jw-menu-copy .jw-menu > .jw-menu-item > .jw-menu-link:active,
.jw-is-slideshow.jw-is-editor .jw-menu-copy .jw-menu > .jw-menu-item > .jw-menu-link:active {
    background-color: rgba(255, 255, 255, 0.1);
}
.jw-menu > .jw-menu-item > .jw-menu-link {
    border: 2px solid transparent;
    border-radius: 2px;
}
.jw-menu .jw-menu-link,
.jw-menu .jw-submenu .jw-menu-link {
    line-height: 1;
}
.jw-menu-copy .jw-menu > .jw-menu-item {
    margin-left: 10px;
}
.jw-menu-copy .jw-menu > .jw-menu-item > .jw-menu-link:focus,
.jw-menu-copy .jw-menu > .jw-menu-item > .jw-menu-link:hover,
.jw-menu-copy .jw-menu > .jw-menu-item.jw-menu-is-hover > .jw-menu-link,
.jw-menu-copy .jw-menu > .jw-menu-item.jw-menu-is-active > .jw-menu-link {
    border-color: currentColor;
}
.jw-menu-copy .jw-menu > .jw-menu-item > .jw-menu-link:active {
    background-color: rgba(255, 255, 255, 0.1);
}
.jw-menu-copy .jw-menu > .jw-menu-item > .jw-submenu {
    margin-top: 10px;
}
.jw-menu-copy .jw-menu .jw-submenu {
    min-width: 100%;
}
.jw-menu-copy .jw-menu .jw-submenu > .jw-menu-item .jw-menu-link {
    min-width: 100%;
    font-size: 14px;
    transition: 150ms ease;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-header {
    background: transparent;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-text {
    color: #ffffff;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-text:hover {
    color: #ffffff;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-menu__button {
    background: transparent;
    color: #ffffff;
    outline: 0;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-menu__button:hover {
    background: transparent;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-menu__button:active,
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-menu__button:focus {
    background: transparent;
}
.jw-menu-is-mobile.jw-is-slideshow.jw-menu-is-collapsed .jw-mobile-menu__button--dummy {
    background: transparent;
}
.jw-menu-clone {
    background: #737373;
    padding: 60px 20px 20px;
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.jw-menu-clone .jw-menu .jw-arrow {
    border-radius: 1px;
}
.jw-menu-clone .jw-menu-item.jw-menu-is-active > .jw-menu-link {
    border-color: currentColor;
    background: none;
}
.jw-mobile-menu {
    position: absolute;
    height: 60px;
    padding: 10px;
    background: #737373;
}
.jw-is-slideshow .jw-mobile-menu {
    background: transparent;
}
.main-content {
    background-color: #ffffff;
}
h1,
h2 {
    font-family: "Montserrat", "sans-serif";
}
.jw-element-ads {
    text-align: center;
}
.main-content .block-sidebar {
    align-items: flex-start;
}
.jw-section-sidebar {
    --strip-content-padding-block--primary: 0;
    background: none;
    border-top: 3px solid #e6e6e6;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .jw-section-sidebar {
        border-top: none;
        border-left: 3px solid #e6e6e6;
    }
}
.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;
}
.wrapper {
    min-height: 0;
}
.block-footer {
    background: #f3f3f3;
}
.jw-slideshow .bx-controls-direction {
    position: absolute;
    top: 50%;
    width: 100%;
}
.jw-slideshow-slide-content {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 40px;
}
.jw-slideshow .bx-controls-direction {
    margin-top: 10px;
}
.jw-header-logo {
    min-height: 40px;
}
@keyframes load-hero {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    30% {
        opacity: 0;
        transform: scale(0.85);
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}
.jw-slideshow:not(.is-editing) .bx-caption-wrapper {
    animation: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) load-hero;
}
.banner-lg .jw-slideshow-title {
    font-size: 10.5rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 8.4rem;
    }
}
@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 7.35rem;
    }
}
@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(5.25rem, 1.9em);
    }
}
@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(4.2rem, 1.7em);
    }
}
@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(3.675rem, 1.5em);
    }
}
.banner-lg .jw-slideshow-sub-title,
.banner-lg .jw-slideshow-btn.jw-btn--size-default {
    font-size: 3rem;
    line-height: 1.2em;
}
@media screen and (max-width: 750px) {
    .banner-lg .jw-slideshow-sub-title,
    .banner-lg .jw-slideshow-btn.jw-btn--size-default {
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 500px) {
    .banner-lg .jw-slideshow-sub-title,
    .banner-lg .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.5rem;
    }
}
.banner-sm .jw-slideshow-title {
    font-size: 5.6rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .banner-sm .jw-slideshow-title {
        font-size: 4.48rem;
    }
}
@media (width < 750px) {
    .banner-sm .jw-slideshow-title {
        font-size: 3.92rem;
    }
}
@media (width < 620px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(2.8rem, 1.9em);
    }
}
@media (width < 540px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(2.24rem, 1.7em);
    }
}
@media (width < 420px) {
    .banner-sm .jw-slideshow-title {
        font-size: max(1.96rem, 1.5em);
    }
}
.jw-menu-is-mobile .header-wrap__inner {
    display: none;
}
.jw-slideshow-sub-title .jw-slideshow-btn.jw-btn--size-default {
    font-weight: bold;
}
.banner-lg .jw-slideshow-title {
    font-size: 7.7rem;
    line-height: 120% !important;
}
@media (width < 960px) {
    .banner-lg .jw-slideshow-title {
        font-size: 6.16rem;
    }
}
@media (width < 750px) {
    .banner-lg .jw-slideshow-title {
        font-size: 5.39rem;
    }
}
@media (width < 620px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(3.85rem, 1.9em);
    }
}
@media (width < 540px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(3.08rem, 1.7em);
    }
}
@media (width < 420px) {
    .banner-lg .jw-slideshow-title {
        font-size: max(2.695rem, 1.5em);
    }
}
.banner-lg .jw-slideshow-sub-title,
.banner-lg .jw-slideshow-btn.jw-btn--size-default {
    font-size: 3rem;
    line-height: 1.2em;
}
@media screen and (max-width: 750px) {
    .banner-lg .jw-slideshow-sub-title,
    .banner-lg .jw-slideshow-btn.jw-btn--size-default {
        font-size: 2.1rem;
    }
}
@media screen and (max-width: 500px) {
    .banner-lg .jw-slideshow-sub-title,
    .banner-lg .jw-slideshow-btn.jw-btn--size-default {
        font-size: 1.5rem;
    }
}
#jw-variable-loaded {
    color: #fc0;
}
.jw-variable-value-paragraph-color {
    color: #737373;
}
.jw-variable-value-paragraph-link-color {
    color: #cc9e00;
}
.jw-variable-value-heading-color {
    color: #4d4d4d;
}
.jw-variable-value-heading-link-color {
    color: #cc9e00;
}
.jw-variable-value-menu-text-color {
    color: #fff;
}
.jw-variable-value-menu-text-link-color {
    color: #fff;
}
.jw-variable-value-footer-text-color {
    color: #737373;
}
.jw-variable-value-footer-text-link-color {
    color: #cc9e00;
}
@media (min-width: 960px) {
    :root {
        --simple-brick-max-width: 1070px;
    }
    .jw-is-sidebar .block-content {
        --simple-brick-max-width: 697px;
    }
    .block-sidebar {
        --simple-brick-max-width: 313px;
    }
    .simple-brick-max-width-sidebar {
        --simple-brick-max-width: 313px;
    }
    .block-footer {
        --simple-brick-max-width: 1070px;
    }
    .jw-strip--narrow {
        --simple-brick-max-width: 535px;
    }
    .jw-strip--default {
        --simple-brick-max-width: 1070px;
    }
    .jw-strip--wide {
        --simple-brick-max-width: 1391px;
    }
}
/* compiled in: 0.354s */
