@charset "UTF-8";
@charset "UTF-8";
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

@keyframes woobt-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woobt-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woobt-wrap {
display: block;
clear: both;
width: 100%;
}
.woobt-wrap.woobt-loading {
position: relative;
}
.woobt-wrap.woobt-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.woobt-wrap.woobt-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: woobt-spinner 1s linear infinite;
-webkit-animation: woobt-spinner 1s linear infinite;
}
.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
display: none;
}
.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
margin-left: 10px;
}
.woobt-images {
display: flex;
align-items: center;
margin-bottom: 15px;
overflow-x: auto;
}
.woobt-images .woobt-image {
width: 100px;
flex: 0 0 100px;
margin-right: 20px;
display: block;
position: relative;
}
.woobt-images .woobt-image:not(.woobt-image-this):before {
content: "+";
position: absolute;
top: 50%;
left: -10px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-images .woobt-image:last-child {
margin-right: 0;
}
.woobt-images .woobt-image.woobt-image-hide {
opacity: 0.3;
}
.woobt-images .woobt-image.woobt-image-hide img {
filter: grayscale(100%);
}
.woobt-images .woobt-image img {
width: 100%;
height: auto;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
margin: 0 0 15px 0;
}
.woobt-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woobt-products .woobt-product {
padding: 10px 0;
margin: 0;
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-products .woobt-product.woobt-hide-this {
display: none !important;
}
.woobt-products .woobt-product > div {
padding: 0 5px;
background-color: transparent;
}
.woobt-products .woobt-product .woobt-thumb {
width: 50px;
flex: 0 0 50px;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woobt-products .woobt-product .woobt-price {
width: 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: end;
}
.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
display: none;
}
.woobt-products .woobt-product .woobt-price del {
opacity: 0.5;
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price del span {
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price ins {
font-weight: normal;
}
.woobt-products .woobt-product .woobt-price .amount {
display: inline-block;
}
.woobt-products .woobt-product .woobt-title {
flex-grow: 1;
}
.woobt-products .woobt-product .woobt-title a {
text-decoration: none;
box-shadow: none;
}
.woobt-products .woobt-product .variations_form {
margin: 0;
padding: 0;
}
.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woobt-products .woobt-product .woobt-quantity {
text-align: right;
width: 130px;
flex: 0 0 130px;
}
.woobt-products .woobt-product .woobt-quantity .quantity {
float: none !important;
margin: 0 0 0 0 !important;
}
.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
opacity: 0.5;
pointer-events: none;
}
.woobt-checkbox:disabled {
cursor: not-allowed;
}
.woobt-products .woobt-product .variations_form .variations {
display: block;
width: 100%;
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
}
.woobt-products .woobt-product .variations_form .variations .variation > div {
display: block;
}
.woobt-products .woobt-product .variations_form .variations .reset {
display: inline-block;
}
.woobt-products .woobt-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value {
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value select {
width: 100%;
line-height: 1;
padding: 0 16px 0 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: auto;
background-position: 100% 50%;
}
.woobt-products .woobt-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woobt-products .woobt-product .woobt-title .stock {
font-size: 14px;
margin: 0 !important;
}
.woobt-products .woobt-product .woobt-title .stock.in-stock {
color: green;
}
.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
color: orange;
}
.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
color: red;
}
.woobt-products .woobt-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
margin: 0 !important;
}
.woobt-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.woobt-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
} .woobt-additional, .woobt-total, .woobt-alert {
display: none;
}
.woobt-actions form.cart {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woobt-quantity-input {
display: flex;
align-items: center;
}
.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
display: none !important;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
width: 40px;
flex: 0 0 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woobt-choose label {
position: absolute;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.woobt-choose .checkmark {
display: none;
}
.woobt-count {
margin-left: 5px;
}
.woobt-count:before {
content: "(";
}
.woobt-count:after {
content: ")";
}
.woobt-qty {
width: 60px;
text-align: center;
}
.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
}
.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
padding: 0 10px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
outline: none;
outline-color: transparent;
}
.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
.woobt-wrap-responsive .woobt-products .woobt-product {
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product > div {
padding: 5px 0 !important;
width: auto !important;
flex-basis: 0 !important;
max-width: 100% !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
text-align: center;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
width: 80px;
display: block;
margin: 0 auto;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
width: auto;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
max-width: 100%;
margin-right: 0 !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
text-align-last: center;
}
} .woobt-products[class*=woobt-products-layout-grid] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-grid-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-grid-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-grid-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(100% - 20px);
}
} .woobt-products[class*=woobt-products-layout-carousel] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
width: calc(33% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
display: none;
}
.woobt-products[class*=woobt-products-layout-carousel] {
display: none !important;
}
.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
display: flex !important;
}
.woobt-carousel .slick-dots {
display: block;
width: 100%;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woobt-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woobt-carousel .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
overflow: hidden;
}
.woobt-carousel .slick-dots li.slick-active button {
background-color: rgb(0, 0, 0);
}
.woobt-carousel .slick-arrow {
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: #fff;
border-radius: 0;
border: 1px solid #ddd;
z-index: 8;
opacity: 0;
visibility: hidden;
}
.woobt-carousel:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.woobt-carousel .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
.woobt-carousel .slick-arrow:before {
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woobt-carousel .slick-arrow:focus {
outline: none;
}
.woobt-carousel .slick-arrow.slick-prev {
left: 10px;
}
.woobt-carousel .slick-arrow.slick-prev:before {
content: "‹";
}
.woobt-carousel .slick-arrow.slick-next {
right: 10px;
}
.woobt-carousel .slick-arrow.slick-next:before {
content: "›";
} .woobt-wrap.woobt-layout-compact .woobt-inner {
display: flex;
align-items: center;
flex-wrap: nowrap;
margin: 0 0 15px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
margin: 0 0 10px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
display: none !important;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
display: flex;
flex-wrap: nowrap;
max-width: 100%;
overflow-x: auto;
margin: 0 10px 0 -10px;
border: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
min-width: 100px;
max-width: 200px;
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
content: "+";
position: absolute;
top: 50%;
right: -20px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "";
display: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
width: 100%;
flex: 0 0 auto;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
position: absolute;
width: auto;
top: 10px;
right: 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
margin: 0 -10px 0 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
display: none;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "+";
display: block;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
white-space: nowrap;
margin: 0 !important;
}.wc-block-components-product-button .wp-block-button__link.add_to_cart_button,.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce #review_form #respond input#submit,.woocommerce .actions>button[type=submit],.woocommerce .button,.woocommerce .button.button-secondary.more-details,.woocommerce .button.woocommerce-form-login__submit,.woocommerce .checkout.wc-forward,.woocommerce .checkout_coupon button.button,.woocommerce .return-to-shop>.button,.woocommerce .woocommerce .price_slider_amount button.button,.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),.woocommerce a.add_to_cart_button,.woocommerce a.added_to_cart,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce a.button.checkout-button,.woocommerce a.product_type_external,.woocommerce a.product_type_grouped,.woocommerce a.product_type_variable,.woocommerce button#place_order,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce button.button.alt.single_add_to_cart_button,.woocommerce button.button.alt.single_add_to_cart_button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button,.woocommerce input.button.alt,.woocommerce ul[id^=nv-primary-navigation] .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),ul[id^=nv-primary-navigation] .nv-nav-cart a.button.checkout.wc-forward,ul[id^=nv-primary-navigation] .nv-nav-cart a.button.wc-forward:not(.checkout){font-size:.8em;font-weight:600;padding:8px 12px;transition:all .15s ease-in-out;text-align:center;vertical-align:middle;border:1px solid transparent;border-radius:3px;text-transform:uppercase;cursor:pointer;line-height:normal;font-family:inherit}.wc-block-components-product-button .wp-block-button__link.add_to_cart_button:hover,.woocommerce #respond input#submit:hover,.woocommerce #review_form #respond input#submit:hover,.woocommerce .actions>button:hover[type=submit],.woocommerce .button.button-secondary.more-details:hover,.woocommerce .button:hover,.woocommerce .checkout.wc-forward:hover,.woocommerce .checkout_coupon button.button:hover,.woocommerce .woocommerce .price_slider_amount button.button:hover,.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover:not(.checkout),.woocommerce a.add_to_cart_button:hover,.woocommerce a.added_to_cart:hover,.woocommerce a.button.checkout-button:hover,.woocommerce a.product_type_external:hover,.woocommerce a.product_type_grouped:hover,.woocommerce a.product_type_variable:hover,.woocommerce button#place_order:hover,.woocommerce button.button.alt.single_add_to_cart_button:hover,.woocommerce button.button:hover:disabled,.woocommerce ul[id^=nv-primary-navigation] .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover:not(.checkout),ul[id^=nv-primary-navigation] .nv-nav-cart a.button.checkout.wc-forward:hover,ul[id^=nv-primary-navigation] .nv-nav-cart a.button.wc-forward:hover:not(.checkout){text-decoration:none;opacity:.9}.woocommerce #review_form #respond input#submit,.woocommerce .button.button-secondary.more-details,.woocommerce .checkout_coupon button.button,.woocommerce .woocommerce .price_slider_amount button.button,.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),.woocommerce a.added_to_cart,.woocommerce button.button,.woocommerce ul[id^=nv-primary-navigation] .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),.woocommerce-cart table.cart td.actions .coupon>.input-text+.button,ul[id^=nv-primary-navigation] .nv-nav-cart a.button.wc-forward:not(.checkout){border:1px solid #676767;background-color:transparent;font-weight:600;color:#676767}.woocommerce #review_form #respond input#submit:hover,.woocommerce .button.button-secondary.more-details:hover,.woocommerce .woocommerce .price_slider_amount button.button:hover,.woocommerce .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover:not(.checkout),.woocommerce a.added_to_cart:hover,.woocommerce button.button:hover,.woocommerce ul[id^=nv-primary-navigation] .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover:not(.checkout),.woocommerce-cart table.cart td.actions .coupon>.input-text+.button:hover,ul[id^=nv-primary-navigation] .nv-nav-cart a.button.wc-forward:hover:not(.checkout){background:0 0}.wc-block-components-product-button .wp-block-button__link.add_to_cart_button,.woocommerce .actions>button[type=submit],.woocommerce .button.woocommerce-form-login__submit,.woocommerce .checkout.wc-forward,.woocommerce .return-to-shop>.button,.woocommerce a.add_to_cart_button,.woocommerce a.button.alt,.woocommerce a.button.button-primary,.woocommerce a.button.checkout-button,.woocommerce a.product_type_external,.woocommerce a.product_type_grouped,.woocommerce a.product_type_variable,.woocommerce button#place_order,.woocommerce button.button.alt,.woocommerce button.button.alt.single_add_to_cart_button,.woocommerce button.button.alt.single_add_to_cart_button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],ul[id^=nv-primary-navigation] .nv-nav-cart a.button.checkout.wc-forward{background-color:#0366d6;color:#fff}.wc-block-components-product-button .wp-block-button__link.add_to_cart_button:hover,.woocommerce .actions>button:hover[type=submit],.woocommerce .button.woocommerce-form-login__submit:hover,.woocommerce .checkout.wc-forward:hover,.woocommerce .return-to-shop>.button:hover,.woocommerce a.add_to_cart_button:hover,.woocommerce a.button.alt:hover,.woocommerce a.button.button-primary:hover,.woocommerce a.button.checkout-button:hover,.woocommerce a.product_type_external:hover,.woocommerce a.product_type_grouped:hover,.woocommerce a.product_type_variable:hover,.woocommerce button#place_order:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover:disabled,ul[id^=nv-primary-navigation] .nv-nav-cart a.button.checkout.wc-forward:hover{text-decoration:none;background-color:#0366d6;color:#fff;opacity:.9}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{max-width:inherit}.woocommerce span.onsale{background-color:var(--nv-c-1);border-radius:0;line-height:inherit;min-height:auto;left:0;top:0;font-weight:500}.woocommerce ul.products li.product .onsale{top:0;left:0;right:auto;margin:0}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:0 0;color:var(--nv-text-color)}.woocommerce nav.woocommerce-pagination ul{display:flex;flex-wrap:wrap;padding-left:0;list-style-type:none;border:none;margin:0}.woocommerce nav.woocommerce-pagination ul>li:not(:last-child){padding-right:10px}.woocommerce nav.woocommerce-pagination ul>li:not(:first-child){padding-left:10px}.woocommerce nav.woocommerce-pagination ul li{border:none}.woocommerce .star-rating{color:#ffb100}.woocommerce-notices-wrapper>div{display:flex;align-items:center;flex-direction:column-reverse;justify-content:flex-end;text-align:center;padding:15px}.woocommerce-notices-wrapper>div:before{display:none}.woocommerce-notices-wrapper>div .button{margin-top:10px;width:100%;margin-left:auto;align-self:center;white-space:nowrap}.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-error{background:var(--nv-c-2);border:none;font-size:.85em;color:#fff}.woocommerce .woocommerce-error:before,.woocommerce-page .woocommerce-error:before{color:#fff}.woocommerce .woocommerce-error>a,.woocommerce-page .woocommerce-error>a{color:#fff;font-weight:800}.woocommerce .woocommerce-error>a.button.wc-forward,.woocommerce-page .woocommerce-error>a.button.wc-forward{padding:8px 12px}.woocommerce .woocommerce-error>a.button,.woocommerce .woocommerce-error>a.button:active,.woocommerce .woocommerce-error>a.button:focus,.woocommerce .woocommerce-error>a.button:hover,.woocommerce-page .woocommerce-error>a.button,.woocommerce-page .woocommerce-error>a.button:active,.woocommerce-page .woocommerce-error>a.button:focus,.woocommerce-page .woocommerce-error>a.button:hover{background-color:#fff;color:var(--nv-c-2);line-height:1}.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info{background:#f0f0f0;border:none;font-size:.85em}.woocommerce .woocommerce-info>a,.woocommerce-page .woocommerce-info>a{color:var(--nv-text-color)}.woocommerce .woocommerce-info:before,.woocommerce-page .woocommerce-info:before{color:var(--nv-text-color)}.woocommerce .woocommerce-info>a.button.wc-forward,.woocommerce-page .woocommerce-info>a.button.wc-forward{padding:8px 12px}.woocommerce .woocommerce-info>a.button,.woocommerce .woocommerce-info>a.button:active,.woocommerce .woocommerce-info>a.button:focus,.woocommerce .woocommerce-info>a.button:hover,.woocommerce-page .woocommerce-info>a.button,.woocommerce-page .woocommerce-info>a.button:active,.woocommerce-page .woocommerce-info>a.button:focus,.woocommerce-page .woocommerce-info>a.button:hover{background-color:var(--nv-text-color);color:#f0f0f0;line-height:1}.woocommerce .woocommerce-message,.woocommerce-page .woocommerce-message{background:var(--nv-c-1);border:none;font-size:.85em;color:#fff}.woocommerce .woocommerce-message:before,.woocommerce-page .woocommerce-message:before{color:#fff}.woocommerce .woocommerce-message>a,.woocommerce-page .woocommerce-message>a{color:#fff;font-weight:800}.woocommerce .woocommerce-message>a.button.wc-forward,.woocommerce-page .woocommerce-message>a.button.wc-forward{padding:8px 12px}.woocommerce .woocommerce-message>a.button,.woocommerce .woocommerce-message>a.button:active,.woocommerce .woocommerce-message>a.button:focus,.woocommerce .woocommerce-message>a.button:hover,.woocommerce-page .woocommerce-message>a.button,.woocommerce-page .woocommerce-message>a.button:active,.woocommerce-page .woocommerce-message>a.button:focus,.woocommerce-page .woocommerce-message>a.button:hover{background-color:#fff;color:var(--nv-c-1);line-height:1}.woocommerce ul.woocommerce-error{padding-left:3.5em}.woocommerce ul.woocommerce-error li{margin:0}.nv-content-wrap ul.wc-block-grid__products{list-style-type:none;padding-left:0}.orderby{color:var(--nv-text-color);opacity:.8}.orderby option{background:var(--nv-site-bg)}.nv-woo-filters .nv-sidebar-toggle{color:var(--nv-text-color)}.nv-shop{margin:20px 0}.nv-woo-filters{display:flex;flex-direction:row;align-items:center;margin:10px 0 20px;justify-content:space-between}.nv-woo-filters .woocommerce-ordering{margin:0}.nv-woo-filters .nv-sidebar-toggle+.woocommerce-ordering select{max-width:155px;padding:2px 0}.woocommerce ul.products li.product a:not(.nv-quick-view-product){color:var(--nv-text-color)}.woocommerce ul.products li.product a:not(.nv-quick-view-product):hover h2{color:var(--nv-text-color);text-decoration:underline}.woocommerce ul.products li.product mark{color:var(--nv-text-color)}.woocommerce.single .nv-woo-filters{display:none}.woocommerce.single #tab-description ul,.woocommerce.single .entry-summary ul{list-style-type:circle}.woocommerce.single #tab-description ol,.woocommerce.single #tab-description ul,.woocommerce.single .entry-summary ol,.woocommerce.single .entry-summary ul{padding-left:20px;margin-bottom:20px}.woocommerce.single #tab-description ol li,.woocommerce.single #tab-description ul li,.woocommerce.single .entry-summary ol li,.woocommerce.single .entry-summary ul li{margin-bottom:10px}.woocommerce.single .quantity input{padding-right:4px!important;padding-left:4px!important;box-sizing:border-box;line-height:normal}.woocommerce.single .woocommerce-variation-add-to-cart{display:flex;align-items:center;flex-wrap:wrap}.woocommerce.single .entry-summary>form.cart{display:flex;align-items:center;flex-wrap:wrap}.woocommerce.single .entry-summary>form.cart>a,.woocommerce.single .entry-summary>form.cart>button{align-self:center}.woocommerce.single .entry-summary>form.cart .single_variation_wrap{width:100%}.woocommerce.single .entry-summary>form.cart .wc-forward{margin-left:4px;flex-basis:50%}.woocommerce.single .entry-summary>form.cart.variations_form{flex-direction:column}.woocommerce.single .entry-summary>form.cart.grouped_form{flex-wrap:wrap}.woocommerce.single .entry-summary>form.cart .group_table td{vertical-align:middle}.woocommerce.single .entry-summary>form.cart .group_table td label{margin-bottom:0}.woocommerce.single .entry-summary>form.cart .woocommerce-variation-add-to-cart{display:flex;align-items:center}.woocommerce.single .entry-summary>form.cart .woocommerce-grouped-product-list{width:100%}.single_add_to_cart_button{width:auto;flex-grow:1}.product_meta{font-size:.85em}.product_meta a{color:var(--nv-text-color);opacity:.7}.product_meta>span{display:block}.woocommerce-review-link{color:var(--nv-text-color);font-size:.85em}.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--nv-text-color);font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce ul.products li.product .price del{font-weight:500}.woocommerce-variation-price{margin-bottom:20px}.woocommerce tr:hover{background:inherit}.woocommerce div.product form.cart .variations td{padding:0;display:block;width:100%}.woocommerce div.product form.cart .variations td.label{padding:0}.woocommerce div.product form.cart .variations tr:not(:last-child){margin-bottom:10px;display:block}.woocommerce .reset_variations{display:block}.variations select{color:var(--nv-text-color);width:100%;height:auto}.variations select option{background-color:var(--nv-site-bg)}.woocommerce div.product .woocommerce-tabs ul.tabs li{background:0 0;border:0;margin:0 20px 0 0;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{content:none}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background-color:transparent;border-bottom:2px solid}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--nv-text-color)}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:var(--nv-text-color);opacity:.75}.woocommerce #content div.product .woocommerce-tabs ul.tabs{padding:0;border:0}.woocommerce #content div.product .woocommerce-tabs ul.tabs:before{content:none}.woocommerce #comments{border:none}.woocommerce #comments .meta{color:var(--nv-text-color)!important}.woocommerce #comments .comment-text{border-color:var(--nv-light-bg)!important}.woocommerce .woocommerce-noreviews{padding:10px;border:1px solid var(--nv-light-bg);border-radius:3px}.woocommerce #review_form .comment-reply-title,.woocommerce .woocommerce-Tabs-panel h2{font-size:1em;font-weight:600}.woocommerce .woocommerce-Reviews-title{margin-bottom:20px}.woocommerce .comment-form-rating .stars{margin-bottom:0}.woocommerce .comment-form-rating .stars a{font-size:1.5em;color:#ffb100}.woocommerce #review_form #respond{margin-top:20px}.woocommerce #review_form .comment-form{margin-top:10px;grid-template-columns:1fr;grid-row-gap:10px}.woocommerce #review_form .comment-form input:not([type=submit]):not([type=checkbox]){width:100%}.woocommerce #review_form .comment-form .comment-form-rating{display:flex;flex-direction:row}.woocommerce #review_form .comment-form .comment-form-rating label{margin-right:10px}.woocommerce #reviews #comments ol.commentlist li img.avatar{border:0;background:0}.woocommerce .woocommerce-Reviews-title{display:none}.woocommerce div.product div.images .flex-control-thumbs{margin:5px -5px 0;display:flex;flex-wrap:wrap;justify-content:center}.woocommerce div.product div.images .flex-control-thumbs li{padding:5px}.woocommerce ul.products.exclusive-products li.product,.woocommerce-page ul.products.exclusive-products li.product{margin:0;clear:none}section.exclusive{margin-bottom:40px}section.exclusive .nv-card-content-wrapper{position:relative;width:100%}section.exclusive .dots-nav{display:flex;align-items:center;justify-content:center;width:100%}section.exclusive .dots-nav .dot{background:0 0;border:1px solid #b7b7b7;margin:5px;width:8px;height:8px;padding:0;border-radius:100%}section.exclusive .dots-nav .dot.tns-nav-active{background:#404248;border-color:#404248}section.exclusive .tns-outer{direction:ltr;overflow:hidden;position:relative;padding:5px 10px 0 10px;left:-10px;width:calc(100% + 20px)}section.exclusive .tns-ovh{padding-right:4px;overflow:unset;margin-bottom:20px}section.exclusive .tns-visually-hidden{display:none}.woocommerce-checkout.nv-without-title .neve-main{padding-top:40px}.woocommerce-checkout .nv-page-title-wrap.nv-big-title h1{margin-bottom:0}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .woocommerce-checkout .col2-set .col-2{max-width:unset;padding:0;width:100%}.woocommerce-checkout h3{font-size:1em;line-height:1.5em;border-bottom:1px solid var(--nv-light-bg);padding:9px 12px;margin-bottom:0;background-color:#f7f7f7}.woocommerce-checkout form.woocommerce-checkout{display:flex;flex-direction:column}.woocommerce-checkout #order_review_heading{display:none}.woocommerce-checkout #customer_details{border:1px solid var(--nv-light-bg);margin-bottom:40px}.woocommerce-checkout #neve-checkout-coupon{padding:9px 12px}.woocommerce-checkout #neve-checkout-coupon .woocommerce-info{border:1px solid var(--nv-light-bg);border-radius:0;background:#fff;margin-bottom:20px;padding:9px 12px;text-align:center}.woocommerce-checkout #neve-checkout-coupon .woocommerce-info:before{display:none}.woocommerce-checkout #neve-checkout-coupon .woocommerce-info a{font-size:.95em;display:block;position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;float:right}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon,.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login{margin-top:-20px;border-radius:0;border:1px solid var(--nv-light-bg);border-top:0}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon p,.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login p{font-size:.85em}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row,.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login .form-row{padding:0;margin-bottom:20px}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .lost_password,.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login .lost_password{float:right}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login .form-row:not(.form-row-last):not(.form-row-first){display:flex;align-items:center;flex-direction:row-reverse}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login .woocommerce-form__label-for-checkbox{margin-bottom:0;margin-right:auto}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-login .lost_password{margin-bottom:0;font-size:.75em}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon{display:flex;flex-direction:column}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon p{width:100%}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last{margin-bottom:0}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last button{width:100%;padding:10px 12px}.woocommerce-checkout #billing_address_1_field,.woocommerce-checkout #billing_address_2_field,.woocommerce-checkout #shipping_address_1_field,.woocommerce-checkout #shipping_address_2_field{width:47%;display:inline-block}.woocommerce-checkout #billing_address_2_field,.woocommerce-checkout #shipping_address_2_field{margin-left:6%}.woocommerce-checkout .form-row.create-account{padding:0 18px 12px 18px}.woocommerce-checkout .woocommerce-billing-fields>p{padding:9px 12px;font-size:14px}.woocommerce-checkout .woocommerce-account-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{padding:0 12px 9px}.woocommerce-checkout .woocommerce-account-fields label,.woocommerce-checkout .woocommerce-additional-fields label,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label{font-size:.85em}.woocommerce-checkout .woocommerce-account-fields .form-row,.woocommerce-checkout .woocommerce-additional-fields .form-row,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row{padding:0;margin-bottom:20px}.woocommerce-checkout .woocommerce-account-fields textarea,.woocommerce-checkout .woocommerce-additional-fields textarea,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper textarea,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper textarea{max-width:100%;min-width:100%}.woocommerce-checkout .woocommerce-additional-fields{padding-bottom:0}.woocommerce-checkout .select2-container--default .select2-selection--single{border-radius:3px;border:1px solid #ddd;height:34px}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:34px}.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field,.woocommerce-checkout .select2-dropdown{border-color:#ddd}.woocommerce-checkout .woocommerce-shipping-fields{padding:0 12px 9px 12px;margin-bottom:10px}.woocommerce-checkout .woocommerce-shipping-fields h3{width:100%;border:1px solid var(--nv-light-bg);background:#fff}.woocommerce-checkout .woocommerce-shipping-fields h3 label{cursor:pointer;font-size:.85em;font-weight:400;margin:0;display:flex;align-items:center}.woocommerce-checkout .woocommerce-shipping-fields h3 input{margin-right:10px}.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper{border:1px solid var(--nv-light-bg);border-top:0;padding:9px 12px}.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:last-child{margin-bottom:0}.woocommerce-checkout #payment{border-radius:0;border:1px solid var(--nv-light-bg);background:#fff;font-size:.85em;margin-bottom:40px}.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--nv-light-bg)}.woocommerce-checkout #payment ul.payment_methods li{margin-bottom:10px}.woocommerce-checkout #payment ul.payment_methods label{display:initial}.woocommerce-checkout #payment .place-order{margin-bottom:0}.woocommerce-checkout #payment .place-order button#place_order{width:100%;font-size:1.2em;float:none;margin-bottom:0}.woocommerce-checkout .about_paypal{margin-left:20px}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{border:1px solid var(--nv-light-bg);border-radius:0}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table #shipping_method li:last-child{margin-bottom:0}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .variation{margin-top:10px}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td.product-total{vertical-align:top}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr{border:none}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead{background-color:#f7f7f7}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th{border-bottom:1px solid var(--nv-light-bg)}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot{font-size:.85em}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping th{font-weight:400}.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping td,.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .shipping th{border-top:1px solid var(--nv-light-bg)}.woocommerce-checkout .woocommerce-columns--addresses .woocommerce-column{max-width:50%}.woocommerce-checkout .select2,.woocommerce-checkout .select2-results__option,.woocommerce-checkout form.woocommerce-checkout .form-row label.checkbox{font-family:Arial;font-size:14px;line-height:1;letter-spacing:0;font-weight:400;text-transform:none}.woocommerce-checkout #order_review{word-break:break-word}.place-order noscript{padding:10px 0}.place-order noscript button{display:block!important;margin:10px 0 10px auto!important}.woocommerce-billing-fields__field-wrapper noscript button{display:block!important;margin:10px 0 10px auto!important}.woocommerce ul.products li.product .added_to_cart{margin-top:1em}.woocommerce ul.products li.product .button.added{display:none}.woocommerce ul.products li.product .button{white-space:normal}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{display:inline-flex;align-items:center;column-gap:4px;padding-right:inherit}.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{position:initial}.nv-sidebar-wrap.shop-sidebar{position:fixed;top:0;width:100%;height:100%;left:0;bottom:0;padding:60px 20px 20px;z-index:1000;overflow:scroll;transition:all .3s ease-out;opacity:0;pointer-events:none;max-width:100%}.nv-sidebar-wrap.shop-sidebar.sidebar-open{opacity:1;pointer-events:all;margin-top:0;background-color:var(--nv-site-bg)}.sidebar-header{width:100%;margin-bottom:20px}.sidebar-header:after{content:"";clear:both;display:table}.nv-sidebar-toggle.in-sidebar{float:right;margin-bottom:20px;background-color:transparent}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#ccc}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:var(--nv-primary-accent);border:1px solid #fff;top:-5px}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover{transform:scale(1.25)}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:var(--nv-primary-accent)}.woocommerce .widget_price_filter .price_slider_amount{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{height:5px}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:inherit;line-height:1}.widget_product_search button[type=submit]{width:100%}.cart-icon-wrapper{display:flex;align-items:flex-end}.cart-icon-wrapper .nv-cart{display:flex}.cart-icon-wrapper .cart-count{background:#fff;border:1px solid var(--nv-light-bg);font-size:.55em;padding:3px;border-radius:3px;color:#333;line-height:1;display:inline-block;bottom:-5px;position:relative}.header-menu-sidebar li.menu-item-nav-cart,.nv-nav-cart{opacity:0;visibility:hidden;display:none}.menu-item-nav-cart{position:relative}.menu-item-nav-cart:last-child .nv-nav-cart{right:0}.menu-item-nav-cart .nv-nav-cart{right:20px}.widget_shopping_cart{color:var(--nv-text-color)}.widget_shopping_cart .cart_list li.mini_cart_item{padding:20px 0;border-bottom:1px solid var(--nv-light-bg);display:grid;grid-template-columns:repeat(12,1fr);align-items:baseline;font-size:.85em;position:relative;margin:0}.widget_shopping_cart .cart_list li.mini_cart_item:last-child{border:none}.widget_shopping_cart .cart_list li.mini_cart_item>:not(.remove){padding-left:60px}.widget_shopping_cart .cart_list li.mini_cart_item img{position:absolute;left:30px;width:60px;top:50%;transform:translateY(-50%);margin-left:0}.widget_shopping_cart .cart_list li.mini_cart_item>a{padding:0;grid-column:span 11;grid-row-start:1;grid-column-end:-1;color:var(--nv-text-color);text-align:left;font-weight:400}.widget_shopping_cart .cart_list li.mini_cart_item>a:hover{text-decoration:underline}.widget_shopping_cart .cart_list li.mini_cart_item>a:not(.remove){margin-left:20px}.widget_shopping_cart .cart_list li.mini_cart_item a.remove{grid-column:1;padding:0;top:50%;transform:translateY(-20px);text-align:center}.widget_shopping_cart .cart_list li.mini_cart_item a.remove:hover{text-decoration:none}.widget_shopping_cart .cart_list li.mini_cart_item span.quantity{grid-row-start:2;grid-column-start:span 11;grid-column-end:-1;text-align:left;margin-left:20px}.widget_shopping_cart .cart_list li.mini_cart_item dl.variation{border:none;grid-row-start:3;grid-column-start:2;grid-column-end:span 9;padding:0;text-align:right}.widget_shopping_cart .cart_list li.mini_cart_item dl.variation dt::before{width:100%;content:"\A";white-space:pre-wrap;display:block;height:0}.widget_shopping_cart .cart_list li.mini_cart_item dl.variation dt{margin-left:auto}.widget_shopping_cart .cart_list li.mini_cart_item dl.variation dd,.widget_shopping_cart .cart_list li.mini_cart_item dl.variation dt{line-height:1.2em;margin-bottom:3px}.woocommerce.widget_shopping_cart .total{border-top:1px solid var(--nv-light-bg);margin:0;text-align:left;padding-top:20px;padding-bottom:20px}.woocommerce.widget_shopping_cart .total strong{font-weight:400}.woocommerce-mini-cart__buttons{display:grid;grid-template-columns:8fr 1fr 8fr;margin-bottom:0}.woocommerce-mini-cart__buttons a{padding-top:16px!important;padding-bottom:16px!important;align-self:center;margin:0!important}.woocommerce-mini-cart__buttons a:first-child{grid-column-start:1}.woocommerce-mini-cart__buttons a:nth-child(2){grid-column-start:3}.woocommerce-mini-cart__buttons a:nth-child(3){grid-column:span 3;text-align:center;margin-top:10px}.woocommerce-cart.nv-without-title .neve-main{padding-top:40px}.woocommerce a.remove{color:var(--nv-c-2)!important;font-size:20px;height:20px;width:20px;line-height:18px;text-decoration:none!important;display:flex;align-items:center;justify-content:center}.woocommerce a.remove:hover{background-color:var(--nv-c-2)!important}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{text-align:center!important}.woocommerce #content table.cart .product-thumbnail:before,.woocommerce table.cart .product-thumbnail:before,.woocommerce-page #content table.cart .product-thumbnail:before,.woocommerce-page table.cart .product-thumbnail:before{content:none}.woocommerce #content table.cart .product-thumbnail a,.woocommerce table.cart .product-thumbnail a,.woocommerce-page #content table.cart .product-thumbnail a,.woocommerce-page table.cart .product-thumbnail a{margin:0 auto}.woocommerce #content table.cart .product-thumbnail img,.woocommerce table.cart .product-thumbnail img,.woocommerce-page #content table.cart .product-thumbnail img,.woocommerce-page table.cart .product-thumbnail img{width:75px}.woocommerce table.cart td.actions .input-text#coupon_code{width:150px}.woocommerce-cart table.cart td.actions .coupon{display:flex;flex-direction:row;align-items:center;margin-bottom:10px;justify-content:space-between}.woocommerce-cart table.cart td.actions .coupon>.input-text{float:none;width:100%}.woocommerce-cart table.cart td.actions .coupon>.input-text+.button{float:none;width:100%}.shipping-calculator-form p:not(:last-child){margin-bottom:10px}.woocommerce a.button.checkout-button.alt,.woocommerce a.button.checkout-button.alt:active,.woocommerce a.button.checkout-button.alt:focus{display:block;margin:0 20px}.woocommerce .cart_totals{border:1px solid var(--nv-light-bg);margin-bottom:40px}.woocommerce .cart_totals>h2{margin-bottom:0;font-size:1em;padding:9px 12px;background-color:var(--nv-light-bg)}.woocommerce .cart_totals table.shop_table{margin-bottom:0;border:none}.woocommerce .cart_totals table.shop_table tbody{font-size:.85em}.woocommerce .cart_totals table.shop_table tbody td,.woocommerce .cart_totals table.shop_table tbody th{font-weight:400;vertical-align:top;border-bottom:0;border-top:1px solid #f0f0f0}.woocommerce .cart_totals table.shop_table .shipping-calculator-form{text-align:left}.woocommerce .cart_totals .wc-proceed-to-checkout{border-top:1px solid var(--nv-light-bg)}.woocommerce .cart_totals .form-row{padding:5px 0}.woocommerce .cart_totals ul#shipping_method{text-align:left}.woocommerce .cart_totals ul#shipping_method .shipping-method-description{margin:0 0 0 5px}.woocommerce .cart_totals ul#shipping_method li{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:20px}.woocommerce .cart_totals ul#shipping_method li input{margin:0 5px 0 0!important}.woocommerce .cart_totals ul#shipping_method li label{margin:0}.cross-sells{border:1px solid var(--nv-light-bg);margin-bottom:40px}.cross-sells>h2{margin-bottom:0;font-size:1em;padding:9px 12px;background-color:var(--nv-light-bg)}.cross-sells ul.products{padding:12px 12px 0;margin-bottom:0}.cross-sells ul.products .product{margin-bottom:10px!important}.woocommerce table.shop_table.cart{border-radius:0;border:1px solid var(--nv-light-bg)}.woocommerce table.shop_table.cart thead{background-color:var(--nv-light-bg)}.woocommerce table.shop_table.cart tr:not(:first-child){border-top:1px solid #f0f0f0}.woocommerce table.shop_table.cart td{border-top:0}.woocommerce table.shop_table.cart td.actions{border-bottom:0}.woocommerce td.product-name a{margin-bottom:10px;display:block}.woocommerce td.product-name dl.variation{font-size:.9em}.woocommerce td.product-name dl.variation dt{float:none}.woocommerce td.product-name dl.variation dd{margin-bottom:5px}.woocommerce td.product-name dl.variation dd:last-child{margin-bottom:0}body.woocommerce-account .nv-content-wrap>.woocommerce{display:flex;flex-direction:column;padding-top:20px}body.woocommerce-account form .show-password-input{top:unset}body.woocommerce-account .woocommerce-LostPassword{font-size:.9em;text-align:center;margin:10px 0 0 0}body.woocommerce-account .woocommerce-form-login{max-width:600px;margin:0 auto;width:100%}body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit{float:none;margin-left:auto;margin-right:0}body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{display:flex;align-items:center;margin-bottom:0}body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input{margin-right:10px}body.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide){display:flex;align-items:center;margin-top:20px}.nv-content-wrap .woocommerce-MyAccount-navigation{width:100%;float:none;border-bottom:1px solid var(--nv-light-bg);margin-bottom:20px}.nv-content-wrap .woocommerce-MyAccount-navigation>ul{list-style-type:none;padding:0 0 20px 0;display:flex;flex-direction:column;text-align:center}.nv-content-wrap .woocommerce-MyAccount-navigation li{margin:0;padding:5px 10px}.nv-content-wrap .woocommerce-MyAccount-navigation li:not(.is-active) a{color:var(--nv-text-color)}.nv-content-wrap .woocommerce-MyAccount-navigation li a{font-weight:500}.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{padding:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:10px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{flex-grow:1;float:none;margin-bottom:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit{float:none}.woocommerce-account .woocommerce-MyAccount-content address{font-style:normal;font-size:.9em}@media (min-width:576px){.woocommerce-notices-wrapper>div{flex-direction:row-reverse;text-align:left;padding-left:45px}.woocommerce-notices-wrapper>div:before{display:flex;top:0;align-items:center;height:100%}.woocommerce-notices-wrapper>div .button{margin-top:0;width:auto}.nv-woo-filters .nv-sidebar-toggle+.woocommerce-ordering select{max-width:none}}@media (min-width:769px){.single_add_to_cart_button{flex-grow:0}.variations select{width:75%}.woocommerce #review_form .comment-reply-title,.woocommerce .woocommerce-Tabs-panel h2{font-size:1.25em}.woocommerce #review_form .comment-form{grid-template-columns:repeat(2,1fr)}.woocommerce #review_form .comment-form div,.woocommerce #review_form .comment-form p:not(.comment-form-author):not(.comment-form-email){grid-column:span 2}}@media (min-width:960px){.menu-item-nav-cart:hover .nv-nav-cart,.menu-item-nav-cart>a:focus+.nv-nav-cart,.nv-nav-cart:focus-within{opacity:1;visibility:visible;display:block}.nv-nav-cart{cursor:default;border-top:1px solid var(--nv-light-bg);transition:all .3s ease;position:absolute;z-index:100;width:350px;background:var(--nv-site-bg);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1)}.nv-nav-cart .widget_shopping_cart_content{overflow:hidden}.nv-nav-cart .widget_shopping_cart_content .woocommerce-mini-cart{overflow:auto;max-height:350px}.nv-nav-cart .widget_shopping_cart_content .total{padding:20px}.nv-nav-cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{text-align:center;margin-bottom:0;padding:10px 0}.nv-nav-cart .widget_shopping_cart_content li.mini_cart_item{padding:20px}.nv-nav-cart .widget_shopping_cart_content li.mini_cart_item img{left:50px}.nv-nav-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons{padding:0 20px 20px}li.menu-item-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item span.quantity,li.menu-item-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item>a:not(.remove){grid-column-start:2;grid-column-end:-1;margin:0;padding:0;opacity:1}li.menu-item-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item img{right:0;left:auto;top:100%}.nv-sidebar-toggle{display:none}.nv-sidebar-wrap.shop-sidebar{margin-top:20px;padding:0 20px;z-index:inherit;position:relative;opacity:1;pointer-events:all;max-width:30%;overflow:visible}.nv-sidebar-wrap.shop-sidebar.sidebar-open{background:0 0}.nv-sidebar-wrap.shop-sidebar .sidebar-header{display:none}.woocommerce table.shop_table.cart thead th{border:0}.woocommerce table.shop_table.cart tbody tr:first-child{border-top:none}.woocommerce-cart table.cart td.actions .coupon{margin-bottom:0}.woocommerce .cart_totals table.shop_table tbody td,.woocommerce .cart_totals table.shop_table tbody th{vertical-align:top;border-bottom:0;border-top:1px solid #f0f0f0}.woocommerce .cart_totals table.shop_table tbody #shipping_method{margin-top:0}.woocommerce.single .entry-summary>form.cart .wc-forward{flex-basis:auto}.variations select{height:35px}.woocommerce-ordering{margin-left:0}.nv-woo-filters .nv-sidebar-toggle+.woocommerce-ordering{margin:0}.woocommerce-checkout form.woocommerce-checkout{display:block}.woocommerce-checkout #order_review_heading,.woocommerce-checkout .woocommerce-checkout-review-order{width:40%}.woocommerce-checkout>.col2-set{width:57%;float:left}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon{flex-wrap:wrap;flex-direction:row}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon p.form-row{margin-bottom:0;width:auto}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-first{flex-grow:1;margin-right:10px}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last{width:auto}.woocommerce-checkout #neve-checkout-coupon .woocommerce-form-coupon .form-row-last button{width:auto}.woocommerce-checkout-review-order{width:48%;float:right}.nv-content-wrap .woocommerce-MyAccount-navigation>ul{text-align:left;flex-direction:row;flex-wrap:wrap;padding:0}}.woocommerce .woocommerce-breadcrumb{margin-bottom:0;font-size:1em;color:var(--nv-text-color);opacity:.75}.woocommerce .woocommerce-breadcrumb a{color:var(--nv-text-color)}.woocommerce .woocommerce-breadcrumb .nv-breadcrumb-delimiter{opacity:.5;padding:0 5px}.woocommerce .nv-bc-count-wrap{display:flex;font-size:.85em;margin-bottom:20px;justify-content:space-between}.woocommerce .nv-bc-count-wrap .woocommerce-result-count{float:none;margin:0;text-align:right}.nv-woo-title-breadcrumb{display:flex;flex-direction:column-reverse}.nv-woo-title-breadcrumb h1{margin:0}
.btn,.button,.wp-block-button a,button,input[type=button],input[type=submit]{font-size:.8em;font-weight:600;padding:8px 12px;transition:all .15s ease-in-out;text-align:center;vertical-align:middle;border:1px solid transparent;border-radius:3px;text-transform:uppercase;cursor:pointer;line-height:normal;font-family:inherit}.btn:hover,.button:hover,.wp-block-button a:hover,button:hover,input:hover[type=button],input:hover[type=submit]{text-decoration:none;opacity:.9}#comments input[type=submit],.button.button-secondary,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-secondary .wp-block-button__link{letter-spacing:0;line-height:normal;text-transform:uppercase;font-size:.8em;border:1px solid;background-color:transparent;font-weight:600;color:#676767}#comments input:hover[type=submit],.button.button-secondary:hover,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-secondary .wp-block-button__link:hover{background:0 0}.btn,.button.button-primary,button,input[type=button],input[type=submit]{background-color:#0366d6;color:#fff}.btn:hover,.button.button-primary:hover,button:hover,input:hover[type=button],input:hover[type=submit]{text-decoration:none;background-color:#0366d6;color:#fff;opacity:.9}.nv-html-content p,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:border-box;-webkit-box-sizing:border-box}audio,embed,img,object,video{height:auto;max-width:100%}iframe{border:0;max-width:100%}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}abbr,acronym{text-decoration:none}mark{background-color:transparent}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.w-100{width:100%}.container-fluid{width:100%;margin-right:auto;margin-left:auto}.container-fluid>div{margin:0 -15px}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:auto;flex-grow:1;max-width:100%;margin-left:auto;margin-right:auto}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}html{font-size:100%;overflow-x:hidden;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,var(--nv-fallback-ff);color:var(--nv-text-color);line-height:1.68421;overflow-x:hidden;direction:ltr;background-color:var(--nv-site-bg)}h1,h2,h3,h4,h5,h6{text-transform:none;letter-spacing:0;font-family:Graphik,-apple-system,BlinkMacSystemFont,Segoe UI,var(--nv-fallback-ff);line-height:1.68421;margin-bottom:.8rem;font-weight:600}p{margin-bottom:20px}a{cursor:pointer;color:var(--nv-primary-accent);text-decoration:none}a:focus,a:hover{text-decoration:underline;color:var(--nv-secondary-accent)}ins{text-decoration:none}body{font-size:16px}h1{font-size:1.5em}h2{font-size:1.3em}h3{font-size:1.1em}h4{font-size:1em}h5{font-size:.75em}h6{font-size:.75em}.show-on-focus{position:absolute;width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px,1px,1px,1px);top:0;left:0}.show-on-focus:focus{z-index:20;width:auto;height:auto;clip:auto}a.neve-skip-link{padding:10px 20px;top:32px}.screen-reader-text{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.nv-comment-content a,.nv-content-wrap a:not(.button):not(.wp-block-file__button){text-decoration:underline}.nv-comment-content a:hover,.nv-content-wrap a:not(.button):not(.wp-block-file__button):hover{text-decoration:none}.comments-area a,.nv-comment-content .edit-reply a{text-decoration:none}.comments-area a:hover,.nv-comment-content .edit-reply a:hover{text-decoration:underline}.nv-icon{fill:currentColor}.nv-search{display:flex}.alignfull{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:0 15px}.alignwide{width:70vw;max-width:70vw;margin-left:calc(50% - 35vw)}body.nv-sidebar-left .alignfull,body.nv-sidebar-left .alignwide,body.nv-sidebar-right .alignfull,body.nv-sidebar-right .alignwide{max-width:100%;margin-left:auto}.has-neve-body-font-size{font-size:1.5em}.has-neve-h-1-font-size{font-size:1.3em}.has-neve-h-2-font-size{font-size:1.1em}.has-neve-h-3-font-size{font-size:1em}.has-neve-h-4-font-size{font-size:.75em}.has-neve-h-5-font-size{font-size:.75em}blockquote.wp-block-quote.is-style-large p{font-size:1.75em}blockquote.wp-block-quote.is-style-large cite{font-size:.95em}.wp-block-pullquote blockquote{margin:1em auto}.wp-block-pullquote blockquote p{font-size:2em;margin-bottom:20px}.wp-block-pullquote blockquote::after,.wp-block-pullquote blockquote::before{display:none}.wp-block-pullquote blockquote cite{font-size:.85em}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em}.wp-block-pullquote:not(.is-style-solid-color){border-top:4px solid;border-bottom:4px solid}.wp-block-pullquote:not(.is-style-solid-color) blockquote cite{text-transform:uppercase}.wp-block-table{width:100%}.wp-block-separator{display:block;margin:40px auto;width:100px;border:none;background-color:#8f98a1;height:2px}.wp-block-separator.is-style-wide{height:1px}.wp-block-separator.is-style-dots{height:auto}.wp-block-separator.is-style-dots,.wp-block-separator.is-style-wide{width:100%}.wp-block-verse{background-color:inherit;font-family:inherit;font-size:inherit;font-style:italic;border:unset}.wp-block-code code{background-color:inherit}.wp-block-button a{text-decoration:none!important}.nv-content-wrap ul.blocks-gallery-grid{padding:0}.has-neve-link-color-color{color:var(--nv-primary-accent)}.has-neve-link-color-background-color{background-color:var(--nv-primary-accent)!important}.has-neve-link-hover-color-color{color:var(--nv-secondary-accent)}.has-neve-link-hover-color-background-color{background-color:var(--nv-secondary-accent)!important}.has-neve-text-color-color{color:var(--nv-text-color)}.has-neve-text-color-background-color{background-color:var(--nv-text-color)!important}.has-nv-site-bg-color{color:var(--nv-site-bg)}.has-nv-site-bg-background-color{background-color:var(--nv-site-bg)!important}.has-nv-light-bg-color{color:var(--nv-light-bg)}.has-nv-light-bg-background-color{background-color:var(--nv-light-bg)!important}.has-nv-dark-bg-color{color:var(--nv-dark-bg)}.has-nv-dark-bg-background-color{background-color:var(--nv-dark-bg)!important}.has-nv-text-dark-bg-color{color:var(--nv-text-dark-bg)}.has-nv-text-dark-bg-background-color{background-color:var(--nv-text-dark-bg)!important}.has-nv-c-1-color{color:var(--nv-c-1)}.has-nv-c-1-background-color{background-color:var(--nv-c-1)!important}.has-nv-c-2-color{color:var(--nv-c-2)}.has-nv-c-2-background-color{background-color:var(--nv-c-2)!important}.hidden-on-mobile{display:none}.hidden-on-tablet{display:initial}.show-on-desktop{display:none}.site-logo{align-items:center;display:flex;padding:10px 0}.site-logo amp-img img{max-height:60px}.site-logo .brand{display:flex;flex-direction:column;justify-content:center}.site-logo .title-with-logo{display:flex;flex-direction:row;align-items:center}.site-logo .title-with-logo>div:first-child,.site-logo .title-with-logo>img:first-child{margin-right:10px}.site-logo h1,.site-logo p{font-family:inherit;font-size:1.25em;margin-bottom:0;font-weight:600}.site-logo small{width:100%;display:block}.site-logo a{color:var(--nv-text-color);display:inline}.site-logo a:hover{color:var(--nv-text-color);text-decoration:none;opacity:.9}.nav-ul>li:not(:last-child){margin-right:20px}.nav-ul>.menu-item-has-children>.sub-menu{right:0}.nav-ul{transition:all .3s ease;margin-bottom:0;display:flex;flex-wrap:wrap;align-items:center;padding-left:0;list-style-type:none;margin-left:auto}.nav-ul li{cursor:pointer;display:block;position:relative;padding:10px 0}.nav-ul li:focus a,.nav-ul li:hover a{text-decoration:none}.nav-ul li .has-caret,.nav-ul li a{box-sizing:border-box;display:flex;position:relative;align-items:center;height:100%}.nav-ul li .has-caret .nv-icon svg,.nav-ul li a .nv-icon svg{fill:currentColor}.nav-ul li .menu-item-title-wrap{display:flex;align-items:center}.nav-ul .sub-menu{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);max-height:inherit;top:100%;position:absolute;overflow:visible;z-index:100;opacity:0;visibility:hidden}.nav-ul .sub-menu.dropdown-open{opacity:1;visibility:visible}.nav-ul .sub-menu .sub-menu{left:100%;right:auto;top:1px}.nav-ul .sub-menu li{border-top:none;min-width:150px;padding:0}.nav-ul .sub-menu li .has-caret,.nav-ul .sub-menu li>a{justify-content:center;white-space:nowrap;padding:7px 14px}.nav-ul .menu-item-has-children:focus-within>.sub-menu,.nav-ul .menu-item-has-children:focus>.sub-menu,.nav-ul .menu-item-has-children:hover>.sub-menu{display:block;visibility:visible;opacity:1}.caret{padding:5px;display:flex;align-items:center}.caret svg{fill:currentColor}.caret{margin-left:5px;font-size:.65em}.nv-nav-wrap{flex-direction:row;align-items:center;padding-bottom:0}.header-menu-sidebar-inner .nav-ul .sub-menu li .has-caret,.header-menu-sidebar-inner .nav-ul .sub-menu li>a{white-space:normal}.header-menu-sidebar-inner .caret{font-size:1em}.header-menu-sidebar-inner .dropdown-open.has-caret>svg,.header-menu-sidebar-inner .dropdown-open>.caret>svg{transform:rotate(-180deg)}.header-menu-sidebar-inner .nav-ul .dropdown-open+.sub-menu,.header-menu-sidebar-inner .nav-ul .dropdown-open.sub-menu{overflow:visible;max-height:2000px;transition:all .3s ease;opacity:1;visibility:visible}.header-menu-sidebar-inner .nav-ul{flex-direction:column}.header-menu-sidebar-inner .nav-ul li{width:100%;padding:3px 0;margin-right:0!important}.header-menu-sidebar-inner .nav-ul li a{padding:3px 0}.header-menu-sidebar-inner .nav-ul .has-caret a{width:auto}.header-menu-sidebar-inner .nav-ul .sub-menu{background-color:transparent}.header-menu-sidebar-inner .mobile-center .nav-ul .has-caret,.header-menu-sidebar-inner .mobile-center .nav-ul li a{justify-content:center}.header-menu-sidebar-inner .mobile-left .nav-ul .has-caret,.header-menu-sidebar-inner .mobile-left .nav-ul li a{justify-content:flex-start}.header-menu-sidebar-inner .mobile-right .nav-ul .has-caret,.header-menu-sidebar-inner .mobile-right .nav-ul li a{justify-content:flex-end}.header-menu-sidebar-inner .nav-menu-primary,.header-menu-sidebar-inner .nav-menu-secondary{width:100%}.header-menu-sidebar-inner .nav-menu-primary li{margin-left:0!important;margin-right:0!important;width:100%;border:none}.header-menu-sidebar-inner .nav-menu-primary li a{width:100%;position:relative}.header-menu-sidebar-inner .nav-menu-primary .nav-ul>li>.sub-menu{padding-left:20px;padding-right:20px}.header-menu-sidebar-inner .nav-menu-primary .sub-menu{max-height:0;overflow:hidden;position:static;visibility:visible;opacity:1;left:unset!important;right:unset!important;top:unset;background-color:transparent;box-shadow:none;width:100%;border:none}.amp-desktop-caret-wrap{display:none}.amp-caret-wrap svg{fill:currentColor;width:1em}.nv-nav-wrap ul.primary-menu-ul>li i{margin-top:0;font-size:inherit;line-height:inherit;width:auto;height:auto}.nv-search-icon-component{display:flex}.hfg-item-last:not(.hfg-item-first) .menu-item-nav-search.minimal .nv-nav-search{left:unset;right:0}.nav-ul li.menu-item-nav-search{display:flex;align-items:center}.menu-item-nav-search{flex-grow:0}.menu-item-nav-search .search-form input[type=submit]:hover{background-color:transparent}.menu-item-nav-search .close-responsive-search{background-color:transparent!important;border:none!important}.menu-item-nav-search .close-responsive-search svg{min-width:25px;min-height:25px}.menu-item-nav-search.minimal{position:relative}.menu-item-nav-search.minimal .nv-nav-search{right:auto;left:0;top:100%}.header-menu-sidebar .menu-item-nav-search.floating .nv-nav-search{position:absolute}.menu-item-nav-search.floating .nv-nav-search{position:fixed;top:-100%;left:0;display:flex;align-items:center}.menu-item-nav-search.floating .nv-search-icon-wrap{display:none}.menu-item-nav-search.floating .form-wrap{flex-grow:1;margin-right:20px}.menu-item-nav-search.floating .form-wrap form{width:100%}.menu-item-nav-search.floating .close-responsive-search{display:flex;align-items:center}.menu-item-nav-search.floating.active .nv-nav-search{top:0}.menu-item-nav-search.floating .search-form input[type=search]{width:100%}.menu-item-nav-search.canvas .nv-nav-search{position:fixed;top:0;bottom:0;width:100%;display:flex;justify-content:center;align-items:center;background-color:#fff}.menu-item-nav-search.canvas .nv-nav-search .close-container{position:absolute;top:60px;text-align:right}.menu-item-nav-search.canvas .nv-nav-search .search-submit{display:block}.menu-item-nav-search.canvas .nv-nav-search .form-wrap{position:absolute}.menu-item-nav-search.canvas .nv-nav-search form{position:relative}.menu-item-nav-search.canvas .nv-nav-search form input[type=search]{width:100%}.menu-item-nav-search{cursor:pointer;outline:0}.menu-item-nav-search>a{display:flex;align-items:center}.nv-nav-search{visibility:hidden;opacity:0;transition:all .3s ease;position:absolute;right:0;width:auto;background:#fff;padding:10px 20px;border-top:1px solid var(--nv-light-bg);cursor:default;z-index:100;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);-moz-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1)}.menu-item-nav-search.active .nv-nav-search{opacity:1;visibility:visible}.nv-nav-search form{display:block}.nv-nav-search form label{display:inline;margin:0}.nv-nav-search form label input{width:200px;margin:0}.nav-clickaway-overlay{position:fixed;width:100%;left:0;right:0;top:0;z-index:90;height:100vh}footer{background-color:#fff}.wrapper{display:flex;min-height:100vh;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.79,.14,.15,.86);width:100%}body>.wrapper:not(.et-fb-iframe-ancestor){overflow:hidden}.neve-main{flex:1 auto;min-height:1px}.archive-container{padding-top:20px}.nv-page-title-wrap.nv-big-title .nv-page-title{padding-bottom:10px;border-bottom:1px solid var(--nv-light-bg);margin-bottom:20px}.nv-page-title-wrap.nv-big-title .nv-page-title h1{line-height:1.3em;margin-bottom:0}.nv-page-title-wrap.nv-big-title .nv-page-title h1+p{margin-bottom:0}.nv-content-none-wrap{margin-bottom:60px}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{display:inline-block;font-size:14px;padding:7px 12px;color:#333;border:1px solid #ddd;border-radius:3px;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=color],select{display:inline-block;font-size:14px;padding:7px 12px;background-color:transparent;color:#333;border:1px solid #ddd;border-radius:3px;transition:all .3s ease}button,input,select,textarea{line-height:inherit;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}select{height:35px}label{display:inline-block;margin-bottom:10px}fieldset{border:0;margin:20px 0}fieldset legend{font-size:.9em;margin-bottom:10px}fieldset input[type=password],fieldset input[type=search],fieldset input[type=text],fieldset textarea{width:100%}.nv-seach-form-wrap{width:100%;border-top:1px solid var(--nv-light-bg);padding-top:20px;display:flex;align-items:center;justify-content:center}.nv-seach-form-wrap .search-form{display:inline-block}.nv-seach-form-wrap .search-form input[type=submit]{margin-left:10px}.search-form label{margin-bottom:0}.search-form,.woocommerce-product-search{position:relative}.search-form label,.woocommerce-product-search label{display:inline}.search-form .nv-search-icon-wrap,.woocommerce-product-search .nv-search-icon-wrap{position:absolute;top:0;right:0;height:100%;width:45px;min-width:45px;z-index:3;cursor:pointer;pointer-events:none;color:#c9c9c9;display:flex;align-items:center;justify-content:center;line-height:0}.search-form .nv-search-icon-wrap .nv-icon svg,.woocommerce-product-search .nv-search-icon-wrap .nv-icon svg{fill:#c9c9c9}.search-form input[type=search],.woocommerce-product-search input[type=search]{width:100%;padding:8px 45px 7px 12px}.search-form button[type=submit],.search-form input[type=submit],.woocommerce-product-search button[type=submit],.woocommerce-product-search input[type=submit]{top:0;right:0;bottom:0;position:absolute;color:transparent;background:0 0;z-index:2;min-width:45px;width:45px;border:0;padding:8px 12px 7px;border-radius:0}.search-form button[type=submit]:hover,.search-form input[type=submit]:hover,.woocommerce-product-search button[type=submit]:hover,.woocommerce-product-search input[type=submit]:hover{background-color:#eee}.nv-nav-search .search-form input[type=search]{width:200px}.nv-meta-list{padding-bottom:10px;width:100%}.nv-meta-list li,.nv-meta-list span{display:inline}.nv-meta-list li:not(:last-child):after,.nv-meta-list span:not(:last-child):after{content:'/';padding:0 5px}.nv-meta-list li{color:var(--nv-text-color);opacity:.7;font-size:.85em}.nv-meta-list:not(.nv-dynamic-meta) a,.nv-meta-list:not(.nv-dynamic-meta) a:hover{color:var(--nv-text-color)}.nv-meta-list .posted-on .updated{display:none}.nv-meta-list .meta.author .photo{width:20px;height:20px;border-radius:50%;transform:translateY(30%)}.nv-meta-list .meta.author .author-name{margin-left:3px}.nv-dynamic-author-meta .photo{width:20px;height:20px;border-radius:50%;transform:translateY(30%)}.entry-title{word-wrap:break-word}.entry-title a{color:var(--nv-text-color)}.entry-title a:focus,.entry-title a:hover{opacity:.9;color:var(--nv-text-color)}.nv-post-thumbnail-wrap amp-img{display:inline-block}.nv-post-thumbnail-wrap a{transition:all .3s ease}.nv-post-thumbnail-wrap a:hover{opacity:.95}.nv-post-thumbnail-wrap img{height:auto}.posts-wrapper>article{margin-bottom:30px}.layout-grid .content>.blog-entry-title{margin-bottom:0}.blog-entry-title{word-wrap:break-word}.article-content-col{width:100%}.article-content-col .content{width:100%;padding-bottom:30px;border-bottom:1px solid var(--nv-light-bg);display:flex;flex-direction:column}.article-content-col .content .button{display:inline-block;align-self:flex-start}.bypostauthor{display:block}.nv-index-posts .posts-wrapper{display:flex;flex-wrap:wrap;box-sizing:content-box}.nv-index-posts .page-numbers{display:flex;flex-wrap:wrap;padding-left:0;list-style-type:none;justify-content:center;margin:10px auto}.nv-index-posts .page-numbers>li:not(:last-child){padding-right:10px}.nv-index-posts .page-numbers>li:not(:first-child){padding-left:10px}.layout-grid .content>*{margin:0 0 10px}.layout-grid .content>:last-child{margin-bottom:0}.layout-grid .content>:first-child{margin-top:0}.layout-grid .content .nv-meta-list{margin-top:5px}.layout-grid .content .excerpt-wrap>:last-child{margin-bottom:0}.nv-non-grid-article .non-grid-content{display:flex;flex-direction:column}.nv-non-grid-article .non-grid-content>*{margin:0 0 10px}.nv-non-grid-article .non-grid-content>:last-child{margin-bottom:0}.nv-non-grid-article .non-grid-content .nv-meta-list{margin-top:5px}.nv-non-grid-article .non-grid-content .blog-entry-title{margin-bottom:0}article{word-break:break-word}.sticky{display:inherit}.nv-loader{height:50px;width:50px;border-radius:50%;border:2px solid var(--nv-primary-accent);border-left:1px solid transparent!important;-webkit-animation:spin 1s ease infinite;-moz-animation:spin 1s ease infinite;animation:spin 1s ease infinite;margin:0 auto;display:none}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.layout-grid,body .layout-grid>.article-content-col{display:flex}.layout-alternative,.layout-default{display:flex;align-items:flex-end}.layout-alternative .nv-post-thumbnail-wrap,.layout-default .nv-post-thumbnail-wrap{margin-bottom:10px}.layout-covers{display:flex}.layout-covers .content,.layout-covers .cover-post{height:100%}.layout-covers .content{border:none;padding-bottom:0}.cover-post{position:relative;background-size:cover;display:flex;background-position:center;overflow:hidden}.cover-post:after{background-color:rgba(0,0,0,.75);content:'';position:absolute;left:0;right:0;top:0;bottom:0}.cover-post .inner{max-width:100%;min-height:350px;position:relative;z-index:10;padding:25px 25px 10px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;flex-grow:1}.cover-post .inner a:not(.button),.cover-post .inner a:not(.button):focus,.cover-post .inner a:not(.button):hover,.cover-post .inner li{color:#fff}.page .nv-page-title-wrap{margin-top:30px}.page .nv-sidebar-wrap,.single .nv-sidebar-wrap{margin-top:30px}.nv-single-post-wrap .entry-header,.nv-single-post-wrap .nv-content-wrap,.nv-single-post-wrap .nv-post-navigation,.nv-single-post-wrap .nv-tags-list,.nv-single-post-wrap .nv-thumb-wrap{margin-bottom:20px}.nv-single-post-wrap .entry-header:first-child,.nv-single-post-wrap .nv-content-wrap:first-child,.nv-single-post-wrap .nv-post-navigation:first-child,.nv-single-post-wrap .nv-tags-list:first-child,.nv-single-post-wrap .nv-thumb-wrap:first-child{margin-top:30px}.single-post-container .title{margin-bottom:0}.attachment-neve-blog{display:flex}.nv-post-navigation{display:flex;justify-content:space-between}.nv-post-navigation .next a:hover,.nv-post-navigation .previous a:hover{text-decoration:none}.nv-post-navigation .next a:hover span:not(.nav-direction),.nv-post-navigation .previous a:hover span:not(.nav-direction){text-decoration:underline}.nv-post-navigation .next .nav-direction,.nv-post-navigation .previous .nav-direction{color:var(--nv-text-color);display:flex;flex-direction:column;font-size:.8em;text-transform:uppercase}.nv-post-navigation .next{margin-left:auto;text-align:right}.post-pages-links{display:flex;list-style-type:none}.post-pages-links>a:not(:last-child) span,.post-pages-links>span{padding-right:20px}.post-password-form{margin-bottom:40px;text-align:center}.post-password-form input[type=submit]{height:39px;margin-left:10px}.post-password-form label{margin-bottom:0}.post-password-form p{display:flex;justify-content:center;align-items:center}.post-password-form label>input{margin-left:10px}.nv-tags-list{font-size:.85em}.nv-tags-list span{margin-right:10px}.nv-tags-list a{display:inline-block;padding:2px 10px;transition:all .3s ease;border-radius:3px;margin:0 10px 10px 0;color:var(--nv-primary-accent);border:1px solid var(--nv-primary-accent)}#comments{border-top:1px solid var(--nv-light-bg);margin-top:10px}#comments ol{list-style:none}#comments ol>ol{padding-left:10px}#comments .nv-content-wrap ol{list-style-type:decimal}#comments .nv-comments-list>li{padding:10px 0 0}#comments .children>li{margin-top:20px;padding-top:20px}#comments .edit-reply{margin-top:20px;display:flex;justify-content:space-between;font-size:.85em}#comments .edit-reply .nv-reply-link{margin-left:auto}.nv-comments-list{padding-bottom:20px}.nv-comments-title-wrap{margin:40px 0 60px}.nv-comment-article{padding-bottom:20px;border-bottom:1px solid var(--nv-light-bg)}.nv-comment-header{display:flex;align-items:center;text-transform:none;font-style:normal;font-size:.85em;margin-bottom:20px}.nv-comment-header .comment-author{display:flex;flex-direction:column}.nv-comment-avatar{margin-right:20px}.nv-comment-avatar>img{float:left;border-radius:50%}.comment-author .author{font-weight:700;text-transform:uppercase}#comments input:not([type=submit]):not([type=checkbox]){width:100%}#comments textarea{width:100%;max-width:100%;min-width:100%}#comments .comment-respond{margin:40px 0}#comments .comment-reply-title{margin-bottom:5px}#comments .comment-reply-title small{float:right}.comment-form{display:grid;grid-column-gap:20px;grid-row-gap:20px}.comment-form>p:not(.comment-notes){margin-bottom:0}.comment-form label{margin-bottom:10px;display:inline-block}.comment-form .form-submit{margin-top:10px}.pingback{border-bottom:1px solid var(--nv-light-bg)}.pingback .edit-link{display:block;font-size:.85em;margin-top:20px}.comment-form-cookies-consent{display:flex;align-items:center}.comment-form-cookies-consent input{margin-right:10px}.comment-form-cookies-consent label{margin-bottom:0}.nv-iframe-embed{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.nv-iframe-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}figcaption{font-size:.8em;opacity:.75}blockquote{margin:40px 0}blockquote p{font-size:1.1em}blockquote cite{padding-top:20px;display:block;color:#676767;font-style:normal;font-size:.95em}blockquote:after,blockquote:before{height:3px;width:60px;background-color:#c9c9c9;content:" ";display:block}blockquote:before{margin:0 auto 40px}blockquote:after{margin:40px auto 0}blockquote>*{margin-bottom:0}table{width:100%;margin:20px 0}table td,table th{padding:10px;border-bottom:1px solid var(--nv-light-bg)}p code{background:#d0effb;border-radius:5px;border:1px solid var(--nv-light-bg);padding:0 3px}pre{display:block;padding:20px;background:rgba(255,255,255,.75);border-radius:5px;border:1px solid var(--nv-light-bg);margin:20px 0;white-space:pre-wrap;font-size:.9em;line-height:2em}.excerpt-wrap:after,.nv-content-wrap:after{content:"";clear:both;display:table}.excerpt-wrap ul,.nv-content-wrap ul{list-style-type:circle}.excerpt-wrap>ol,.excerpt-wrap>ul,.nv-content-wrap>ol,.nv-content-wrap>ul{margin:20px 0}.excerpt-wrap ol,.excerpt-wrap ul,.nv-content-wrap ol,.nv-content-wrap ul{padding-left:20px}.excerpt-wrap ol li,.excerpt-wrap ul li,.nv-content-wrap ol li,.nv-content-wrap ul li{margin-top:10px}.excerpt-wrap dt,.nv-content-wrap dt{font-weight:600;display:block}.alignleft{float:left;margin:16px 16px 16px 0}.alignright{float:right;margin:16px 0 16px 16px}.aligncenter{display:block;text-align:center;margin:0 auto}.wp-caption{max-width:100%}.wp-caption-text{text-align:center;font-size:.8em;font-weight:500}.twitter-tweet.twitter-tweet-rendered{padding:20px 0;margin:auto}hr{border:0;height:0;border-top:1px solid var(--nv-light-bg);margin:10px 0;display:inline-block;width:100%}audio{display:flex;height:50px}.gallery-columns-1 .gallery-item{width:100%;max-width:100%}.gallery-columns-2 .gallery-item{max-width:48%;width:48%}.gallery-columns-3 .gallery-item{max-width:31.3333333333%;width:31.3333333333%}.gallery-columns-4 .gallery-item{max-width:23%;width:23%}.gallery-columns-5 .gallery-item{max-width:18%;width:18%}.gallery-columns-6 .gallery-item{max-width:14.6666666667%;width:14.6666666667%}.gallery-columns-7 .gallery-item{max-width:12.2857142857%;width:12.2857142857%}.gallery-columns-8 .gallery-item{max-width:10.5%;width:10.5%}.gallery-columns-9 .gallery-item{max-width:9.1111111111%;width:9.1111111111%}.gallery{display:flex;flex-wrap:wrap;justify-content:space-between}.gallery-item{display:inline-block;text-align:center;vertical-align:top}.nv-content-wrap ul.wp-block-gallery{padding-left:0}.gallery-caption{box-sizing:border-box}.nv-sidebar-wrap{margin-bottom:40px}.widget{word-break:break-word;padding-bottom:20px;margin-bottom:20px}.widget select{max-width:100%;width:100%}.widget p.widget-title{margin-bottom:10px;font-weight:600;font-size:1.25em}.widget:last-child{border:none;margin:0;padding:0}.widget ul{padding:0}.widget ul ul{padding-left:10px;border-left:1px solid var(--nv-light-bg)}.widget ul li{margin-top:5px}.widget_media_image img{width:100%}.neve-breadcrumbs-wrapper{margin-bottom:0}.neve-breadcrumbs-wrapper a{color:#676767}.hfg-is-group{display:flex;align-items:center}.hfg-is-group.mobile-right{justify-content:flex-end}.mobile-right{text-align:right}.mobile-right .builder-item--footer-menu,.mobile-right .component-wrap,.mobile-right .nav-ul,.mobile-right .nv-nav-wrap,.mobile-right .nv-search-icon-component,.mobile-right .site-logo{justify-content:flex-end}.hfg-is-group.mobile-left{justify-content:flex-start}.mobile-left{text-align:left}.mobile-left .builder-item--footer-menu,.mobile-left .component-wrap,.mobile-left .nav-ul,.mobile-left .nv-nav-wrap,.mobile-left .nv-search-icon-component,.mobile-left .site-logo{justify-content:flex-start}.hfg-is-group.mobile-center{justify-content:center}.mobile-center{text-align:center}.mobile-center .builder-item--footer-menu,.mobile-center .component-wrap,.mobile-center .nav-ul,.mobile-center .nv-nav-wrap,.mobile-center .nv-search-icon-component,.mobile-center .site-logo{justify-content:center}.mobile-justify .button{flex-grow:1}.hfg-item-v-top{align-self:flex-start}.hfg-item-v-bottom{align-self:flex-end}@media (min-width:576px){.container{max-width:540px}.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.hfg-is-group.tablet-right{justify-content:flex-end}.tablet-right{text-align:right}.tablet-right .builder-item--footer-menu,.tablet-right .component-wrap,.tablet-right .nav-ul,.tablet-right .nv-nav-wrap,.tablet-right .nv-search-icon-component,.tablet-right .site-logo{justify-content:flex-end}.hfg-is-group.tablet-left{justify-content:flex-start}.tablet-left{text-align:left}.tablet-left .builder-item--footer-menu,.tablet-left .component-wrap,.tablet-left .nav-ul,.tablet-left .nv-nav-wrap,.tablet-left .nv-search-icon-component,.tablet-left .site-logo{justify-content:flex-start}.hfg-is-group.tablet-center{justify-content:center}.tablet-center{text-align:center}.tablet-center .builder-item--footer-menu,.tablet-center .component-wrap,.tablet-center .nav-ul,.tablet-center .nv-nav-wrap,.tablet-center .nv-search-icon-component,.tablet-center .site-logo{justify-content:center}.tablet-justify .button{flex-grow:1}.header-menu-sidebar-inner .tablet-center .nav-ul .has-caret,.header-menu-sidebar-inner .tablet-center .nav-ul li a{justify-content:center}.header-menu-sidebar-inner .tablet-left .nav-ul .has-caret,.header-menu-sidebar-inner .tablet-left .nav-ul li a{justify-content:flex-start}.header-menu-sidebar-inner .tablet-right .nav-ul .has-caret,.header-menu-sidebar-inner .tablet-right .nav-ul li a{justify-content:flex-end}}@media (min-width:769px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}h1{font-size:2em}h2{font-size:1.75em}h3{font-size:1.5em}h4{font-size:1.25em}h5{font-size:1em}h6{font-size:1em}.has-neve-body-font-size{font-size:16px}.has-neve-h-1-font-size{font-size:2em}.has-neve-h-2-font-size{font-size:1.75em}.has-neve-h-3-font-size{font-size:1.5em}.has-neve-h-4-font-size{font-size:1.25em}.has-neve-h-5-font-size{font-size:1em}.has-neve-h-6-font-size{font-size:1em}#comments .nv-comments-list>li{margin-top:20px}#comments ol>ol{padding-left:20px}#comments .comment-form{grid-template-columns:repeat(3,1fr)}#comments .comment-form>:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email){grid-column:span 3}#comments .form-submit{align-items:center;justify-content:flex-end;display:flex;margin-top:0}.hidden-on-mobile{display:initial}.hidden-on-tablet{display:none}}@media (min-width:960px){.neve-main>.container .col{max-width:70%}.neve-main>.container>.row{flex-wrap:nowrap}.amp-desktop-caret-wrap{display:block}.amp-caret-wrap{display:none}.header-menu-sidebar-inner .desktop-center .nav-ul .has-caret,.header-menu-sidebar-inner .desktop-center .nav-ul li a{justify-content:center}.header-menu-sidebar-inner .desktop-left .nav-ul .has-caret,.header-menu-sidebar-inner .desktop-left .nav-ul li a{justify-content:flex-start}.header-menu-sidebar-inner .desktop-right .nav-ul .has-caret,.header-menu-sidebar-inner .desktop-right .nav-ul li a{justify-content:flex-end}.header-menu-sidebar-inner .amp-desktop-caret-wrap{display:none}.header-menu-sidebar-inner .amp-caret-wrap{display:block}.layout-alternative .nv-post-thumbnail-wrap,.layout-default .nv-post-thumbnail-wrap{margin-bottom:0}.layout-alternative .article-content-col .content,.layout-default .article-content-col .content{display:flex;align-items:center}.layout-default .article-content-col .content{flex-direction:row}.layout-alternative .article-content-col .content{flex-direction:row-reverse}.non-grid-content{display:flex;flex-direction:column;width:100%}.non-grid-content .button{align-self:flex-start}.nv-post-thumbnail-wrap~.default-layout-content{padding-left:20px}.nv-post-thumbnail-wrap~.alternative-layout-content{padding-right:20px}.layout-alternative .nv-post-thumbnail-wrap,.layout-default .nv-post-thumbnail-wrap{max-width:40%}.layout-alternative:nth-child(even) .content{flex-direction:row}.layout-alternative:nth-child(even) .nv-post-thumbnail-wrap~.alternative-layout-content{padding:0 0 0 20px}.non-grid-content>.entry-title{margin-top:0}.archive-container{padding-top:30px}.nv-content-none-wrap{margin-bottom:0}.nv-sidebar-wrap{max-width:30%}.nv-sidebar-wrap.nv-right{border-left:1px solid var(--nv-light-bg)}.nv-sidebar-wrap.nv-left{border-right:1px solid var(--nv-light-bg)}.nv-sidebar-wrap .row{flex-wrap:nowrap}.nv-index-posts:not(:only-child){padding-right:15px}.nv-sidebar-wrap.nv-left+.nv-index-posts:not(:only-child){padding-left:15px}.nv-index-posts,.nv-single-page-wrap,.nv-single-post-wrap{margin-bottom:40px}.nv-index-posts:not(:only-child),.nv-single-page-wrap:not(:only-child),.nv-single-post-wrap:not(:only-child){padding-right:40px}.nv-sidebar-wrap.nv-left+.nv-index-posts:not(:only-child),.nv-sidebar-wrap.nv-left+.nv-single-page-wrap:not(:only-child),.nv-sidebar-wrap.nv-left+.nv-single-post-wrap:not(:only-child){padding-right:15px;padding-left:40px}.nv-sidebar-wrap.nv-right{padding-left:40px}.nv-sidebar-wrap.nv-left{padding-right:40px}.hidden-on-tablet{display:initial}.show-on-desktop{display:initial}.hfg-is-group.desktop-right{justify-content:flex-end}.desktop-right{text-align:right}.desktop-right .builder-item--footer-menu,.desktop-right .component-wrap,.desktop-right .nav-ul,.desktop-right .nv-nav-wrap,.desktop-right .nv-search-icon-component,.desktop-right .site-logo{justify-content:flex-end}.hfg-is-group.desktop-left{justify-content:flex-start}.desktop-left{text-align:left}.desktop-left .builder-item--footer-menu,.desktop-left .component-wrap,.desktop-left .nav-ul,.desktop-left .nv-nav-wrap,.desktop-left .nv-search-icon-component,.desktop-left .site-logo{justify-content:flex-start}.hfg-is-group.desktop-center{justify-content:center}.desktop-center{text-align:center}.desktop-center .builder-item--footer-menu,.desktop-center .component-wrap,.desktop-center .nav-ul,.desktop-center .nv-nav-wrap,.desktop-center .nv-search-icon-component,.desktop-center .site-logo{justify-content:center}.desktop-justify .button{flex-grow:1}}.neve-main .elementor-text-editor ol,.neve-main .elementor-text-editor ul{padding-left:20px}.neve-main .elementor-text-editor ul{list-style:inherit}.site-header{position:relative}.site-header .hfg-container{display:flex;flex-direction:column;justify-content:center}.builder-item{margin-top:4px;margin-bottom:4px}@media (min-width:960px){.builder-item{margin-top:8px;margin-bottom:8px}}.page_header--row .page_header--row-inner,.page_header--row .page_header--row-inner .container .row{display:flex;align-items:center;position:relative}.page_header--row.layout-fullwidth .page_header--row-inner .container{max-width:100%!important}.page_header--row.layout-contained{max-width:1200px;margin:0 auto}.header--row .header--row-inner,.header--row .header--row-inner .container .row{display:flex;align-items:center;position:relative}.header--row.layout-fullwidth .header--row-inner .container{max-width:100%!important}.header--row.layout-contained{max-width:1200px;margin:0 auto}.footer--row .footer--row-inner,.footer--row .footer--row-inner .container .row{display:flex;align-items:center;position:relative}.footer--row.layout-fullwidth .footer--row-inner .container{max-width:100%!important}.footer--row.layout-contained{max-width:1200px;margin:0 auto}.hfg_header.site-header{-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.1);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.1);box-shadow:0 -1px 3px rgba(0,0,0,.1)}.header-menu-sidebar{padding:0;position:fixed;max-width:100%;top:0;z-index:999900;visibility:hidden;display:flex;transition:all .3s cubic-bezier(.79,.14,.15,.86);box-shadow:0 0 10px 0 rgba(0,0,0,.4);width:360px;height:100vh}.header-menu-sidebar-bg{position:relative;display:flex;flex-direction:column;word-wrap:break-word;width:100%}.header-menu-sidebar-inner{padding:20px 0;overflow:auto;height:100%}.menu_sidebar_slide_left .header-menu-sidebar{left:0;transform:translateX(-100%)}.menu_sidebar_slide_right .header-menu-sidebar{right:0;transform:translateX(100%)}.menu_sidebar_pull_left .wrapper{left:0}.menu_sidebar_pull_left .wrapper .header-menu-sidebar{left:0;transform:translateX(-100%)}.menu_sidebar_pull_right .wrapper{right:0}.menu_sidebar_pull_right .wrapper .header-menu-sidebar{right:0;transform:translateX(100%)}.menu_sidebar_dropdown .header--row{position:relative;z-index:999900}.menu_sidebar_dropdown .header-menu-sidebar{box-shadow:none;position:absolute;top:unset;width:100%;display:block}.menu_sidebar_dropdown .header-menu-sidebar .close-sidebar-panel{display:none}.menu_sidebar_dropdown .header-menu-sidebar-inner{transition:all .3s cubic-bezier(.79,.14,.15,.86);max-height:0;padding:0}.menu_sidebar_full_canvas .header-menu-sidebar{width:100%;bottom:0;right:0;opacity:0;transition:all .3s cubic-bezier(.79,.14,.15,.86)}.menu_sidebar_full_canvas .header-menu-sidebar-inner{flex-grow:1}.hiding-header-menu-sidebar .header-menu-sidebar{transition:all .3s cubic-bezier(.79,.14,.15,.86);height:100%}.hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar{transform:translateX(-100%)}.hiding-header-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar{transform:translateX(100%)}.hiding-header-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner{height:0;padding:0;overflow:hidden}.hiding-header-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar{opacity:0;pointer-events:none}.hiding-header-menu-sidebar .header-menu-sidebar{visibility:visible}.is-menu-sidebar .header-menu-sidebar{z-index:999900;height:100vh;visibility:visible}.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar{transform:translate3d(0,0,0);left:0}.is-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar{transform:translate3d(0,0,0);right:0}.is-menu-sidebar.menu_sidebar_pull_left .header-menu-sidebar{transform:translateX(0)}.is-menu-sidebar.menu_sidebar_pull_right .header-menu-sidebar{transform:translateX(0)}.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar{height:auto}.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner{max-height:400px;padding:20px 0}.is-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar{opacity:1}.header-menu-sidebar .menu-item-nav-search{display:flex;align-items:center}.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search{margin-left:20px;position:relative;background-color:transparent;border:0;display:flex;box-shadow:none;flex-direction:row-reverse;width:100%;padding:0;line-height:1}.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search .close-container{position:static;top:unset;width:35%;padding:0}.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search form input:not([type=submit]){background-color:#fff}.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search input[type=submit]{line-height:1}.header-menu-sidebar .menu-item-nav-search.responsive-nav-search .nv-nav-search .nv-icon{line-height:1}.header-menu-sidebar .navbar-toggle-wrapper{display:flex;align-items:center;justify-content:flex-end;z-index:999910;padding:8px 10px}.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle{position:relative}.header-menu-sidebar .item--inner{transition:transform .3s,opacity .3s;opacity:0}.is-menu-sidebar .header-menu-sidebar .item--inner{opacity:1}.header-menu-sidebar-overlay{top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);position:fixed;transform:translate3d(0,0,0);z-index:999899;transition:all .3s linear;visibility:hidden;opacity:0;pointer-events:none}.is-menu-sidebar .header-menu-sidebar-overlay{visibility:visible;opacity:1;pointer-events:unset}@media (max-width:960px){.footer--row .builder-item{width:100%;max-width:100%;flex:0 0 100%;margin-left:0}.footer--row .builder-item:not(:last-child){margin-bottom:30px}.nv-footer-content{flex-wrap:wrap}}.site-footer{position:relative;z-index:10}.site-footer .item--inner.has_menu{width:100%;max-width:100%;align-items:center;display:flex}.footer-main .footer--row-inner{padding-top:2.5em;padding-bottom:2.5em}.footer--row.layout-fullwidth .hfg-container{max-width:initial}.footer--row .builder-item--group{justify-content:flex-start}.footer--row .builder-item--group .item--inner{width:auto}.footer-bottom .builder-item .widget-area .widget:last-child,.footer-main .builder-item .widget-area .widget:last-child,.footer-top .builder-item .widget-area .widget:last-child{margin-bottom:0}.site-footer p:last-child{margin-bottom:0}.site-footer li,.site-footer ul{list-style:none;margin:0}.site-footer ul ul{margin-left:2.617924em}.footer-copyright{font-size:.875em}.item-button{display:inline-block}.style-border-bottom ul:not(.max-mega-menu)>li:hover>a,.style-border-top ul:not(.max-mega-menu)>li:hover>a,.style-full-height ul:not(.max-mega-menu)>li:hover>a{text-decoration:none}.style-border-bottom ul>li.menu-item-nav-cart:hover a,.style-border-bottom ul>li.menu-item-nav-search:hover a,.style-border-top ul>li.menu-item-nav-cart:hover a,.style-border-top ul>li.menu-item-nav-search:hover a,.style-full-height ul>li.menu-item-nav-cart:hover a,.style-full-height ul>li.menu-item-nav-search:hover a{opacity:.75}.style-border-bottom a:after{bottom:0}.style-border-bottom .sub-menu a:after{bottom:5px}.header-menu-sidebar-inner .style-border-bottom .sub-menu a:after{bottom:0}.style-border-top a:after{top:0}.style-border-top .sub-menu a:after{top:5px}.header-menu-sidebar-inner .style-border-top .sub-menu a:after{top:0}.style-full-height .sub-menu a:after{max-width:100%}.style-full-height a{position:relative;align-items:center;z-index:1}.style-full-height a:after{top:0;bottom:0;left:0;right:0;height:auto!important;z-index:-1}.nav-menu-footer a{display:flex;justify-content:center;position:relative}.header-menu-sidebar-inner #mega-menu-wrap-primary .mega-menu-toggle{display:none}.header-menu-sidebar-inner #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary{display:block}.mega-menu-primary .nav-menu-primary{width:100%}.style-border-bottom ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart):hover>a:after,.style-border-top ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart):hover>a:after{width:100%}.style-border-bottom ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after,.style-border-top ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after,.style-full-height ul>li:not(.menu-item-nav-search):not(.menu-item-nav-cart)>a:after{position:absolute;content:"";display:block;margin:0 auto;width:0;height:2px;transition:opacity .3s ease,width .3s ease;right:0;left:0;pointer-events:none}.header-menu-sidebar-inner li:hover>a:after{width:100%!important}.nav-toggle-label{margin-right:5px;line-height:100%}.icon-bar{transition:all .1s ease;position:relative;display:block;border-radius:2px;width:15px;height:2px}.icon-bar:nth-child(2){margin:3px 0}.navbar-toggle-wrapper{align-items:center}.navbar-toggle{border-radius:3px;background:0 0;cursor:pointer;padding:10px 15px;display:flex;align-items:center;border:1px solid}.navbar-toggle:hover{box-shadow:none;transform:none;background:0 0}.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1){transform:rotate(45deg);top:5px}.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(2){opacity:0}.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3){transform:rotate(-45deg);bottom:5px}.search-field{line-height:1;flex-grow:1}.search-field input[type=submit]:hover{background-color:transparent}.search-field .widget-search{width:100%}.search-field input[type=search]{background-color:#fff}.hfg-is-group>div:first-of-type .button{margin-right:20px}.hfg-is-group>div:last-of-type .button{margin-left:20px}.hfg-grid{display:flex}@media (min-width:960px){.hfg-grid .hide-on-desktop,.hide-on-desktop{display:none}}@media (max-width:959px){.hfg-grid .hide-on-tablet,.hide-on-tablet{display:none}}@media (max-width:576px){.hfg-grid .hide-on-mobile,.hide-on-mobile{display:none}}.component-wrap{display:flex;margin:4px 0}.builder-item--footer_copyright .component-wrap{display:inline}