.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding, 10px);border:var(--border, none);border-radius:var(--border-radius, 8px);background:var(--bg, #fff);width:var(--switcher-width, auto);top:var(--top, unset);right:var(--right, unset);bottom:var(--bottom, unset);left:var(--left, unset);box-shadow:0 10px 20px 0 #0000000D;}
.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse;}
.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;}
.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,
.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column;}
div.trp-ls-inline .trp-language-switcher-inner{flex-direction:row;}
.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%;}
#trp-floater-powered-by{color:var(--text, #b3b3b3);font-size:12px;text-align:center;padding:0 5px;}
#trp-floater-powered-by a{color:var(--text, #b3b3b3);}
.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--text, #747474);padding-top:5px;margin-top:5px;}
.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--text, #747474);padding-bottom:5px;margin-bottom:5px;}
.trp-shortcode-switcher__wrapper{position:relative;border:none;}
.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border, none);border-radius:var(--border-radius, 5px);background:var(--bg, #fff);width:auto;box-shadow:none;}
.trp-shortcode-switcher.trp-open-on-click{cursor:pointer;}
.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999;}
.trp-current-language-item__wrapper{display:flex;align-items:center;padding-right:10px;justify-content:space-between;}
.trp-language-switcher-inner{display:flex;}
.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse;}
.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column;}
.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration);}
.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column;}
.trp-ls-dropdown.is-open .trp-switcher-dropdown-list, .trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,
.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list, .trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) transparent;}
.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list, .trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden !important;}
.trp-shortcode-arrow{pointer-events:none;}
.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg);}
.trp-shortcode-overlay:focus{outline:none;}
.trp-shortcode-overlay:focus-visible{outline:2px solid var(--text);outline-offset:2px;}
.trp-shortcode-overlay .trp-language-item:focus{outline:none;}
.trp-shortcode-overlay .trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:2px;}
.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box;}
.trp-language-item:hover{background:var(--bg-hover, #f3f3f3);}
.trp-language-item:hover .trp-language-item-name{color:var(--text-hover, #000);}
.trp-language-item__current{pointer-events:none;cursor:default;}
.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text, #000);font-size:var(--font-size, 14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400;}
.trp-flag-image{border-radius:var(--flag-radius, 0);aspect-ratio:var(--aspect-ratio, 4/3);width:var(--flag-size, 18px);display:inline-block;}
.trp-menu-ls-label .trp-flag-image{margin:-2px 3px;}
.trp-custom-flag{width:var(--flag-size, 18px);height:auto;aspect-ratio:var(--aspect-ratio, 4/3);border-radius:var(--flag-radius, 2px);object-fit:cover;}
.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px;}
.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:transparent;}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px;}
.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover);}
.trp-flag-rounded{border-radius:9999px;aspect-ratio:1 / 1;}
.trp-ls-name{padding-left:5px;}
.trp_ald_ls_container img.trp-flag-image{padding-top:0 !important;}
.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box;}
.trp_ald_ls_container .trp-language-switcher > div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff;}
.trp_ald_ls_container .trp-language-switcher > div > a{display:block;padding:2px;border-radius:3px;color:rgb(7, 105, 173);}
.trp_ald_ls_container .trp-language-switcher > div > a:hover{background:#f1f1f1;}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language{cursor:default;}
.trp_ald_ls_container .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover{background:none;}
.trp_ald_ls_container .trp-language-switcher > div > a > img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0;}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block;}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden;}
.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto;}
.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language, .trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block !important;min-height:auto;}
#trp_ald_x_button{
z-index: 0 !important;
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden{background-color:#ffffff;background-image:url(//kiemmi.com/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);background-repeat:no-repeat;background-position:50% 50%;}
figure.wp-block-image img.lazy-hidden{min-width:150px;}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}.variation-Configuration > div span.choice-thumb{}
.choice-thumb img{max-width:20px;max-height:40px;display:inline-block;vertical-align:middle;}
td.product-name dl.variation dd div strong:empty + .semicol{display:none;}
.woocommerce td.product-name dl.variation dt.variation-Configuration{display:block;float:none;}
.woocommerce td.product-name dl.variation dd.variation-Configuration{font-size:.8em;}
.woocommerce td.product-name dl.variation dd.variation-Configuration div{padding-bottom:.2em;}
.woocommerce td.product-name dl.variation dd.variation-Configuration div strong, .wc-item-meta .order-configuration-details strong{display:inline-block;}
.woocommerce td.product-name dl.variation dd.variation-Configuration div strong:empty + span.semicol,
.wc-item-meta .order-configuration-details strong:empty + span.semicol{opacity:0;}
.woocommerce td.product-name dl.variation dd.variation-Configuration span.sku, .order-configuration-details span.sku{font-size:.8em;text-transform:uppercase;display:inline-block;background:#00000014;margin-left:5px;padding:3px;line-height:1;}
.wc-item-meta .order-configuration-details div{font-size:.8em;}
button.configure-product + .woocommerce-product-details__short-description{margin-top:1.5em;}
.shop_table tbody tr td.product-thumbnail a img.generating-image{background:url(//kiemmi.com/wp-content/plugins/product-configurator-for-woocommerce/assets/images/spinner.gif) no-repeat 50% 50%;width:100%;height:100%;min-width:20px;}
table span.choice-thumb.color{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:4px;border-radius:3px;}
.shop_table.woocommerce-checkout-review-order-table tbody tr td img.configuration-image{width:100px;border-radius:8px;vertical-align:middle;margin-right:10px;max-width:100%;}
.configurator-error.error{padding:10px;background:#fff7f8;border:1px solid red;border-radius:3px;color:red;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.out-of-stock--no-more-choice{width:100%;text-align:center;}
.is_configurable :not(.enable-add-to-cart):not(.configurator_is_inline) .summary .yith-ywraq-add-button.show{display:none !important;}
tr.wc-block-cart-items__row.configurator-hidden, .wc-block-components-order-summary-item.configurator-hidden{display:none !important;}
tr.wc-block-cart-items__row.configurator-linked-product .wc-block-components-product-badge.wc-block-components-sale-badge {
display: none;
}button.variations_button.disabled, .variations_button.disabled button.single_add_to_cart_button{display:none;}
.is_configurable div.product form.cart .variations_button:not(.disabled) .quantity, .is_configurable div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button,
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .quantity,
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button:not(.disabled) .single_add_to_cart_button{display:block !important;}
.is_configurable.current-variation-is-configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .variations_button.disabled .quantity{display:none !important;}
.mkl-pc-choice-qty--container{display:none;width:auto;max-width:120px;border:1px solid #CCC;background:#FFF;justify-content:space-between;margin:13px;border-radius:4px;}
.mkl-pc-choice-qty--container > *{flex-grow:1;}
.mkl-pc-choice-qty--container:focus-within{border-color:var(--mkl_pc_color-primary, #777);}
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty, .mkl-pc-choice-qty--container input.mkl-pc-choice-qty:focus{border:none;color:#000;background:transparent;box-shadow:none;padding:0;margin:0;width:auto;max-width:2ch;text-align:center;-moz-appearance:textfield;}
.mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-outer-spin-button, .mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl-pc-choice-qty--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar ul.layer_choices li.active > .text-field .mkl-pc-choice-qty--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl_quantity .mkl-pc-choice-qty--container{display:flex;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn{padding:4px;margin:0;display:block;border:none;text-align:center;font-size:15px;font-family:sans-serif;color:#000;line-height:1;cursor:pointer;user-select:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg{vertical-align:middle;width:15px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg use{fill:#000;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:hover svg use, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:focus svg use{fill:var(--mkl_pc_color-primary);}
.footer__section-center{display:inline-flex;align-items:center;}
.mkl-footer--action-button{display:flex;align-items:center;margin:0;padding:6px 12px;line-height:1.2;text-transform:none;font-size:12px;font-weight:400;background:transparent;appearance:none;box-shadow:none;border:none;color:inherit;text-decoration:none;}
.mkl-footer--action-button svg{fill:currentColor;height:24px;width:24px;margin-right:8px;vertical-align:middle;}
@media(max-width:720px){
.mkl-footer--action-button svg{margin-right:3;}
}
.mkl-footer--action-button span{vertical-align:middle;}
@media(max-width:720px){
.mkl-footer--action-button span{display:none;}
}
@media(max-width:720px){
.mkl-footer--action-button{display:block;height:100%;width:60px;}
}
.adding-to-cart--modal{display:none;}
body.show-add-to-cart-modal .adding-to-cart--modal{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:100000;background:rgba(255, 255, 255, 0.9);}
body.show-add-to-cart-modal.configurator_is_inline .adding-to-cart--modal{position:fixed;}
.adding-to-cart--modal .has-box{display:block;padding:50px;background:#FFF;border-radius:11px;box-shadow:0 4px 15px rgba(0, 0, 0, 0.0588235294);}
.adding-to-cart--modal .has-box .header{text-align:center;font-size:30px;font-weight:500;padding-bottom:30px;}
.adding-to-cart--modal .messages:not(:empty){padding-bottom:28px;}
.adding-to-cart--adding-cta{text-align:center;}
.adding-to-cart--adding-cta .or{display:inline-block;padding-left:10px;padding-right:10px;}
.adding-to-cart--adding-cta button.button, .adding-to-cart--adding-cta a.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:0.818em 1.2em;font-weight:700;border-radius:6px;left:auto;color:#ffffff;background-color:#2a2a2a;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none;}
@keyframes loading-spinner {
0%{width:0;margin-left:0;}
50%{width:100%;margin-left:0;}
100%{width:0;margin-left:100%;}
}
@keyframes anim-circle {
0%{stroke-dashoffset:-170;}
100%{stroke-dashoffset:0;}
}
@keyframes anim-tick {
0%{stroke-dashoffset:52;}
25%{stroke-dashoffset:52;}
75%{stroke-dashoffset:0;}
100%{stroke-dashoffset:0;}
}
.adding-to-cart--modal .spinner{height:4px;background:red;width:0;margin-top:10px;transition:0.2s all;animation:loading-spinner;animation-duration:1s;animation-iteration-count:infinite;}
.adding-to-cart--modal svg{max-width:70px;}
.adding-to-cart--modal svg *{vector-effect:non-scaling-stroke;stroke-linecap:round;fill:none;stroke:#63c800;stroke-miterlimit:10;stroke-width:2px;}
.adding-to-cart--modal svg circle{stroke-dasharray:170;animation:anim-circle 0.5s;animation-timeline:auto;animation-direction:normal;}
.adding-to-cart--modal svg polyline {
stroke-dasharray: 52;
animation: anim-tick 0.75s;
}.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item{width:100%;box-shadow:none;padding-left:1em;padding-right:1em;box-sizing:border-box;font-size:1rem;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item label, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item label{display:block;margin-bottom:5px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item textarea, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item select, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item textarea,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item select{width:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type=radio],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type=checkbox],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type=radio],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type=checkbox]{width:auto;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item input[type=checkbox],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item input[type=checkbox]{margin-right:6px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container{position:relative;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container.has-suffix, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container.has-suffix{display:flex;flex-wrap:nowrap;align-items:center;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container.has-suffix input[type=number],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container.has-suffix input[type=number]{width:100%;flex:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .number-field-container span.number-field-suffix, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .number-field-container span.number-field-suffix{display:inline-block;padding-left:6px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container{float:right;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container .max-chars--prefix, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container .max-chars--prefix{display:inline-block;margin-right:4px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li.form-item .max-chars--container .max-chars--suffix, .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li.choices-list li:not(.is-group).form-item .max-chars--container .max-chars--suffix{display:inline-block;left:4px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field{display:none;padding:1em;font-size:1rem;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .mkl-pc-field-label:empty{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field{display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field label{display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type=text],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type=number]{width:100%;padding:4px;margin:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type=radio],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type=checkbox]{width:auto;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field input[type=checkbox]{margin-right:6px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field textarea{min-height:70px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field select{max-width:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity .mkl-pc-choice-qty--container{margin:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number]{text-align:center;border:none;box-shadow:none;max-width:3ch;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number]:hover{appearance:none;-moz-appearance:textfield;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number]::-webkit-outer-spin-button,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field .text-field.mkl_quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity .mkl-pc-field-label{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity::before{display:none !important;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity span.mkl-pc-choice-qty--btn{display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.has-text-field.active .text-field.mkl_quantity span.mkl-pc-choice-qty--btn svg{height:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .error-message{display:none;color:red;font-size:0.9em;line-height:1.2;padding-top:3px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type=text],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type=number],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type=date],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error input[type=checkbox],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error textarea, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error select{outline:4px solid rgba(255, 0, 0, 0.27);outline-offset:0px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .has_error .error-message{display:block;}
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field, .mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field{width:100%;}
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field.active > button, .mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field.active > button{height:auto;padding-bottom:0;}
.mkl_pc.wsb .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.form-item, .mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.form-item{padding:0;}
.mkl_pc.float .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active.has-text-field > button{height:auto;padding-bottom:0;}
.mkl_pc.float .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.active.has-text-field .text-field{padding:0.5em;}
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-text-field{width:var(--choice-item-width, 220px);}
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.form li.choices-list > ul{flex-direction:column;}
.mkl_pc.h .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.form li.choices-list > ul .form-item{max-width:500px;margin-bottom:10px;}
.mkl_pc .upload-field{padding:10px;text-align:center;background:rgba(32, 48, 55, 0.0588235294);border-radius:4px;border:2px dashed rgba(0, 0, 0, 0.0901960784);overflow:hidden;transition:0.2s all;}
.mkl_pc .upload-field input[type=file]{position:absolute !important;height:1px;width:1px !important;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);}
.mkl_pc .upload-field > label{background:#212729;border-radius:4px;padding:0.7em 1.5em;display:inline-block !important;width:auto;color:#FFF;cursor:pointer;transition:0.2s all;}
.mkl_pc .upload-field > label:focus-within{outline:2px solid #212729;outline-offset:2px;}
.mkl_pc .upload-field .or{font-size:13px;text-transform:uppercase;line-height:1;padding-top:12px;padding-bottom:15px;color:#CCC;transition:0.2s all;}
.mkl_pc .upload-field .or::before, .mkl_pc .upload-field .or::after{content:"";display:inline-block;background:#CCC;height:1px;width:50px;margin:3px;}
.mkl_pc .upload-field .upload-field--disabled{display:none;}
.mkl_pc .upload-field .upload-field--drop-zone{transition:0.2s all;}
body.is-mobile .mkl_pc .upload-field .upload-field--drop-zone, body.is-mobile .mkl_pc .upload-field .or{display:none;}
.mkl_pc .form-item.upload.cdisabled .upload-field{border:1px solid rgba(0, 0, 0, 0.0901960784);}
.mkl_pc .form-item.upload.cdisabled .upload-field .upload-field--disabled{display:block;}
.mkl_pc .form-item.upload.cdisabled .upload-field .upload-field--drop-zone, .mkl_pc .form-item.upload.cdisabled .upload-field .or, .mkl_pc .form-item.upload.cdisabled .upload-field label{display:none !important;}
.upload-field--accepted-types{font-size:12px;padding:8px 0;}
.max-files-reached .upload-field, .max-files-reached .upload-field--accepted-types{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list{margin:0;padding:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item{width:100%;box-shadow:none;border-bottom:1px solid rgba(0, 0, 0, 0.0901960784);font-size:0.9em;line-height:1;padding:3px;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .pc-file-preview{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:4px;background-color:#f0f0f0;margin-right:8px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .pc-file-preview svg{width:24px;height:24px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .pc-file-preview-img{width:100%;height:100%;object-fit:cover;display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item span.pc-file-name{word-break:break-all;padding:3px;padding-right:6px;font-size:0.8rem;border-right:1px dotted #d8d8d8;flex:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item span.pc-file-separator{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload{border:none;appearance:none;background:transparent;box-shadow:none;padding:4px;width:auto;height:auto;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload span{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list .uploads-list li.uploads-list--item .delete-upload::before{content:"x";display:block;padding:6px;}
.dragging.form-item.upload .upload-field{border-color:#212729;}
.dragging .upload-field .or{opacity:0;}
.dragging.form-item.upload .upload-field > label{transform:translateY(60px);opacity:0;}
.dragging .upload-field--drop-zone{transform:translateY(40px);}
.mkl-pc-upload-field {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}:root{--mkl_pc_color-light-gray:#e3e3e3;--mkl_pc_color-primary:var(--wp--preset--color--palette-color-1, #0089cd);--mkl_pc_color-primary_hover:#000;--mkl_pc_color-layers_button_text_color:rgba(0, 0, 0, 0.7);--mkl_pc_color-choices_button_text_color:rgba(0, 0, 0, 0.7);--mkl_pc_color-overlay_bg:#000000;--mkl_pc_color-active_layer_button_bg_color:#eaeaea;--mkl_pc_color-active_layer_button_text_color:#000000;--mkl_pc_color-active_choice_button_bg_color:#eaeaea;--mkl_pc_color-active_choice_button_text_color:#000000;--mkl_pc_toolbar_width:400px;--mkl_pc_footer_height:80px;}
@-webkit-keyframes sk-scaleout {
0%{-webkit-transform:scale(0);}
100%{-webkit-transform:scale(1);opacity:0;}
}
@keyframes sk-scaleout {
0%{-webkit-transform:scale(0);transform:scale(0);}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0;}
}
@-webkit-keyframes slide-in-left {
0%{-webkit-transform:translateX(50px);opacity:0;}
100%{-webkit-transform:translateX(0);opacity:1;}
}
@keyframes slide-in-left {
0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0;}
100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;}
}
@keyframes configurator-load {
0%{opacity:0;}
50%{opacity:1;}
100%{opacity:0;}
} .configurator_is_opened:not(.configurator_is_inline){overflow:hidden;}
.is_configurable div.product form.cart{border:none;}
.is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .quantity, .is_configurable:not(.enable-add-to-cart):not(.configurator_is_inline) div.product form.cart .single_add_to_cart_button{display:none;}
@media(max-width:660px){
.is_configurable button.configure-product{font-size:1.4em;display:block;width:100%;}
} .mkl_pc{position:fixed;top:0;left:0;bottom:0;width:100%;z-index:10000;}
@media(max-width:760px){
.mkl_pc{--mkl_pc_toolbar_width:220px;}
}
.mkl_pc .loader{display:none;position:absolute;top:50%;left:50%;text-align:center;transform:translate(-50%, -50%);}
.mkl_pc .loader .header{font-size:1.5em;font-weight:bold;color:#FFF;text-shadow:0 2px 14px rgba(0, 0, 0, 0.62);}
.mkl_pc .loader .spinner{width:40px;height:40px;margin:30px auto;background-color:#FFF;border-radius:100%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out;}
.mkl_pc.loading .loader{display:block;}
.mkl_pc.loading .mkl_pc_container{transform:translateY(-30px);opacity:0;}
.mkl_pc .overlay{position:absolute;top:0;left:0;height:100%;width:100%;visibility:hidden;opacity:0;transition:all 0.3s;}
.mkl_pc .mkl_pc_container{position:absolute;width:auto;height:auto;top:0;left:0;right:0;bottom:0;background:#fff;box-shadow:0px 2px 15px rgba(0, 0, 0, 0.8);visibility:hidden;opacity:0;transform:translateY(-30px);transition:all 0.5s;}
@media(max-width:760px){
.mkl_pc .mkl_pc_container{top:0;left:0;right:0;bottom:0;--mkl_pc_footer_height:70px;}
}
.mkl_pc .mkl_pc_container .mkl_pc_bg{position:absolute;left:var(--mkl_pc_toolbar_width);top:0;right:0;bottom:var(--mkl_pc_footer_height);background-position:50%;background-size:cover;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_bg{left:0;top:0;bottom:50%;}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer{position:absolute;z-index:1;left:var(--mkl_pc_toolbar_width);top:0;right:0;bottom:var(--mkl_pc_footer_height);}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_viewer{left:0;bottom:50%;top:40px;}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select{position:absolute;right:2em;bottom:2em;z-index:2;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);border-radius:3px;background:#fff;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a{display:block;padding:4px 10px;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a::before{content:"\f01e";font-family:"FontAwesome";display:inline-block;margin-right:1em;transition:transform 0.3s;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:active::before, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:focus::before{transform:rotate(380deg);}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select ul{padding:0;margin:0;list-style-type:none;position:absolute;bottom:100%;left:0;width:100%;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);transition:all 0.2s;visibility:hidden;opacity:0;transform:translateY(10px);}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:hover ul, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:focus-within ul, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:focus + ul{visibility:visible;opacity:1;transform:translateY(0);}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li{background:#fff;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a{display:block;padding:3px 11px;border-bottom:1px solid #EEE;text-align:center;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a::before{content:"\f06e";font-family:"FontAwesome";transition:all 0.2s;display:inline-block;padding-right:0;opacity:0;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a span.angle-image{width:25px;height:25px;display:inline-block;vertical-align:middle;transform:translateY(-2px);}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li a span.angle-image img{width:auto;max-width:100%;height:auto;display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li.active a::before{padding-right:1em;opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select li:last-child a{border-bottom:none;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a span{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a::before{margin-right:0;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a::before{margin-right:0;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:hover > a span, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select:focus-within > a span, .mkl_pc .mkl_pc_container .mkl_pc_viewer .angles-select > a:focus span{display:inline-block;margin-left:1em;}
}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers{position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;user-select:none;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img{transition:0.2s all;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);max-height:100%;-webkit-user-drag:none;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img:not(.active), .mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img.loading{opacity:0;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html{position:absolute;width:100%;top:0;left:0;height:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .custom-html:not(.active){display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers .images-loading{display:none;width:30px;height:30px;background:var(--mkl_pc_color-primary_hover);position:absolute;left:2em;bottom:2em;opacity:0;transition:all 0.2s;border-radius:50%;-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out;}
.mkl_pc .mkl_pc_container .mkl_pc_viewer .mkl_pc_layers img.loading ~ .images-loading{opacity:1;display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar{position:absolute;z-index:2;width:var(--mkl_pc_toolbar_width);background:#fff;left:0;top:0;bottom:var(--mkl_pc_footer_height);display:flex;flex-direction:column;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header{border-bottom:1px solid var(--mkl_pc_color-light-gray);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3{margin:0;padding:0;display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel{position:fixed;background:transparent;border:none;box-shadow:none;width:20px;height:20px;padding:0;top:30px;right:30px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel span{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::after{content:" ";width:20px;height:2px;background:#000;position:absolute;top:50%;left:0;transform-origin:50%;transform:rotate(45deg);transition:all 0.2s;border-radius:1px;display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::after{transform:rotate(-45deg);}
@media(max-width:760px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header{width:calc(100% - var(--mkl_pc_toolbar_width));}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header{position:fixed;left:0;top:0;width:100%;height:40px;background:#36383a;padding-top:8px;color:#FFF;font-size:1rem;box-sizing:border-box;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header h3{display:block;color:#FFF;font-size:1rem;margin:0;padding:0;text-align:center;margin-right:40px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel{position:absolute;top:10px;right:10px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header .cancel::before{background:#FFF;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices{position:relative;height:100%;overflow:hidden;overflow-y:auto;padding:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul{list-style-type:none;display:block;margin:0;padding:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:auto;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li{display:block;margin:0;padding:0;line-height:2;position:relative;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.hide_in_configurator{display:none !important;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item{padding-top:5px;padding-bottom:5px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item:first-child{padding-top:1em;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=text],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=date],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=number],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item textarea, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item select{background:#FFF;border:1px solid #CCC;text-align:left;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=text]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=date]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item input[type=number]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item textarea:focus, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item select:focus{border-color:#777;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.form-item textarea{min-height:80px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button{display:block;width:100%;height:auto;text-align:left;padding:30px 14px;border:none;border-radius:0;border-bottom:1px solid var(--mkl_pc_color-light-gray);background-color:transparent;position:relative;line-height:1.3;color:var(--mkl_pc_color-layers_button_text_color);font-weight:normal;white-space:normal;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button:hover, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button:focus{color:var(--mkl_pc_color-primary_hover);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button span.text{display:inline-block;font-weight:500;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button span.description{display:block;font-weight:300;font-size:0.9em;margin-top:0.5em;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button span.selected-choice{display:block;font-size:0.6rem;text-transform:uppercase;opacity:0.5;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li button{padding:1em;font-size:1.2em;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li span.out-of-stock{display:block;position:absolute;top:10px;right:10px;padding:0.5em;background:rgba(0, 0, 0, 0.85);color:#fff;font-size:0.8em;text-transform:uppercase;line-height:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > button{background:var(--mkl_pc_color-active_choice_button_bg_color);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li ul{list-style-type:none;display:block;margin:0;padding:0;position:relative;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li ul.active li{-webkit-animation:slide-in-left 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);animation:slide-in-left 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li ul li.choice.active.has-text-field{border-bottom:1px solid var(--mkl_pc_color-light-gray);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li ul li.choice.active > button{background:rgb(234.25, 234.25, 234.25);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li ul.choices-list--children{border:1px solid var(--mkl_pc_color-light-gray);margin:0.5em;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button{padding-left:60px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button i{position:absolute;display:block;width:40px;left:10px;top:50%;transform:translateY(-50%);opacity:0.5;text-align:center;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button i{width:30px;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button i img{max-width:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button i.selected-choice-image img ~ img{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button i.selected-choice-image:not(:empty) + i{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item i.close{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item > button:hover i{opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item.active > button{background-color:var(--mkl_pc_color-active_layer_button_bg_color);color:var(--mkl_pc_color-active_layer_button_text_color);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices li.layers-list-item.active > button i{opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices{visibility:hidden;position:absolute;top:0;bottom:0;left:var(--mkl_pc_layer_choices, 60px);right:0;transition:all 0.3s cubic-bezier(0.02, 0.5, 0.14, 1.01);background:#f7f7f7;transform:translateX(100%);}
@media(max-width:760px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices{left:0;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item{background:transparent;transition:0.2s all;display:flex;align-items:center;flex-wrap:wrap;padding:26px;border-radius:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item span.choice-text--container{display:flex;width:100%;align-items:center;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item span.choice-price{display:inline-block;padding:0 6px;border-radius:6px;color:#777;margin-left:5px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail{height:58px;width:58px;border:2px solid transparent;display:block;position:relative;border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);background:transparent;box-shadow:none;transition:all 0.2s;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail{height:30px;width:30px;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail span{display:block;overflow:hidden;position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);box-shadow:0 0 8px rgba(0, 0, 0, 0.2);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail span::before{content:" ";display:block;width:calc(100% - 12px);height:calc(100% - 12px);position:absolute;top:6px;left:6px;background:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");background-size:20px;background-position:center center;background-repeat:no-repeat;z-index:1;opacity:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail img{position:absolute;max-width:100%;width:auto;height:auto;top:50%;left:50%;border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);transform:translate(-50%, -50%);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item i.mkl-pc-thumbnail + .text.choice-name{margin-left:10px;max-width:calc(100% - 70px);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item span.description{display:block;width:100%;font-weight:300;font-size:0.9em;margin-top:0.5em;order:2;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li > button.choice-item:hover i.mkl-pc-thumbnail{opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choice.has-thumbnail > button{padding:10px 14px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choice:not(.is-group):not(.has-thumbnail) > button .choice-text--container::before{content:"";display:block;width:20px;height:20px;border-radius:20px;background:var(--mkl_pc_color-active_choice_button_bg_color);flex-shrink:0;margin-right:10px;box-sizing:border-box;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.active.choice:not(.is-group):not(.has-thumbnail) > button .choice-text--container::before{background:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .3))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='6' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");background-size:60%;background-position:center center;background-repeat:no-repeat;background-color:var(--mkl_pc_color-primary);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group{border-bottom:1px solid var(--mkl_pc_color-light-gray);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label{padding-left:3px;padding:5px 14px;font-size:0.8em;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label .choice-text--container{display:flex;align-items:center;flex-wrap:wrap;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label .text.choice-name{opacity:0.8;text-transform:uppercase;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label span.choice-price{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label i.mkl-pc-thumbnail{height:38px;width:58px;border:none;display:block;position:relative;box-shadow:none;top:auto;transform:none;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label i.mkl-pc-thumbnail{height:30px;width:30px;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label i.mkl-pc-thumbnail span{display:block;overflow:hidden;position:absolute;top:3px;left:3px;right:3px;bottom:3px;box-shadow:none;border-radius:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label i.mkl-pc-thumbnail img{position:absolute;max-width:100%;width:auto;height:auto;top:50%;left:50%;transform:translate(-50%, -50%);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group .choice-group-label .description{display:block;width:100%;line-height:1.4;font-size:90%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label{height:auto;padding:10px 14px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label::before{content:"";width:15px;display:block;height:2px;background:rgba(54, 56, 58, 0.3333333333);position:absolute;right:30px;top:50%;transition:0.2s all;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label:hover::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group button.choice-group-label:focus::before{background:var(--mkl_pc_color-primary_hover);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group:not(.show-group-content) button.choice-group-label{border-bottom:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group:not(.show-group-content) button.choice-group-label::before{right:30px;transform:rotate(90deg);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group:not(.show-group-content) button.choice-group-label ~ ul.choices-list--children{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.is-group + .is-group{margin-top:1em;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active{transform:translateX(0);visibility:visible;box-shadow:-12px 0 40px -10px rgba(0, 0, 0, 0.15);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active{background-color:var(--mkl_pc_color-active_choice_button_bg_color);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active button.choice-item{background-color:var(--mkl_pc_color-active_choice_button_bg_color);color:var(--mkl_pc_color-active_choice_button_text_color);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active i.mkl-pc-thumbnail{border-color:var(--mkl_pc_color-primary);opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active i.mkl-pc-thumbnail span::before{opacity:1;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=text],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=date],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=number],
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field textarea{background:#FFF;border:1px solid #CCC;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=text]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=date]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field input[type=number]:focus,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field textarea:focus{border-color:#777;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field textarea{min-height:80px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices.active li.choice.active.has-text-field .text-field{padding-top:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title{box-shadow:0 0 5px rgba(6, 6, 6, 0.25);background:#f7f7f7;position:relative;z-index:2;position:sticky;top:0;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title{background:#FFF;}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span{font-weight:bold;display:block;padding:10px 8px;padding-left:14px;border-bottom:1px solid var(--mkl_pc_color-light-gray);position:relative;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close{position:absolute;top:50%;right:0;width:30px;height:30px;padding:0;border-bottom:none;transform:translate(-15px, -50%);}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close{transform:translate(-10px, -50%);}
}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close span{border-bottom:none;box-shadow:none;display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:focus{outline:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close::after{content:" ";width:20px;height:2px;background:#000;position:absolute;top:50%;left:0;transform-origin:50%;transform:rotate(45deg);transition:all 0.2s;border-radius:1px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close::after{transform:rotate(-45deg);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:focus::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:hover::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:hover::after{background:#000;width:15px;transform-origin:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:focus::before, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:hover::before{transform:translateX(8px) rotate(-35deg);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:focus::after, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title > span a.close:hover::after{transform:translateX(8px) rotate(35deg);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layers-list-item > button{padding-right:40px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layers-list-item > button::after{transition:0.1s all;content:" ";display:block;width:12px;height:12px;position:absolute;right:1.6em;top:50%;transform:translateY(-50%) rotate(-45deg);border-right:1px solid #36383a;border-bottom:1px solid #36383a;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layers-list-item.active > button::after{transform:translateY(-50%) rotate(45deg);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices .layer_choices{position:relative;left:auto;top:auto;bottom:auto;right:auto;transform:none;display:none;box-shadow:none;padding:10px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices .layer_choices li.layer-choices-title{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices .layer_choices.active{display:block;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices .layer_choices.active li{animation:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step{height:100%;overflow-x:hidden;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step > .layer-item{display:block;padding:10px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step > .layer-item .layer-name{display:block;font-size:1.3em;font-weight:bold;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step > .layer-item .selected-choice{display:block;font-size:0.85em;text-transform:uppercase;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step > .layer_choices{position:relative;left:auto;background:transparent;box-shadow:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step > .layer_choices .layer-choices-title{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers-list-item.type-step:not(.active){display:none;}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;box-shadow:0 5px 11px rgba(0, 0, 0, 0.2);}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container .mkl_pc_toolbar{width:100%;top:50%;}
}
.mkl_pc .mkl_pc_container footer{position:absolute;bottom:0;left:0;width:100%;height:var(--mkl_pc_footer_height);z-index:2;padding:1em;background:#f7f7f7;z-index:2;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;}
.mkl_pc .mkl_pc_container footer .single_add_to_cart_button{visibility:visible;}
.mkl_pc .mkl_pc_container footer .form, .mkl_pc .mkl_pc_container footer form, .mkl_pc .mkl_pc_container footer .quantity{display:inline-flex;align-items:center;}
.mkl_pc .mkl_pc_container footer .form input.qty, .mkl_pc .mkl_pc_container footer form input.qty, .mkl_pc .mkl_pc_container footer .quantity input.qty{background:#fff;}
.mkl_pc .mkl_pc_container footer form.cart{margin:0;}
.mkl_pc .mkl_pc_container footer form.save-form{display:block;}
.mkl_pc .mkl_pc_container footer .sent-email form.save-form, .mkl_pc .mkl_pc_container footer .sending-email form.save-form{display:none;}
.mkl_pc .mkl_pc_container footer .pc-total-price--container{display:flex;flex-wrap:wrap;justify-content:end;padding-right:10px;text-align:right;}
.mkl_pc .mkl_pc_container footer .pc-total-price--container .extra-cost{visibility:hidden;position:fixed;margin-bottom:0;font-size:1rem;width:100%;}
.mkl_pc .mkl_pc_container footer .pc-total-price--container .extra-cost.show{visibility:visible;position:relative;padding:0;display:inline-block !important;height:auto !important;}
.mkl_pc .mkl_pc_container footer .pc-total-price--container span.pc-total-price{font-weight:bold;display:inline-block;}
.mkl_pc .mkl_pc_container footer .pc_configurator_form{display:inline-flex;align-items:center;}
.mkl_pc .mkl_pc_container footer .pc_configurator_form form.cart{margin:0;}
.mkl_pc .mkl_pc_container footer h3.product-name{line-height:1;margin:0;}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container footer h3.product-name{font-size:16px;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer h3.product-name{display:none;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart:not(.edit-cart-item){background:transparent !important;}
}
@media(min-width:660px){
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart svg{display:none;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart svg{max-width:25px;}
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart svg path{fill:#36383a;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart span{display:none;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer .form.edit-cart-item-is-displayed button.configurator-add-to-cart:not(.edit-cart-item){display:none;}
.mkl_pc .mkl_pc_container footer .form.edit-cart-item-is-displayed button.configurator-add-to-cart.edit-cart-item span{display:inline-block;}
}
.mkl_pc .mkl_pc_container footer .footer__section-center{display:flex;align-items:center;}
@media(max-width:760px){
.mkl_pc .mkl_pc_container footer{text-align:center;}
.mkl_pc .mkl_pc_container footer [class*=save-your-design] ~ .reset-configuration{display:none;}
}
@media(max-width:660px){
.mkl_pc .mkl_pc_container footer{box-shadow:0 -10px 20px rgba(0, 0, 0, 0.2);padding:0;}
.mkl_pc .mkl_pc_container footer .form{display:flex;align-items:center;}
.mkl_pc .mkl_pc_container footer .form span.extra-cost-label{font-size:12px;text-transform:uppercase;line-height:1;display:block;text-align:left;}
.mkl_pc .mkl_pc_container footer .form span.pc-price{text-align:left;font-size:1.2em;}
.mkl_pc .mkl_pc_container footer .form .extra-cost.show{padding:0;text-align:left;line-height:1;display:none !important;}
}
.mkl_pc.floating .mkl_pc_toolbar{top:30px;left:30px;bottom:30px;border-radius:14px;box-shadow:0 11px 20px rgba(0, 0, 0, 0.1);}
.mkl_pc.floating .mkl_pc_viewer{left:0;bottom:0;}
.mkl_pc.floating .mkl_pc_viewer .mkl_pc_layers{left:var(--mkl_pc_toolbar_width);}
.mkl_pc.floating footer{left:auto;right:0;width:auto;bottom:30px;transition:0.2s all;border-radius:14px 0 0 14px;box-shadow:0 11px 20px rgba(0, 0, 0, 0.1);}
.mkl_pc.right .mkl_pc_toolbar{left:auto;right:0;}
.mkl_pc.right .mkl_pc_toolbar > header > .cancel{left:30px;right:auto;}
.mkl_pc.right .mkl_pc_viewer, .mkl_pc.right .mkl_pc_bg{left:0;right:var(--mkl_pc_toolbar_width);}
.mkl_pc.opened{visibility:visible;}
.mkl_pc.opened .overlay{visibility:visible;opacity:1;}
.mkl_pc.opened .mkl_pc_container{visibility:visible;opacity:1;transform:none;}
@media(min-width:660px){
body.admin-bar:not(.configurator_is_inline) .mkl_pc{top:32px;}
}
@media(min-width:660px){
body.admin-bar:not(.configurator_is_inline) .mkl_pc .mkl_pc_toolbar > header > .cancel{top:62px;}
}
nav.mkl-pc--steps{display:inline-flex;flex-direction:row;}
.mkl_pc.has-steps:not(.last-step) .mkl_pc_container .form .pc_configurator_form{display:none;}
.mkl_pc.has-steps.last-step nav.mkl-pc--steps .step-next{display:none;}
.mkl_pc.has-steps:not(.right) footer .footer__section-left{order:3;}
.mkl_pc.has-steps:not(.right) footer .footer__section-right{order:1;}
.mkl_pc.has-steps:not(.right) footer .footer__section-center{order:2;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li.has-qty.active{border-bottom:1px solid var(--mkl_pc_color-light-gray);}
.mkl_pc:not(.no-tooltip) .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choice > button span.description{display:none;}
body.configurator_is_inline .mkl_pc{position:relative;height:100vh;z-index:1;}
body.configurator_is_inline .mkl_pc .overlay{display:none;}
body.configurator_is_inline .mkl_pc .mkl_pc_container{box-shadow:none;}
body.configurator_is_inline .mkl_pc .mkl_pc_container .cancel{display:none;}
.mkl_pc.opened.adding-to-cart .mkl_pc_container{opacity:0.4;}
.mkl_pc.opened.adding-to-cart::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}
@media (max-height: 500px) and (orientation: landscape) {
.mkl_pc .mkl_pc_container footer [class*=save-your-design] ~ .reset-configuration,
.mkl_pc .mkl_pc_container footer a.save-your-design span, .mkl_pc .mkl_pc_container footer a.save-your-design--pdf span{display:none;}
} .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul{display:flex;flex-wrap:wrap;padding:15px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li.is-group{width:100%;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul.choices-list--children{padding:0;border:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group){padding:0;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) button{padding:4px;text-align:center;border-bottom:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) button:focus{outline:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) button:focus i.mkl-pc-thumbnail{box-shadow:0 0 0px 2px #000;border-color:transparent;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) button .choice-text--container::before{display:none !important;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) i.mkl-pc-thumbnail{width:44px;height:44px;position:relative;top:auto;transform:none;right:auto;overflow:visible;border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) i.mkl-pc-thumbnail span{top:0;left:0;right:0;bottom:0;box-shadow:none;overflow:visible;border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) i.mkl-pc-thumbnail span img{border-radius:var(--mkl-pc-thumbnail--border-radius, 50%);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).active{background:transparent;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).active button.choice-item{background:transparent;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).active button.choice-item::before{display:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).active button.choice-item i.mkl-pc-thumbnail{width:44px;height:44px;right:auto;border-color:var(--mkl_pc_color-active_choice_button_bg_color);box-shadow:0 0 0px 2px var(--mkl_pc_color-primary);}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).active button.choice-item i.mkl-pc-thumbnail span img{box-shadow:none;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).out-of-stock i.mkl-pc-thumbnail svg{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group).out-of-stock i.mkl-pc-thumbnail svg line.cls-1{stroke:#FFF;stroke-width:4px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li:not(.is-group) span.text,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li span.description, .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul.display-mode-colors li.choices-list ul li span.out-of-stock{display:none;}
.tippy-content span.text, .tippy-content span.description, .tippy-content span.choice-price, .tippy-content span.out-of-stock{display:block;text-transform:uppercase;font-size:80%;}
.tippy-content span.choice-price{font-size:0.8em;opacity:0.6;}
.mkl-configurator-inline.is-shortcode.configure-product:empty{height:60vh;position:relative;}
.mkl-configurator-inline.is-shortcode.configure-product:empty::after{content:attr(data-loading);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-transform:uppercase;letter-spacing:2px;-webkit-animation:configurator-load 1s infinite ease-in-out;animation:configurator-load 1s infinite ease-in-out;}
.et_divi_theme:not(.configurator_is_inline) .mkl_pc{z-index:100000;}
.mkl_pc_summary{-webkit-font-smoothing:subpixel-antialiased;}
.mkl_pc_summary .mkl_pc_summary_item_group h5{margin:0;font-size:1em;font-weight:500;color:var(--mkl_pc_color-ll2);display:inline-block;-webkit-font-smoothing:subpixel-antialiased;}
.mkl_pc_summary > .mkl_pc_summary_item_group.group > h5{color:var(--mkl_pc_color-ll1);text-decoration:underline;font-size:larger;display:block;padding:10px 0 3px 0;}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group){display:flex;align-items:baseline;flex-wrap:wrap;margin-bottom:10px;}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group) h5{margin-right:5px;width:100%;}
.mkl_pc_summary .mkl_pc_summary_item_group:not(.group) h5::after{content:":";}
.mkl_pc_summary .mkl_pc_summary_item_group.group + .group{border-top:1px solid rgba(255, 255, 255, 0.1058823529);margin-top:10px;padding-top:10px;}
.mkl_pc_summary .mkl_pc_summary_item{font-weight:300;display:flex;justify-content:space-between;line-height:1.2;flex:auto;width:100%;}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name{font-weight:500;}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name .form-field--value{font-weight:300;}
.mkl_pc_summary .mkl_pc_summary_item.has-form-field .summary-item--name .form-field--value::before{content:":";display:inline-block;margin-right:5px;}
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.layers-list-item.mkl_pc_summary.type-summary {
font-size: 1rem;
padding: 19px;
}@font-face{font-family:Nunito;src:url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);src:url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot?#iefix) format("embedded-opentype"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);src:url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot?#iefix) format("embedded-opentype"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(//kiemmi.com/wp-content/plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");font-style:normal;font-weight:700;font-display:swap}.gdpr_lightbox-active,.gdpr_lightbox-active body{overflow:hidden}.gdpr_lightbox{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.gdpr_lightbox.gdpr_lightbox-opened{opacity:1}.gdpr_lightbox.gdpr_lightbox-closed{opacity:0}.gdpr_lightbox *{box-sizing:border-box}.gdpr_lightbox-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.gdpr_lightbox-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.gdpr_lightbox-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.gdpr_lightbox-loading .gdpr_lightbox-loader{opacity:1}.gdpr_lightbox-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.gdpr_lightbox-content{z-index:9993;width:100%;transform:scale(1);transition:transform .3s ease}.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content{transform:scale(.8)}.gdpr_lightbox-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;box-shadow:none}.gdpr_lightbox-close::-moz-focus-inner{border:0;padding:0}.gdpr_lightbox-close:active{top:1px}.gdpr_lightbox-image img{max-width:100%;display:block;line-height:0;border:0}.gdpr_lightbox-iframe .gdpr_lightbox-container{width:100%;max-width:964px}.gdpr_lightbox-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch}.gdpr_lightbox-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}body.moove_gdpr_overflow{overflow:hidden}body.moove_gdpr_overflow #page{position:relative;z-index:10}body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container{z-index:99}.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{display:none}.gdpr_lightbox dialog#moove_gdpr_cookie_modal{display:-ms-flexbox;display:flex;position:relative;padding:0;background:transparent;border:none;width:100%;height:100%;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{padding:0;display:inline-block;border:none;box-shadow:none;background-color:transparent;color:inherit;text-decoration:underline;cursor:pointer;transition:all .2s ease;font-size:inherit;text-transform:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus{box-shadow:1px 1px 5px #010101;border-radius:50px}#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus{box-shadow:1px 1px 5px #010101}#moove_gdpr_cookie_info_bar .gdpr-fbo-0{-ms-flex-order:1;order:1}#moove_gdpr_cookie_info_bar .gdpr-fbo-1{-ms-flex-order:2;order:2}#moove_gdpr_cookie_info_bar .gdpr-fbo-2{-ms-flex-order:3;order:3}#moove_gdpr_cookie_info_bar .gdpr-fbo-3{-ms-flex-order:4;order:4}#moove_gdpr_cookie_info_bar .gdpr-fbo-4{-ms-flex-order:5;order:5}#moove_gdpr_cookie_info_bar .gdpr-fbo-5{-ms-flex-order:6;order:6}.gdpr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{height:30px;display:inline-block;float:left;width:35px;margin-right:5px;position:relative;top:0}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:30px;width:auto;background-color:transparent}body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:none}.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after{box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content{-ms-flex-pack:justify;justify-content:space-between}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{margin:0 -4px;max-width:calc(100% + 8px);width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}@media(min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px 4px}}#moove_gdpr_cookie_info_bar{content-visibility:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{display:none}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:block;position:absolute;top:-15px;right:-15px;background-color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{background-color:transparent;padding:0;display:inline-block;float:right;position:relative;font-size:14px;line-height:20px;margin:3px 4px;width:36px;height:36px;border-radius:50%;box-shadow:inset 0 0 0 1px #626262;color:#626262;transition:all .3s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover{background-color:#626262;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:32px;top:-1px;position:relative;height:30px;display:block;overflow:hidden}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{color:#fff;opacity:.7;box-shadow:inset 0 0 0 1px #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:#fff;opacity:1;color:#fff}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{text-decoration:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{overflow:visible;box-shadow:1px 1px transparent}#moove_gdpr_cookie_modal{margin:0 auto;margin-top:0;min-height:60vh;font-family:Nunito,sans-serif;content-visibility:hidden}#moove_gdpr_cookie_modal span.tab-title{display:block}#moove_gdpr_cookie_modal button{letter-spacing:0;outline:none;cursor:pointer}#moove_gdpr_cookie_modal *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:inherit}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{position:relative;display:inline-block;width:50px;height:30px;padding:0}#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input{display:none}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:red;transition:.4s;margin:0;padding:0}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:1px;bottom:1px;transition:.4s;border:1px solid #f2f2f2;border-radius:50%;background-color:#fff;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:block;box-sizing:content-box}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after{content:attr(data-text-disabled);position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round{border-radius:34px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before{border-radius:50%}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .cookie-switch .slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .cookie-slider.gdpr-sr:after,#moove_gdpr_cookie_modal .switch .slider.gdpr-sr:after{display:none}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch .gdpr-sr-enable{display:none;color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch .gdpr-sr-disable{display:block;color:red}#moove_gdpr_cookie_modal .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .switch .gdpr-sr-label{position:absolute;top:0;left:60px;font-weight:700;font-size:16px;line-height:30px;color:red;display:block;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider{background-color:#2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after{content:attr(data-text-enable);color:#2e9935;white-space:nowrap}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-enable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-enable{display:block}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider .gdpr-sr-disable,#moove_gdpr_cookie_modal .switch input:checked+.slider .gdpr-sr-disable{display:none}#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider{box-shadow:0 0 1px #2e9935}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(20px)}#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button{outline:none;box-shadow:none;text-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{color:#000;background-color:#fff;width:900px;width:80vw;max-width:1170px;min-height:600px;border-radius:10px;position:relative;margin:0 auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset{background-color:transparent}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder{text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{width:100%;border-top-left-radius:5px;border-bottom-left-radius:5px;position:relative;float:none;padding-bottom:135px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content{max-height:50vh;overflow:hidden;overflow-y:auto;padding-bottom:0;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px;white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{padding-right:0;text-align:right;color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;position:relative;top:0;text-decoration:none;display:block;-ms-flex-align:baseline;align-items:baseline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main{display:block;position:relative}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{position:relative;overflow:hidden;padding-right:190px;padding-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar{position:absolute;top:0;right:0;width:190px;text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider{position:relative;width:50px;height:30px;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after{text-align:right;left:auto;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:20px;margin-bottom:15px;padding-right:190px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:75px;position:relative;margin-bottom:20px;padding-right:180px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{max-width:180px;margin:0;float:right;position:absolute;top:0;right:0;width:100%;text-align:right;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img{max-width:100%;text-align:center}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{width:100%;font-weight:700;font-size:28px;line-height:1.1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;text-decoration:none;top:-30px;right:-30px;display:block;width:60px;height:60px;line-height:60px;text-align:center;border-radius:50%;background:transparent;padding:0;z-index:99;margin:0;outline:none;box-shadow:none;border:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon{background-color:#fff;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{display:block;width:60px;height:60px;line-height:60px;font-size:48px;background-color:#0c4da2;border:1px solid #0c4da2;color:#fff;border-radius:50%;transition:all .3s ease}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{padding:0;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:75px;max-width:70%;width:auto;display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2{font-weight:400;font-size:20px;margin:5px 0 0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title{margin-top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:28px;line-height:1.2;margin:0;padding:0;color:#000;margin-bottom:25px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:calc(100% - 155px);overflow-y:auto;padding-right:20px;padding-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:16px;line-height:1.4;margin-bottom:18px;margin-top:0;padding:0;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-size:18px;line-height:1.4;margin-bottom:20px;margin-top:0;font-weight:700;text-transform:none;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a{color:#000;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:5px;margin-right:10px;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled{opacity:.6;pointer-events:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider{background-color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after{color:#474747}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p{display:inline-block;float:right;color:#09a501;margin:0;line-height:1.2;font:700 11px Arial,Helvetica,sans-serif;font-weight:700}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset{border:none;padding:0;margin:0;box-shadow:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label{color:#09a501}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:130px;position:absolute;left:0;bottom:0;width:100%;background-color:#f1f1f1;z-index:15;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{content:"";position:absolute;bottom:130px;left:60px;right:60px;height:1px;display:block;background-color:#c9c8c8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding{text-decoration:none;padding:0 10px;font-size:10px;color:#000;font-weight:700;line-height:13px;display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;width:auto;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img{height:15px;margin-left:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{width:calc(100% + 16px);display:-ms-flexbox;display:flex;padding:0 60px;-ms-flex-pack:justify;justify-content:space-between;margin:0 -2px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:8px;text-decoration:none;border-radius:150px;color:#fff;padding:15px 10px;transition:all .3s ease;border:1px solid transparent;min-width:160px;text-align:center;text-transform:none;letter-spacing:0;font-weight:700;font-size:14px;line-height:20px;cursor:pointer}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings{color:#fff;display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover{background-color:#fff}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:40%;display:inline-block;float:left;padding:40px 60px;position:absolute;height:100%;top:0;box-shadow:0 0 30px 0 rgba(35,35,35,.1);background:#fff;z-index:10;left:0;border-top-left-radius:5px;border-bottom-left-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{position:absolute;bottom:0;padding-bottom:30px;left:60px;right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{color:#000;font-weight:700;font-size:13px;letter-spacing:-.3px;padding:20px 0;position:relative;top:10px;text-decoration:none;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img{width:60px;height:auto;display:inline-block;margin-left:5px;position:relative;top:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{padding:0;list-style:none;margin:0;z-index:12}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{margin:0;padding:0;list-style:none;margin-bottom:7px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button{background-color:#fff;border-color:#f1f1f1;color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon{color:#000}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-weight:800;font-size:14px;text-decoration:none;text-transform:uppercase;background-color:#f1f1f1;border:1px solid #f1f1f1;line-height:1.1;padding:13px 20px;color:#0c4da2;width:100%;transition:all .3s ease;border-radius:5px;text-align:left;white-space:normal}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon{text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{display:inline-block;float:left;font-size:30px;width:40px;margin-right:5px;position:relative;top:0;color:#0c4da2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:calc(100% - 40px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:60%;display:inline-block;float:right;padding:40px 60px;position:absolute;top:0;height:auto;right:0;background-color:#f1f1f1;border-top-right-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{width:100%;height:0;padding-bottom:38px;background-size:contain;background-position:0;background-repeat:no-repeat}.moove-hidden{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after{content:"";display:table;clear:both}#moove_gdpr_cookie_info_bar{position:fixed;bottom:0;left:0;width:100%;min-height:60px;max-height:400px;color:#fff;z-index:9900;background-color:#202020;border-top:1px solid #fff;font-family:Nunito,sans-serif;transition:bottom .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top{bottom:auto;top:0;transition:top .3s cubic-bezier(.17,.04,.03,.94)}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme{border-top:0;border-bottom:1px solid #fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme{border-top:0;border-bottom:1px solid #202020}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden{bottom:auto;top:-400px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar){width:600px;max-width:calc(100% - 30px);bottom:15px;border-radius:10px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme{border:1px solid #d3ced2}@media(min-width:767px){#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#000}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn{position:absolute;top:-5px;right:-5px;border:none;box-shadow:none;background-color:transparent}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover{background-color:transparent;color:#fff}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container{padding:10px 25px}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding:10px 0}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:end;justify-content:flex-end}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton,#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton{width:100%}}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left{left:15px;right:auto}#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right{right:15px;left:auto}#moove_gdpr_cookie_info_bar *{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden{bottom:-400px}#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right{text-align:center}#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn{border:none}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme{background-color:#fff;border-top:1px solid #202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p{color:#202020}#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{background-color:#202020;border-top:1px solid #fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p{color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button{text-decoration:underline;outline:none;transition:all .2s ease}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{background-color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{border-color:#fff;color:#fff}#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#fff;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn{background-color:transparent;box-shadow:inset 0 0 0 1px currentColor;opacity:.7;color:#fff}#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover{box-shadow:none;opacity:1;color:#202020;background-color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 40px;position:static;display:inline-block}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{font-size:40px;width:60px;height:50px;line-height:50px;text-align:center;position:absolute;top:calc(50% - 25px);left:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup{position:absolute;width:60px;height:50px;line-height:50px;text-align:center;top:calc(50% - 25px);right:0;text-decoration:none;outline:none;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon{width:28px;height:28px;line-height:26px;text-align:center;text-decoration:none;background-color:#fff;color:#424449;border-radius:50%;display:block;border:1px solid #fff;font-size:16px;position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon{background-color:#424449;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:30px;padding-right:30px;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{margin:0;font-size:14px;line-height:18px;font-weight:700;padding-bottom:0;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6{font-size:22px;line-height:30px;margin-bottom:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a{display:inline-block;width:35px;height:35px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:35px;text-align:center;border-radius:50%;font-size:28px;padding-top:1px;transition:all .2s ease;margin-left:10px;margin-left:6vw}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover{background-color:#202020;color:#fff}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:14px;line-height:20px;color:#fff;font-weight:700;text-decoration:none;border-radius:150px;padding:8px 30px;transition:all .3s ease;border:none;display:inline-block;margin:3px 4px;white-space:nowrap;text-transform:none;letter-spacing:0;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{color:#fff;background-color:#202020}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button{background-color:#424449;color:#fff;border-color:transparent;cursor:pointer}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover{border-color:#fff;background-color:#000}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button{text-decoration:underline;cursor:pointer;transition:all .2s ease}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:15px;padding-left:3vw}.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal{content-visibility:visible}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container{max-width:100%}.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close{opacity:0;visibility:hidden}#moove_gdpr_save_popup_settings_button{display:block;z-index:1001;position:fixed;background-color:rgba(0,0,0,.8);transition:all .3s ease;color:#fff;padding:0;text-align:center;height:40px;outline:none;font-weight:400;font-size:14px;line-height:20px;border-radius:0;border:none;text-decoration:none;border-radius:50px}#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position){bottom:20px;left:20px}#moove_gdpr_save_popup_settings_button span{background-color:inherit;transition:all .3s ease}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon{display:-ms-inline-flexbox;display:inline-flex;line-height:40px;float:left;font-size:30px;min-width:40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;text-align:center;z-index:15;position:relative;background-color:inherit;border-radius:inherit;transition:none}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon{position:relative;top:0;font-weight:900;background-color:transparent}#moove_gdpr_save_popup_settings_button span.moove_gdpr_text{font:normal 12px Arial,sans-serif;text-transform:uppercase;white-space:nowrap;padding:0 15px 0 5px;top:0;left:0;position:relative;line-height:40px;display:none;overflow:hidden;z-index:5;background-color:transparent;text-decoration:none}#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover{background-color:#000}#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:60px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{-ms-flex-pack:start;justify-content:flex-start}#moove_gdpr_cookie_info_bar *{box-sizing:border-box}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright{float:right}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey{background-color:#424449}#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover{background-color:#202020}@media(max-width:767px){#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{min-height:30px;font-weight:400}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{font-size:10px;line-height:1.2}#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon{margin-right:0;text-align:center;width:25px;height:25px}#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg{height:25px}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder{-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn{width:30px;height:30px;border:none}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i{font-size:27px;height:25px}.gdpr-fb-hide-mobile{display:none!important}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{width:calc(100vw - 50px)}#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch{width:40px;height:24px}#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before{height:20px;width:20px}#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before{transform:translateX(16px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title{padding-right:0;height:auto;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title{font-weight:700;font-size:22px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:80vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:calc(80vh - 155px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin-right:2px;margin-bottom:2px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{position:relative;padding-right:10px;max-width:50%;width:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{font-weight:700;font-size:11px;padding-left:0;display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:block;text-decoration:underline}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding-right:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar{position:relative;left:0;right:auto;width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form{text-align:left;margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider{width:40px;height:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after{left:45px;right:0;text-align:left;top:-3px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider .gdpr-sr-label{left:45px;right:0;text-align:left}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title{padding-right:0;font-weight:700;font-size:16px;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{max-height:500px;max-height:90vh;min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after{font-weight:800;font-size:12px;line-height:30px;min-width:130px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .gdpr-sr-label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .gdpr-sr-label{line-height:1.8}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button{display:inline-block;width:30px;height:30px;border:1px solid #202020;color:#202020;text-decoration:none;outline:none;line-height:30px;text-align:center;border-radius:50%;font-size:27px;padding-top:1px;transition:all .2s ease;margin-left:15px;margin-left:6vw;position:absolute;right:5px;top:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close{position:absolute;top:-15px;right:-15px;display:block;width:30px;height:30px;line-height:30px;text-decoration:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon{width:30px;height:30px;line-height:30px;font-size:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{padding-bottom:30px;background-size:contain;background-position:50%;margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{margin-bottom:15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:10px;padding-top:30px;position:relative;top:0;left:0;text-align:center;min-height:140px;border-radius:0;border-top-left-radius:5px;border-top-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{display:-ms-flexbox;display:flex;margin:0 -3px;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li{list-style:none;margin-bottom:20px;display:-ms-inline-flexbox;display:inline-flex;margin:3px;-ms-flex:1;flex:1}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon{margin:0;text-align:center;width:24px;font-size:24px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{font-size:8px;line-height:1.2}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{top:3px;right:3px;left:auto;padding:0;bottom:auto;transform:scale(.8)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a{text-align:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{width:100%;position:relative;padding:15px 10px;border-radius:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:16px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar{padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{padding:0;position:relative;overflow:auto;max-height:calc(100% - 110px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p{font-weight:400;font-size:14px;line-height:1.3}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6{font-weight:700;font-size:14px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{margin-bottom:55px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:100%;max-height:calc(90vh - 320px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{left:10px;right:10px;bottom:70px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{margin:0;background-color:#fff;text-decoration:none;border-radius:150px;font-weight:700;font-size:12px;line-height:18px;padding:5px;transition:all .3s ease;border:1px solid #fff;color:#fff;min-width:110px;text-align:center;text-transform:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button{top:0;padding:5px 0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img{max-height:40px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:15px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:0;padding-right:0;display:block;min-height:auto}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice{padding-left:4px;margin-bottom:10px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{padding-left:0}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{font-size:12px;font-weight:700;padding:5px 20px}.moove-gdpr-branding-cnt a{padding:10px 0}}@media screen and (max-width:767px) and (orientation:landscape){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo{margin-top:0;background-position:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content{margin-bottom:35px;max-height:55vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{height:600px;height:90vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content{max-height:500px;max-height:calc(80vh - 80px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder{text-align:left;margin:0;display:inline-block;float:left;width:40%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu{max-width:60%;float:right}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding-top:30px;min-height:75px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:45px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-height:350px;max-height:calc(100% - 70px)}#moove_gdpr_cookie_modal{background:transparent;border-radius:5px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{min-height:55vh}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding{top:0;padding:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{max-height:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content{padding-bottom:80px}}@media(min-width:768px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main{height:100%}}@media(min-width:768px) and (max-width:999px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:20px;right:20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:620px;transform:scale(.75)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:20px;right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a{font-size:13px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button{padding:10px 15px;font-weight:700;font-size:12px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{padding-left:20px;padding-right:20px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button{margin-left:15px;margin-left:5vw}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title{font-weight:700;font-size:24px}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container{padding:10px 20px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:7px 15px;font-size:13px;margin:4px 8px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:8px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span{white-space:nowrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{white-space:normal}}@media(min-width:1000px) and (max-width:1300px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content{padding:40px 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{height:120px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{padding:0 30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before{bottom:120px;left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{padding-right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt{left:30px;right:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{padding:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-width:700px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:10px 30px;margin-left:8px;margin-right:8px}}@media (min-width:768px) and (max-height:700px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content{min-height:600px;transform:scale(.7)}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{display:block;max-width:100%;text-align:center}#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder{margin-top:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content{display:block;max-width:100%}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span{display:block}}@media print{#moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content{display:none!important}body.moove_gdpr_overflow{overflow:auto}body.moove_gdpr_overflow .gdpr_lightbox{display:none!important}}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg{height:30px;width:auto}#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg *{fill:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close{position:relative}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{position:absolute;content:" ";height:24px;width:1px;top:calc(50% - 12px);background-color:currentColor}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{transform:rotate(45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after{transform:rotate(-45deg)}#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before{height:18px;top:calc(50% - 8px)}@media(max-width:767px){#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before{height:14px;top:calc(50% - 7px)}#moove_gdpr_cookie_modal .moove-gdpr-modal-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content{height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content{display:-ms-flexbox;display:flex;padding:5px 0;-ms-flex-wrap:wrap;flex-wrap:wrap}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{min-width:auto;padding:5px 15px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u{display:inline-block}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a{text-align:left;padding-left:10px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu{display:none}#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content{min-height:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main{display:block!important;min-height:auto;max-height:100%;margin-bottom:0}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content{margin-bottom:80px;max-height:50vh;overflow:auto}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title{padding:10px;background-color:#fff;border:1px solid #fff;display:block;margin:10px 0 0;cursor:pointer;transition:all .3s ease;border-radius:5px;position:relative;padding-left:30px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before{content:"\203A";position:absolute;left:0;top:0;bottom:2px;font-size:24px;color:currentColor;width:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;line-height:1;font-family:Georgia,serif}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #performance-ccat .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #preference-ccat .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content{display:none;padding:10px;background-color:#fff}}@media(max-width:350px){#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton{padding:3px 12px}#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt{opacity:0}}