﻿:root{--theme-color-white: #fff;--theme-color-black: #000;--theme-color-grey-dark: #1a1919;--theme-color-grey: #5f5e5e;--theme-color-grey-light: #f8f8f8;--theme-color-primary: #49a447;--theme-color-secondary: #e2de02;--theme-color-tertiary: #4da546;--theme-color-quaternary: #80b92f;--theme-color-quinary: #a2c61f;--theme-color-senary: #dddc05;--theme-color-septenary: #ced70c;--theme-color-text: $theme-color-grey;--theme-color-input: var(--theme-color-primary);--theme-color-placeholder: var(--theme-color-primary);--theme-color-error: #ef4900;--theme-animation-duration: 0.5s;--theme-animation-distance: 100px;--theme-onview-delay: 0.2s;--theme-transition-duration: 0.25s;--theme-transition-duration-half: 0.125s;--theme-transition-timing-function: cubic-bezier(0.6, 0, 0.6, 1);--font-family-primary: "Source Sans Pro", sans-serif/*rtl:prepend:"Almarai",*/;--font-family-secondary: "Baloo Bhaijaan 2", sans-serif/*rtl:prepend:"Almarai",*/;--font-family-ubuntu-mono: "Ubuntu Mono", sans-serif/*rtl:prepend:"Almarai",*/;--body-bg: $theme-color-white;--container-max-width: 1240px;--container-padding-desktop: 25px;--container-padding-mobile: 20px;--btn-border-radius: 2.5rem;--header-bg: var(--theme-color-white);--header-font-color: var(--theme-color-black);--footer-logo-width-desktop: 170px;--footer-logo-width-mobile: 100px;--footer-bg: var(--theme-color-black);--footer-font-color: var(--theme-color-white);--scroll-top-arrow-color: var(--theme-color-white);--block-padding-top: 80px;--block-padding-bottom: 80px;--block-mobile-padding-top: 64px;--block-mobile-padding-bottom: 64px;--block-wp-padding-top: 0px;--block-wp-padding-bottom: 0px;--block-wp-mobile-padding-top: 0px;--block-wp-mobile-padding-bottom: 0px;--block-wp-margin-top: 0px;--block-wp-margin-bottom: 0px;--block-wp-mobile-margin-top: 0px;--block-wp-mobile-margin-bottom: 0px}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}.container{width:100%;max-width:var(--container-max-width);padding:0 var(--container-padding-mobile);margin:0 auto}@media screen and (min-width: 768px) and (min-height: 450px){.container{padding:0 var(--container-padding-desktop)}}.container--full{max-width:100%}.d-flex{display:flex}.row{display:flex;flex-wrap:wrap;margin-right:calc(-1 * var(--container-padding-mobile));margin-left:calc(-1 * var(--container-padding-mobile))}@media screen and (min-width: 768px) and (min-height: 450px){.row{margin-right:calc(-1 * var(--container-padding-desktop));margin-left:calc(-1 * var(--container-padding-desktop))}}.row.justify-content-end{justify-content:flex-end}.row.justify-content-center{justify-content:center}.row.justify-content-between{justify-content:space-between}.row.justify-content-evenly{justify-content:space-evenly}.row.align-items-center{align-items:center}@media screen and (min-width: 992px){.row--reverse{flex-direction:row-reverse}}@media screen and (max-width: 767px){.row-sm-column-reverse{flex-direction:column-reverse}}.col{flex-basis:0;flex-grow:1;flex-shrink:1;padding:0 var(--container-padding-mobile)}@media screen and (min-width: 768px) and (min-height: 450px){.col{padding:0 var(--container-padding-desktop)}}[class^='col-']{width:100%;flex-grow:0;flex-shrink:0;padding:0 var(--container-padding-mobile)}@media screen and (min-width: 768px) and (min-height: 450px){[class^='col-']{padding:0 var(--container-padding-desktop)}}.col-1{flex-basis:calc(1 / 12* 100%);max-width:calc(1 /  12* 100%)}.col-2{flex-basis:calc(2 / 12* 100%);max-width:calc(2 /  12* 100%)}.col-3{flex-basis:calc(3 / 12* 100%);max-width:calc(3 /  12* 100%)}.col-4{flex-basis:calc(4 / 12* 100%);max-width:calc(4 /  12* 100%)}.col-5{flex-basis:calc(5 / 12* 100%);max-width:calc(5 /  12* 100%)}.col-6{flex-basis:calc(6 / 12* 100%);max-width:calc(6 /  12* 100%)}.col-7{flex-basis:calc(7 / 12* 100%);max-width:calc(7 /  12* 100%)}.col-8{flex-basis:calc(8 / 12* 100%);max-width:calc(8 /  12* 100%)}.col-9{flex-basis:calc(9 / 12* 100%);max-width:calc(9 /  12* 100%)}.col-10{flex-basis:calc(10 / 12* 100%);max-width:calc(10 /  12* 100%)}.col-11{flex-basis:calc(11 / 12* 100%);max-width:calc(11 /  12* 100%)}.col-12{flex-basis:calc(12 / 12* 100%);max-width:calc(12 /  12* 100%)}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-1{flex-basis:calc(1 / 12 * 100%);max-width:calc(1 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-2{flex-basis:calc(2 / 12 * 100%);max-width:calc(2 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-3{flex-basis:calc(3 / 12 * 100%);max-width:calc(3 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-4{flex-basis:calc(4 / 12 * 100%);max-width:calc(4 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-5{flex-basis:calc(5 / 12 * 100%);max-width:calc(5 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-6{flex-basis:calc(6 / 12 * 100%);max-width:calc(6 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-7{flex-basis:calc(7 / 12 * 100%);max-width:calc(7 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-8{flex-basis:calc(8 / 12 * 100%);max-width:calc(8 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-9{flex-basis:calc(9 / 12 * 100%);max-width:calc(9 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-10{flex-basis:calc(10 / 12 * 100%);max-width:calc(10 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-11{flex-basis:calc(11 / 12 * 100%);max-width:calc(11 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.col-sm-12{flex-basis:calc(12 / 12 * 100%);max-width:calc(12 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-1{flex-basis:calc(1 / 12 * 100%);max-width:calc(1 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-2{flex-basis:calc(2 / 12 * 100%);max-width:calc(2 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-3{flex-basis:calc(3 / 12 * 100%);max-width:calc(3 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-4{flex-basis:calc(4 / 12 * 100%);max-width:calc(4 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-5{flex-basis:calc(5 / 12 * 100%);max-width:calc(5 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-6{flex-basis:calc(6 / 12 * 100%);max-width:calc(6 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-7{flex-basis:calc(7 / 12 * 100%);max-width:calc(7 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-8{flex-basis:calc(8 / 12 * 100%);max-width:calc(8 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-9{flex-basis:calc(9 / 12 * 100%);max-width:calc(9 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-10{flex-basis:calc(10 / 12 * 100%);max-width:calc(10 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-11{flex-basis:calc(11 / 12 * 100%);max-width:calc(11 / 12 * 100%)}}@media screen and (min-width: 992px){.col-xmd-12{flex-basis:calc(12 / 12 * 100%);max-width:calc(12 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-1{flex-basis:calc(1 / 12 * 100%);max-width:calc(1 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-2{flex-basis:calc(2 / 12 * 100%);max-width:calc(2 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-3{flex-basis:calc(3 / 12 * 100%);max-width:calc(3 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-4{flex-basis:calc(4 / 12 * 100%);max-width:calc(4 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-5{flex-basis:calc(5 / 12 * 100%);max-width:calc(5 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-6{flex-basis:calc(6 / 12 * 100%);max-width:calc(6 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-7{flex-basis:calc(7 / 12 * 100%);max-width:calc(7 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-8{flex-basis:calc(8 / 12 * 100%);max-width:calc(8 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-9{flex-basis:calc(9 / 12 * 100%);max-width:calc(9 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-10{flex-basis:calc(10 / 12 * 100%);max-width:calc(10 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-11{flex-basis:calc(11 / 12 * 100%);max-width:calc(11 / 12 * 100%)}}@media screen and (min-width: 1201px){.col-md-12{flex-basis:calc(12 / 12 * 100%);max-width:calc(12 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-1{flex-basis:calc(1 / 12 * 100%);max-width:calc(1 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-2{flex-basis:calc(2 / 12 * 100%);max-width:calc(2 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-3{flex-basis:calc(3 / 12 * 100%);max-width:calc(3 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-4{flex-basis:calc(4 / 12 * 100%);max-width:calc(4 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-5{flex-basis:calc(5 / 12 * 100%);max-width:calc(5 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-6{flex-basis:calc(6 / 12 * 100%);max-width:calc(6 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-7{flex-basis:calc(7 / 12 * 100%);max-width:calc(7 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-8{flex-basis:calc(8 / 12 * 100%);max-width:calc(8 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-9{flex-basis:calc(9 / 12 * 100%);max-width:calc(9 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-10{flex-basis:calc(10 / 12 * 100%);max-width:calc(10 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-11{flex-basis:calc(11 / 12 * 100%);max-width:calc(11 / 12 * 100%)}}@media screen and (min-width: 1401px){.col-lg-12{flex-basis:calc(12 / 12 * 100%);max-width:calc(12 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-1{flex-basis:calc(1 / 12 * 100%);max-width:calc(1 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-2{flex-basis:calc(2 / 12 * 100%);max-width:calc(2 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-3{flex-basis:calc(3 / 12 * 100%);max-width:calc(3 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-4{flex-basis:calc(4 / 12 * 100%);max-width:calc(4 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-5{flex-basis:calc(5 / 12 * 100%);max-width:calc(5 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-6{flex-basis:calc(6 / 12 * 100%);max-width:calc(6 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-7{flex-basis:calc(7 / 12 * 100%);max-width:calc(7 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-8{flex-basis:calc(8 / 12 * 100%);max-width:calc(8 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-9{flex-basis:calc(9 / 12 * 100%);max-width:calc(9 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-10{flex-basis:calc(10 / 12 * 100%);max-width:calc(10 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-11{flex-basis:calc(11 / 12 * 100%);max-width:calc(11 / 12 * 100%)}}@media screen and (min-width: 1921px){.col-xlg-12{flex-basis:calc(12 / 12 * 100%);max-width:calc(12 / 12 * 100%)}}.offset-0{margin-left:calc(0 / 12 * 100%)}.offset-1{margin-left:calc(1 / 12 * 100%)}.offset-2{margin-left:calc(2 / 12 * 100%)}.offset-3{margin-left:calc(3 / 12 * 100%)}.offset-4{margin-left:calc(4 / 12 * 100%)}.offset-5{margin-left:calc(5 / 12 * 100%)}.offset-6{margin-left:calc(6 / 12 * 100%)}.offset-7{margin-left:calc(7 / 12 * 100%)}.offset-8{margin-left:calc(8 / 12 * 100%)}.offset-9{margin-left:calc(9 / 12 * 100%)}.offset-10{margin-left:calc(10 / 12 * 100%)}.offset-11{margin-left:calc(11 / 12 * 100%)}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-0{margin-left:calc(0 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-1{margin-left:calc(1 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-2{margin-left:calc(2 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-3{margin-left:calc(3 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-4{margin-left:calc(4 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-5{margin-left:calc(5 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-6{margin-left:calc(6 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-7{margin-left:calc(7 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-8{margin-left:calc(8 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-9{margin-left:calc(9 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-10{margin-left:calc(10 / 12 * 100%)}}@media screen and (min-width: 768px) and (min-height: 450px){.offset-sm-11{margin-left:calc(11 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-0{margin-left:calc(0 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-1{margin-left:calc(1 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-2{margin-left:calc(2 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-3{margin-left:calc(3 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-4{margin-left:calc(4 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-5{margin-left:calc(5 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-6{margin-left:calc(6 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-7{margin-left:calc(7 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-8{margin-left:calc(8 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-9{margin-left:calc(9 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-10{margin-left:calc(10 / 12 * 100%)}}@media screen and (min-width: 992px){.offset-xmd-11{margin-left:calc(11 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-0{margin-left:calc(0 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-1{margin-left:calc(1 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-2{margin-left:calc(2 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-3{margin-left:calc(3 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-4{margin-left:calc(4 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-5{margin-left:calc(5 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-6{margin-left:calc(6 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-7{margin-left:calc(7 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-8{margin-left:calc(8 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-9{margin-left:calc(9 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-10{margin-left:calc(10 / 12 * 100%)}}@media screen and (min-width: 1201px){.offset-md-11{margin-left:calc(11 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-0{margin-left:calc(0 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-1{margin-left:calc(1 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-2{margin-left:calc(2 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-3{margin-left:calc(3 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-4{margin-left:calc(4 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-5{margin-left:calc(5 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-6{margin-left:calc(6 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-7{margin-left:calc(7 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-8{margin-left:calc(8 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-9{margin-left:calc(9 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-10{margin-left:calc(10 / 12 * 100%)}}@media screen and (min-width: 1401px){.offset-lg-11{margin-left:calc(11 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-0{margin-left:calc(0 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-1{margin-left:calc(1 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-2{margin-left:calc(2 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-3{margin-left:calc(3 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-4{margin-left:calc(4 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-5{margin-left:calc(5 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-6{margin-left:calc(6 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-7{margin-left:calc(7 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-8{margin-left:calc(8 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-9{margin-left:calc(9 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-10{margin-left:calc(10 / 12 * 100%)}}@media screen and (min-width: 1921px){.offset-xl-11{margin-left:calc(11 / 12 * 100%)}}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-1{order:1}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-2{order:2}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-3{order:3}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-4{order:4}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-5{order:5}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-6{order:6}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-7{order:7}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-8{order:8}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-9{order:9}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-10{order:10}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-11{order:11}}@media screen and (min-width: 768px) and (min-height: 450px){.order-sm-12{order:12}}@media screen and (max-width: 991px){.order-xmd-1{order:1}}@media screen and (max-width: 991px){.order-xmd-2{order:2}}@media screen and (max-width: 991px){.order-xmd-3{order:3}}@media screen and (max-width: 991px){.order-xmd-4{order:4}}@media screen and (max-width: 991px){.order-xmd-5{order:5}}@media screen and (max-width: 991px){.order-xmd-6{order:6}}@media screen and (max-width: 991px){.order-xmd-7{order:7}}@media screen and (max-width: 991px){.order-xmd-8{order:8}}@media screen and (max-width: 991px){.order-xmd-9{order:9}}@media screen and (max-width: 991px){.order-xmd-10{order:10}}@media screen and (max-width: 991px){.order-xmd-11{order:11}}@media screen and (max-width: 991px){.order-xmd-12{order:12}}@media screen and (max-width: 1200px){.order-md-1{order:1}}@media screen and (max-width: 1200px){.order-md-2{order:2}}@media screen and (max-width: 1200px){.order-md-3{order:3}}@media screen and (max-width: 1200px){.order-md-4{order:4}}@media screen and (max-width: 1200px){.order-md-5{order:5}}@media screen and (max-width: 1200px){.order-md-6{order:6}}@media screen and (max-width: 1200px){.order-md-7{order:7}}@media screen and (max-width: 1200px){.order-md-8{order:8}}@media screen and (max-width: 1200px){.order-md-9{order:9}}@media screen and (max-width: 1200px){.order-md-10{order:10}}@media screen and (max-width: 1200px){.order-md-11{order:11}}@media screen and (max-width: 1200px){.order-md-12{order:12}}@media screen and (max-width: 1400px){.order-lg-1{order:1}}@media screen and (max-width: 1400px){.order-lg-2{order:2}}@media screen and (max-width: 1400px){.order-lg-3{order:3}}@media screen and (max-width: 1400px){.order-lg-4{order:4}}@media screen and (max-width: 1400px){.order-lg-5{order:5}}@media screen and (max-width: 1400px){.order-lg-6{order:6}}@media screen and (max-width: 1400px){.order-lg-7{order:7}}@media screen and (max-width: 1400px){.order-lg-8{order:8}}@media screen and (max-width: 1400px){.order-lg-9{order:9}}@media screen and (max-width: 1400px){.order-lg-10{order:10}}@media screen and (max-width: 1400px){.order-lg-11{order:11}}@media screen and (max-width: 1400px){.order-lg-12{order:12}}@media screen and (max-width: 1920px){.order-xlg-1{order:1}}@media screen and (max-width: 1920px){.order-xlg-2{order:2}}@media screen and (max-width: 1920px){.order-xlg-3{order:3}}@media screen and (max-width: 1920px){.order-xlg-4{order:4}}@media screen and (max-width: 1920px){.order-xlg-5{order:5}}@media screen and (max-width: 1920px){.order-xlg-6{order:6}}@media screen and (max-width: 1920px){.order-xlg-7{order:7}}@media screen and (max-width: 1920px){.order-xlg-8{order:8}}@media screen and (max-width: 1920px){.order-xlg-9{order:9}}@media screen and (max-width: 1920px){.order-xlg-10{order:10}}@media screen and (max-width: 1920px){.order-xlg-11{order:11}}@media screen and (max-width: 1920px){.order-xlg-12{order:12}}.d-none{display:none}.d-block{display:block}@media screen and (min-width: 768px) and (min-height: 450px){.d-sm-none{display:none}}@media screen and (min-width: 768px) and (min-height: 450px){.d-sm-block{display:block}}/*! normalize.css v8..1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:zero;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{font-family:var(--font-family-primary);-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}html.no-js{scroll-behavior:smooth}body{position:relative;margin:0;text-align:left;color:var(--theme-color-text);background-color:var(--body-bg);background-repeat:no-repeat;background-size:100%;background-position:0 100%}body.prevent-scroll{overflow:hidden;height:100%}*:focus{outline:0}strong{font-weight:600}figure{margin-top:0;margin-left:0;margin-right:0}blockquote{margin-top:0}a{color:inherit;text-decoration:none;transition:color var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:color}img{max-width:100%;height:auto;vertical-align:middle}.screen-reader-text{border:zero;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}svg{fill:currentColor;vertical-align:middle}.svg-logo{display:block}.disable_animations{transition:none !important}.disable_animations *{transition:none !important}[data-trigger_id]{cursor:pointer}.no-js .swiper-wrapper{overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;display:flex;align-items:center}.no-js .swiper-slide{scroll-snap-align:center}.swiper-button-disabled{opacity:.5;pointer-events:none}.social__link{background-color:#f4f4f4;width:60px;height:60px;border-radius:50%;display:inline-block;margin-right:10px;padding:2px;transition:background-color var(--theme-animation-duration) var(--theme-transition-timing-function);will-change:background-color}.social__link:hover{background-color:rgba(244,244,244,0.6)}.swiper-scrollbar-drag::before{content:'';position:absolute;top:-1rem;left:-1rem;right:-1rem;bottom:-1rem}[class*='block--banner']:not(.block--banner-simple){min-height:800px}@media screen and (min-height: 1300px){[class*='block--banner']:not(.block--banner-simple){min-height:900px}}@media screen and (min-height: 2000px){[class*='block--banner']:not(.block--banner-simple){min-height:1400px}}.js .onview{opacity:0;transform:translateY(5rem);transition:transform 0.6s cubic-bezier(0.31, 0.065, 0.235, 1) var(--theme-onview-delay),opacity 0.6s cubic-bezier(0.31, 0.065, 0.235, 1) var(--theme-onview-delay)}.js .onview.on{opacity:1;transform:translateY(0)}@keyframes fadeInLeft{from{transform:translateX(-6rem)}to{transform:translateX(0);opacity:1}}@keyframes bgImage{from{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes zb{50%{transform:scale(1.05)}to{transform:scale(1)}}@font-face{font-family:'Baloo Bhaijaan 2';font-style:normal;font-weight:400;font-display:swap;src:local(""),url("../fonts/baloo-bhaijaan-2-v5-latin-regular.woff2") format("woff2"),url("../fonts/baloo-bhaijaan-2-v5-latin-regular.woff") format("woff")}@font-face{font-family:'Baloo Bhaijaan 2';font-style:normal;font-weight:600;font-display:swap;src:local(""),url("../fonts/baloo-bhaijaan-2-v5-latin-600.woff2") format("woff2"),url("../fonts/baloo-bhaijaan-2-v5-latin-600.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:400;font-display:swap;src:local(""),url("../fonts/ubuntu-mono-v14-latin-regular.woff2") format("woff2"),url("../fonts/ubuntu-mono-v14-latin-regular.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:700;font-display:swap;src:local(""),url("../fonts/ubuntu-mono-v14-latin-700.woff2") format("woff2"),url("../fonts/ubuntu-mono-v14-latin-700.woff") format("woff")}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:local(""),url("../fonts/source-sans-pro-v19-latin-regular.woff2") format("woff2"),url("../fonts/source-sans-pro-v19-latin-regular.woff") format("woff")}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;font-display:swap;src:local(""),url("../fonts/source-sans-pro-v19-latin-300.woff2") format("woff2"),url("../fonts/source-sans-pro-v19-latin-300.woff") format("woff")}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;font-display:swap;src:local(""),url("../fonts/source-sans-pro-v19-latin-600.woff2") format("woff2"),url("../fonts/source-sans-pro-v19-latin-600.woff") format("woff")}@font-face{font-family:'Almarai';font-style:normal;font-weight:600;font-display:swap;src:local(""),url("../fonts/Almarai-Bold.woff2") format("woff2")}@font-face{font-family:'Almarai';font-style:normal;font-weight:400;font-display:swap;src:local(""),url("../fonts/Almarai-Regular.woff2") format("woff2")}@font-face{font-family:'Almarai';font-style:normal;font-weight:300;font-display:swap;src:local(""),url("../fonts/Almarai-Light.woff2") format("woff2")}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;color:inherit;font-weight:400;line-height:1.4}.h1,h1{font-size:40px;line-height:42px;font-family:var(--font-family-secondary);--line-banner: 1/*rtl:append:.6*/}@media screen and (min-width: 481px){.h1,h1{font-size:3.125rem;line-height:3.25rem}}@media screen and (min-width: 768px) and (min-height: 450px){.h1,h1{font-size:4.5rem;line-height:3.875rem}}@media screen and (min-width: 992px){.h1,h1{font-size:5.125rem;line-height:4.5rem}}@media screen and (min-width: 768px) and (min-height: 450px){.h1,h1{font-size:5.125rem;line-height:4.5rem}}.h1.small,h1.small{font-size:52px}@media screen and (min-width: 768px) and (min-height: 450px){.h1.small,h1.small{font-size:62px}}@media screen and (min-width: 992px){.h1.small,h1.small{font-size:4.5rem}}.h1 span:not(.banner__number),h1 span:not(.banner__number){display:inline-block;position:relative;line-height:var(--line-banner)}.h1 span:not(.banner__number)::before,h1 span:not(.banner__number)::before{content:"";position:absolute;inset:0;right:100%;background-color:var(--theme-color-primary);z-index:-1;transition:right 0.7s var(--theme-transition-timing-function) 1s}.h1.on span::before,h1.on span::before{right:0}.h2,h2{font-size:1.75rem}@media screen and (min-width: 1201px){.h2,h2{font-size:3.5rem}}.h3,h3{font-size:1.5625rem}@media screen and (min-width: 1201px){.h3,h3{font-size:2.75rem}}.h4,h4{font-size:1.375rem}@media screen and (min-width: 1201px){.h4,h4{font-size:2rem}}.h5,h5{font-size:1.25rem}@media screen and (min-width: 1201px){.h5,h5{font-size:1.5rem}}.h6,h6{font-size:1.125rem}p,ul,ol{margin-top:0}.menu{list-style:none;margin:0;padding:0}.menu ul{list-style:none;margin:0;padding:0}h1.block__title{font-size:40px;line-height:42px;font-family:var(--font-family-secondary)}h1.block__title:not([class*='banner']){text-align:center}@media screen and (min-width: 341px){h1.block__title{font-size:3.125rem;line-height:3.25rem}}@media screen and (min-width: 768px) and (min-height: 450px){h1.block__title{text-align:left;font-size:4.5rem;line-height:3.875rem}}@media screen and (min-width: 992px){h1.block__title{font-size:5.125rem;line-height:4.5rem}}h1.block__title.small{--line-hight: 1.1/*rtl:1.5*/;overflow:hidden;margin-bottom:0;text-align:left;align-self:flex-start;font-family:var(--font-family-secondary);line-height:var(--line-hight)}@media screen and (min-width: 768px) and (min-height: 450px){h1.block__title.small{font-size:4.5rem;line-height:var(--line-hight)}}h2.block__title{--line-hight: 34px/*rtl:1.5*/;margin-bottom:10px;font-weight:bold;font-size:30px;line-height:var(--line-hight);text-align:center;font-family:var(--font-family-secondary)}@media screen and (min-width: 341px){h2.block__title{--line-hight: 44px/*rtl:1.5*/;font-size:40px;line-height:var(--line-hight)}}@media screen and (min-width: 768px) and (min-height: 450px){h2.block__title{text-align:left}}@media screen and (min-width: 992px){h2.block__title{--line-hight: 65px/*rtl:1.5*/;margin:0;font-size:62px;line-height:var(--line-hight)}}.block__subtitle{font-family:var(--font-family-ubuntu-mono);font-size:16px;line-height:22px;display:flex;align-items:center;text-align:center}@media screen and (min-width: 341px){.block__subtitle{font-size:1.125rem;line-height:1.5rem}}@media screen and (min-width: 768px) and (min-height: 450px){.block__subtitle{font-size:1.25rem;line-height:1.5rem;text-align:left}}@media screen and (max-width: 767px){.block__subtitle{justify-content:center}}.block__subtitle::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEuNTM2QzAgMS4zNDQgMC4wNTg0MTY1IDEuMDg4IDAuMTc1MjQ5IDAuODMyQzAuNDA4OTE1IDAuMzIgMC43MDA5OTggMCAxLjEwOTkxIDBDMS4yODUxNiAwIDEuNDYwNDEgMC4wNjM5OTk5IDEuNjM1NjYgMC4xMjhMMTMuOTAzMSA2LjcyQzE0LjE5NTIgNi44NDggMTQuMzcwNSA3LjA0IDE0LjQ4NzMgNy4yMzJDMTQuNjA0MSA3LjQyNCAxNC42NjI1IDcuNjggMTQuNjYyNSA4QzE0LjY2MjUgOC4zMiAxNC42MDQxIDguNTc2IDE0LjQ4NzMgOC43NjhDMTQuMzcwNSA4Ljk2IDE0LjE5NTIgOS4wODggMTMuOTAzMSA5LjI4TDEuNjM1NjYgMTUuODcyQzEuNDYwNDEgMTYgMS4yODUxNiAxNiAxLjEwOTkxIDE2QzAuNzU5NDE0IDE2IDAuNDA4OTE1IDE1Ljc0NCAwLjE3NTI0OSAxNS4xNjhDMC4wNTg0MTY1IDE0LjkxMiAwIDE0LjY1NiAwIDE0LjQ2NEMwIDE0LjA4IDAuMjMzNjY2IDEzLjc2IDAuNjQyNTgxIDEzLjU2OEwxMS4yNzQ0IDhMMC42NDI1ODEgMi40MzJDMC4xNzUyNDkgMi4xNzYgMCAxLjkyIDAgMS41MzZaIiBmaWxsPSIjNDlBNDQ3Ii8+Cjwvc3ZnPgo=);height:16px;width:14.5px;display:inline-block;margin-right:5px}.block__subtitle--white::before{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEuNTM2QzAgMS4zNDQgMC4wNTg0MTY1IDEuMDg4IDAuMTc1MjQ5IDAuODMyQzAuNDA4OTE1IDAuMzIgMC43MDA5OTggMCAxLjEwOTkxIDBDMS4yODUxNiAwIDEuNDYwNDEgMC4wNjM5OTk5IDEuNjM1NjYgMC4xMjhMMTMuOTAzMSA2LjcyQzE0LjE5NTIgNi44NDggMTQuMzcwNSA3LjA0IDE0LjQ4NzMgNy4yMzJDMTQuNjA0MSA3LjQyNCAxNC42NjI1IDcuNjggMTQuNjYyNSA4QzE0LjY2MjUgOC4zMiAxNC42MDQxIDguNTc2IDE0LjQ4NzMgOC43NjhDMTQuMzcwNSA4Ljk2IDE0LjE5NTIgOS4wODggMTMuOTAzMSA5LjI4TDEuNjM1NjYgMTUuODcyQzEuNDYwNDEgMTYgMS4yODUxNiAxNiAxLjEwOTkxIDE2QzAuNzU5NDE0IDE2IDAuNDA4OTE1IDE1Ljc0NCAwLjE3NTI0OSAxNS4xNjhDMC4wNTg0MTY1IDE0LjkxMiAwIDE0LjY1NiAwIDE0LjQ2NEMwIDE0LjA4IDAuMjMzNjY2IDEzLjc2IDAuNjQyNTgxIDEzLjU2OEwxMS4yNzQ0IDhMMC42NDI1ODEgMi40MzJDMC4xNzUyNDkgMi4xNzYgMCAxLjkyIDAgMS41MzZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)}.block__text{font-size:14px;line-height:22px}@media screen and (max-width: 767px){.block__text:not([class*='banner']){text-align:center}}@media screen and (min-width: 341px){.block__text{font-size:16px;line-height:24px}}@media screen and (min-width: 768px) and (min-height: 450px){.block__text{text-align:left}}.block__text--left-line{text-align:left;padding-left:17px;position:relative}.block__text--left-line::before{content:"";display:block;position:absolute;background:linear-gradient(to bottom, #49a447, #e2de02);width:3px;height:0;left:0;bottom:unset;top:0;transition:height 0.4s ease-in-out .4s}.block__text--left-line.onview.on:before{height:100%;bottom:5px}[dir=rtl] .block__subtitle::before,[dir=rtl] .block__subtitle--white::before{transform:rotate(180deg)}#cursor{transition:width var(--theme-animation-duration),height var(--theme-animation-duration),background-color var(--theme-animation-duration);color:var(--theme-color-black);left:0;top:0;position:fixed;z-index:100000;display:flex;pointer-events:none;align-items:center;height:20px;width:20px;background:var(--theme-color-primary);border-radius:50%;animation:gradient 7s ease infinite;background:radial-gradient(circle, #e2de02 0%, #49a447 100%);background-size:400% 400%}@media screen and (max-width: 767px){#cursor{display:none}}#cursor.cursor--hidden{display:none}#cursor.cursor--view{width:50px;height:50px;border:1px solid var(--theme-color-primary);background:rgba(0,0,0,0.1)}.theme-theme{cursor:none}@keyframes gradient{0%{background-position:0% 50%}25%{background-position:50% 50%}50%{background-position:100% 50%}75%{background-position:100% 100%}100%{background-position:0% 50%}}::placeholder{color:#b3b3b3;font-size:16px;line-height:24px;font-weight:600}input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="password"],input[type="number"],textarea,select{width:100%;vertical-align:top;outline:0;display:inline-flex;align-items:center;justify-content:center;line-height:1.5;text-align:left;-webkit-appearance:none;appearance:none;border-radius:0;border:0;color:inherit;background:transparent;padding:15px 26px}textarea{padding:15px 26px}input[type="submit"]{border:none;font-family:var(--font-family-primary);font-size:16px;line-height:24px;font-weight:600}input[type="submit"][disabled]{opacity:0.5;cursor:auto}@media screen and (max-width: 767px){input[type="submit"]{width:100%}}textarea{min-height:162px;resize:none}select{outline:none;background-color:var(--theme-color-white);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC43MTk2NyAwLjIxOTY3QzEuMDEyNTYgLTAuMDczMjIzMyAxLjQ4NzQ0IC0wLjA3MzIyMzMgMS43ODAzMyAwLjIxOTY3TDUuNzUgNC4xODkzNEw5LjcxOTY3IDAuMjE5NjdDMTAuMDEyNiAtMC4wNzMyMjMzIDEwLjQ4NzQgLTAuMDczMjIzMyAxMC43ODAzIDAuMjE5NjdDMTEuMDczMiAwLjUxMjU2MyAxMS4wNzMyIDAuOTg3NDM3IDEwLjc4MDMgMS4yODAzM0w2LjI4MDMzIDUuNzgwMzNDNS45ODc0NCA2LjA3MzIyIDUuNTEyNTYgNi4wNzMyMiA1LjIxOTY3IDUuNzgwMzNMMC43MTk2NyAxLjI4MDMzQzAuNDI2Nzc3IDAuOTg3NDM3IDAuNDI2Nzc3IDAuNTEyNTYzIDAuNzE5NjcgMC4yMTk2N1oiIGZpbGw9IiMxQTE5MTkiLz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-position:calc(100% - 25px)}select option{color:var(--theme-color-grey);min-height:30px}select ::-ms-expand{display:none}label{cursor:pointer}button{cursor:pointer}button[type="submit"]{margin-top:24px;width:-moz-fit-content;width:fit-content;flex-basis:unset}.btn_group{display:flex;align-items:center}.wp-block-buttons{display:flex;align-items:center}.required_indicator{color:var(--theme-color-secondary)}.wpcf7{text-align:left}.wpcf7-form h3{font-weight:600 !important;margin-bottom:25px !important}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7-form h3{margin-bottom:45px}}.wpcf7__popup__form{display:flex;justify-content:space-between;flex-wrap:wrap}.wpcf7__column__left,.wpcf7__column__right{flex-basis:100%;display:flex;flex-wrap:wrap;justify-content:space-between;height:-moz-fit-content;height:fit-content}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7__column__left,.wpcf7__column__right{flex-basis:47.5%}}.wpcf7__column__left>label,.wpcf7__column__right>label{cursor:pointer;font-weight:600;margin-top:15px}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7__column__left>label,.wpcf7__column__right>label{margin-top:0}}.wpcf7__column__left>label.has-value,.wpcf7__column__right>label.has-value{font-size:17px !important;transform:none !important}.wpcf7__column__left>label>span,.wpcf7__column__right>label>span{display:block;margin-top:10px}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7__column__left textarea,.wpcf7__column__right textarea{height:274px !important}}@media screen and (min-width: 992px){.wpcf7__column__left textarea,.wpcf7__column__right textarea{height:197px !important}}.wpcf7__column__left>*,.wpcf7__column__right>*{flex-basis:100%;position:relative}.wpcf7__column__left>*>.wpcf7-not-valid-tip,.wpcf7__column__right>*>.wpcf7-not-valid-tip{position:absolute;left:0;bottom:-22px}.wpcf7__column__left>*:not(:first-child),.wpcf7__column__right>*:not(:first-child){margin-top:25px}@media screen and (min-width: 992px){.wpcf7__column__left .first-name,.wpcf7__column__left .last-name,.wpcf7__column__right .first-name,.wpcf7__column__right .last-name{flex-basis:47.5%;margin-top:0 !important}}.wpcf7 .wpcf7-acceptance [type="checkbox"]{-webkit-appearance:none;appearance:none}.wpcf7 .wpcf7-acceptance [type="checkbox"]::before{cursor:pointer;content:"";display:block;width:24px;height:24px;border:1px solid var(--theme-color-grey);border-radius:6px;position:absolute;left:0;right:auto;margin-right:8px;margin-left:0px;top:50%;transform:translateY(-50%);transition:0.3s}.wpcf7 .wpcf7-acceptance [type="checkbox"]:hover::before{transition:0.3s;border-color:var(--theme-color-primary)}.wpcf7 .wpcf7-acceptance [type="checkbox"]:checked::after{content:"";display:block;width:16px;height:16px;background:var(--theme-color-primary);border-radius:4px;position:absolute;left:12px;right:auto;top:13px;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:translate(-50%, -50%)}.wpcf7 .wpcf7-acceptance [type="checkbox"]:checked::before{border-color:var(--theme-color-primary)}.wpcf7 .wpcf7-acceptance [type="checkbox"]+.wpcf7-list-item-label{margin-left:32px}.wpcf7 .wpcf7-acceptance [type="checkbox"]+.wpcf7-list-item-label:checked+.wpcf7-list-item-label::after{content:"";width:16px;height:16px;background:var(--theme-color-primary);border-radius:4px;position:absolute;left:12px;top:13px;transform:translate(-50%, -50%)}.wpcf7 .wpcf7-acceptance [type="checkbox"]+.wpcf7-list-item-label:checked ~ .wpcf7-list-item-label::after{content:"";width:16px;height:16px;background:var(--theme-color-primary);border-radius:4px;position:absolute;left:12px;top:13px;transform:translate(-50%, -50%)}.wpcf7 label,.wpcf7 label.label{font-size:17px;z-index:3;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function),font-size var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform, font-size}.wpcf7 label.has-value,.wpcf7 label.label.has-value{font-size:0.875rem;transform:translate3D(-10px, -30px, 0)}.wpcf7 .wpcf7-acceptance label{transform:translate3d(0);position:relative;top:0;left:0;display:inline-flex;align-items:center}.wpcf7 .wpcf7-acceptance label span{margin-left:5px}.wpcf7 .wpcf7-acceptance label input{height:auto}.wpcf7 .input-group{position:relative;padding-top:30px;margin-bottom:10px}.wpcf7 .input-group input,.wpcf7 .input-group textarea{z-index:1;position:relative;height:60px}.wpcf7 .label{transform:translateY(0);display:block;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function),font-size var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform, font-size}.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],.wpcf7 input[type="number"],.wpcf7 textarea,.wpcf7 select{border:1px solid var(--theme-color-grey);background-color:#fff;color:var(--theme-color-black);min-width:171px;border-radius:10px;transition:border-color var(--theme-animation-duration) var(--theme-transition-timing-function);will-change:border-color;font-size:16px;line-height:20px}@media screen and (max-width: 767px){.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"],.wpcf7 input[type="url"],.wpcf7 input[type="number"],.wpcf7 textarea,.wpcf7 select{font-size:0.938rem;line-height:1.25rem}}.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 input[type="tel"]:focus,.wpcf7 input[type="url"]:focus,.wpcf7 input[type="number"]:focus,.wpcf7 textarea:focus,.wpcf7 select:focus{border-color:var(--theme-color-primary)}.wpcf7 input[type="email"]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDEzLjEyNUMxMS43MjU5IDEzLjEyNSAxMy4xMjUgMTEuNzI1OSAxMy4xMjUgMTBDMTMuMTI1IDguMjc0MTEgMTEuNzI1OSA2Ljg3NSAxMCA2Ljg3NUM4LjI3NDExIDYuODc1IDYuODc1IDguMjc0MTEgNi44NzUgMTBDNi44NzUgMTEuNzI1OSA4LjI3NDExIDEzLjEyNSAxMCAxMy4xMjVaIiBzdHJva2U9IiMxQTE5MTkiIHN0cm9rZS13aWR0aD0iMS4yNDgyOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC4xNDg0IDE2LjI1MDJDMTIuNzU2MyAxNy4xNzQ1IDExLjA5NTQgMTcuNjA3NCA5LjQyOTI3IDE3LjQ4MDJDNy43NjMxMSAxNy4zNTMgNi4xODcxMyAxNi42NzMxIDQuOTUxNDEgMTUuNTQ4M0MzLjcxNTY5IDE0LjQyMzQgMi44OTEgMTIuOTE4MiAyLjYwODIgMTEuMjcxM0MyLjMyNTQgOS42MjQzNSAyLjYwMDY5IDcuOTMwMTggMy4zOTAzOSA2LjQ1NzU1QzQuMTgwMDggNC45ODQ5MiA1LjQzODk1IDMuODE4MTkgNi45NjcyNSAzLjE0MjQ5QzguNDk1NTQgMi40NjY3OCAxMC4yMDU3IDIuMzIwODIgMTEuODI2NCAyLjcyNzc0QzEzLjQ0NzEgMy4xMzQ2NyAxNC44ODU1IDQuMDcxMTggMTUuOTEzNCA1LjM4ODY4QzE2Ljk0MTIgNi43MDYxNyAxNy40OTk2IDguMzI5MTkgMTcuNSAxMC4wMDAyQzE3LjUgMTEuNzI2OCAxNi44NzUgMTMuMTI1MiAxNS4zMTI1IDEzLjEyNTJDMTMuNzUgMTMuMTI1MiAxMy4xMjUgMTEuNzI2OCAxMy4xMjUgMTAuMDAwMlY2Ljg3NTE5IiBzdHJva2U9IiMxQTE5MTkiIHN0cm9rZS13aWR0aD0iMS4yNDgyOSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:calc(100% - 25px)}.wpcf7 input[type="tel"]{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMjI2NTYgOS43NTAxNUM3Ljg2OTcgMTEuMDc4MyA4Ljk0MzY2IDEyLjE0OTUgMTAuMjczNCAxMi43ODkyQzEwLjM3MTUgMTIuODM1NyAxMC40OCAxMi44NTU4IDEwLjU4ODIgMTIuODQ3NUMxMC42OTY1IDEyLjgzOTMgMTAuODAwNyAxMi44MDMxIDEwLjg5MDYgMTIuNzQyM0wxMi44NDM3IDExLjQzNzZDMTIuOTMgMTEuMzc5MSAxMy4wMjk4IDExLjM0MzQgMTMuMTMzNiAxMS4zMzM4QzEzLjIzNzQgMTEuMzI0MyAxMy4zNDIgMTEuMzQxMiAxMy40Mzc1IDExLjM4M0wxNy4wOTM4IDEyLjk1MzNDMTcuMjE4NyAxMy4wMDUzIDE3LjMyMzEgMTMuMDk2OSAxNy4zOTA5IDEzLjIxNDFDMTcuNDU4NiAxMy4zMzEzIDE3LjQ4NiAxMy40Njc1IDE3LjQ2ODggMTMuNjAxN0MxNy4zNTI5IDE0LjUwNjIgMTYuOTExNCAxNS4zMzc1IDE2LjIyNjkgMTUuOTRDMTUuNTQyNCAxNi41NDI1IDE0LjY2MTkgMTYuODc0OSAxMy43NSAxNi44NzUxQzEwLjkzMjEgMTYuODc1MSA4LjIyOTU2IDE1Ljc1NTcgNi4yMzY5OSAxMy43NjMyQzQuMjQ0NDIgMTEuNzcwNiAzLjEyNSA5LjA2ODA3IDMuMTI1IDYuMjUwMTVDMy4xMjUyMSA1LjMzODI3IDMuNDU3NjcgNC40NTc3MSA0LjA2MDE4IDMuNzczMjRDNC42NjI2OSAzLjA4ODc3IDUuNDkzOTUgMi42NDcyOCA2LjM5ODQ0IDIuNTMxNEM2LjUzMjY5IDIuNTE0MTUgNi42Njg4OCAyLjU0MTUyIDYuNzg2MDUgMi42MDkyOEM2LjkwMzIyIDIuNjc3MDQgNi45OTQ4NyAyLjc4MTQ0IDcuMDQ2ODcgMi45MDY0TDguNjE3MTkgNi41NzA0NkM4LjY1ODAyIDYuNjY0NDggOC42NzUxMSA2Ljc2NzEgOC42NjY5MyA2Ljg2OTI4QzguNjU4NzYgNi45NzE0NiA4LjYyNTU4IDcuMDcwMDYgOC41NzAzMSA3LjE1NjRMNy4yNjU2MiA5LjE0MDc3QzcuMjA3NTQgOS4yMzA1MiA3LjE3MzQ1IDkuMzMzNjggNy4xNjY2MSA5LjQ0MDM3QzcuMTU5NzcgOS41NDcwNSA3LjE4MDQxIDkuNjUzNzEgNy4yMjY1NiA5Ljc1MDE1VjkuNzUwMTVaIiBzdHJva2U9IiMxQTE5MTkiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:calc(100% - 25px)}.wpcf7 input.wpcf7-not-valid{border:1px solid var(--theme-color-error)}.wpcf7 textarea.wpcf7-not-valid{border:1px solid var(--theme-color-error)}.wpcf7 .wpcf7-not-valid-tip{display:inline-block;text-transform:none;color:var(--theme-color-error)}.wpcf7 textarea{height:40px}.wpcf7 .wpcf7-response-output{flex-basis:100%}.wpcf7 .wpcf7-validation-errors{color:var(--theme-color-error)}.wpcf7 .screen-reader-response{border:zero;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.inline__form form{display:flex;flex-direction:row;justify-content:center;position:relative}@media screen and (max-width: 767px){.inline__form form{flex-direction:column}}.inline__form p{margin-right:16px}.inline__form p:last-child{margin-right:0}@media screen and (max-width: 767px){.inline__form p{margin-right:0}}.inline__form input[type="submit"]:hover{background-color:var(--theme-color-primary)}.inline__form .wpcf7-response-output{position:absolute;bottom:-20px}.inline__form .failed .wpcf7-response-output{color:var(--theme-color-error)}@media screen and (min-width: 992px){.wpcf7__column__left.wpcf7__column__left--wide .first-name{flex-basis:100%}}@media screen and (min-width: 992px){.wpcf7__column__left.wpcf7__column__left--wide .last-name{flex-basis:100%;margin-top:25px !important}}.wpcf7__column__right.wpcf7__column__right--wide{margin-top:25px;justify-content:center}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7__column__right.wpcf7__column__right--wide{margin-top:0;justify-content:space-between}}.request-a-quote .block__content{max-width:700px}.request-a-quote .request__inputs{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:30px;width:100%;flex-wrap:wrap}@media screen and (min-width: 768px) and (min-height: 450px){.request-a-quote .request__inputs{flex-wrap:nowrap}}.request-a-quote .request__inputs--wide{padding-bottom:30px}@media screen and (min-width: 768px) and (min-height: 450px){.request-a-quote .request__inputs>span:first-child{margin-right:25px;margin-left:0}}.request-a-quote .request__inputs span{max-width:100%;width:100%}.request-a-quote .request__inputs span:not(:last-child){padding-bottom:30px}@media screen and (min-width: 768px) and (min-height: 450px){.request-a-quote .request__inputs span:not(:last-child){padding-bottom:0}}.wpcf7__popup__form button.wpcf7-form-control.wpcf7-submit.btn.rtl-btn{margin-left:0;margin-right:auto}.wpcf7__popup__form .wpcf7__column__right{margin-top:25px}@media screen and (min-width: 768px) and (min-height: 450px){.wpcf7__popup__form .wpcf7__column__right{margin-top:0}}[dir="rtl"] .wpcf7__popup__form{flex-direction:row-reverse}[dir="rtl"] .wpcf7__popup__form .wpcf7__column__right button.wpcf7-form-control.wpcf7-submit.btn{flex-direction:row-reverse}@media screen and (min-width: 768px) and (min-height: 450px){[dir="rtl"] .request-a-quote .request__inputs>span:first-child{margin-left:25px;margin-right:0}}button:focus,div[role="button"]{outline:0}.btn{display:inline-flex;align-items:center;justify-content:center;position:relative;border:none;border-radius:30px;font-size:1rem;line-height:1.5rem;font-weight:600;padding:0.9375rem 1.6875rem;outline:none;cursor:pointer;text-align:center;text-decoration:none;-webkit-appearance:none;appearance:none;transition:color var(--theme-transition-duration) var(--theme-transition-timing-function),border-color var(--theme-transition-duration) var(--theme-transition-timing-function),background-color var(--theme-transition-duration) var(--theme-transition-timing-function),opacity var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:color, border-color, background-color, opacity;white-space:nowrap}.btn svg{color:var(--theme-color-secondary);margin-top:-1px;margin-left:10px;width:26px;transform:translateX(0);transition:transform var(--theme-animation-duration) var(--theme-transition-timing-function);will-change:transform}.btn.small{padding:0.5625rem 1.6875rem}.btn__solid--primary,.btn__solid--gradient,.btn__solid--white{padding:0.9375rem 1.6875rem;overflow:hidden}.btn__solid--primary::before,.btn__solid--gradient::before,.btn__solid--white::before{content:"";width:110%;height:250%;background:var(--theme-color-primary);border-radius:50%;position:absolute;transform:translate(-50%, 0);top:100%;left:50%;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function),top var(--theme-transition-duration) var(--theme-transition-timing-function);z-index:-1}.btn__solid--primary:hover,.btn__solid--gradient:hover,.btn__solid--white:hover{color:var(--theme-color-white) !important}.btn__solid--primary:hover::before,.btn__solid--gradient:hover::before,.btn__solid--white:hover::before{transform:translate(-50%, -50%);top:50%}.btn__solid--primary:hover::after,.btn__solid--gradient:hover::after,.btn__solid--white:hover::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNC45OTk5OUMtNC43MDQ2OGUtMDggNC42MTcwNiAwLjM0ODIyMyA0LjMwNjYyIDAuNzc3Nzc4IDQuMzA2NjJMMTMuMjIyMiA0LjMwNjYyQzEzLjY1MTggNC4zMDY2MiAxNCA0LjYxNzA1IDE0IDQuOTk5OTlDMTQgNS4zODI5MyAxMy42NTE4IDUuNjkzMzYgMTMuMjIyMiA1LjY5MzM2TDAuNzc3Nzc4IDUuNjkzMzZDMC4zNDgyMjMgNS42OTMzNiAtMS4zNTY5NGUtMDggNS4zODI5MyAtMy4wMzA4MWUtMDggNC45OTk5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDUxNSA5LjY1MDQzQzcuNzAxNDEgOS4zNzk2NiA3LjcwMTQxIDguOTQwNjQgOC4wMDUxNSA4LjY2OTg2TDEyLjEyMTggNC45OTk5NEw4LjAwNTE1IDEuMzMwMDJDNy43MDE0MSAxLjA1OTI0IDcuNzAxNDEgMC42MjAyMjYgOC4wMDUxNSAwLjM0OTQ0OUM4LjMwODg5IDAuMDc4NjcxNCA4LjgwMTM1IDAuMDc4NjcxNCA5LjEwNTA5IDAuMzQ5NDQ5TDEzLjc3MTggNC41MDk2NkMxNC4wNzU1IDQuNzgwNDMgMTQuMDc1NSA1LjIxOTQ1IDEzLjc3MTggNS40OTAyM0w5LjEwNTA5IDkuNjUwNDNDOC44MDEzNSA5LjkyMTIxIDguMzA4ODkgOS45MjEyMSA4LjAwNTE1IDkuNjUwNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__solid--primary{background-color:var(--theme-color-primary)}.btn__solid--primary::before{background:#2a8428}.btn__solid--gradient{background-image:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary))}.btn__solid--gradient:hover{animation:gradient 7s ease infinite}.btn__solid--gradient::before{background:#2a8428}.btn__solid--white{overflow:hidden;background-color:var(--theme-color-white)}.btn__solid--icon::after{content:"";display:inline-block;height:10px;width:14px;margin-left:11px}.btn__outline--primary{padding:0.9375rem 1.6875rem;border:2px solid var(--theme-color-primary);background-image:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-primary));background-repeat:no-repeat;background-position:center 54px;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function),color var(--theme-transition-duration) var(--theme-transition-timing-function)}.btn__outline--primary:hover{background-position:center center;color:var(--theme-color-white) !important}.btn__outline--gradient{padding:0.9375rem 1.6875rem;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function),color var(--theme-transition-duration) var(--theme-transition-timing-function);background-image:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));background-repeat:no-repeat;background-position:center 54px}.btn__outline--gradient:hover{background-position:center center}.btn__outline--gradient::before{content:"";position:absolute;z-index:-1;inset:0;padding:2px;border-radius:30px;background:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.btn__outline--gradient:hover{background-position:center center;color:var(--theme-color-white) !important}.btn__outline--icon::after{content:"";display:inline-block;height:10px;width:14px;margin-left:11px;transition:background-image var(--theme-transition-duration) var(--theme-transition-timing-function)}.btn__outline--icon:hover::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNC45OTk5OUMtNC43MDQ2OGUtMDggNC42MTcwNiAwLjM0ODIyMyA0LjMwNjYyIDAuNzc3Nzc4IDQuMzA2NjJMMTMuMjIyMiA0LjMwNjYyQzEzLjY1MTggNC4zMDY2MiAxNCA0LjYxNzA1IDE0IDQuOTk5OTlDMTQgNS4zODI5MyAxMy42NTE4IDUuNjkzMzYgMTMuMjIyMiA1LjY5MzM2TDAuNzc3Nzc4IDUuNjkzMzZDMC4zNDgyMjMgNS42OTMzNiAtMS4zNTY5NGUtMDggNS4zODI5MyAtMy4wMzA4MWUtMDggNC45OTk5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDUxNSA5LjY1MDQzQzcuNzAxNDEgOS4zNzk2NiA3LjcwMTQxIDguOTQwNjQgOC4wMDUxNSA4LjY2OTg2TDEyLjEyMTggNC45OTk5NEw4LjAwNTE1IDEuMzMwMDJDNy43MDE0MSAxLjA1OTI0IDcuNzAxNDEgMC42MjAyMjYgOC4wMDUxNSAwLjM0OTQ0OUM4LjMwODg5IDAuMDc4NjcxNCA4LjgwMTM1IDAuMDc4NjcxNCA5LjEwNTA5IDAuMzQ5NDQ5TDEzLjc3MTggNC41MDk2NkMxNC4wNzU1IDQuNzgwNDMgMTQuMDc1NSA1LjIxOTQ1IDEzLjc3MTggNS40OTAyM0w5LjEwNTA5IDkuNjUwNDNDOC44MDEzNSA5LjkyMTIxIDguMzA4ODkgOS45MjEyMSA4LjAwNTE1IDkuNjUwNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) !important;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__text--icon{padding:10px 10px 10px 0}.btn__text--icon::before{content:"";height:34px;width:34px;border-radius:50%;border:1px solid var(--theme-color-black);position:absolute;right:0}.btn__text--icon::after{content:"";display:inline-flex;background-repeat:repeat-x;background-position:center center;height:10px;width:14px;overflow:hidden;margin-left:22px;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function)}.btn__text--icon:hover::after{background-position:14px center;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__text--icon.t-color--primary::before{border:1px solid var(--theme-color-primary)}.btn__text--icon.t-color--grey-dark::before{border:1px solid var(--theme-color-grey-dark)}.btn__text--icon.t-color--white::before{border:1px solid var(--theme-color-white)}.btn__text--icon-reverse{padding:10px}.btn__text--icon-reverse::before{content:"";display:inline-flex;background-repeat:repeat-x;background-position:center center;height:10px;width:14px;overflow:hidden;margin-right:22px;margin-left:unset;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function);transform:rotate(180deg)}.btn__text--icon-reverse::after{content:"";height:34px;width:34px;border-radius:50%;border:1px solid var(--theme-color-black);position:absolute;left:0;opacity:0.5}.btn__text--icon-reverse:hover::before{background-position:14px center;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__text--icon-reverse.t-color--primary::after{border:1px solid var(--theme-color-primary)}.btn__text--icon-reverse.t-color--grey-dark::after{border:1px solid var(--theme-color-grey-dark)}.btn__text--icon-reverse.t-color--white::after{border:1px solid var(--theme-color-white)}.btn__text--icon-simple.btn__text--icon-reverse::after{content:unset}.btn__text--icon-simple.btn__text--icon-reverse::before{margin-right:11px}.btn__text--icon-simple:not(.btn__text--icon-reverse)::before{content:unset}.btn__text--icon-simple:not(.btn__text--icon-reverse)::after{margin-left:11px}.btn__text--icon-down::after{transform:rotate(90deg)}.btn__text--icon-small{padding:6px;font-size:0.875rem}.btn__text--icon-small::after{height:5.5px;width:8px;background-size:8px 5.5px;margin-left:10px}.btn__text--icon-small::before{height:20px;width:20px}.btn__text--icon-small:hover::after{background-position:8px center;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation-small;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__next,.btn__prev{height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0}.btn__next::before,.btn__prev::before{content:"";height:32px;width:32px;border-radius:50%;border:1px solid var(--theme-color-black);position:absolute;inset:0;opacity:0.5}.btn__next::after,.btn__prev::after{content:"";display:inline-flex;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yNzU3NjMgMC4zMjIxNzFDMC41OTM5NjggLTAuMDA4NDMxODkgMS4xMDk4OCAtMC4wMDg0MzE4OSAxLjQyODA5IDAuMzIyMTcxTDYuMzE2OTcgNS40MDE1NEM2LjYzNTE4IDUuNzMyMTQgNi42MzUxOCA2LjI2ODE1IDYuMzE2OTcgNi41OTg3NUwxLjQyODA5IDExLjY3ODFDMS4xMDk4OCAxMi4wMDg3IDAuNTkzOTY4IDEyLjAwODcgMC4yNzU3NjMgMTEuNjc4MUMtMC4wNDI0NDE5IDExLjM0NzUgLTAuMDQyNDQxOSAxMC44MTE1IDAuMjc1NzYzIDEwLjQ4MDlMNC41ODg0OSA2LjAwMDE0TDAuMjc1NzYzIDEuNTE5MzlDLTAuMDQyNDQxOSAxLjE4ODc5IC0wLjA0MjQ0MTkgMC42NTI3NzMgMC4yNzU3NjMgMC4zMjIxNzFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);background-repeat:repeat-x;background-position:center center;height:12px;width:6.5px;margin-left:2px;overflow:hidden;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function)}.btn__next:hover::after,.btn__prev:hover::after{background-position:6.5px center;animation-delay:50ms;animation-duration:0.8s;animation-name:arrow-animation-nav;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0, 0.21, 1)}.btn__prev::after{transform:rotate(180deg);margin:0}.btn.t-color--grey-dark.btn__text--icon-reverse::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNS43NTk3NkMtNC43MDQ2OGUtMDggNS4zNzY4MiAwLjM0ODIyMyA1LjA2NjM5IDAuNzc3Nzc4IDUuMDY2MzlMMTMuMjIyMiA1LjA2NjM5QzEzLjY1MTggNS4wNjYzOSAxNCA1LjM3NjgyIDE0IDUuNzU5NzZDMTQgNi4xNDI2OSAxMy42NTE4IDYuNDUzMTIgMTMuMjIyMiA2LjQ1MzEyTDAuNzc3Nzc4IDYuNDUzMTJDMC4zNDgyMjMgNi40NTMxMiAtMS4zNTY5NGUtMDggNi4xNDI2OSAtMy4wMzA4MWUtMDggNS43NTk3NloiIGZpbGw9IiMxQTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjAwNTE1IDEwLjQxMDJDNy43MDE0MSAxMC4xMzk0IDcuNzAxNDEgOS43MDA0MSA4LjAwNTE1IDkuNDI5NjNMMTIuMTIxOCA1Ljc1OTcxTDguMDA1MTUgMi4wODk3OEM3LjcwMTQxIDEuODE5MDEgNy43MDE0MSAxLjM3OTk5IDguMDA1MTUgMS4xMDkyMUM4LjMwODg5IDAuODM4NDM3IDguODAxMzUgMC44Mzg0MzcgOS4xMDUwOSAxLjEwOTIxTDEzLjc3MTggNS4yNjk0MkMxNC4wNzU1IDUuNTQwMiAxNC4wNzU1IDUuOTc5MjEgMTMuNzcxOCA2LjI0OTk5TDkuMTA1MDkgMTAuNDEwMkM4LjgwMTM1IDEwLjY4MSA4LjMwODg5IDEwLjY4MSA4LjAwNTE1IDEwLjQxMDJaIiBmaWxsPSIjMUExOTE5Ii8+Cjwvc3ZnPgo=)}.btn.t-color--grey-dark:not(.btn__text--icon-reverse):not(.btn__icon)::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNS43NTk3NkMtNC43MDQ2OGUtMDggNS4zNzY4MiAwLjM0ODIyMyA1LjA2NjM5IDAuNzc3Nzc4IDUuMDY2MzlMMTMuMjIyMiA1LjA2NjM5QzEzLjY1MTggNS4wNjYzOSAxNCA1LjM3NjgyIDE0IDUuNzU5NzZDMTQgNi4xNDI2OSAxMy42NTE4IDYuNDUzMTIgMTMuMjIyMiA2LjQ1MzEyTDAuNzc3Nzc4IDYuNDUzMTJDMC4zNDgyMjMgNi40NTMxMiAtMS4zNTY5NGUtMDggNi4xNDI2OSAtMy4wMzA4MWUtMDggNS43NTk3NloiIGZpbGw9IiMxQTE5MTkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjAwNTE1IDEwLjQxMDJDNy43MDE0MSAxMC4xMzk0IDcuNzAxNDEgOS43MDA0MSA4LjAwNTE1IDkuNDI5NjNMMTIuMTIxOCA1Ljc1OTcxTDguMDA1MTUgMi4wODk3OEM3LjcwMTQxIDEuODE5MDEgNy43MDE0MSAxLjM3OTk5IDguMDA1MTUgMS4xMDkyMUM4LjMwODg5IDAuODM4NDM3IDguODAxMzUgMC44Mzg0MzcgOS4xMDUwOSAxLjEwOTIxTDEzLjc3MTggNS4yNjk0MkMxNC4wNzU1IDUuNTQwMiAxNC4wNzU1IDUuOTc5MjEgMTMuNzcxOCA2LjI0OTk5TDkuMTA1MDkgMTAuNDEwMkM4LjgwMTM1IDEwLjY4MSA4LjMwODg5IDEwLjY4MSA4LjAwNTE1IDEwLjQxMDJaIiBmaWxsPSIjMUExOTE5Ii8+Cjwvc3ZnPgo=)}.btn.t-color--primary.btn__text--icon-reverse::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNS43NTk3NkMtNC43MDQ2OGUtMDggNS4zNzY4MiAwLjM0ODIyMyA1LjA2NjM5IDAuNzc3Nzc4IDUuMDY2MzlMMTMuMjIyMiA1LjA2NjM5QzEzLjY1MTggNS4wNjYzOSAxNCA1LjM3NjgyIDE0IDUuNzU5NzZDMTQgNi4xNDI2OSAxMy42NTE4IDYuNDUzMTIgMTMuMjIyMiA2LjQ1MzEyTDAuNzc3Nzc4IDYuNDUzMTJDMC4zNDgyMjMgNi40NTMxMiAtMS4zNTY5NGUtMDggNi4xNDI2OSAtMy4wMzA4MWUtMDggNS43NTk3NloiIGZpbGw9IiM0OUE0NDciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjAwNTE1IDEwLjQxMDJDNy43MDE0MSAxMC4xMzk0IDcuNzAxNDEgOS43MDA0MSA4LjAwNTE1IDkuNDI5NjNMMTIuMTIxOCA1Ljc1OTcxTDguMDA1MTUgMi4wODk3OEM3LjcwMTQxIDEuODE5MDEgNy43MDE0MSAxLjM3OTk5IDguMDA1MTUgMS4xMDkyMUM4LjMwODg5IDAuODM4NDM3IDguODAxMzUgMC44Mzg0MzcgOS4xMDUwOSAxLjEwOTIxTDEzLjc3MTggNS4yNjk0MkMxNC4wNzU1IDUuNTQwMiAxNC4wNzU1IDUuOTc5MjEgMTMuNzcxOCA2LjI0OTk5TDkuMTA1MDkgMTAuNDEwMkM4LjgwMTM1IDEwLjY4MSA4LjMwODg5IDEwLjY4MSA4LjAwNTE1IDEwLjQxMDJaIiBmaWxsPSIjNDlBNDQ3Ii8+Cjwvc3ZnPgo=)}.btn.t-color--primary:not(.btn__text--icon-reverse):not(.btn__icon)::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNS43NTk3NkMtNC43MDQ2OGUtMDggNS4zNzY4MiAwLjM0ODIyMyA1LjA2NjM5IDAuNzc3Nzc4IDUuMDY2MzlMMTMuMjIyMiA1LjA2NjM5QzEzLjY1MTggNS4wNjYzOSAxNCA1LjM3NjgyIDE0IDUuNzU5NzZDMTQgNi4xNDI2OSAxMy42NTE4IDYuNDUzMTIgMTMuMjIyMiA2LjQ1MzEyTDAuNzc3Nzc4IDYuNDUzMTJDMC4zNDgyMjMgNi40NTMxMiAtMS4zNTY5NGUtMDggNi4xNDI2OSAtMy4wMzA4MWUtMDggNS43NTk3NloiIGZpbGw9IiM0OUE0NDciLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjAwNTE1IDEwLjQxMDJDNy43MDE0MSAxMC4xMzk0IDcuNzAxNDEgOS43MDA0MSA4LjAwNTE1IDkuNDI5NjNMMTIuMTIxOCA1Ljc1OTcxTDguMDA1MTUgMi4wODk3OEM3LjcwMTQxIDEuODE5MDEgNy43MDE0MSAxLjM3OTk5IDguMDA1MTUgMS4xMDkyMUM4LjMwODg5IDAuODM4NDM3IDguODAxMzUgMC44Mzg0MzcgOS4xMDUwOSAxLjEwOTIxTDEzLjc3MTggNS4yNjk0MkMxNC4wNzU1IDUuNTQwMiAxNC4wNzU1IDUuOTc5MjEgMTMuNzcxOCA2LjI0OTk5TDkuMTA1MDkgMTAuNDEwMkM4LjgwMTM1IDEwLjY4MSA4LjMwODg5IDEwLjY4MSA4LjAwNTE1IDEwLjQxMDJaIiBmaWxsPSIjNDlBNDQ3Ii8+Cjwvc3ZnPgo=)}.btn.t-color--white.btn__text--icon-reverse::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNC45OTk5OUMtNC43MDQ2OGUtMDggNC42MTcwNiAwLjM0ODIyMyA0LjMwNjYyIDAuNzc3Nzc4IDQuMzA2NjJMMTMuMjIyMiA0LjMwNjYyQzEzLjY1MTggNC4zMDY2MiAxNCA0LjYxNzA1IDE0IDQuOTk5OTlDMTQgNS4zODI5MyAxMy42NTE4IDUuNjkzMzYgMTMuMjIyMiA1LjY5MzM2TDAuNzc3Nzc4IDUuNjkzMzZDMC4zNDgyMjMgNS42OTMzNiAtMS4zNTY5NGUtMDggNS4zODI5MyAtMy4wMzA4MWUtMDggNC45OTk5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDUxNSA5LjY1MDQzQzcuNzAxNDEgOS4zNzk2NiA3LjcwMTQxIDguOTQwNjQgOC4wMDUxNSA4LjY2OTg2TDEyLjEyMTggNC45OTk5NEw4LjAwNTE1IDEuMzMwMDJDNy43MDE0MSAxLjA1OTI0IDcuNzAxNDEgMC42MjAyMjYgOC4wMDUxNSAwLjM0OTQ0OUM4LjMwODg5IDAuMDc4NjcxNCA4LjgwMTM1IDAuMDc4NjcxNCA5LjEwNTA5IDAuMzQ5NDQ5TDEzLjc3MTggNC41MDk2NkMxNC4wNzU1IDQuNzgwNDMgMTQuMDc1NSA1LjIxOTQ1IDEzLjc3MTggNS40OTAyM0w5LjEwNTA5IDkuNjUwNDNDOC44MDEzNSA5LjkyMTIxIDguMzA4ODkgOS45MjEyMSA4LjAwNTE1IDkuNjUwNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)}.btn.t-color--white:not(.btn__text--icon-reverse):not(.btn__icon)::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNC45OTk5OUMtNC43MDQ2OGUtMDggNC42MTcwNiAwLjM0ODIyMyA0LjMwNjYyIDAuNzc3Nzc4IDQuMzA2NjJMMTMuMjIyMiA0LjMwNjYyQzEzLjY1MTggNC4zMDY2MiAxNCA0LjYxNzA1IDE0IDQuOTk5OTlDMTQgNS4zODI5MyAxMy42NTE4IDUuNjkzMzYgMTMuMjIyMiA1LjY5MzM2TDAuNzc3Nzc4IDUuNjkzMzZDMC4zNDgyMjMgNS42OTMzNiAtMS4zNTY5NGUtMDggNS4zODI5MyAtMy4wMzA4MWUtMDggNC45OTk5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDUxNSA5LjY1MDQzQzcuNzAxNDEgOS4zNzk2NiA3LjcwMTQxIDguOTQwNjQgOC4wMDUxNSA4LjY2OTg2TDEyLjEyMTggNC45OTk5NEw4LjAwNTE1IDEuMzMwMDJDNy43MDE0MSAxLjA1OTI0IDcuNzAxNDEgMC42MjAyMjYgOC4wMDUxNSAwLjM0OTQ0OUM4LjMwODg5IDAuMDc4NjcxNCA4LjgwMTM1IDAuMDc4NjcxNCA5LjEwNTA5IDAuMzQ5NDQ5TDEzLjc3MTggNC41MDk2NkMxNC4wNzU1IDQuNzgwNDMgMTQuMDc1NSA1LjIxOTQ1IDEzLjc3MTggNS40OTAyM0w5LjEwNTA5IDkuNjUwNDNDOC44MDEzNSA5LjkyMTIxIDguMzA4ODkgOS45MjEyMSA4LjAwNTE1IDkuNjUwNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)}[dir="rtl"] .btn{margin-left:0;margin-right:15px}[dir="rtl"] .btn::after{transform:rotate(180deg)}[dir="rtl"] .btn__text--icon::before{left:unset;right:0}[dir="rtl"] .btn__text--icon::after{margin-left:22px;margin-right:unset}[dir="rtl"] .btn__text--icon-reverse{flex-direction:row-reverse}[dir="rtl"] .btn__text--icon-reverse:before{margin-right:0;margin-left:22px}[dir="rtl"] .btn__text--icon-reverse:after{right:0;left:unset}[dir="rtl"] .btn__outline--icon::after,[dir="rtl"] .btn__solid--icon::after{margin-left:11px;margin-right:unset}[dir="rtl"] .btn__text--icon-down::after{transform:rotate(-90deg)}@keyframes arrow-animation{0%{background-position:0 center}90%{background-position:14px center}100%{background-position:14px center}}@keyframes arrow-animation-small{0%{background-position:0 center}90%{background-position:8px center}100%{background-position:8px center}}@keyframes arrow-animation-nav{0%{background-position:0 center}90%{background-position:6.5px center}100%{background-position:6.5px center}}.block__buttons a{margin-right:15px}.block__buttons a:last-child{margin-right:0}.modal{text-align:center;padding:0 !important}.modal:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-4px}.modal .modal-dialog{display:inline-block;text-align:left;vertical-align:middle;max-width:100%}@media screen and (min-width: 768px) and (min-height: 450px){.modal .modal-dialog{width:58.5vw}}.modal .modal-content{padding:1.44rem 2.22rem 2.22rem 2.22rem;max-width:100%}.modal .modal-title{text-transform:capitalize;color:var(--theme-color-black)}.modal .modal-header{border-bottom:zero;padding:0}.modal .modal-body{padding:1.22rem 0}.modal .close{color:var(--theme-color-black);opacity:1;font-size:3rem;font-weight:300}.modal .close:focus{outline:none}.navigation.pagination{text-align:center;position:relative;font-size:.9375rem;padding:2em}@media screen and (min-width: 768px) and (min-height: 450px){.navigation.pagination{padding:calc(4em + 3.75vw) 6em}}.navigation .nav-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.navigation .page-numbers{padding:1rem;min-width:3rem;opacity:.5;position:relative}@media screen and (min-width: 768px) and (min-height: 450px){.navigation .page-numbers{min-width:4rem}}.navigation .page-numbers::after{content:'';position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid var(--theme-color-primary);opacity:.24}.navigation .page-numbers.current{opacity:1}.navigation .page-numbers.current::after{border-bottom:2px solid var(--theme-color-secondary);opacity:1}.navigation .page-numbers.prev{font-size:0;opacity:1;transform:rotate(90deg);display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px) and (min-height: 450px){.navigation .page-numbers.prev{position:absolute;left:0;width:80px;height:80px;background:var(--theme-color-white);border-radius:50%}.navigation .page-numbers.prev::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}.navigation .page-numbers.prev::after{display:none}.navigation .page-numbers.next{font-size:0;opacity:1;transform:rotate(-90deg);display:flex;align-items:center;justify-content:center}@media screen and (min-width: 768px) and (min-height: 450px){.navigation .page-numbers.next{background:var(--theme-color-white);border-radius:50%;position:absolute;width:80px;height:80px;right:0}.navigation .page-numbers.next::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}.navigation .page-numbers.next::after{display:none}.js .ac-wrapper.active .ac-body{max-height:9999px;opacity:1}.js .ac-wrapper.active .ac-trigger:after{transform:translateY(-40%) rotate(225deg)}.js .ac-body{overflow:hidden;max-height:0;opacity:0;transition:max-height var(--theme-transition-duration) var(--theme-transition-timing-function),opacity var(--theme-transition-duration) var(--theme-transition-timing-function)}.js .ac-trigger::after{content:"";position:absolute;top:50%;right:0;margin-left:10px;transform:translateY(-60%) rotate(45deg);width:0.5rem;height:0.5rem;border-right:0.125rem solid var(--theme-color-white);border-bottom:0.125rem solid var(--theme-color-white);transition:border-color var(--theme-transition-duration-double) var(--theme-transition-timing-function),transform var(--theme-transition-duration) var(--theme-transition-timing-function)}@media screen and (min-width: 992px){.js .ac-trigger::after{right:unset}}@media screen and (min-width: 992px){.js .ac-trigger:after{display:none}}.breadcrumbs{margin-bottom:9px;z-index:10;display:flex;align-items:center;align-self:flex-start}.breadcrumbs svg{height:10.5px;width:6px;margin:0 13px}.breadcrumbs a{font-family:var(--font-family-ubuntu-mono);display:flex;flex-direction:column;height:24px;overflow:hidden;z-index:10}.breadcrumbs a.active{color:var(--theme-color-primary)}.breadcrumbs a span{display:inline-block;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function)}.breadcrumbs a:hover{color:var(--theme-color-primary)}.breadcrumbs a:hover span{transform:translateY(-100%)}[dir=rtl] .breadcrumbs svg{transform:rotate(180deg)}.breadcrumb__item{color:var(--theme-color-grey)}.breadcrumb__item a{font-family:var(--font-family-ubuntu-mono);display:flex;flex-direction:column;height:24px;overflow:hidden;color:var(--theme-color-black)}.breadcrumb__item a span{display:inline-block;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function)}.breadcrumb__item a:hover{color:var(--theme-color-primary)}.breadcrumb__item a:hover span{transform:translateY(-100%)}.switch_menu{position:absolute;cursor:pointer;color:var(--theme-color-black);width:68px;height:100%;top:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:all}@media screen and (min-width: 1201px){.switch_menu{display:none}}.switch_menu__wrapper{display:block;width:22px;height:2px;border-radius:5px;background:var(--theme-color-black);position:relative;border-radius:5px;transition:all .3s ease-in-out}.switch_menu__wrapper span{display:block;width:22px;height:2px;border-radius:5px;background:linear-gradient(90deg, #49A447 0%, #E2DE02 100%);position:absolute;top:0;left:0;transition:all .3s ease-in-out}.switch_menu__wrapper:before,.switch_menu__wrapper:after{content:'';display:block;width:22px;height:2px;position:absolute;left:0;position:relative;border-radius:5px;background:linear-gradient(90deg, #49A447 0%, #E2DE02 100%);transition:all .3s ease-in-out}.switch_menu__wrapper:before{top:-7px}.switch_menu__wrapper:after{bottom:-5px}.switch_menu__icon{position:absolute;bottom:0;left:50%;top:50%;transform:translate(-50%, -50%);transition:all 0.3s var(--theme-transition-timing-function);will-change:opacity, visibility}.switch_menu__icon--close{opacity:0;visibility:hidden}#switch_menu:checked ~ .header .switch_menu__wrapper{background-color:transparent}#switch_menu:checked ~ .header .switch_menu__wrapper span:first-child{transform:rotate(45deg) translate(0, -1px)}#switch_menu:checked ~ .header .switch_menu__wrapper:before,#switch_menu:checked ~ .header .switch_menu__wrapper:after{opacity:0}#switch_menu:checked ~ .header .switch_menu__wrapper span:last-child{transform:rotate(-45deg) translate(1px, 0)}#switch_menu:checked ~ .header .switch_menu__icon--menu{opacity:0;visibility:hidden}#switch_menu:checked ~ .header .switch_menu__icon--close{opacity:1;visibility:visible}#switch_menu:checked ~ .header .header__menu{transform:translateX(0);overflow:scroll;max-height:100vh;padding:120px 38px 68px}@media screen and (min-width: 1201px){#switch_menu:checked ~ .header .header__menu{transform:unset;overflow:unset;height:auto}}#switch_menu:checked ~ .header .header__menu .menu{max-height:100vh;overflow:visible}[dir="rtl"] .switch_menu{left:unset;right:0}.svg_logo{fill:currentColor}.container--header{display:flex;justify-content:space-between;height:75px;max-width:1330px;position:relative}.container--header .btn_group{display:none}@media screen and (min-width: 768px) and (min-height: 450px){.container--header .btn_group{display:flex;margin-right:55px}}@media screen and (min-width: 1201px){.container--header .btn_group{margin-right:0}}.container--header .btn_group--mobile{display:flex;margin-top:19px}@media screen and (min-width: 768px) and (min-height: 450px){.container--header .btn_group--mobile{display:none}}.container--header .btn_group--mobile a:not(.btn):first-of-type{padding-left:0}.container--header .btn_group--mobile a:last-of-type{margin-left:auto}.container--header .btn_group .cart-icon{position:relative}.container--header .btn_group .cart-icon .cart-contents-count{position:absolute;left:14px;top:-9px;width:20px;height:20px;font-size:11px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:var(--theme-color-primary);color:var(--theme-color-white);font-family:var(--font-family-ubuntu-mono)}.container--header .btn_group .cart-icon svg{fill:var(--theme-color-white);transition:fill var(--theme-transition-duration) var(--theme-transition-timing-function)}.container--header .btn_group a:not(.btn__outline--gradient):hover{color:var(--theme-color-primary)}.container--header .btn_group a:not(.btn__outline--gradient):hover svg{fill:var(--theme-color-primary)}.container--header .btn_group a.btn--shop{padding:0.9375rem 1.25rem}.container--header .cart-icon{display:flex;align-items:center;justify-content:center;position:relative}.container--header .cart-icon .cart-contents-count{position:absolute;left:14px;top:4px;width:20px;height:20px;font-size:11px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:var(--theme-color-primary);color:var(--theme-color-white);font-family:var(--font-family-ubuntu-mono)}.container--header .cart-icon svg{height:20px;width:21px;margin-left:unset;margin-right:27px}@media screen and (min-width: 1201px){.overflow_header .header{position:fixed}}.header{position:fixed;z-index:10000;top:0;left:0;right:0;width:100%;transition:background var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:background;font-size:1.0625rem;line-height:2;color:var(--header-font-color);background:transparent}.header__logo{display:flex;align-items:center;justify-content:center;padding-top:1rem;padding-bottom:1rem}@media screen and (min-width: 1201px){.header__logo{padding-top:0;padding-bottom:0}}.header__menu{display:flex;justify-content:space-between;position:absolute;left:50%;right:auto;top:50%}@media screen and (min-width: 1201px){.header__menu{transform:translate(-50%, -50%)}}.header__menu .menu-item-has-children>a{display:block;position:relative;margin-right:20px;margin-left:0;width:-moz-fit-content;width:fit-content}.header__menu .menu-item-has-children>a::after{content:'';position:absolute;top:calc(50%);right:-20px;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-right:2px solid var(--header-font-color);border-bottom:2px solid var(--header-font-color);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function)}.no-js .header__menu .menu-item-has-children>a::after{display:none}@media screen and (min-width: 1201px){.header__menu .menu-item-has-children>a{width:unset}.header__menu .menu-item-has-children>a::after{right:0}}.header__menu .menu-item-has-children.active>a::after{transform:translateY(-50%) rotate(225deg)}.header__menu .menu-item-has-children .sub-menu{visibility:hidden;padding-top:1em;padding-bottom:1em;font-size:14px}.no-js .header__menu .menu-item-has-children .sub-menu{display:block}.header__menu .menu-item-has-children .sub-menu .menu-item{font-size:15px}.header__menu .menu-item-has-children.active .sub-menu{visibility:visible}@media screen and (max-width: 1200px){.header__menu{position:absolute;top:0;left:0;right:0;font-size:16px;line-height:24px;color:var(--theme-color-black);background:var(--theme-color-white);padding:0 38px 0;transition:padding var(--theme-transition-duration) var(--theme-transition-timing-function),max-height var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:padding, max-height;max-height:calc(100vh - 68px);height:-moz-fit-content;height:fit-content;max-height:0;display:flex;flex-direction:column;justify-content:space-between;z-index:-2}.header__menu .menu{max-height:0;overflow:hidden;transition:max-height var(--theme-transition-duration) var(--theme-transition-timing-function)}.header__menu .menu-item:not(:first-of-type){margin-top:16px}.header__menu .menu-item-has-children>a{display:block;position:relative}.header__menu .btn_group{display:block;text-align:center;padding-top:24px;padding-bottom:24px}}.menu-active{overflow:hidden}@media screen and (min-width: 1201px){.menu-active{overflow:visible}}.header--black{color:var(--theme-color-white)}.header--black .header__menu .menu-item-has-children>a::after{border-right:2px solid var(--theme-color-white);border-bottom:2px solid var(--theme-color-white)}@media screen and (max-width: 1200px){.header--black .header__menu{background:var(--theme-color-grey-dark);color:var(--theme-color-white)}}.header .lang-switcher{--font-size: 17.5px/*rtl:15px*/;--font-weight: 600/*rtl:400px*/;position:relative;font-family:var(--font-family-primary);align-items:center;justify-content:center;color:var(--theme-color-white);font-size:var(--font-size);line-height:17.5px;display:none;text-transform:uppercase;font-weight:var(--font-weight)}@media screen and (min-width: 768px) and (min-height: 450px){.header .lang-switcher{margin-right:30px;margin-left:0;display:flex;align-items:center}}.header .lang-switcher::after{content:'';position:absolute;top:50%;right:-20px;left:unset;transform:translateY(-70%) rotate(45deg);width:8px;height:8px;border-right:2px solid var(--theme-color-white);border-bottom:2px solid var(--theme-color-white);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function)}.no-js .header .lang-switcher::after{display:none}.header .lang-switcher__list{position:absolute;left:0;right:unset;top:150%;list-style-type:none;background:var(--theme-color-white);padding:15px 25px 15px 25px;border-radius:4px;opacity:0;visibility:hidden;transition:all var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:opacity visibility;box-shadow:1px 2px 10px rgba(0,0,0,0.1);text-transform:uppercase;z-index:100}.header .lang-switcher__list .lang-item{transition:color var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:color;color:var(--theme-color-black);font-size:16px;line-height:32px}.header .lang-switcher__list .lang-item:hover,.header .lang-switcher__list .lang-item.current-lang{color:var(--theme-color-primary)}.header .lang-switcher:hover .lang-switcher__list{opacity:1;visibility:visible}.header .lang-switcher:hover::after{transform:translateY(-50%) rotate(-135deg)}.header--sticky{position:sticky;background-color:var(--theme-color-grey-dark)}.header--white{background-color:var(--theme-color-white);color:var(--theme-color-black)}.header--white .container--header .btn_group .cart-icon svg{fill:var(--theme-color-black)}.header--white .lang-switcher{color:var(--theme-color-black)}.header--white .lang-switcher::after{border-right:2px solid var(--theme-color-black);border-bottom:2px solid var(--theme-color-black)}.header__inner-menu{height:75px;background-color:var(--theme-color-white);color:var(--theme-color-grey);display:none;align-items:center;overflow:auto;position:fixed;top:75px;left:0;right:0;z-index:100}@media screen and (min-width: 768px) and (min-height: 450px){.header__inner-menu{display:flex}}.header__inner-menu__items{margin:0 auto;display:table}.header__inner-menu a{transition:color var(--theme-transition-duration) var(--theme-transition-timing-function);white-space:nowrap;display:inline;margin:0 12.5px}.header__inner-menu a.active{color:var(--theme-color-primary)}[dir="rtl"] .container--header .cart-icon svg{margin-left:27px;margin-right:unset}@media screen and (min-width: 768px) and (min-height: 450px){[dir="rtl"] .container--header .cart-icon svg{margin-left:unset;margin-right:27px}}[dir="rtl"] .header .lang-switcher::after{border:none;border-right:2px solid var(--theme-color-white);border-bottom:2px solid var(--theme-color-white)}[dir="rtl"] .header--black .header__menu .menu-item-has-children>a::after{border-right:2px solid var(--theme-color-white)}[dir="rtl"] .header--white .header__menu .menu-item-has-children>a::after{border-right:2px solid var(--theme-color-black)}[dir="rtl"] .header--white .lang-switcher::after{border:none;border-right:2px solid var(--theme-color-black);border-bottom:2px solid var(--theme-color-black)}[dir="rtl"] .header .btn{margin:0}[dir="rtl"] .header .header__menu .menu-item-has-children>a::after{left:unset;right:-20px;border-left:none}@media screen and (min-width: 1201px){[dir="rtl"] .header .header__menu .menu-item-has-children>a::after{right:0}}.header:before{content:'';background:var(--theme-color-white);height:100%;width:100%;z-index:-1;position:absolute;transform:translateY(0);transition:all .5s;top:0}@media screen and (min-width: 992px){.header:before{transform:translateY(-100%)}}.header--scroll:before{transform:translateY(0)}.header--black::before{background:var(--theme-color-grey-dark)}.header__menu .sub-menu{display:none}@media screen and (min-width: 1201px){.header__menu .sub-menu{display:block}}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item:not(:last-child){margin-bottom:4px}}.header__menu .sub-menu>.menu-item a{display:block}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item a:hover{color:var(--theme-color-tertiary)}}.header__menu .sub-menu>.menu-item .menu-item__photo{position:absolute;top:-20px;left:-23px;bottom:-23px;width:290px;border-radius:10px 0 0 10px;overflow:hidden;-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%);transition:-webkit-clip-path var(--theme-transition-duration) var(--theme-transition-timing-function) var(--theme-transition-duration);transition:clip-path var(--theme-transition-duration) var(--theme-transition-timing-function) var(--theme-transition-duration);transition:clip-path var(--theme-transition-duration) var(--theme-transition-timing-function) var(--theme-transition-duration),-webkit-clip-path var(--theme-transition-duration) var(--theme-transition-timing-function) var(--theme-transition-duration);display:none}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item .menu-item__photo{display:initial}}.header__menu .sub-menu>.menu-item .menu-item__photo img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 100%)}.header__menu .sub-menu>.menu-item.menu-item-with-icon span{display:flex;align-items:center;white-space:nowrap}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item.menu-item-with-icon span{padding:1px 10px}}.header__menu .sub-menu>.menu-item.menu-item-with-icon span img{max-width:26px;max-height:26px;display:none}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item.menu-item-with-icon span img{display:initial}}@media screen and (min-width: 1201px){.header__menu .sub-menu>.menu-item.menu-item-with-photo{padding-left:280px}.header__menu .sub-menu>.menu-item.menu-item-with-photo:first-of-type .menu-item__photo{-webkit-clip-path:inset(0);clip-path:inset(0)}.header__menu .sub-menu>.menu-item.menu-item-with-photo span{white-space:nowrap}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover .menu-item__photo{-webkit-clip-path:inset(0);clip-path:inset(0);transition:-webkit-clip-path var(--theme-transition-duration) var(--theme-transition-timing-function);transition:clip-path var(--theme-transition-duration) var(--theme-transition-timing-function);transition:clip-path var(--theme-transition-duration) var(--theme-transition-timing-function),-webkit-clip-path var(--theme-transition-duration) var(--theme-transition-timing-function)}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(1) img{-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 35px, 100% 51px, 94% 66px, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 35px, 100% 51px, 94% 66px, 94% 100%)}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(2) img{-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 73px, 100% 89px, 94% 104px, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 73px, 100% 89px, 94% 104px, 94% 100%)}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(3) img{-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 111px, 100% 127px, 94% 142px, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 111px, 100% 127px, 94% 142px, 94% 100%)}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(4) img{-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 149px, 100% 165px, 94% 180px, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 149px, 100% 165px, 94% 180px, 94% 100%)}.header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(5) img{-webkit-clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 187px, 100% 203px, 94% 118px, 94% 100%);clip-path:polygon(0% 100%, 0% 0%, 94% 0%, 94% 187px, 100% 203px, 94% 118px, 94% 100%)}}.header__menu .sub-menu>.current-menu-item a{display:block;color:var(--theme-color-primary)}.header__menu .sub-menu>.current-menu-item a::before{opacity:1}@media screen and (max-width: 1200px){.header__menu .sub-menu{padding-top:.125em;padding-left:1em;padding-bottom:1em}.header__menu .sub-menu .menu-item{font-size:15px}}@media screen and (min-width: 1201px){.header__menu .sub-menu{left:calc(50% - 20px);transform:translate3d(-50%, 1.5rem, 0);position:absolute;top:calc(100% + 20px);min-width:176px;opacity:0;visibility:hidden;transition:transform 0.3s ease-in-out,opacity var(--theme-transition-duration-half) var(--theme-transition-timing-function),visibility var(--theme-transition-duration-half) var(--theme-transition-timing-function);will-change:opacity, visibility;color:var(--theme-color-black)}.header__menu .sub-menu::before{content:'';position:absolute;top:-20px;left:-22px;right:-22px;bottom:-22px;background:var(--theme-color-white);box-shadow:4px 7px 11px rgba(0,92,153,0.13);border-radius:10px;z-index:-1}.header__menu .sub-menu::after{content:'';position:absolute;top:-30px;left:calc(50% - 10px);background:var(--theme-color-white);width:20px;height:20px;transform:rotate(-45deg);transition:opacity .5s;box-shadow:2px 3px 6px rgba(0,92,153,0.15);z-index:-2}.header__menu .sub-menu>.menu-item>a span,.header__menu .sub-menu>.menu-item>span{display:block;padding:1px 10px 1px 10px;white-space:pre-wrap}}.header__menu .sub-menu .menu-item-has-children:hover .sub-menu,.header__menu .sub-menu .menu-item-has-children:active .sub-menu,.header__menu .sub-menu .menu-item-has-children:focus .sub-menu{opacity:1;visibility:visible}@media screen and (min-width: 1201px){.header__menu .sub-menu .menu-item-has-children::after{content:'';display:block;position:absolute;left:0;right:-20px;top:0;height:100%;z-index:1}.header__menu .sub-menu .menu-item-has-children>a{z-index:2}.header__menu .sub-menu .menu-item-has-children>a::after{transform:translateY(-50%) rotate(-45deg)}}@media screen and (min-width: 1201px){.header__menu .sub-menu .menu-item-has-children .sub-menu{z-index:3;right:-42px;left:unset;top:0;transform:translateX(100%)}}.header__menu .sub-menu .menu-item-has-children .sub-menu::after{display:none}@media screen and (min-width: 1201px){[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo{padding-right:0;padding-left:280px}[dir="rtl"] .header__menu .sub-menu>.menu-item .menu-item__photo img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%)}[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(1) img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 66px, 0 51px, 6% 35px);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 66px, 0 51px, 6% 35px)}[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(2) img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 104px, 0 89px, 6% 73px);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 104px, 0 89px, 6% 73px)}[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(3) img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 142px, 0 127px, 6% 111px);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 142px, 0 127px, 6% 111px)}[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(4) img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 180px, 0 165px, 6% 149px);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 180px, 0 165px, 6% 149px)}[dir="rtl"] .header__menu .sub-menu>.menu-item.menu-item-with-photo:hover:nth-of-type(5) img{-webkit-clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 218px, 0 203px, 6% 187px);clip-path:polygon(6% 0, 100% 0, 100% 100%, 6% 100%, 6% 218px, 0 203px, 6% 187px)}}@media screen and (min-width: 1201px){.menu--main{display:flex;height:100%}}@media screen and (min-width: 1201px){.menu--main>.menu-item{padding:33px 0}}.menu--main>.menu-item>a{position:relative}.menu--main>.menu-item>a span,.menu--main>.menu-item>span{position:relative}.menu--main>.menu-item>a span:after,.menu--main>.menu-item>span:after{content:'';position:absolute;left:0;width:100%;bottom:-1px;height:1px;background-color:var(--theme-color-primary);transform-origin:right center;transform:scale(0, 1);transition:transform .3s ease;will-change:transform}@media screen and (min-width: 1201px){.menu--main>.menu-item>a span,.menu--main>.menu-item>span{margin-right:20px;height:100%;white-space:nowrap;display:flex;align-items:center;transition:background var(--theme-transition-duration-half) var(--theme-transition-timing-function);will-change:background}}@media screen and (min-width: 1201px){.menu--main>.menu-item>span{cursor:default}}@media screen and (min-width: 1201px){.menu--main>.menu-item-has-children{position:relative;z-index:1}.menu--main>.menu-item-has-children:hover>a,.menu--main>.menu-item-has-children[aria-expanded='true']>a{color:var(--theme-color-primary)}.menu--main>.menu-item-has-children:hover>a::after,.menu--main>.menu-item-has-children[aria-expanded='true']>a::after{transform:rotate(225deg)}.menu--main>.menu-item-has-children:hover>a+.sub-menu,.menu--main>.menu-item-has-children[aria-expanded='true']>a+.sub-menu{opacity:1;visibility:visible;transform:translate3d(-50%, 0, 0)}.menu--main>.menu-item-has-children>a span,.menu--main>.menu-item-has-children>span{position:relative;z-index:1}}.menu--main>.current-menu-item>a span:after,.menu--main>li:not(.menu-item-has-children)>a:hover span:after{transform:scale(1);transform-origin:left center}@media screen and (min-width: 1201px){[dir="rtl"] .menu--main>.menu-item-has-children:first-of-type .sub-menu{left:0 !important;right:unset !important}[dir="rtl"] .menu--main>.menu-item-has-children:first-of-type .sub-menu::before{left:-22px !important;right:-50px !important}[dir="rtl"] .menu--main>.menu-item-has-children:first-of-type .sub-menu::after{left:58% !important}}.footer{color:var(--theme-color-white);background-color:var(--theme-color-grey-dark);content-visibility:auto}.footer__top{background-color:#262525;padding-top:41px;padding-bottom:33px}.footer__top__logo a{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width: 992px){.footer__top__logo a{display:initial}}.footer__top__cta{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 992px){.footer__top__cta{flex-direction:row;justify-content:flex-end;gap:21px}}.footer__top__cta a.btn{margin-top:19px}@media screen and (min-width: 992px){.footer__top__cta a.btn{margin-top:0}}.footer .foothead{padding-top:29px}.footer__heading{margin-bottom:8px;padding:0;position:relative;font-weight:700;cursor:pointer}@media screen and (min-width: 992px){.footer__heading{margin-bottom:22px}}.footer__logo{margin-bottom:19px}@media screen and (min-width: 992px){.footer__logo{margin-bottom:40px}}@media screen and (min-width: 992px){.footer__logo .svg_logo{margin-left:-22px}}.footer__logo .svg_logo_slogan{margin-top:10px}.footer__details{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}@media screen and (min-width: 992px){.footer__details{display:initial;padding-right:0}}.footer__details div{flex-basis:calc(50% - 5px)}.footer__details a.btn{margin-top:19px}@media screen and (min-width: 992px){.footer__details a.btn{display:none}}.footer .social_buttons{display:flex;gap:13.5px}@media screen and (min-width: 992px){.footer .social_buttons{margin-top:24px}}.footer .social_buttons a{display:inline-flex;align-items:center;justify-content:center;height:30px;width:30px;border:1px solid var(--theme-color-white);border-radius:50%;transition:border-color var(--theme-transition-duration) var(--theme-transition-timing-function)}.footer .social_buttons a svg{transition:fill var(--theme-transition-duration) var(--theme-transition-timing-function)}.footer .social_buttons a:hover{border-color:var(--theme-color-primary)}.footer .social_buttons a:hover svg{fill:var(--theme-color-primary)}.footer__contact{margin-bottom:16px}.footer__contact a{display:block;white-space:nowrap}.footer__address{max-width:147px}.footer__menus{display:flex;flex-direction:column;gap:11px;margin-top:44px}@media screen and (min-width: 992px){.footer__menus{margin-top:0;flex-direction:row;gap:39px;justify-content:flex-end}}@media screen and (min-width: 1201px){.footer__menus{gap:44px}}@media screen and (min-width: 992px){.footer .ac-trigger{cursor:default}.footer .ac-body{overflow:visible;max-height:unset;opacity:1}}.footer__menu .menu-item{position:relative}.footer__menu .menu-item a{display:inline-block;position:relative;color:var(--theme-color-grey)}@media screen and (min-width: 768px) and (min-height: 450px){.footer__menu .menu-item a{font-size:16px}}.footer__menu .menu-item a:after{content:'';position:absolute;left:0;width:100%;bottom:-1px;height:1px;background-color:var(--theme-color-primary);transform-origin:right center;transform:scale(0, 1);transition:transform .3s ease;will-change:transform}.footer__menu .menu-item a:hover:after{transform:scale(1);transform-origin:left center}.footer__menu .menu-item a:hover{color:var(--theme-color-primary)}.footer__right{display:flex;flex-direction:column;align-items:flex-end}.footer__right a.btn{margin-top:19px;display:none}@media screen and (min-width: 992px){.footer__right a.btn{display:initial}}.footer .lang-switcher ul,.footer .lang-switcher--mobile ul{list-style-type:none;display:flex;flex-direction:row-reverse;text-transform:uppercase}.footer .lang-switcher ul li,.footer .lang-switcher--mobile ul li{transition:transform var(--theme-transition-duration-half) var(--theme-transition-timing-function)}.footer .lang-switcher ul li:not(.current-lang),.footer .lang-switcher--mobile ul li:not(.current-lang){margin-right:10px}.footer .lang-switcher ul li:hover,.footer .lang-switcher--mobile ul li:hover{transform:translateY(-1px)}.footer .lang-switcher img,.footer .lang-switcher--mobile img{height:25px;width:25px;border-radius:50%}.footer .lang-switcher{display:none}@media screen and (min-width: 992px){.footer .lang-switcher{display:initial}}@media screen and (min-width: 992px){.footer .lang-switcher--mobile{display:none}}.footer__menu .menu-item{position:relative}.footer__menu .menu-item a{display:inline-block;position:relative;color:var(--footer-font-color)}.footer__menu .menu-item a:after{content:'';position:absolute;left:0;width:100%;bottom:-1px;height:1px;background-color:var(--theme-color-primary);transform-origin:right center;transform:scale(0, 1);transition:transform .3s ease}.footer__menu .menu-item a:hover:after{transform:scale(1);transform-origin:left center}.footer__menu .menu-item-has-children>a{display:inline-block;position:relative;padding-right:24px}.footer__menu .menu-item-has-children>a::after{content:'';position:absolute;top:calc(50%);right:0;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-right:2px solid var(--theme-color-white);border-bottom:2px solid var(--theme-color-white);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform}.no-js .footer__menu .menu-item-has-children>a::after{display:none}.footer__menu .menu-item-has-children.active>a::after{transform:translateY(-50%) rotate(225deg)}.footer__menu .menu-item:not(:first-of-type){margin-top:6px}.footer__menu .menu .sub-menu{display:none;padding-top:1em;padding-bottom:1em;font-size:14px;padding-left:12px}.no-js .footer__menu .menu .sub-menu{display:block}.footer__menu .menu .sub-menu .menu-item{font-size:15px}.footer__menu .current_page_parent a,.footer__menu .current-menu-item a{color:var(--theme-color-primary)}.footer__menu .menu-item a:hover{color:var(--theme-color-primary)}.footer .footnote{position:relative;display:flex;align-items:center;height:unset;margin-top:38px;padding-bottom:20px;text-align:center}@media screen and (min-width: 768px) and (min-height: 450px){.footer .footnote{margin-top:43px;height:85px;text-align:left}}.footer .footnote__content{display:flex;justify-content:space-between;padding-top:25px;padding-bottom:25px;position:relative}.footer .footnote__content::before{content:"";height:1px;width:calc(100% - (var(--container-padding-mobile) * 2));background-color:var(--theme-color-white);opacity:.1;position:absolute;top:0;left:var(--container-padding-mobile)}@media screen and (min-width: 768px) and (min-height: 450px){.footer .footnote__content::before{width:calc(100% - (var(--container-padding-desktop) * 2));left:var(--container-padding-desktop)}}.footer .footnote__content .menu-item{margin-top:0}.footer .footnote__text{font-size:14px;line-height:24px;opacity:.5}.footer .footnote .row{align-items:center}@media screen and (min-width: 768px) and (min-height: 450px){.footer .footnote .row{flex-direction:row-reverse;align-items:flex-start}}.footer .menu--footnote{text-align:center;font-size:14px}@media screen and (min-width: 768px) and (min-height: 450px){.footer .menu--footnote{text-align:right}.footer .menu--footnote li{display:inline-block;margin-left:20px}.footer .menu--footnote li a{line-height:24px;font-size:14px}}.container--archive_heading{padding-bottom:.8em;margin-bottom:.5em;position:relative;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.container--archive_heading{flex-direction:column}}@media screen and (min-width: 768px) and (min-height: 450px){.container--archive_heading{align-items:center}}.category-select{display:flex}.archive__title{font-size:3rem;margin-bottom:0}.archive__post_count{position:relative;opacity:.6;font-size:1rem;top:-1.5rem}.archive__items{position:relative}.single-post{background:var(--theme-color-white)}.single-post .wp-block-image img{height:220px;-o-object-fit:cover;object-fit:cover;border-radius:16px}@media screen and (min-width: 992px){.single-post .wp-block-image img{height:330px;margin-left:0 !important;margin-right:-120px !important;width:calc(100% + 120px) !important}}.single-post .wp-block-image figcaption{margin-top:24px;padding:0;display:flex;align-items:center;font-size:14px;line-height:26px;position:relative;padding-left:10px}.single-post .wp-block-image figcaption::before{content:"";background:linear-gradient(to bottom, #49A447 0%, #E2DE02 100%);width:2px;position:absolute;top:0;bottom:0;left:0}.single-post .wp-block-image figcaption::after{display:none}.post__title{position:relative;line-height:1.18;padding-bottom:25px;margin-bottom:50px;font-size:2rem}@media screen and (min-width: 768px) and (min-height: 450px){.post__title{font-size:2.5rem}}@media screen and (min-width: 1201px){.post__title{font-size:3.5rem}}.post__title::after{content:'';position:absolute;left:0;bottom:0;width:20px;height:2px;background:var(--theme-color-secondary)}.post__content{position:relative;margin-bottom:4.6875rem;margin-top:40px;line-height:1.5;max-width:786px}.post__content>h1,.post__content>h2,.post__content>h3,.post__content>h4,.post__content>h5,.post__content>h6{line-height:1.4;margin-bottom:9px}.post__content p,.post__content li{color:var(--theme-color-grey)}.post__content p,.post__content li,.post__content a{font-size:16px;line-height:28px}.post__content .wp-block-pullquote::before{display:none}@media screen and (min-width: 1921px){.post__content p,.post__content li,.post__content a{font-size:18px;line-height:30px}}.post__content>p:first-child{font-size:20px;line-height:25px;color:var(--theme-color-grey);font-weight:300}@media screen and (min-width: 481px){.post__content>p:first-child{font-size:26px;line-height:36px}}@media screen and (min-width: 1921px){.post__content>p:first-child{font-size:30px;line-height:40px}}.post__content a{color:var(--theme-color-primary);background-size:100% 100%;background-position:100%;background-image:linear-gradient(transparent calc(100% - 1px), var(--theme-color-primary) 1px);transition:all .3s ease-in-out;position:relative;text-decoration:none;background-repeat:no-repeat}.post__content a:hover{background-size:0 100%}.post__content blockquote{position:relative;padding-left:25px;margin-left:0;font-size:20px;line-height:25px;color:var(--theme-color-grey);font-weight:300}@media screen and (min-width: 481px){.post__content blockquote{font-size:26px;line-height:34px}}@media screen and (min-width: 768px) and (min-height: 450px){.post__content blockquote{padding-left:50px}}.post__content blockquote:before{content:'';height:calc(100% - 50px);width:2px;background:linear-gradient(to bottom, #49A447 0%, #E2DE02 100%);position:absolute;top:0;left:0}.post__content blockquote cite{font-size:16px;line-height:24px;font-weight:600;font-style:normal;display:flex;align-items:center;color:var(--theme-color-black)}.post__content blockquote cite::before{content:"";height:2px;width:24px;background:linear-gradient(to right, #49A447 0%, #E2DE02 100%);display:block;margin-right:8px}.single-tutorials .container--post{margin-top:50px;min-height:665px;margin-bottom:50px}.single-tutorials .post__content{margin-top:0;max-width:unset}.single-tutorials .post__content a{position:static}.single-tutorials .post__thumbnail{width:100%;margin-bottom:25px;position:relative}.single-tutorials .post__thumbnail img{width:100%;border-radius:12px}.single-tutorials .post__thumbnail svg{position:absolute;transform:translate(-50%, -50%);left:50%;top:50%;height:46px;width:46px}.single-tutorials .post__side{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 768px) and (min-height: 450px){.single-tutorials .post__side{flex-direction:row;justify-content:center}}@media screen and (min-width: 992px){.single-tutorials .post__side{flex-direction:column;align-items:unset;justify-content:unset}}.single-tutorials .post__side__item{max-width:500px;background-color:var(--theme-color-white);box-shadow:0px 4px 35px rgba(26,25,25,0.05);border-radius:10px;overflow:hidden;transition:box-shadow var(--theme-transition-duration) var(--theme-transition-timing-function)}.single-tutorials .post__side__item:not(:first-of-type){margin-top:24px}@media screen and (min-width: 768px) and (min-height: 450px){.single-tutorials .post__side__item:not(:first-of-type){margin-top:0;margin-left:24px}}@media screen and (min-width: 992px){.single-tutorials .post__side__item:not(:first-of-type){margin-top:24px;margin-left:0}}.single-tutorials .post__side__item:hover{box-shadow:0px 4px 35px rgba(26,25,25,0.1)}.single-tutorials .post__side__item__image{width:100%;height:0;padding-top:54%;position:relative}.single-tutorials .post__side__item__image img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.single-tutorials .post__side__item__image svg{position:absolute;transform:translate(-50%, -50%);left:50%;top:50%;height:46px;width:46px}.single-tutorials .post__side__item__product{padding:2px 20px;font-size:14px;line-height:26px;position:absolute;top:15px;left:15px;background-color:var(--theme-color-white);border-radius:15px}.single-tutorials .post__side__item__text{padding:22px 24px 31px}.single-tutorials .post__side__item__text h2{font-weight:600;margin-bottom:0}.single-tutorials .post__side__item__text p{margin:0;color:var(--theme-color-grey)}.tutorials__video-popup{margin:0 auto;position:relative;max-width:95vw}@media screen and (min-width: 768px) and (min-height: 450px){.tutorials__video-popup{max-width:80vw}}@media screen and (min-width: 992px){.tutorials__video-popup{max-width:70vw}}.tutorials__video-popup video{width:100%}.tutorials__video-popup button{color:var(--theme-color-white) !important;opacity:1}.tutorials__video-popup--embed{position:relative;padding-bottom:56.25%;overflow:hidden;height:auto}@media screen and (min-width: 768px) and (min-height: 450px){.tutorials__video-popup--embed{padding-bottom:39.25%}}.tutorials__video-popup--embed iframe,.tutorials__video-popup--embed object,.tutorials__video-popup--embed embed{position:absolute;top:0;left:0;width:100%;height:100%}.tutorial_cat__banner{padding-top:132px;padding-bottom:20px;background-image:url("../img/background-shape.svg");position:relative;background-color:var(--theme-color-grey-dark);color:var(--theme-color-white)}.tutorial_cat__banner__content{z-index:1}.tutorial_cat__banner__content h1{margin-bottom:13px}.tutorial_cat__banner__content p{max-width:443px;font-family:var(--font-family-primary);font-size:22px;line-height:30px;font-weight:300}@media screen and (min-width: 768px) and (min-height: 450px){.tutorial_cat__banner__content p{font-size:26px;line-height:34px}}.tutorial_cat__banner::before{content:"";position:absolute;inset:0;background-image:linear-gradient(85.94deg, #030303 6.89%, #1A1919 87.67%);opacity:.95}.tutorial_cat__content{padding-top:50px;padding-bottom:50px}.tutorial_cat__content__items.loading{opacity:.5}.tutorial_cat__content__items__container{display:flex;flex-wrap:wrap;column-gap:32px;row-gap:29px;justify-content:center}.tutorial_cat__content__item{flex-basis:100%;max-width:500px;background-color:var(--theme-color-white);box-shadow:0px 4px 35px rgba(26,25,25,0.05);border-radius:10px;overflow:hidden;transition:box-shadow var(--theme-transition-duration) var(--theme-transition-timing-function)}@media screen and (min-width: 768px) and (min-height: 450px){.tutorial_cat__content__item{flex-basis:calc(50% - 16px)}}@media screen and (min-width: 992px){.tutorial_cat__content__item{flex-basis:calc(33.3% - 21.4px)}}.tutorial_cat__content__item:hover{box-shadow:0px 4px 35px rgba(26,25,25,0.1)}.tutorial_cat__content__item__image{width:100%;height:0;padding-top:54%;position:relative}.tutorial_cat__content__item__image img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.tutorial_cat__content__item__image svg{position:absolute;transform:translate(-50%, -50%);left:50%;top:50%;height:46px;width:46px}.tutorial_cat__content__item__product{padding:2px 20px;font-size:14px;line-height:26px;position:absolute;top:15px;left:15px;background-color:var(--theme-color-white);border-radius:15px}.tutorial_cat__content__item__text{padding:22px 24px 31px}.tutorial_cat__content__item__text h2{font-weight:600;margin-bottom:0}.tutorial_cat__content__item__text p{margin:0;color:var(--theme-color-grey)}.tutorial_cat__pagination{width:100%;text-align:center;margin-top:30px}.tutorial_cat__pagination .cpagination{display:flex;align-items:center;justify-content:center;padding:20px 0 0;gap:15px}.tutorial_cat__pagination .cpagination .pagination{padding:0;margin:0;list-style:none;display:flex;gap:15px}.tutorial_cat__pagination .cpagination .pagination .item a{font-weight:600;font-size:18px;line-height:28px;transition:color var(--theme-transition-duration) var(--theme-transition-timing-function)}.tutorial_cat__pagination .cpagination .pagination .item a:hover{color:var(--theme-color-primary)}.tutorial_cat__pagination .cpagination .pagination .item.current a{color:var(--theme-color-primary)}.tutorial_cat__pagination .cpagination .btn__next{margin-right:-40px}.tutorial_cat__pagination .cpagination .btn__prev{margin-left:-40px}[dir=rtl] .tutorial_cat__banner{text-align:right}.career__sidebar{padding:25px;background-color:var(--theme-color-white);border-radius:10px;font-size:16px;line-height:24px;box-shadow:0px 4px 35px rgba(26,25,25,0.05);border-radius:10px}@media screen and (min-width: 481px){.career__sidebar{padding:35px}}@media screen and (min-width: 992px){.career__sidebar{margin-top:80px;position:sticky;top:90px;max-width:323px;width:100%;margin-left:auto}}@media screen and (max-width: 480px){.career__sidebar{margin-bottom:30px}}.career__sidebar-title{font-weight:600;color:var(--theme-color-black);font-size:18px;line-height:28px}.career__sidebar-subtitle{font-size:18px;color:var(--theme-color-black);font-weight:400}.career__sidebar--item{display:flex;flex-direction:column}.career__sidebar--item:not(:last-child){margin-bottom:16px}.career__btn{margin-top:11px;width:100%}.career.main.main--careers{background:var(--theme-color-grey-light)}.page__text{padding:80px 0}.page-template-page-e-commerce .e-commerce__navigation-section{padding-bottom:30px}.page-template-page-e-commerce .e-commerce__navigation-section .col{display:flex;flex-direction:column}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__navigation-section .col{flex-direction:row;justify-content:space-between;align-items:center}}.page-template-page-e-commerce .e-commerce__navigation-section .wc__banner__contact{margin-left:auto;margin-right:0}.page-template-page-e-commerce .e-commerce__navigation ::-webkit-scrollbar{width:0;height:0}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__navigation ::-webkit-scrollbar{width:0;height:5px}.page-template-page-e-commerce .e-commerce__navigation ::-webkit-scrollbar-track{background:#f1f1f1}.page-template-page-e-commerce .e-commerce__navigation ::-webkit-scrollbar-thumb{background:#888}.page-template-page-e-commerce .e-commerce__navigation ::-webkit-scrollbar-thumb:hover{background:#555}}.page-template-page-e-commerce .e-commerce__navigation ul{display:flex;white-space:nowrap;padding:0;list-style-type:none;max-width:100%;overflow-y:scroll;padding:20px 0;margin:0}.page-template-page-e-commerce .e-commerce__navigation ul li{font-size:14px;line-height:26px;margin:0 10px}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__navigation ul li{font-size:16px;line-height:24px}}.page-template-page-e-commerce .e-commerce__navigation ul li:first-child{margin:0 10px 0 0}.page-template-page-e-commerce .e-commerce__navigation ul li a:hover{color:var(--theme-color-primary)}.page-template-page-e-commerce .e-commerce__section__title{font-size:40px;line-height:44px;font-weight:600;font-family:var(--font-family-secondary);max-width:520px}@media screen and (min-width: 768px) and (min-height: 450px){.page-template-page-e-commerce .e-commerce__section__title{font-size:62px;line-height:65px}}.page-template-page-e-commerce .e-commerce__section__category{margin-bottom:30px}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__section__category{margin-bottom:94px}}.page-template-page-e-commerce .e-commerce__section__category-title{font-size:1.875rem;line-height:2.25rem;font-weight:600;margin-bottom:25px}@media screen and (min-width: 768px) and (min-height: 450px){.page-template-page-e-commerce .e-commerce__section__category-title{font-size:2.125rem;line-height:2.5rem}}.page-template-page-e-commerce .e-commerce__section__category-description{position:relative;padding-left:20px;margin-bottom:36px}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__section__category-description{padding-right:35px}}.page-template-page-e-commerce .e-commerce__section__category-description::before{content:'';display:block;position:absolute;left:0;top:0;width:2px;height:100%;background:linear-gradient(to bottom, var(--theme-color-primary), var(--theme-color-secondary))}.page-template-page-e-commerce .e-commerce__section__tags{margin-bottom:34px}.page-template-page-e-commerce .e-commerce__section__tags-title{font-family:var(--font-family-secondary);font-size:18px;line-height:24px;font-weight:600;margin-bottom:24px}.page-template-page-e-commerce .e-commerce__section__tags span{display:inline-block;font-size:14px;line-height:26px;font-weight:600;padding:4px 12px 4px 22px;background-color:#c8c8c8;border-radius:25px;margin-right:11px;margin-bottom:9px;position:relative}.page-template-page-e-commerce .e-commerce__section__tags span::before{content:'';display:block;position:absolute;left:12px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:100%;background:var(--theme-color-black)}.page-template-page-e-commerce .e-commerce__section__right .products{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;list-style-type:none;padding:0;margin:0}@media screen and (min-width: 768px) and (min-height: 450px){.page-template-page-e-commerce .e-commerce__section__right .products{grid-template-columns:repeat(4, 1fr)}}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__section__right .products{grid-template-columns:repeat(2, 1fr);gap:30px}}@media screen and (min-width: 992px){.page-template-page-e-commerce .e-commerce__section__right .products li.product{padding:32px 20px}}.page-template-page-e-commerce .e-commerce__section__btn-group{padding:0}@media screen and (max-width: 991px){.page-template-page-e-commerce .e-commerce__section__btn-group{margin-bottom:30px}}.page-template-page-e-commerce .e-commerce__section__more-btn{display:inline-block;background-color:var(--theme-color-primary);color:var(--theme-color-white);border-radius:30px;padding:18px 50px 18px 25px;transition:all var(--theme-transition-duration) var(--theme-transition-timing-function);box-shadow:0;border:none;position:relative;overflow:hidden;font-size:16px;line-height:1;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function),color var(--theme-transition-duration) var(--theme-transition-timing-function);background-image:linear-gradient(to right, #20861e, #20861e) !important;background-repeat:no-repeat;background-position:center 57px}.page-template-page-e-commerce .e-commerce__section__more-btn:hover{background-color:var(--theme-color-primary);background-position:center center;color:var(--theme-color-white) !important}.page-template-page-e-commerce .e-commerce__section__more-btn::after{content:'';display:block;position:absolute;right:20px;left:unset;top:50%;width:14px;height:10px;background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}[dir=rtl] .page-template-page-e-commerce .e-commerce__navigation-section .wc__banner__contact{flex-direction:row-reverse;text-align:right}[dir=rtl] .page-template-page-e-commerce .e-commerce__navigation-section .wc__banner__contact__icon{margin-left:10px;margin-right:0}[dir=rtl] .page-template-page-e-commerce .e-commerce__section__more-btn:after{transform:translateY(-50%) scaleX(-1)}.post-card__item{color:var(--theme-color-text);position:relative;padding-bottom:20px}@media screen and (max-width: 767px){.post-card__item{flex-direction:column}}@media screen and (min-width: 768px) and (min-height: 450px){.post-card__item:hover .post-card__image img{transform:scale(1.05);transition:transform 0.7s ease-in-out}}.post-card__image{padding-bottom:60%;position:relative;overflow:hidden}.post-card__image img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1)}.post-card__content{word-break:break-word;padding-top:0.5rem;padding-bottom:2rem}.post-card__title{position:relative;font-size:1.25rem;line-height:1.28;margin-bottom:0.5rem}@media screen and (min-width: 1201px){.post-card__title{font-size:1.375rem}}.post-card__link{font-size:1rem;line-height:1.875}.post-card__time{margin-bottom:0.5rem}.card-product{background-color:var(--theme-color-white);height:222px;padding:32px;box-shadow:0px 4px 35px 0px rgba(26,25,25,0.05);border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;flex:auto;position:relative;width:100%;margin-bottom:16px;transition:all 0.7s}.card-product-link{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.card-product__icon{height:44px;width:44px;margin-bottom:14px;transition:all 0.7s}.card-product__title{font-size:24px;line-height:32px;color:var(--theme-color-black);font-weight:600;margin-bottom:6px;transition:all 0.7s}.card-product__description{font-size:16px;line-height:24px;font-weight:400;color:var(--theme-color-grey);margin-bottom:8px;transition:all 0.7s}.card-product__buttons{z-index:2;position:absolute;left:32px;bottom:17px;visibility:hidden;opacity:0;transition:opacity 0.5s ease-in-out}.card-product:hover>.card-product__buttons{visibility:visible;opacity:1}.card-product:hover>.card-product__icon,.card-product:hover>.card-product__title,.card-product:hover>.card-product__description{transition:all 0.7s;transform:translateY(-12px)}.webinar{padding:49px 59px 51px 44px;border-radius:10px;background-color:var(--theme-color-white);width:100%}.webinar:not(:last-child){margin-bottom:24px}.webinar__header{width:100%;display:block;position:relative;padding-bottom:20px}.webinar__header::after{content:"";position:absolute;bottom:0;left:0;width:60%;height:2px;background-image:linear-gradient(90deg, #49a447 4.29%, #e2de02 98.57%)}.webinar__content{padding-top:20px}.webinar__content .btn{margin-top:20px}.webinar__image{height:100%;display:flex;align-items:center;justify-content:center}.webinar__title{font-size:34px;line-height:40px;font-weight:600;color:var(--theme-color-black);margin-bottom:8px}.webinar__date{font-size:18px;line-height:28px;font-weight:400;font-family:var(--font-family-primary);color:var(--theme-color-primary)}.webinar__description{font-size:16px;line-height:24px;font-weight:400;color:var(--theme-color-grey)}.webinar__description h2,.webinar__description h3,.webinar__description h4,.webinar__description h5,.webinar__description h6{margin-bottom:10px}.webinar__button{text-align:center;margin-top:25px}@media screen and (min-width: 768px) and (min-height: 450px){.webinar__button{text-align:left}}.card-product-channel{background-color:var(--theme-color-white);min-height:238px;padding:32px;box-shadow:0px 4px 35px 0px rgba(26,25,25,0.05);border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;flex:auto;position:relative;width:100%;margin-bottom:16px;transition:all 0.7s}.card-product-channel-link{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.card-product-channel__title{font-size:24px;line-height:32px;color:var(--theme-color-black);font-weight:600;margin-bottom:12px;transition:all 0.7s}.card-product-channel__subtext{font-family:var(--font-family-secondary);font-size:14px;line-height:24px;color:var(--theme-color-black);font-weight:600;transition:all 0.7s}.card-product-channel__specialization,.card-product-channel__description{font-size:18px;line-height:28px;font-weight:400;color:var(--theme-color-grey);margin-bottom:8px;transition:all 0.7s}.card-product-channel__buttons{z-index:2;position:absolute;left:22px;bottom:17px;visibility:hidden;opacity:0;transition:opacity 0.5s ease-in-out}.card-product-channel:hover>.card-product__buttons{visibility:visible;opacity:1}.card-product-channel:hover>.card-product__icon,.card-product-channel:hover>.card-product__title,.card-product-channel:hover>.card-product__description{transition:all 0.7s;transform:translateY(-12px)}.card-other-product{background-color:var(--theme-color-white);max-width:370px;min-height:100%;padding:35px 20px;box-shadow:0px 4px 35px 0px rgba(26,25,25,0.05);border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto}@media screen and (max-width: 793px){.card-other-product{max-width:100%}}.card-other-product__text-group{display:flex;flex-direction:column;transition:all 0.7s}.card-other-product__icon{max-height:44px;max-width:44px;margin-bottom:10px;transition:all 0.7s}.card-other-product__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-other-product__title{font-size:24px;line-height:32px;color:var(--theme-color-black);font-weight:bolder;margin-bottom:10px;text-align:left}.card-other-product__description{font-size:16px;line-height:24px;color:var(--theme-color-grey);margin-bottom:10px;min-height:48px;text-align:left}.card-other-product__buttons{z-index:2;position:absolute;left:25px;text-align:left;bottom:17px;visibility:hidden;opacity:0;transition:all 0.5s ease-in-out}.card-other-product:last-child{min-height:100%;width:100%;overflow:hidden}.card-other-product:last-child::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTAzIiB2aWV3Qm94PSIwIDAgOTQgMTAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgOS44ODhDMCA4LjY1MiAwLjM3NDUwMiA3LjAwNCAxLjEyMzUxIDUuMzU2QzIuNjIxNTEgMi4wNiA0LjQ5NDAyIDAgNy4xMTU1NCAwQzguMjM5MDQgMCA5LjM2MjU1IDAuNDExOTk5IDEwLjQ4NjEgMC44MjM5OTlMODkuMTMxNSA0My4yNkM5MS4wMDQgNDQuMDg0IDkyLjEyNzUgNDUuMzIgOTIuODc2NSA0Ni41NTZDOTMuNjI1NSA0Ny43OTIgOTQgNDkuNDQgOTQgNTEuNUM5NCA1My41NiA5My42MjU1IDU1LjIwOCA5Mi44NzY1IDU2LjQ0NEM5Mi4xMjc1IDU3LjY4IDkxLjAwNCA1OC41MDQgODkuMTMxNSA1OS43NEwxMC40ODYxIDEwMi4xNzZDOS4zNjI1NSAxMDMgOC4yMzkwNCAxMDMgNy4xMTU1NCAxMDNDNC44Njg1MyAxMDMgMi42MjE1MSAxMDEuMzUyIDEuMTIzNTEgOTcuNjQ0QzAuMzc0NTAyIDk1Ljk5NiAwIDk0LjM0OCAwIDkzLjExMkMwIDkwLjY0IDEuNDk4MDEgODguNTggNC4xMTk1MiA4Ny4zNDRMNzIuMjc4OSA1MS41TDQuMTE5NTIgMTUuNjU2QzEuMTIzNTEgMTQuMDA4IDAgMTIuMzYgMCA5Ljg4OFoiIGZpbGw9IiM0OUE0NDciLz4KPC9zdmc+Cg==);position:absolute;display:block;top:-26px;align-self:flex-start;transform:translateX(-60px)}.card-other-product:last-child::after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTAzIiB2aWV3Qm94PSIwIDAgOTQgMTAzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk0IDkzLjExMkM5NCA5NC4zNDggOTMuNjI1NSA5NS45OTYgOTIuODc2NSA5Ny42NDRDOTEuMzc4NSAxMDAuOTQgODkuNTA2IDEwMyA4Ni44ODQ1IDEwM0M4NS43NjEgMTAzIDg0LjYzNzUgMTAyLjU4OCA4My41MTM5IDEwMi4xNzZMNC44Njg1MyA1OS43NEMyLjk5NjAyIDU4LjkxNiAxLjg3MjUyIDU3LjY4IDEuMTIzNTEgNTYuNDQ0QzAuMzc0NTA5IDU1LjIwOCAzLjA4NDMxZS0wNiA1My41NiAzLjI2NDRlLTA2IDUxLjVDMy40NDQ0OWUtMDYgNDkuNDQgMC4zNzQ1MSA0Ny43OTIgMS4xMjM1MSA0Ni41NTZDMS44NzI1MiA0NS4zMiAyLjk5NjAyIDQ0LjQ5NiA0Ljg2ODUzIDQzLjI2TDgzLjUxNCAwLjgyNDAwNUM4NC42Mzc1IDUuMTczNTVlLTA2IDg1Ljc2MSAyLjE0MDc0ZS0wNiA4Ni44ODQ1IDIuMjM4OTZlLTA2Qzg5LjEzMTUgMi40MzU0ZS0wNiA5MS4zNzg1IDEuNjQ4IDkyLjg3NjUgNS4zNTZDOTMuNjI1NSA3LjAwNCA5NCA4LjY1MiA5NCA5Ljg4OEM5NCAxMi4zNiA5Mi41MDIgMTQuNDIgODkuODgwNSAxNS42NTZMMjEuNzIxMSA1MS41TDg5Ljg4MDUgODcuMzQ0QzkyLjg3NjUgODguOTkyIDk0IDkwLjY0IDk0IDkzLjExMloiIGZpbGw9IiM0OUE0NDciLz4KPC9zdmc+Cg==);position:absolute;display:block;top:184px;transform:translateX(64px);align-self:flex-end}@media screen and (max-width: 793px){.card-other-product:last-child{height:236px}}.card-other-product:last-child div{margin-top:auto}.card{color:white;background-color:var(--theme-color-white);max-width:350px;margin:20px;min-height:100%;padding:32px;box-shadow:0px 4px 35px 0px rgba(26,25,25,0.05);border-radius:10px;display:flex;flex-direction:column;align-items:flex-start}@media screen and (min-width: 992px){.card{margin-bottom:16px}}@media screen and (max-width: 793px){.card{max-width:100%}}.card__icon{min-height:44px;width:44px;margin-bottom:14px}.card__title{font-size:24px;line-height:32px;color:var(--theme-color-black);font-weight:bolder;margin-bottom:6px;text-align:left}.card__description{font-size:16px;line-height:24px;text-align:left;color:var(--theme-color-grey)}.card__buttons{margin-top:8px}.testimonial__content::before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNDciIHZpZXdCb3g9IjAgMCA1NSA0NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNMTIuMDk5OSA0Ni42OTk5QzguMzk5OSA0Ni42OTk5IDUuNDk5OSA0NS4yNDk5IDMuMzk5OSA0Mi4zNDk5QzEuMzk5OSAzOS4zNDk5IDAuMzk5OTAyIDM1LjI0OTkgMC4zOTk5MDIgMzAuMDQ5OUMwLjM5OTkwMiAxNi45NDk5IDYuNTk5OSA3LjE0OTkgMTguOTk5OSAwLjY0OTkwMkwyMy4xOTk5IDguMjk5OUMxOS4wOTk5IDEwLjY5OTkgMTUuOTk5OSAxMy4zNDk5IDEzLjg5OTkgMTYuMjQ5OUMxMS43OTk5IDE5LjE0OTkgMTAuNzQ5OSAyMi43OTk5IDEwLjc0OTkgMjcuMTk5OUMxMS4wNDk5IDI3LjA5OTkgMTEuNDk5OSAyNy4wNDk5IDEyLjA5OTkgMjcuMDQ5OUMxNC43OTk5IDI3LjA0OTkgMTcuMDk5OSAyNy44OTk5IDE4Ljk5OTkgMjkuNTk5OUMyMC45OTk5IDMxLjE5OTkgMjEuOTk5OSAzMy40NDk5IDIxLjk5OTkgMzYuMzQ5OUMyMS45OTk5IDM5LjQ0OTkgMjEuMDQ5OSA0MS45NDk5IDE5LjE0OTkgNDMuODQ5OUMxNy4zNDk5IDQ1Ljc0OTkgMTQuOTk5OSA0Ni42OTk5IDEyLjA5OTkgNDYuNjk5OVpNNDMuMTQ5OSA0Ni42OTk5QzM5LjQ0OTkgNDYuNjk5OSAzNi41NDk5IDQ1LjI0OTkgMzQuNDQ5OSA0Mi4zNDk5QzMyLjQ0OTkgMzkuMzQ5OSAzMS40NDk5IDM1LjI0OTkgMzEuNDQ5OSAzMC4wNDk5QzMxLjQ0OTkgMTYuOTQ5OSAzNy42NDk5IDcuMTQ5OSA1MC4wNDk5IDAuNjQ5OTAyTDU0LjI0OTkgOC4yOTk5QzUwLjE0OTkgMTAuNjk5OSA0Ny4wNDk5IDEzLjM0OTkgNDQuOTQ5OSAxNi4yNDk5QzQyLjg0OTkgMTkuMTQ5OSA0MS43OTk5IDIyLjc5OTkgNDEuNzk5OSAyNy4xOTk5QzQyLjA5OTkgMjcuMDk5OSA0Mi41NDk5IDI3LjA0OTkgNDMuMTQ5OSAyNy4wNDk5QzQ1Ljg0OTkgMjcuMDQ5OSA0OC4xNDk5IDI3Ljg5OTkgNTAuMDQ5OSAyOS41OTk5QzUyLjA0OTkgMzEuMTk5OSA1My4wNDk5IDMzLjQ0OTkgNTMuMDQ5OSAzNi4zNDk5QzUzLjA0OTkgMzkuNDQ5OSA1Mi4wOTk5IDQxLjk0OTkgNTAuMTk5OSA0My44NDk5QzQ4LjM5OTkgNDUuNzQ5OSA0Ni4wNDk5IDQ2LjY5OTkgNDMuMTQ5OSA0Ni42OTk5WiIgZmlsbD0iIzQ5QTQ0NyIvPgo8L3N2Zz4K);display:block;position:absolute;top:22px;left:17px}.testimonial__title{font-size:24px;line-height:34px;text-align:left;font-family:var(--font-family-secondary);font-weight:lighter}@media screen and (max-width: 767px){.testimonial__title{font-size:22px;line-height:28px}}.testimonial__description blockquote{text-align:left;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;padding:14px 0;font-size:14px;line-height:26px}.testimonial__footer{display:flex;flex-direction:row;align-items:center}.testimonial__thumbnail{width:72px;height:72px;margin-right:18px}.testimonial__thumbnail img{width:72px;height:72px;vertical-align:middle;-o-object-fit:cover;object-fit:cover;border-radius:100px;border:5px solid #e5e5e5}.testimonial__footnote{text-align:left;font-family:var(--font-family-primary);font-weight:bolder;color:var(--theme-color-black);display:flex;flex-direction:column}.testimonial__footnote__name{font-size:18px;line-height:24px;font-style:normal}.testimonial__footnote__company{font-size:16px;line-height:24px}.career__content{padding:40px 0;font-size:16px;line-height:24px}@media screen and (min-width: 992px){.career__content{max-width:670px;padding:80px 0}}.career__content-title{display:inline-block;margin-top:10px;margin-bottom:10px;font-weight:600;color:var(--theme-color-primary);font-size:16px;line-height:24px}.career__content-title:first-child{margin-top:0}.career__content p{color:var(--theme-color-grey)}.career__content ul{list-style:none;margin-bottom:30px;padding-left:15px}.career__content ul li{color:var(--theme-color-grey);margin-bottom:12px}.career__content ul li::before{content:"\2022";color:var(--theme-color-primary);margin-left:-15px;display:inline-block;width:16px;font-size:25px}.woocommerce a.button,.woocommerce button.button,.woocommerce .button,.woocommerce input[type=submit],.woocommerce #respond .form-submit>input[type=submit]#submit,.woocommerce .wc__add_to_cart>button.single_add_to_cart_button,.woocommerce a.added_to_cart,.woocommerce .wc-proceed-to-checkout>a.checkout-button,.woocommerce button#place_order{background-color:var(--theme-color-primary) !important;color:var(--theme-color-white);border-radius:30px;padding:20px 25px;transition:all var(--theme-transition-duration) var(--theme-transition-timing-function);box-shadow:0;border:none;position:relative;overflow:hidden;font-size:16px;line-height:1;transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function),color var(--theme-transition-duration) var(--theme-transition-timing-function);background-image:linear-gradient(to right, #20861e, #20861e) !important;background-repeat:no-repeat;background-position:center 57px}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce .button:hover,.woocommerce input[type=submit]:hover,.woocommerce #respond .form-submit>input[type=submit]#submit:hover,.woocommerce .wc__add_to_cart>button.single_add_to_cart_button:hover,.woocommerce a.added_to_cart:hover,.woocommerce .wc-proceed-to-checkout>a.checkout-button:hover,.woocommerce button#place_order:hover{background-color:var(--theme-color-primary);background-position:center center;color:var(--theme-color-white) !important}.woocommerce a.edit{color:var(--theme-color-primary)}.woocommerce a.edit:hover{color:#17af17}.woocommerce-message{border:none;border-radius:10px;padding-top:20px;padding-bottom:20px;width:100%}.woocommerce-message::before{top:50% !important;transform:translateY(-50%) !important;color:var(--theme-color-primary) !important}@media screen and (max-width: 991px){.woocommerce-message{padding:20px;padding-left:50px}}@media screen and (min-width: 992px){.woocommerce-message{min-width:650px;width:auto}}.woocommerce-info{border:none;background:var(--theme-color-grey-dark);color:var(--theme-color-white);display:grid;justify-content:center;justify-items:center;text-align:center;gap:15px}@media screen and (min-width: 992px){.woocommerce-info{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end}}.woocommerce-info .button{margin-left:auto !important;grid-row:3}.woocommerce-info::before{color:var(--theme-color-primary);top:unset}@media screen and (max-width: 991px){.woocommerce-info::before{position:relative;left:0}}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:1.5rem;float:unset;width:100%;display:flex;justify-content:center}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding-left:0;display:flex}.woocommerce-account .woocommerce-MyAccount-navigation ul li{margin:0 10px 5px;text-align:center}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{line-height:1.4}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{color:var(--theme-color-primary)}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--theme-color-primary)}.woocommerce-account .woocommerce-MyAccount-content{float:unset;width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.woocommerce-account .woocommerce-MyAccount-content .u-column1.col-1,.woocommerce-account .woocommerce-MyAccount-content .u-column2.col-2{max-width:unset;flex-basis:unset}.woocommerce-account .woocommerce-MyAccount-content form fieldset{border-radius:10px;border-color:var(--theme-color-primary)}.woocommerce-account .woocommerce-MyAccount-content form fieldset>legend{color:var(--theme-color-primary)}@media screen and (max-width: 767px){.woocommerce-account .woocommerce-MyAccount-content form fieldset label{font-size:13px;line-height:1.2;max-width:230px;display:flex;align-items:center}}.woocommerce-account .woocommerce-MyAccount-content form button[type="submit"]{margin-top:20px}.woocommerce-account h3{font-family:var(--font-family-secondary);font-weight:600}.woocommerce-account a.button{padding:15px 25px !important}.woocommerce-account .col2-set{display:grid;grid-template-columns:100%;gap:30px}.woocommerce-account .col2-set::before,.woocommerce-account .col2-set::after{content:unset}@media screen and (min-width: 992px){.woocommerce-account .col2-set{grid-template-columns:repeat(2, 1fr)}}.woocommerce-account .col2-set>div{width:100% !important;max-width:unset !important}.woocommerce-account .select2-selection.select2-selection--single{min-height:52px}.woocommerce select{margin-left:auto;margin-right:0;width:auto;border:1px solid var(--theme-color-grey);border-radius:10px;padding:10px 18.5px;font-weight:600}.woocommerce .woocommerce-form-row,.woocommerce .form-row,.woocommerce .comment-form-rating,.woocommerce .comment-form-comment{position:relative;padding:3px !important}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox),.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox),.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox),.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox){position:absolute !important;left:3px;top:3px;z-index:1;width:calc(100% - 6px);height:calc(100% - 6px);background:#fff;border-radius:10px;padding:10px 20px;color:#B3B3B3;font-family:var(--font-family-primary);font-weight:600;clip:unset !important}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input{position:relative;z-index:2}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::placeholder{color:transparent;opacity:1}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span :-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input :-ms-input-placeholder{color:transparent}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input ::-ms-input-placeholder{color:transparent}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea{background:transparent}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::placeholder{color:transparent;opacity:1}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input :-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea :-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input :-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input :-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input :-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input :-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea :-ms-input-placeholder{color:transparent}.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::-ms-input-placeholder,.woocommerce .woocommerce-form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::-ms-input-placeholder,.woocommerce .form-row>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::-ms-input-placeholder,.woocommerce .comment-form-rating>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span input ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+span textarea ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input input ::-ms-input-placeholder,.woocommerce .comment-form-comment>label:not([for=billing_state]):not([for=cmw_register_email]):not([for=billing_country]):not(.woocommerce-form__label-for-checkbox)+input textarea ::-ms-input-placeholder{color:transparent}.woocommerce .woocommerce-form-row>input,.woocommerce .woocommerce-form-row>span>input,.woocommerce .woocommerce-form-row textarea,.woocommerce .woocommerce-form-row>select,.woocommerce .form-row>input,.woocommerce .form-row>span>input,.woocommerce .form-row textarea,.woocommerce .form-row>select,.woocommerce .comment-form-rating>input,.woocommerce .comment-form-rating>span>input,.woocommerce .comment-form-rating textarea,.woocommerce .comment-form-rating>select,.woocommerce .comment-form-comment>input,.woocommerce .comment-form-comment>span>input,.woocommerce .comment-form-comment textarea,.woocommerce .comment-form-comment>select{background:transparent;border:1px solid var(--theme-color-grey);border-radius:10px;z-index:2;transition:background var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:background}.woocommerce .woocommerce-form-row>input:focus,.woocommerce .woocommerce-form-row>input:not(:placeholder-shown),.woocommerce .woocommerce-form-row>span>input:focus,.woocommerce .woocommerce-form-row>span>input:not(:placeholder-shown),.woocommerce .woocommerce-form-row textarea:focus,.woocommerce .woocommerce-form-row textarea:not(:placeholder-shown),.woocommerce .woocommerce-form-row>select:focus,.woocommerce .woocommerce-form-row>select:not(:placeholder-shown),.woocommerce .form-row>input:focus,.woocommerce .form-row>input:not(:placeholder-shown),.woocommerce .form-row>span>input:focus,.woocommerce .form-row>span>input:not(:placeholder-shown),.woocommerce .form-row textarea:focus,.woocommerce .form-row textarea:not(:placeholder-shown),.woocommerce .form-row>select:focus,.woocommerce .form-row>select:not(:placeholder-shown),.woocommerce .comment-form-rating>input:focus,.woocommerce .comment-form-rating>input:not(:placeholder-shown),.woocommerce .comment-form-rating>span>input:focus,.woocommerce .comment-form-rating>span>input:not(:placeholder-shown),.woocommerce .comment-form-rating textarea:focus,.woocommerce .comment-form-rating textarea:not(:placeholder-shown),.woocommerce .comment-form-rating>select:focus,.woocommerce .comment-form-rating>select:not(:placeholder-shown),.woocommerce .comment-form-comment>input:focus,.woocommerce .comment-form-comment>input:not(:placeholder-shown),.woocommerce .comment-form-comment>span>input:focus,.woocommerce .comment-form-comment>span>input:not(:placeholder-shown),.woocommerce .comment-form-comment textarea:focus,.woocommerce .comment-form-comment textarea:not(:placeholder-shown),.woocommerce .comment-form-comment>select:focus,.woocommerce .comment-form-comment>select:not(:placeholder-shown){background:var(--theme-color-white) !important}.woocommerce .woocommerce-form-row .select2 .select2-selection,.woocommerce .form-row .select2 .select2-selection,.woocommerce .comment-form-rating .select2 .select2-selection,.woocommerce .comment-form-comment .select2 .select2-selection{background:transparent;border:1px solid var(--theme-color-grey);border-radius:10px;color:#B3B3B3;font-family:var(--font-family-primary);padding:10px 20px;font-weight:600}.woocommerce .woocommerce-form-row .select2 .select2-selection__rendered,.woocommerce .form-row .select2 .select2-selection__rendered,.woocommerce .comment-form-rating .select2 .select2-selection__rendered,.woocommerce .comment-form-comment .select2 .select2-selection__rendered{padding:0}.woocommerce .woocommerce-form-row .select2 .select2-selection__arrow,.woocommerce .form-row .select2 .select2-selection__arrow,.woocommerce .comment-form-rating .select2 .select2-selection__arrow,.woocommerce .comment-form-comment .select2 .select2-selection__arrow{top:57% !important;transform:translateY(-50%) !important;height:32px !important}.woocommerce .comment-form .comment-form-rating>label{position:relative !important;display:none}.woocommerce .comment-form .comment-form-rating>select{background-size:12px !important;background-repeat:no-repeat !important;background-position:right 20px center !important;color:#B3B3B3;font-family:var(--font-family-primary);font-weight:600}.single-product .main--woocommerce{overflow-x:hidden}.single-product header.header--main{position:sticky;background-color:var(--theme-color-white)}.single-product header.header--main .single-product-bar{opacity:0;transform:translateY(-100%);height:0;transition:all var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform, opacity, height}.single-product header.header--main .single-product-bar__left-col{display:flex;align-items:center}.single-product header.header--main .single-product-bar__right-col{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 991px){.single-product header.header--main .single-product-bar__right-col{display:none}}.single-product header.header--main .single-product-bar__right-col .add_to_cart_inline,.single-product header.header--main .single-product-bar__right-col .price__info,.single-product header.header--main .single-product-bar__right-col .price{font-size:12px;line-height:16px;font-weight:600}.single-product header.header--main .single-product-bar__right-col .add_to_cart_inline{padding:0 !important;border:none !important;margin:0 2px !important}.single-product header.header--main .single-product-bar__right-col .price{display:flex;align-items:center}.single-product header.header--main .single-product-bar__right-col .price *{margin:0 2px}.single-product header.header--main .single-product-bar__right-col .btn,.single-product header.header--main .single-product-bar__right-col .button{margin-left:27px}.single-product header.header--main .single-product-bar__right-col .button{transition:background-position var(--theme-transition-duration) var(--theme-transition-timing-function),color var(--theme-transition-duration) var(--theme-transition-timing-function);background-image:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary)) !important;background-repeat:no-repeat;background-position:center 54px;color:var(--theme-color-black);background-color:transparent !important;padding:0.5625rem 1.6875rem}.single-product header.header--main .single-product-bar__right-col .button::after{right:0.8em}.single-product header.header--main .single-product-bar__right-col .button.loading{padding-right:2.5rem}.single-product header.header--main .single-product-bar__right-col .button::before{content:"";position:absolute;z-index:-1;inset:0;padding:2px;border-radius:30px;background:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary)) !important;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.single-product header.header--main .single-product-bar__right-col .button:hover{background-position:center center;color:var(--theme-color-white) !important}.single-product header.header--main .single-product-bar__right-col .added_to_cart{padding:0.5625rem 1.6875rem;margin-left:10px}.single-product header.header--main .single-product-bar__list{padding:0;list-style-type:none;display:flex;margin:0}.single-product header.header--main .single-product-bar__list li{margin-right:10px}.single-product header.header--main .single-product-bar__list li a{position:relative;font-size:0.875rem;line-height:1.5rem;padding-bottom:3px}.single-product header.header--main .single-product-bar__list li a::after{content:"";display:block;height:1px;width:0;background-color:var(--theme-color-primary);position:absolute;left:50%;bottom:0;transform:translateX(-50%);transition:width var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:width}.single-product header.header--main .single-product-bar__list li a:hover{color:var(--theme-color-primary)}.single-product header.header--main .single-product-bar__list li a:hover::after{width:50px}.single-product header.header--main .single-product-bar__scroll-top{padding:7px !important;transform:rotate(90deg);margin-right:10px}.single-product header.header--main .single-product-bar__scroll-top::before{height:6px;width:8px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLTMuOTIyMjJlLTA4IDMuMTQwOTVDLTYuMDg4NGUtMDggMi44OTMxNyAwLjIyNTMyMSAyLjY5MjMgMC41MDMyNjggMi42OTIzTDguNTU1NTYgMi42OTIzQzguODMzNSAyLjY5MjMgOS4wNTg4MiAyLjg5MzE3IDkuMDU4ODIgMy4xNDA5NUM5LjA1ODgyIDMuMzg4NzMgOC44MzM1IDMuNTg5NiA4LjU1NTU2IDMuNTg5NkwwLjUwMzI2OCAzLjU4OTZDMC4yMjUzMjEgMy41ODk2IC0xLjc1NjA0ZS0wOCAzLjM4ODczIC0zLjkyMjIyZS0wOCAzLjE0MDk1WiIgZmlsbD0iIzFBMTkxOSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMTgwNjEgNi4xNDk2QzQuOTg0MDcgNS45NzQzOSA0Ljk4NDA3IDUuNjkwMzIgNS4xODA2MSA1LjUxNTExTDcuODQ0MzUgMy4xNDA0Nkw1LjE4MDYxIDAuNzY1ODAxQzQuOTg0MDcgMC41OTA1OTMgNC45ODQwNyAwLjMwNjUyMyA1LjE4MDYxIDAuMTMxMzE1QzUuMzc3MTQgLTAuMDQzODk0IDUuNjk1OCAtMC4wNDM4OTQxIDUuODkyMzMgMC4xMzEzMTVMOC45MTE5NCAyLjgyMzIxQzkuMTA4NDggMi45OTg0MiA5LjEwODQ4IDMuMjgyNDkgOC45MTE5NCAzLjQ1NzdMNS44OTIzNCA2LjE0OTZDNS42OTU4IDYuMzI0ODEgNS4zNzcxNSA2LjMyNDgxIDUuMTgwNjEgNi4xNDk2WiIgZmlsbD0iIzFBMTkxOSIvPgo8L3N2Zz4K);margin:0 !important}.single-product header.header--main .single-product-bar__scroll-top::after{width:22px;height:22px}.single-product header.header--main.header--scroll .single-product-bar{opacity:1;transform:translateY(0);height:auto;padding:1px 0}.single-product main.main{background:transparent !important}.woocommerce .wc__single-product .product-type-variable .summary>.product__price-info{display:none !important}.woocommerce .wc__single-product-wrapper{position:relative;display:grid;grid-template-columns:100%;padding-top:20px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product-wrapper{padding-top:60px}}.woocommerce .wc__single-product-wrapper::after{content:"";display:block;position:absolute;left:calc(-50vw + 50%);top:0;width:100vw;height:100%;background-color:#f8f8f8;z-index:-1}@media screen and (min-width: 992px){.woocommerce .wc__single-product-wrapper{grid-template-columns:calc(7 / 12 * 100%) calc(5 / 12 * 100%)}}.woocommerce .wc__single-product .product__home-btn{font-size:16px;line-height:24px;font-weight:600;margin-bottom:21px;display:inline-flex !important;margin-right:auto;margin-left:0}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product__home-btn{grid-row:1;grid-column:1 / 2}}.woocommerce .wc__single-product .product__price-info{font-size:0.75rem;line-height:1rem;color:var(--theme-color-grey)}.woocommerce .wc__single-product .product .wc__breadcrumb .breadcrumb__item{position:relative;display:inline-block;padding-right:22px;padding-left:0;font-family:var(--font-family-ubuntu-mono);color:var(--theme-color-grey)}.woocommerce .wc__single-product .product .wc__breadcrumb .breadcrumb__item a{color:var(--theme-color-black)}.woocommerce .wc__single-product .product .wc__breadcrumb .breadcrumb__item:not(:last-child)::after{content:"";display:block;position:absolute;right:11px;left:unset;top:10px;width:6px;height:6px;border:transparent;border-right:2px solid var(--theme-color-grey);border-bottom:2px solid var(--theme-color-grey);transform:rotate(-45deg)}.woocommerce .wc__single-product .product .summary{position:relative;float:none;width:100%}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product .summary{grid-row:1 / 5;grid-column:2 / 3}}.woocommerce .wc__single-product .product .summary::before{content:"";display:none;position:absolute;left:-20px;right:unset;top:-20px;width:calc(100% + 40px);height:calc(100% + 40px);background:var(--theme-color-grey-light);opacity:0.8;z-index:999;border-radius:10px}.woocommerce .wc__single-product .product .summary::after{content:"";position:absolute;left:50%;top:50%;width:40px;height:40px;background-image:url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjU4IiBoZWlnaHQ9IjU4IiB2aWV3Qm94PSIwIDAgNTggNTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMSkiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiPgogICAgICAgICAgICA8Y2lyY2xlIGN4PSI0Mi42MDEiIGN5PSIxMS40NjIiIHI9IjUiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiCiAgICAgICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjNzIgogICAgICAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7MDswOzA7MDswOzA7MCIgY2FsY01vZGU9ImxpbmVhciIKICAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICA8Y2lyY2xlIGN4PSI0OS4wNjMiIGN5PSIyNy4wNjMiIHI9IjUiIGZpbGwtb3BhY2l0eT0iMCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiCiAgICAgICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjNzIgogICAgICAgICAgICAgICAgICAgICB2YWx1ZXM9IjA7MTswOzA7MDswOzA7MCIgY2FsY01vZGU9ImxpbmVhciIKICAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICA8Y2lyY2xlIGN4PSI0Mi42MDEiIGN5PSI0Mi42NjMiIHI9IjUiIGZpbGwtb3BhY2l0eT0iMCIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJmaWxsLW9wYWNpdHkiCiAgICAgICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjNzIgogICAgICAgICAgICAgICAgICAgICB2YWx1ZXM9IjA7MDsxOzA7MDswOzA7MCIgY2FsY01vZGU9ImxpbmVhciIKICAgICAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDwvY2lyY2xlPgogICAgICAgICAgICA8Y2lyY2xlIGN4PSIyNyIgY3k9IjQ5LjEyNSIgcj0iNSIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIKICAgICAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuM3MiCiAgICAgICAgICAgICAgICAgICAgIHZhbHVlcz0iMDswOzA7MTswOzA7MDswIiBjYWxjTW9kZT0ibGluZWFyIgogICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjExLjM5OSIgY3k9IjQyLjY2MyIgcj0iNSIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImZpbGwtb3BhY2l0eSIKICAgICAgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuM3MiCiAgICAgICAgICAgICAgICAgICAgIHZhbHVlcz0iMDswOzA7MDsxOzA7MDswIiBjYWxjTW9kZT0ibGluZWFyIgogICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICAgICAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgICAgIDxjaXJjbGUgY3g9IjQuOTM4IiBjeT0iMjcuMDYzIiByPSI1IiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNmZmYiPgogICAgICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IgogICAgICAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS4zcyIKICAgICAgICAgICAgICAgICAgICAgdmFsdWVzPSIwOzA7MDswOzA7MTswOzAiIGNhbGNNb2RlPSJsaW5lYXIiCiAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8L2NpcmNsZT4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMTEuMzk5IiBjeT0iMTEuNDYyIiByPSI1IiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNmZmYiPgogICAgICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IgogICAgICAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS4zcyIKICAgICAgICAgICAgICAgICAgICAgdmFsdWVzPSIwOzA7MDswOzA7MDsxOzAiIGNhbGNNb2RlPSJsaW5lYXIiCiAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8L2NpcmNsZT4KICAgICAgICAgICAgPGNpcmNsZSBjeD0iMjciIGN5PSI1IiByPSI1IiBmaWxsLW9wYWNpdHk9IjAiIGZpbGw9IiNmZmYiPgogICAgICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iZmlsbC1vcGFjaXR5IgogICAgICAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS4zcyIKICAgICAgICAgICAgICAgICAgICAgdmFsdWVzPSIwOzA7MDswOzA7MDswOzEiIGNhbGNNb2RlPSJsaW5lYXIiCiAgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8L2NpcmNsZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);background-size:contain;background-repeat:no-repeat;background-position:center center;animation:rotating 2s infinite;display:none}.woocommerce .wc__single-product .product .summary.loading-active::after,.woocommerce .wc__single-product .product .summary.loading-active::before{display:block}.woocommerce .wc__single-product .product .wc__icons-wrapper{display:flex;flex-direction:column}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__icons-wrapper{display:none}}@media screen and (max-width: 767px){.woocommerce .wc__single-product .product .wc__icons-wrapper{margin-bottom:40px}}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__banner__contact{margin:auto}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-list{border-bottom:1px solid var(--theme-color-grey-dark);max-width:600px;margin:0 auto 30px}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-list ul{display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item{max-width:88px;text-align:center;color:var(--theme-color-grey);margin:0 10px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item{margin:0 15px}}@media screen and (min-width: 1201px){.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item{max-width:120px;margin:0 30px}}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item img{height:22px;position:relative;margin-bottom:7px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item img{height:40px}}.woocommerce .wc__single-product .product .wc__icons-wrapper .wc__icons-item p{font-size:12px;line-height:16px}.woocommerce .wc__single-product .product .wc__gallery__wrapper .wc__icons-wrapper{display:flex !important;grid-row:2;grid-column:1 / -1}@media screen and (max-width: 767px){.woocommerce .wc__single-product .product .wc__gallery__wrapper .wc__icons-wrapper{display:none !important}}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product .wc__gallery__wrapper{grid-row:2 / 3;padding-right:90px;padding-left:0}}.woocommerce .wc__single-product .product .wc__gallery__wrapper .woocommerce-product-gallery{opacity:1;display:grid;grid-template-columns:72px 1fr;width:100%;float:unset}.woocommerce .wc__single-product .product .wc__gallery__wrapper #productImages{grid-row:1;grid-column:2;width:100%;height:auto;max-width:calc(100% - 20px);margin-bottom:20px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__gallery__wrapper #productImages{margin-bottom:54px;max-width:calc(100% - 54px)}}.woocommerce .wc__single-product .product .wc__gallery__wrapper .swiper-slide figure{display:flex;max-width:100%;max-height:100%}.woocommerce .wc__single-product .product .wc__gallery__wrapper .swiper-slide figure img{-o-object-fit:contain;object-fit:contain}.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav{grid-row:1;grid-column:1;width:100%;height:251px;margin-right:20px;margin-left:0}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav{height:330px}}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav{height:423px;margin-right:54px}}.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav .swiper-slide{width:100%;height:0;position:relative;padding-top:100%}.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav .swiper-slide-thumb-active{border:1px solid var(--theme-color-primary);box-sizing:border-box}.woocommerce .wc__single-product .product .wc__gallery__wrapper #productThumbNav .swiper-slide img{width:100%;height:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover}.woocommerce .wc__single-product .product .woocommerce-variation-price .price{display:flex;font-size:20px;line-height:24px;font-family:var(--font-family-secondary);font-weight:600;color:var(--theme-color-black)}.woocommerce .wc__single-product .product .woocommerce-variation-price .price .amount{margin-right:5px}.woocommerce .wc__single-product .product .woocommerce-variation-price .price__info{font-size:16px;font-weight:400}.woocommerce .wc__single-product .product .wc__product__sets{padding-top:35px}.woocommerce .wc__single-product .product .wc__product__sets ~ .price,.woocommerce .wc__single-product .product .wc__product__sets ~ .price__info{display:none}.woocommerce .wc__single-product .product .wc__product__sets ul{list-style-type:none;padding:0;max-width:312px}.woocommerce .wc__single-product .product .wc__product__sets ul li.single-set{margin-bottom:3px}.woocommerce .wc__single-product .product .wc__product__sets ul li.single-set a{display:flex;justify-content:space-between;width:100%;align-items:center;padding:13px;border-radius:10px;font-size:16px;line-height:24px;font-weight:600;border:2px solid rgba(26,25,25,0.5)}.woocommerce .wc__single-product .product .wc__product__sets ul li.single-set a .set-price__info{font-size:12px}.woocommerce .wc__single-product .product .wc__product__sets ul li.single-set.current a{border-color:var(--theme-color-primary);pointer-events:none;cursor:pointer}.woocommerce .wc__single-product .product.woovr-show-price.product-type-variable>.wc__single-product-wrapper .price,.woocommerce .wc__single-product .product.woovr-show-price.product-type-variable>.wc__single-product-wrapper .price+.price__info{display:none}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation{max-width:300px;border-radius:10px;padding:5px 10px;border:1px solid rgba(26,25,25,0.5);margin-bottom:4px}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation[data-id="0"]{display:none !important}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-image,.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-selector,.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-availability,.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-description{display:none !important}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-info{display:flex;align-items:center;justify-content:space-between}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-price{display:flex;align-items:center;font-weight:600;margin:0}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-price .amount{margin-right:3px;font-size:1rem}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-price .price__info{font-size:0.75rem;margin-top:2px}.woocommerce .wc__single-product .product .woovr-variations .woovr-variation-active{border-color:var(--theme-color-primary)}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart,.woocommerce .wc__single-product .product .cart{padding-top:30px}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .qty_label,.woocommerce .wc__single-product .product .cart .qty_label{display:none}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity,.woocommerce .wc__single-product .product .cart .quantity{margin-right:40px !important;margin-left:0;display:inline-block}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity input[type="number"]::-webkit-outer-spin-button,.woocommerce .wc__single-product .product .cart .quantity input[type="number"]::-webkit-inner-spin-button,.woocommerce .wc__single-product .product .cart .quantity input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity input[type="number"],.woocommerce .wc__single-product .product .cart .quantity input[type="number"]{-moz-appearance:textfield}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity input,.woocommerce .wc__single-product .product .cart .quantity input{font-size:20px;font-weight:600;font-family:var(--font-family-secondary);width:60px;padding:8px 2px;background:transparent;border:none}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity .woocommerce-quantity-minus,.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity .woocommerce-quantity-plus,.woocommerce .wc__single-product .product .cart .quantity .woocommerce-quantity-minus,.woocommerce .wc__single-product .product .cart .quantity .woocommerce-quantity-plus{border:none;background:transparent;font-size:32px;line-height:1;font-weight:600}.woocommerce .wc__single-product .product .woocommerce-variation-add-to-cart .quantity .woocommerce-quantity-plus,.woocommerce .wc__single-product .product .cart .quantity .woocommerce-quantity-plus{font-size:24px}.woocommerce .wc__single-product .product_title{display:block;font-size:40px;line-height:44px;font-family:var(--font-family-secondary);font-weight:600;margin-bottom:0}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product_title{font-size:54px;line-height:65px}}.woocommerce .wc__single-product .product .price{margin-bottom:0;font-weight:600}.woocommerce .wc__single-product .product .product__attributes{display:none}.woocommerce .wc__single-product .product__accordion .product__description{display:none}.woocommerce .wc__single-product .product .woocommerce-tabs ul.tabs{display:none !important}.woocommerce .wc__single-product .product .woocommerce-tabs .woocommerce-Tabs-panel{display:block !important;margin-bottom:30px}.woocommerce .wc__single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information{display:none !important}.woocommerce .wc__single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description h2{font-size:24px;font-weight:600}.woocommerce .wc__single-product .product .woocommerce-tabs .woocommerce-Tabs-panel--description p{margin-bottom:2px}.woocommerce .wc__single-product .product .wc__add_to_cart{display:inline-grid}.woocommerce .wc__single-product .product .wc__add_to_cart .single_add_to_cart_button{padding-right:50px;margin-right:32px}.woocommerce .wc__single-product .product .wc__add_to_cart .single_add_to_cart_button::after{content:"";display:block;position:absolute;right:20px;left:unset;top:50%;width:14px;height:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tMy4wMzA4MWUtMDggNC45OTk5OUMtNC43MDQ2OGUtMDggNC42MTcwNiAwLjM0ODIyMyA0LjMwNjYyIDAuNzc3Nzc4IDQuMzA2NjJMMTMuMjIyMiA0LjMwNjYyQzEzLjY1MTggNC4zMDY2MiAxNCA0LjYxNzA1IDE0IDQuOTk5OTlDMTQgNS4zODI5MyAxMy42NTE4IDUuNjkzMzYgMTMuMjIyMiA1LjY5MzM2TDAuNzc3Nzc4IDUuNjkzMzZDMC4zNDgyMjMgNS42OTMzNiAtMS4zNTY5NGUtMDggNS4zODI5MyAtMy4wMzA4MWUtMDggNC45OTk5OVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4wMDUxNSA5LjY1MDQzQzcuNzAxNDEgOS4zNzk2NiA3LjcwMTQxIDguOTQwNjQgOC4wMDUxNSA4LjY2OTg2TDEyLjEyMTggNC45OTk5NEw4LjAwNTE1IDEuMzMwMDJDNy43MDE0MSAxLjA1OTI0IDcuNzAxNDEgMC42MjAyMjYgOC4wMDUxNSAwLjM0OTQ0OUM4LjMwODg5IDAuMDc4NjcxNCA4LjgwMTM1IDAuMDc4NjcxNCA5LjEwNTA5IDAuMzQ5NDQ5TDEzLjc3MTggNC41MDk2NkMxNC4wNzU1IDQuNzgwNDMgMTQuMDc1NSA1LjIxOTQ1IDEzLjc3MTggNS40OTAyM0w5LjEwNTA5IDkuNjUwNDNDOC44MDEzNSA5LjkyMTIxIDguMzA4ODkgOS45MjEyMSA4LjAwNTE1IDkuNjUwNDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.woocommerce .wc__single-product .product .wc__add_to_cart .added_to_cart{position:relative;right:0;bottom:0;padding:3px 10px;border-radius:20px;background:#48a446;color:#fff;margin-left:auto;margin-top:10px}.woocommerce .wc__single-product .product_meta{display:flex;flex-direction:column}.woocommerce .wc__single-product .product_meta .posted_in{display:none}.woocommerce .wc__single-product .product .variations th.label,.woocommerce .wc__single-product .product .variations td.value{vertical-align:middle}.woocommerce .wc__single-product .product .variations select{margin-right:2em !important}.woocommerce .wc__single-product .product .variations select [value=""]{display:none}.woocommerce .wc__single-product .product__accordion-tabs{padding-top:32px;position:relative}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product__accordion-tabs{grid-column:2 / 3}}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab{padding:16px 0 3px;border-bottom:1px solid var(--theme-color-grey);position:relative}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab:first-of-type{border-top:1px solid var(--theme-color-grey)}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab::after{content:"";display:block;position:absolute;left:0;top:-1px;width:0;height:2px;background:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));transition:width var(--theme-transition-duration) var(--theme-transition-timing-function)}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab__header{cursor:pointer;position:relative}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab__header::after{content:"";display:block;position:absolute;right:10px;left:unset;top:50%;transform:translateY(-50%);width:16px;height:2px;background:var(--theme-color-black);opacity:0.9}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab__header::before{content:"";display:block;position:absolute;right:16px;left:unset;top:50%;transform:translate3d(-50%, -50%, 0);width:2px;height:15px;background:var(--theme-color-black);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform;opacity:0.9}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab__header h2{font-size:16px;line-height:24px;font-weight:600}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab__body{max-height:0;overflow:hidden;transition:max-height var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:max-height}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab.active::after{width:150px}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab.active .accordion-tabs__tab__header::before{transform:translate3d(-50%, -50%, 0) rotate(-90deg)}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab.active .accordion-tabs__tab__body{max-height:600px;color:var(--theme-color-grey)}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab--link{display:block}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab--link .accordion-tabs__tab__header::before{content:unset !important}.woocommerce .wc__single-product .product__accordion-tabs .accordion-tabs__tab--link .accordion-tabs__tab__header::after{background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjI2NTYyIDUuOTA2MjVDNC4wMDQ1NSA1LjkwNjI1IDMuNzU0MTcgNi4wMDk5NiAzLjU2OTU3IDYuMTk0NTdDMy4zODQ5NiA2LjM3OTE3IDMuMjgxMjUgNi42Mjk1NSAzLjI4MTI1IDYuODkwNjJWMTYuNzM0NEMzLjI4MTI1IDE2Ljk5NTQgMy4zODQ5NiAxNy4yNDU4IDMuNTY5NTcgMTcuNDMwNEMzLjc1NDE3IDE3LjYxNSA0LjAwNDU1IDE3LjcxODggNC4yNjU2MiAxNy43MTg4SDE0LjEwOTRDMTQuMjM4NiAxNy43MTg4IDE0LjM2NjYgMTcuNjkzMyAxNC40ODYxIDE3LjY0MzhDMTQuNjA1NSAxNy41OTQzIDE0LjcxNCAxNy41MjE4IDE0LjgwNTQgMTcuNDMwNEMxNC44OTY4IDE3LjMzOSAxNC45NjkzIDE3LjIzMDUgMTUuMDE4OCAxNy4xMTExQzE1LjA2ODMgMTYuOTkxNiAxNS4wOTM4IDE2Ljg2MzYgMTUuMDkzOCAxNi43MzQ0VjkuMTg3NUMxNS4wOTM4IDguODI1MDYgMTUuMzg3NiA4LjUzMTI1IDE1Ljc1IDguNTMxMjVDMTYuMTEyNCA4LjUzMTI1IDE2LjQwNjIgOC44MjUwNiAxNi40MDYyIDkuMTg3NVYxNi43MzQ0QzE2LjQwNjIgMTcuMDM2IDE2LjM0NjggMTcuMzM0NyAxNi4yMzE0IDE3LjYxMzRDMTYuMTE2IDE3Ljg5MiAxNS45NDY4IDE4LjE0NTIgMTUuNzMzNSAxOC4zNTg1QzE1LjUyMDIgMTguNTcxOCAxNS4yNjcgMTguNzQxIDE0Ljk4ODQgMTguODU2NEMxNC43MDk3IDE4Ljk3MTggMTQuNDExIDE5LjAzMTIgMTQuMTA5NCAxOS4wMzEySDQuMjY1NjJDMy42NTY0NiAxOS4wMzEyIDMuMDcyMjQgMTguNzg5MyAyLjY0MTQ5IDE4LjM1ODVDMi4yMTA3NCAxNy45Mjc4IDEuOTY4NzUgMTcuMzQzNSAxLjk2ODc1IDE2LjczNDRWNi44OTA2MkMxLjk2ODc1IDYuMjgxNDYgMi4yMTA3NCA1LjY5NzI0IDIuNjQxNDkgNS4yNjY0OUMzLjA3MjI0IDQuODM1NzQgMy42NTY0NiA0LjU5Mzc1IDQuMjY1NjIgNC41OTM3NUgxMS4xMzQ5QzExLjQ5NzQgNC41OTM3NSAxMS43OTEyIDQuODg3NTYgMTEuNzkxMiA1LjI1QzExLjc5MTIgNS42MTI0NCAxMS40OTc0IDUuOTA2MjUgMTEuMTM0OSA1LjkwNjI1SDQuMjY1NjJaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjEyNSAyLjYyNUMxMy4xMjUgMi4yNjI1NiAxMy40MTg4IDEuOTY4NzUgMTMuNzgxMiAxLjk2ODc1SDE4LjM3NUMxOC43Mzc0IDEuOTY4NzUgMTkuMDMxMiAyLjI2MjU2IDE5LjAzMTIgMi42MjVWNy4yMTg3NUMxOS4wMzEyIDcuNTgxMTkgMTguNzM3NCA3Ljg3NSAxOC4zNzUgNy44NzVDMTguMDEyNiA3Ljg3NSAxNy43MTg4IDcuNTgxMTkgMTcuNzE4OCA3LjIxODc1VjMuMjgxMjVIMTMuNzgxMkMxMy40MTg4IDMuMjgxMjUgMTMuMTI1IDIuOTg3NDQgMTMuMTI1IDIuNjI1WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC41MTA5IDIuNDg5MDlDMTguNzY3MiAyLjc0NTM3IDE4Ljc2NzIgMy4xNjA4OCAxOC41MTA5IDMuNDE3MTZMOS42NTE1NCAxMi4yNzY1QzkuMzk1MjYgMTIuNTMyOCA4Ljk3OTc0IDEyLjUzMjggOC43MjM0NiAxMi4yNzY1QzguNDY3MTggMTIuMDIwMyA4LjQ2NzE4IDExLjYwNDcgOC43MjM0NiAxMS4zNDg1TDE3LjU4MjggMi40ODkwOUMxNy44MzkxIDIuMjMyOCAxOC4yNTQ2IDIuMjMyOCAxOC41MTA5IDIuNDg5MDlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);width:21px;height:21px}.woocommerce .wc__single-product .product .related.products{padding:90px 0 60px;position:relative}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product .related.products{grid-column:1 / 3}}.woocommerce .wc__single-product .product .related.products::after{content:"";display:block;position:absolute;left:calc(-50vw + 50%);top:0;width:100vw;height:100%;background-color:#f8f8f8;z-index:-1}.woocommerce .wc__single-product .product .related.products .block__title{text-align:center;margin-bottom:20px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .related.products .block__title{margin-bottom:70px}}.woocommerce .wc__single-product .product .related.products .related__wrapper{display:flex;max-width:400px;margin:auto;flex-direction:column}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .related.products .related__wrapper{flex-direction:row}}.woocommerce .wc__single-product .product .related.products .related__wrapper li{margin-bottom:30px;max-width:100%;width:100%}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .related.products .related__wrapper{max-width:930px}.woocommerce .wc__single-product .product .related.products .related__wrapper li{max-width:33%;margin-right:30px;margin-bottom:0}.woocommerce .wc__single-product .product .related.products .related__wrapper li:last-child{margin-right:0}}.woocommerce .wc__single-product .product .related.products .related__wrapper::after,.woocommerce .wc__single-product .product .related.products .related__wrapper::before{content:unset}.woocommerce .wc__single-product .product__key-features{padding:30px 0 0;position:relative;background:#f8f8f8}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product__key-features{grid-column:1 / 3}}.woocommerce .wc__single-product .product__key-features::after{content:"";display:block;position:absolute;left:calc(-50vw + 50%);top:0;width:100vw;height:calc(100% - 13vw);background-color:#f8f8f8;z-index:1}.woocommerce .wc__single-product .product__key-features .container{position:relative;z-index:2}.woocommerce .wc__single-product .product__key-features .section__background-wave{position:relative;display:block;left:calc(-50vw + 50%);width:100vw;background-color:#f8f8f8;z-index:-1;overflow:hidden;z-index:99}@media screen and (max-width: 767px){.woocommerce .wc__single-product .product__key-features .section__background-wave{padding-top:10vw}}.woocommerce .wc__single-product .product__key-features .section__background-wave svg{height:13vw;width:268%;color:var(--theme-color-white)}.woocommerce .wc__single-product .product__key-features .key-features__title{font-family:var(--font-family-secondary);font-size:40px;line-height:44px;font-weight:600}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__key-features .key-features__title{font-size:62px;line-height:65px}}.woocommerce .wc__single-product .product__key-features .key-features__single-feature{position:relative;display:flex;flex-direction:column;width:100%;padding:24px 20px 24px 24px;border-radius:10px;background-color:#fff;box-shadow:0 4px 45px rgba(26,25,25,0.05);height:calc(100% - 30px);margin-bottom:30px;word-break:break-all}.woocommerce .wc__single-product .product__key-features .key-features__single-feature__icon{flex-shrink:0;width:44px;height:44px;left:20px;right:unset;top:24px;margin-bottom:5px}.woocommerce .wc__single-product .product__key-features .key-features__single-feature__title{font-family:var(--font-family-primary);font-size:20px;line-height:32px;font-weight:600;margin-bottom:6px}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product__key-features .key-features__single-feature__title{font-size:24px;line-height:32px}}.woocommerce .wc__single-product .product__key-features .key-features__single-feature__text{margin-bottom:0;font-family:var(--font-family-primary);font-size:16px;line-height:24px;color:var(--theme-color-grey)}.woocommerce .wc__single-product .product__description{margin-bottom:4.6875rem;margin-top:30px}.woocommerce .wc__single-product .product__description-title{font-family:var(--font-family-secondary);font-size:40px;line-height:44px;font-weight:600}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__description-title{font-size:62px;line-height:65px}}.woocommerce .wc__single-product .product__description-text ul{margin-bottom:30px}.woocommerce .wc__single-product .product__description-text ul li{font-size:16px;line-height:28px}.woocommerce .wc__single-product .product__description-text img{border-radius:10px;overflow:hidden}.woocommerce .wc__single-product .product__description-text a{color:var(--theme-color-primary);background-size:100% 100%;background-position:100%;background-image:linear-gradient(transparent calc(100% - 1px), var(--theme-color-primary) 1px);transition:all 0.3s ease-in-out;position:relative;text-decoration:none;background-repeat:no-repeat}.woocommerce .wc__single-product .product__description-text a:hover{background-size:0 100%}.woocommerce .wc__single-product .product__description-text h2,.woocommerce .wc__single-product .product__description-text h3,.woocommerce .wc__single-product .product__description-text h4,.woocommerce .wc__single-product .product__description-text h5,.woocommerce .wc__single-product .product__description-text h6{font-family:var(--font-family-secondary);line-height:1.4;margin-bottom:9px}.woocommerce .wc__single-product .product__description-text blockquote{position:relative;margin-left:0;margin-right:0;padding-left:30px}.woocommerce .wc__single-product .product__description-text blockquote::before{content:"";height:100%;width:2px;background:linear-gradient(to bottom, #49a447 0%, #e2de02 100%);position:absolute;top:0;left:0}.woocommerce .wc__single-product .product__description-text blockquote p{font-size:1.2rem;line-height:1.28;color:var(--theme-color-grey);font-style:italic;font-weight:300}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__description-text blockquote p{font-size:1.5rem}}.woocommerce .wc__single-product .product__description-text blockquote p em{font-style:italic;color:var(--theme-color-grey)}.woocommerce .wc__single-product .product__specification{padding:30px 0 90px;position:relative}@media screen and (min-width: 992px){.woocommerce .wc__single-product .product__specification{grid-column:1 / 3}}.woocommerce .wc__single-product .product__specification .specification__title{font-family:var(--font-family-secondary);font-size:40px;line-height:44px;font-weight:600;text-align:center;width:100%;padding-bottom:30px;position:relative;display:block;border-bottom:1px solid var(--theme-color-grey)}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__specification .specification__title{font-size:62px;line-height:65px}}.woocommerce .wc__single-product .product__specification .specification__title::after{content:"";display:block;position:absolute;left:0;bottom:-1px;width:150px;height:2px;background:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary))}.woocommerce .wc__single-product .product__specification .specification__table-wrapper table{border-collapse:collapse}@media screen and (max-width: 767px){.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr{display:flex;flex-direction:column}}.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr:nth-child(2n+1){background-color:var(--theme-color-grey-light)}.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr th,.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr td{font-size:0.875rem}.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr th{padding:8px 16px 3px 16px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr th{padding:10px 12px 10px 32px}}.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr td{padding:2px 16px 16px 16px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product__specification .specification__table-wrapper table tr td{padding:10px 100px 10px 12px}}.woocommerce .wc__single-product .product .wc__reviews .woocommerce-Reviews-title{font-family:var(--font-family-secondary);font-size:40px;line-height:44px;font-weight:600;margin-bottom:10px;text-align:center}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce .wc__single-product .product .wc__reviews .woocommerce-Reviews-title{font-size:62px;line-height:65px}}.woocommerce .wc__single-product .product .wc__reviews .woocommerce-Reviews .woocommerce-noreviews{text-align:center}.woocommerce .wc__single-product .product .wc__reviews .comment-respond{padding:30px 0 !important}@keyframes rotating{100%{transform:rotate(360deg)}}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:var(--theme-color-primary)}.woocommerce.archive{background-color:var(--theme-color-grey-light);padding-top:75px}.woocommerce.archive .main--woocommerce{padding-top:25px}.woocommerce.archive main.main{background:transparent}.woocommerce.archive .wc__banner{grid-row:1;grid-column:1 / -1}@media screen and (min-width: 992px){.woocommerce.archive .wc__banner{margin-bottom:40px}}.woocommerce.archive .wc__banner__content{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 992px){.woocommerce.archive .wc__banner__content{align-items:flex-start}}.woocommerce.archive .wc__banner__content .block__title{margin:0;font-size:40px;line-height:44px;font-weight:600;font-family:var(--font-family-secondary)}@media screen and (min-width: 992px){.woocommerce.archive .wc__banner__content .block__title{font-size:62px;line-height:65px}}.woocommerce.archive .wc__banner__contact{display:flex;align-items:center}.woocommerce.archive .wc__banner__contact__icon{position:relative;width:32px;height:32px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS45ODk0IDRDOS4zMjU1NCA0IDMuOTc5OTggOS4yNjY4NiA0LjAwMDA2IDE1LjcwNTZMNC4wMDAwNiAxNS43MDcyVjE1LjcwODhDMy45OTk5OCAxNy45NDg2IDQuNjU0NjQgMjAuMTM5MyA1Ljg4MzIgMjIuMDExN0M1Ljk1MzM3IDIyLjEwNzUgNi4wMTkwMiAyMi4yMDY2IDYuMDc5OTIgMjIuMzA4Nkw2LjA4NDc1IDIyLjMxNjdMNi4wODk0MyAyMi4zMjQ5QzYuMTg4MDMgMjIuNDk3MyA2LjMwNDk0IDIyLjcyOTcgNi4zODU1MiAyMi45ODYyQzYuNDU5MjUgMjMuMjIxIDYuNTQ0MTggMjMuNjAzNyA2LjQzMzIgMjQuMDEyMkw2LjQzMjYyIDI0LjAxNDNMNS4zOTk3NiAyNy43NTA0TDguOTcxNTIgMjYuNDYxNEM5LjMyNjYzIDI2LjMxNTMgOS43MDcxNSAyNi4yNDA3IDEwLjA5MTMgMjYuMjQxOUMxMC4wOTIgMjYuMjQxOSAxMC4wOTI2IDI2LjI0MTkgMTAuMDkzMiAyNi4yNDE5TDEwLjA4OTQgMjcuMjQxOUwxMC4wOTA2IDI2LjI0MTlDMTAuMDkwOCAyNi4yNDE5IDEwLjA5MTEgMjYuMjQxOSAxMC4wOTEzIDI2LjI0MTlDMTAuNDUxIDI2LjI0MjQgMTAuODA3NSAyNi4zMDg4IDExLjE0MzIgMjYuNDM3OEwxMS4xNDM5IDI2LjQzODFMMTEuMTQ0NyAyNi40Mzg0QzExLjM0NzQgMjYuNTE2NyAxMi4xNTQ5IDI2LjgxNjcgMTIuOTUzMyAyNy4wNDAxQzEzLjczODMgMjcuMjU5OCAxNS4xODc4IDI3LjUyNjMgMTYuMjEzMiAyNy41MjYzQzIyLjg0MzggMjcuNTI2MyAyNy45OTk5IDIyLjIwMjQgMjguMDAwMSAxNS43MTg1TDI5LjAwMDEgMTUuNzE4MUgyOC4wMDAxQzI3Ljk5OTcgMTQuOTEzOCAyNy45MTQ2IDE0LjExMTcgMjcuNzQ2IDEzLjMyNTJMMjcuNzQ1OCAxMy4zMjQyTDI3Ljc0NTYgMTMuMzIzMUMyNi42MjEgOC4wMjEyNyAyMS43OTY1IDQgMTUuOTg5NCA0Wk0yLjAwMDA2IDE1LjcxMDNDMS45NzcyNiA4LjExODU1IDguMjY2MzYgMiAxNS45ODk0IDJDMjIuNzI5MyAyIDI4LjM3ODIgNi42NzA1IDI5LjcwMTcgMTIuOTA2N0MyOS44OTk3IDEzLjgzMDYgMjkuOTk5NyAxNC43NzI5IDMwLjAwMDEgMTUuNzE3OFYxNS43MTgxQzMwLjAwMDEgMjMuMjg1MyAyMy45Njk5IDI5LjUyNjMgMTYuMjEzMiAyOS41MjYzQzE0Ljk1MTEgMjkuNTI2MyAxMy4zMTMxIDI5LjIxNzcgMTIuNDE0MyAyOC45NjYxQzExLjUzMDEgMjguNzE4NyAxMC42NTc0IDI4LjM5NDEgMTAuNDI1MSAyOC4zMDQ0QzEwLjMxNzYgMjguMjYzMiAxMC4yMDM0IDI4LjI0MiAxMC4wODgzIDI4LjI0MTlMMTAuMDg3IDI4LjI0MTlMMTAuMDg1NiAyOC4yNDE5QzkuOTYxMzEgMjguMjQxNCA5LjgzODE4IDI4LjI2NjEgOS43MjM2OSAyOC4zMTQ2TDkuNjk4NzUgMjguMzI1Mkw1LjQ1NzUyIDI5Ljg1NThDNS4yODE0NCAyOS45MjgxIDUuMDk1ODkgMjkuOTc0OCA0LjkwNjQ5IDI5Ljk5NDZMNC44NTMxNiAzMC4wMDAyTDQuNzk5NTQgMzBDNC41ODc4NiAyOS45OTk0IDQuMzc4NDIgMjkuOTU2NyA0LjE4MzM1IDI5Ljg3NDZDMy45ODgyNyAyOS43OTI0IDMuODExNDQgMjkuNjcyNCAzLjY2MzA5IDI5LjUyMTRDMy41MTQ3MyAyOS4zNzA0IDMuMzk3ODIgMjkuMTkxNSAzLjMxOTExIDI4Ljk5NUMzLjI0MDQgMjguNzk4NSAzLjIwMTQ1IDI4LjU4ODMgMy4yMDQ1NCAyOC4zNzY3TDMuMjA0OTggMjguMzQ2NkwzLjIwNzIyIDI4LjMxNjZDMy4yMTc0NiAyOC4xNzk4IDMuMjQxODIgMjguMDQ0NCAzLjI3OTg5IDI3LjkxMjdMNC40NzY3NCAyMy41ODM0QzQuNDU0OTIgMjMuNTE0NyA0LjQxMzI2IDIzLjQyMzcgNC4zNTc5NCAyMy4zMjZDNC4zMjc4NCAyMy4yNzYxIDQuMjk1MzUgMjMuMjI3OCA0LjI2MDU3IDIzLjE4MTFMNC4yNDM0OCAyMy4xNTgxTDQuMjI3NzIgMjMuMTM0MkMyLjc3NDgxIDIwLjkzMDggMi4wMDAyOCAxOC4zNDk2IDIuMDAwMDYgMTUuNzEwM1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80NzlfNjk5NjYpIi8+CjxwYXRoIGQ9Ik0xNS4wNzA4IDE3LjIyNzlDMTUuMDIyOCAxNi44OTk5IDE1LjA0MjggMTYuNjA3OSAxNS4xMzA4IDE2LjM1MTlDMTUuMjE4OCAxNi4wODc5IDE1LjMzODggMTUuODUxOSAxNS40OTA4IDE1LjY0MzlDMTUuNjUwOCAxNS40Mjc5IDE1LjgxNDggMTUuMjMxOSAxNS45ODI4IDE1LjA1NTlDMTYuMTUwOCAxNC44NzE5IDE2LjI5MDggMTQuNjk1OSAxNi40MDI4IDE0LjUyNzlDMTYuNTIyOCAxNC4zNTE5IDE2LjU4MjggMTQuMTc1OSAxNi41ODI4IDEzLjk5OTlDMTYuNTgyOCAxMy43NTE5IDE2LjUwNjggMTMuNTYzOSAxNi4zNTQ4IDEzLjQzNTlDMTYuMjEwOCAxMy4zMDc5IDE2LjAxODggMTMuMjQzOSAxNS43Nzg4IDEzLjI0MzlDMTUuNTU0OCAxMy4yNDM5IDE1LjM1NDggMTMuMjk1OSAxNS4xNzg4IDEzLjM5OTlDMTUuMDEwOCAxMy41MDM5IDE0Ljg0NjggMTMuNjM1OSAxNC42ODY4IDEzLjc5NTlMMTMuNzE0OCAxMi45MDc5QzEzLjk5NDggMTIuNTc5OSAxNC4zMzA4IDEyLjMxNTkgMTQuNzIyOCAxMi4xMTU5QzE1LjExNDggMTEuOTE1OSAxNS41NDI4IDExLjgxNTkgMTYuMDA2OCAxMS44MTU5QzE2LjQzODggMTEuODE1OSAxNi44MjI4IDExLjg4NzkgMTcuMTU4OCAxMi4wMzE5QzE3LjUwMjggMTIuMTc1OSAxNy43NzQ4IDEyLjM5OTkgMTcuOTc0OCAxMi43MDM5QzE4LjE3NDggMTMuMDA3OSAxOC4yNzQ4IDEzLjM5NTkgMTguMjc0OCAxMy44Njc5QzE4LjI3NDggMTQuMTYzOSAxOC4yMTQ4IDE0LjQyNzkgMTguMDk0OCAxNC42NTk5QzE3Ljk3NDggMTQuODgzOSAxNy44MjY4IDE1LjA5MTkgMTcuNjUwOCAxNS4yODM5QzE3LjQ3NDggMTUuNDc1OSAxNy4zMDI4IDE1LjY2NzkgMTcuMTM0OCAxNS44NTk5QzE2Ljk2NjggMTYuMDQzOSAxNi44MzA4IDE2LjI0NzkgMTYuNzI2OCAxNi40NzE5QzE2LjYyMjggMTYuNjg3OSAxNi41ODY4IDE2LjkzOTkgMTYuNjE4OCAxNy4yMjc5SDE1LjA3MDhaTTE1LjgzODggMjAuMTQzOUMxNS41MzQ4IDIwLjE0MzkgMTUuMjgyOCAyMC4wMzk5IDE1LjA4MjggMTkuODMxOUMxNC44ODI4IDE5LjYxNTkgMTQuNzgyOCAxOS4zNTE5IDE0Ljc4MjggMTkuMDM5OUMxNC43ODI4IDE4LjcxOTkgMTQuODgyOCAxOC40NTU5IDE1LjA4MjggMTguMjQ3OUMxNS4yODI4IDE4LjAzMTkgMTUuNTM0OCAxNy45MjM5IDE1LjgzODggMTcuOTIzOUMxNi4xNDI4IDE3LjkyMzkgMTYuMzk0OCAxOC4wMzE5IDE2LjU5NDggMTguMjQ3OUMxNi44MDI4IDE4LjQ1NTkgMTYuOTA2OCAxOC43MTk5IDE2LjkwNjggMTkuMDM5OUMxNi45MDY4IDE5LjM1MTkgMTYuODAyOCAxOS42MTU5IDE2LjU5NDggMTkuODMxOUMxNi4zOTQ4IDIwLjAzOTkgMTYuMTQyOCAyMC4xNDM5IDE1LjgzODggMjAuMTQzOVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl80NzlfNjk5NjYpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDc5XzY5OTY2IiB4MT0iMiIgeTE9IjE2LjAwMDEiIHgyPSIzMC4wMDAxIiB5Mj0iMTYuMDAwMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDlBNDQ3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0UyREUwMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfNDc5XzY5OTY2IiB4MT0iMTMuNzE0OCIgeTE9IjE1Ljk3OTkiIHgyPSIxOC4yNzQ4IiB5Mj0iMTUuOTc5OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDlBNDQ3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0UyREUwMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-size:contain;background-repeat:no-repeat;margin-right:10px}.woocommerce.archive .wc__banner__contact__content{font-size:12px;line-height:16px}.woocommerce.archive .wc__banner__contact__content p{margin:0}.woocommerce.archive .wc__banner__cat .wc__banner__content{flex-direction:column;align-items:flex-start}.woocommerce.archive .wc__banner__cat .wc__banner__content .block__title,.woocommerce.archive .wc__banner__cat .wc__banner__content .block__text{text-align:left}.woocommerce.archive .woocommerce-result-count{font-weight:600;font-family:var(--font-family-secondary);margin:0}.woocommerce.archive .wc__shop{padding-bottom:30px}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop{padding-bottom:60px}}.woocommerce.archive .wc__shop .wc__breadcrumb{display:none !important}.woocommerce.archive .wc__shop .row{padding-top:20px;margin:0 !important}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .wc__products-list{display:grid;grid-template-columns:2.5fr 9.5fr;gap:0 40px}}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .woocommerce-notices-wrapper{grid-row:1;grid-column:1 / -1}}.woocommerce.archive .wc__shop .wc__sidebar{padding-bottom:20px}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .wc__sidebar{grid-column:1;grid-row:3 / 5}}.woocommerce.archive .wc__shop .wc__sidebar-switch{text-align:center;border:none;background:transparent;margin:auto}.woocommerce.archive .wc__shop .wc__sidebar-switch--wrapper{display:flex;justify-content:center}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .wc__sidebar-switch--wrapper{display:none}}.woocommerce.archive .wc__shop .wc__sidebar-switch__off,.woocommerce.archive .wc__shop .wc__sidebar-switch__on{width:100%;text-align:center;color:var(--theme-color-primary);font-size:14px;line-height:20px;font-weight:600}.woocommerce.archive .wc__shop .wc__sidebar-switch__off{display:none}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_wc{margin-bottom:0}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .pf-help-title{position:relative;width:100%;cursor:pointer}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .pf-help-title::after{content:'';display:block;position:absolute;right:10px;left:unset;top:50%;width:10px;height:5px;transform:translateY(-50%);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxLjI4MzMzTDYgNi4zNTE5NEwxIDEuMjgzMzIiIHN0cm9rZT0iIzFBMTkxOSIgc3Ryb2tlLXdpZHRoPSIxLjQiLz4KPC9zdmc+Cg==);background-position:center;background-repeat:no-repeat;background-size:contain}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .pf-help-title+div,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .pf-help-title+div+div{max-height:0;overflow:hidden;transition:max-height var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:max-height;margin:0}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .widget-title,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter .widgettitle{font-size:14px;line-height:1.3;font-weight:400;font-family:var(--font-family-primary);margin-bottom:5px;text-transform:uppercase;color:var(--theme-color-grey-dark)}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter.active .pf-help-title::after{transform:translateY(-50%) rotate(-90deg)}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter.active .pf-help-title+div,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_filter.active .pf-help-title+div+div{max-height:900px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_search .pf-help-title{display:none !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_search .pf-help-title+div{max-height:unset !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_search .pf-help-title+div input{border-radius:7px;border:1px solid var(--theme-color-grey);font-size:0.875rem;line-height:1.25rem;padding:10px 13px;width:100%}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_search .pf-help-title+div a{display:none !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_customize_color_text{width:14px !important;height:14px !important;border:none !important;border-radius:100%;padding:0 !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_customize_color_text span{border-radius:100%}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_ft_none .prdctfltr_customize_color_text{border:1px solid var(--theme-color-grey) !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_ft_none .prdctfltr_customize_block::after{content:unset !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_count{height:16px !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .prdctfltr_customize_block{margin:0;background:transparent}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes label{padding:4px 8px;border-radius:4px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes label.prdctfltr_active{background:var(--theme-color-primary)}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-bar{height:2px;background:var(--theme-color-grey-dark);top:15px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-slider{left:0%;background:var(--theme-color-grey-dark);border-radius:100%;box-shadow:2px 2px 5px #90909096;width:13px;height:13px;top:9.5px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-grid{display:none}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-line{top:15px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-line-left,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-line-mid,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-line-right{height:2px;background:var(--theme-color-grey-light)}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-min,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-max,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-from,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-to{top:unset;bottom:5px}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-from,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_checkboxes .irs-to{background:transparent;color:var(--theme-color-grey-dark)}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_search label{background:transparent !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_buttons .prdctfltr_woocommerce_filter_submit{width:100%;position:relative;text-align:center;margin:0 !important}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_buttons .prdctfltr_woocommerce_filter_submit::after{content:'';position:relative;width:14px;height:10px;display:inline-block;margin-left:7px;background-repeat:no-repeat;background-position:center center;background-size:contain}.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_buttons .prdctfltr_sale,.woocommerce.archive .wc__shop .wc__sidebar .prdctfltr_buttons .prdctfltr_instock{display:none}.woocommerce.archive .wc__shop .wc__sidebar .widget{max-height:0;overflow:hidden;transition:max-height var(--theme-transition-duration) var(--theme-transition-timing-function),padding var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:max-height, padding;padding:0 9px 0 12px;background-color:var(--theme-color-white);border-radius:10px;margin-bottom:10px}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .wc__sidebar .widget{max-height:unset;padding:25px 9px 15px 12px !important}}.woocommerce.archive .wc__shop .wc__sidebar.active .widget{max-height:900px;padding:35px 9px 30px 12px}.woocommerce.archive .wc__shop .wc__sidebar.active .wc__sidebar-switch__off{display:unset}.woocommerce.archive .wc__shop .wc__sidebar.active .wc__sidebar-switch__on{display:none}.woocommerce.archive .wc__shop .woocommerce-ordering{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-bottom:30px}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .woocommerce-ordering{grid-row:2;grid-column:2}}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .wc__main__product__loop{grid-row:3}}@media screen and (min-width: 992px){.woocommerce.archive .wc__shop .woocommerce-pagination{grid-row:4}}.woocommerce.archive .woocommerce-pagination{display:flex;align-items:center;justify-content:center}.woocommerce.archive .woocommerce-pagination .page-numbers{font-family:var(--font-family-primary);font-weight:600;margin:0 4px;padding:3px;font-size:1.125rem}.woocommerce.archive .woocommerce-pagination .page-numbers.prev,.woocommerce.archive .woocommerce-pagination .page-numbers.next{font-size:0;width:32px;height:32px;min-width:32px;min-height:32px;display:block;border-radius:100%;border:1px solid var(--theme-color-grey);background-size:7px;background-repeat:no-repeat;background-position:10px center;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi43MjQyNCAxMS42NzhDNi40MDYwMyAxMi4wMDg2IDUuODkwMTIgMTIuMDA4NiA1LjU3MTkxIDExLjY3OEwwLjY4MzAyNiA2LjU5ODYyQzAuMzY0ODIxIDYuMjY4MDEgMC4zNjQ4MjEgNS43MzIgMC42ODMwMjYgNS40MDE0TDUuNTcxOTEgMC4zMjIwMzVDNS44OTAxMiAtMC4wMDg1Njc0NSA2LjQwNjAzIC0wLjAwODU2NzQ1IDYuNzI0MjQgMC4zMjIwMzVDNy4wNDI0NCAwLjY1MjYzNyA3LjA0MjQ0IDEuMTg4NjUgNi43MjQyNCAxLjUxOTI1TDIuNDExNTEgNi4wMDAwMUw2LjcyNDI0IDEwLjQ4MDhDNy4wNDI0NCAxMC44MTE0IDcuMDQyNDQgMTEuMzQ3NCA2LjcyNDI0IDExLjY3OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=)}@media screen and (min-width: 992px){.woocommerce.archive .woocommerce-pagination .page-numbers.prev,.woocommerce.archive .woocommerce-pagination .page-numbers.next{width:54px;height:54px;background-color:var(--theme-color-grey-dark);border-radius:10px;margin:0 15px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC4yMDcxMSAwLjgxMzgxNEM4LjU5NzYzIDEuMjMyMjMgOC41OTc2MyAxLjkxMDYyIDguMjA3MTEgMi4zMjkwNEwyLjkxNDIxIDhMOC4yMDcxMSAxMy42NzFDOC41OTc2MyAxNC4wODk0IDguNTk3NjMgMTQuNzY3OCA4LjIwNzExIDE1LjE4NjJDNy44MTY1OCAxNS42MDQ2IDcuMTgzNDIgMTUuNjA0NiA2Ljc5Mjg5IDE1LjE4NjJMMC43OTI4OTMgOC43NTc2MUMwLjQwMjM2OCA4LjMzOTIgMC40MDIzNjggNy42NjA4IDAuNzkyODkzIDcuMjQyMzlMNi43OTI4OSAwLjgxMzgxNEM3LjE4MzQyIDAuMzk1Mzk1IDcuODE2NTggMC4zOTUzOTUgOC4yMDcxMSAwLjgxMzgxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-size:8px;background-position:21px center;transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform}}@media screen and (min-width: 992px){.woocommerce.archive .woocommerce-pagination .page-numbers.prev:hover{transform:translateX(-3px)}}.woocommerce.archive .woocommerce-pagination .page-numbers.next{transform:rotate(180deg)}@media screen and (min-width: 992px){.woocommerce.archive .woocommerce-pagination .page-numbers.next:hover{transform:rotate(180deg) translateX(-3px)}}.woocommerce.archive .woocommerce-pagination .page-numbers.current{color:var(--theme-color-primary)}.wc__banner__contact{display:flex;align-items:center}.wc__banner__contact__icon{position:relative;width:32px;height:32px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS45ODk0IDRDOS4zMjU1NCA0IDMuOTc5OTggOS4yNjY4NiA0LjAwMDA2IDE1LjcwNTZMNC4wMDAwNiAxNS43MDcyVjE1LjcwODhDMy45OTk5OCAxNy45NDg2IDQuNjU0NjQgMjAuMTM5MyA1Ljg4MzIgMjIuMDExN0M1Ljk1MzM3IDIyLjEwNzUgNi4wMTkwMiAyMi4yMDY2IDYuMDc5OTIgMjIuMzA4Nkw2LjA4NDc1IDIyLjMxNjdMNi4wODk0MyAyMi4zMjQ5QzYuMTg4MDMgMjIuNDk3MyA2LjMwNDk0IDIyLjcyOTcgNi4zODU1MiAyMi45ODYyQzYuNDU5MjUgMjMuMjIxIDYuNTQ0MTggMjMuNjAzNyA2LjQzMzIgMjQuMDEyMkw2LjQzMjYyIDI0LjAxNDNMNS4zOTk3NiAyNy43NTA0TDguOTcxNTIgMjYuNDYxNEM5LjMyNjYzIDI2LjMxNTMgOS43MDcxNSAyNi4yNDA3IDEwLjA5MTMgMjYuMjQxOUMxMC4wOTIgMjYuMjQxOSAxMC4wOTI2IDI2LjI0MTkgMTAuMDkzMiAyNi4yNDE5TDEwLjA4OTQgMjcuMjQxOUwxMC4wOTA2IDI2LjI0MTlDMTAuMDkwOCAyNi4yNDE5IDEwLjA5MTEgMjYuMjQxOSAxMC4wOTEzIDI2LjI0MTlDMTAuNDUxIDI2LjI0MjQgMTAuODA3NSAyNi4zMDg4IDExLjE0MzIgMjYuNDM3OEwxMS4xNDM5IDI2LjQzODFMMTEuMTQ0NyAyNi40Mzg0QzExLjM0NzQgMjYuNTE2NyAxMi4xNTQ5IDI2LjgxNjcgMTIuOTUzMyAyNy4wNDAxQzEzLjczODMgMjcuMjU5OCAxNS4xODc4IDI3LjUyNjMgMTYuMjEzMiAyNy41MjYzQzIyLjg0MzggMjcuNTI2MyAyNy45OTk5IDIyLjIwMjQgMjguMDAwMSAxNS43MTg1TDI5LjAwMDEgMTUuNzE4MUgyOC4wMDAxQzI3Ljk5OTcgMTQuOTEzOCAyNy45MTQ2IDE0LjExMTcgMjcuNzQ2IDEzLjMyNTJMMjcuNzQ1OCAxMy4zMjQyTDI3Ljc0NTYgMTMuMzIzMUMyNi42MjEgOC4wMjEyNyAyMS43OTY1IDQgMTUuOTg5NCA0Wk0yLjAwMDA2IDE1LjcxMDNDMS45NzcyNiA4LjExODU1IDguMjY2MzYgMiAxNS45ODk0IDJDMjIuNzI5MyAyIDI4LjM3ODIgNi42NzA1IDI5LjcwMTcgMTIuOTA2N0MyOS44OTk3IDEzLjgzMDYgMjkuOTk5NyAxNC43NzI5IDMwLjAwMDEgMTUuNzE3OFYxNS43MTgxQzMwLjAwMDEgMjMuMjg1MyAyMy45Njk5IDI5LjUyNjMgMTYuMjEzMiAyOS41MjYzQzE0Ljk1MTEgMjkuNTI2MyAxMy4zMTMxIDI5LjIxNzcgMTIuNDE0MyAyOC45NjYxQzExLjUzMDEgMjguNzE4NyAxMC42NTc0IDI4LjM5NDEgMTAuNDI1MSAyOC4zMDQ0QzEwLjMxNzYgMjguMjYzMiAxMC4yMDM0IDI4LjI0MiAxMC4wODgzIDI4LjI0MTlMMTAuMDg3IDI4LjI0MTlMMTAuMDg1NiAyOC4yNDE5QzkuOTYxMzEgMjguMjQxNCA5LjgzODE4IDI4LjI2NjEgOS43MjM2OSAyOC4zMTQ2TDkuNjk4NzUgMjguMzI1Mkw1LjQ1NzUyIDI5Ljg1NThDNS4yODE0NCAyOS45MjgxIDUuMDk1ODkgMjkuOTc0OCA0LjkwNjQ5IDI5Ljk5NDZMNC44NTMxNiAzMC4wMDAyTDQuNzk5NTQgMzBDNC41ODc4NiAyOS45OTk0IDQuMzc4NDIgMjkuOTU2NyA0LjE4MzM1IDI5Ljg3NDZDMy45ODgyNyAyOS43OTI0IDMuODExNDQgMjkuNjcyNCAzLjY2MzA5IDI5LjUyMTRDMy41MTQ3MyAyOS4zNzA0IDMuMzk3ODIgMjkuMTkxNSAzLjMxOTExIDI4Ljk5NUMzLjI0MDQgMjguNzk4NSAzLjIwMTQ1IDI4LjU4ODMgMy4yMDQ1NCAyOC4zNzY3TDMuMjA0OTggMjguMzQ2NkwzLjIwNzIyIDI4LjMxNjZDMy4yMTc0NiAyOC4xNzk4IDMuMjQxODIgMjguMDQ0NCAzLjI3OTg5IDI3LjkxMjdMNC40NzY3NCAyMy41ODM0QzQuNDU0OTIgMjMuNTE0NyA0LjQxMzI2IDIzLjQyMzcgNC4zNTc5NCAyMy4zMjZDNC4zMjc4NCAyMy4yNzYxIDQuMjk1MzUgMjMuMjI3OCA0LjI2MDU3IDIzLjE4MTFMNC4yNDM0OCAyMy4xNTgxTDQuMjI3NzIgMjMuMTM0MkMyLjc3NDgxIDIwLjkzMDggMi4wMDAyOCAxOC4zNDk2IDIuMDAwMDYgMTUuNzEwM1oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80NzlfNjk5NjYpIi8+CjxwYXRoIGQ9Ik0xNS4wNzA4IDE3LjIyNzlDMTUuMDIyOCAxNi44OTk5IDE1LjA0MjggMTYuNjA3OSAxNS4xMzA4IDE2LjM1MTlDMTUuMjE4OCAxNi4wODc5IDE1LjMzODggMTUuODUxOSAxNS40OTA4IDE1LjY0MzlDMTUuNjUwOCAxNS40Mjc5IDE1LjgxNDggMTUuMjMxOSAxNS45ODI4IDE1LjA1NTlDMTYuMTUwOCAxNC44NzE5IDE2LjI5MDggMTQuNjk1OSAxNi40MDI4IDE0LjUyNzlDMTYuNTIyOCAxNC4zNTE5IDE2LjU4MjggMTQuMTc1OSAxNi41ODI4IDEzLjk5OTlDMTYuNTgyOCAxMy43NTE5IDE2LjUwNjggMTMuNTYzOSAxNi4zNTQ4IDEzLjQzNTlDMTYuMjEwOCAxMy4zMDc5IDE2LjAxODggMTMuMjQzOSAxNS43Nzg4IDEzLjI0MzlDMTUuNTU0OCAxMy4yNDM5IDE1LjM1NDggMTMuMjk1OSAxNS4xNzg4IDEzLjM5OTlDMTUuMDEwOCAxMy41MDM5IDE0Ljg0NjggMTMuNjM1OSAxNC42ODY4IDEzLjc5NTlMMTMuNzE0OCAxMi45MDc5QzEzLjk5NDggMTIuNTc5OSAxNC4zMzA4IDEyLjMxNTkgMTQuNzIyOCAxMi4xMTU5QzE1LjExNDggMTEuOTE1OSAxNS41NDI4IDExLjgxNTkgMTYuMDA2OCAxMS44MTU5QzE2LjQzODggMTEuODE1OSAxNi44MjI4IDExLjg4NzkgMTcuMTU4OCAxMi4wMzE5QzE3LjUwMjggMTIuMTc1OSAxNy43NzQ4IDEyLjM5OTkgMTcuOTc0OCAxMi43MDM5QzE4LjE3NDggMTMuMDA3OSAxOC4yNzQ4IDEzLjM5NTkgMTguMjc0OCAxMy44Njc5QzE4LjI3NDggMTQuMTYzOSAxOC4yMTQ4IDE0LjQyNzkgMTguMDk0OCAxNC42NTk5QzE3Ljk3NDggMTQuODgzOSAxNy44MjY4IDE1LjA5MTkgMTcuNjUwOCAxNS4yODM5QzE3LjQ3NDggMTUuNDc1OSAxNy4zMDI4IDE1LjY2NzkgMTcuMTM0OCAxNS44NTk5QzE2Ljk2NjggMTYuMDQzOSAxNi44MzA4IDE2LjI0NzkgMTYuNzI2OCAxNi40NzE5QzE2LjYyMjggMTYuNjg3OSAxNi41ODY4IDE2LjkzOTkgMTYuNjE4OCAxNy4yMjc5SDE1LjA3MDhaTTE1LjgzODggMjAuMTQzOUMxNS41MzQ4IDIwLjE0MzkgMTUuMjgyOCAyMC4wMzk5IDE1LjA4MjggMTkuODMxOUMxNC44ODI4IDE5LjYxNTkgMTQuNzgyOCAxOS4zNTE5IDE0Ljc4MjggMTkuMDM5OUMxNC43ODI4IDE4LjcxOTkgMTQuODgyOCAxOC40NTU5IDE1LjA4MjggMTguMjQ3OUMxNS4yODI4IDE4LjAzMTkgMTUuNTM0OCAxNy45MjM5IDE1LjgzODggMTcuOTIzOUMxNi4xNDI4IDE3LjkyMzkgMTYuMzk0OCAxOC4wMzE5IDE2LjU5NDggMTguMjQ3OUMxNi44MDI4IDE4LjQ1NTkgMTYuOTA2OCAxOC43MTk5IDE2LjkwNjggMTkuMDM5OUMxNi45MDY4IDE5LjM1MTkgMTYuODAyOCAxOS42MTU5IDE2LjU5NDggMTkuODMxOUMxNi4zOTQ4IDIwLjAzOTkgMTYuMTQyOCAyMC4xNDM5IDE1LjgzODggMjAuMTQzOVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl80NzlfNjk5NjYpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDc5XzY5OTY2IiB4MT0iMiIgeTE9IjE2LjAwMDEiIHgyPSIzMC4wMDAxIiB5Mj0iMTYuMDAwMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDlBNDQ3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0UyREUwMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfNDc5XzY5OTY2IiB4MT0iMTMuNzE0OCIgeTE9IjE1Ljk3OTkiIHgyPSIxOC4yNzQ4IiB5Mj0iMTUuOTc5OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDlBNDQ3Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0UyREUwMiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-size:contain;background-repeat:no-repeat;margin-right:10px}.wc__banner__contact__content{font-size:12px;line-height:16px}.wc__banner__contact__content p{margin:0}.woocommerce .products li.product,.page-template-page-e-commerce .products li.product{overflow:hidden;position:relative;padding:11px 20px;border-radius:10px;background-color:#fff;box-shadow:0 4px 45px rgba(26,25,25,0.05);transition:transform var(--theme-transition-duration) var(--theme-transition-timing-function);will-change:transform}@media screen and (min-width: 992px){.woocommerce .products li.product:hover,.page-template-page-e-commerce .products li.product:hover{transform:translate3d(0, -3px, 0)}}.woocommerce .products li.product .best-seller-badge,.page-template-page-e-commerce .products li.product .best-seller-badge{position:absolute;left:9px;right:unset;top:11px;padding:4px 14px 5px;border-radius:20px;background:linear-gradient(to right, var(--theme-color-primary), var(--theme-color-secondary));font-size:14px;font-weight:600;line-height:18px;color:var(--theme-color-white)}.woocommerce .products li.product .wc__loop__product__details,.page-template-page-e-commerce .products li.product .wc__loop__product__details{text-align:center;position:relative}.woocommerce .products li.product .wc__loop__product__details .woocommerce-loop-product__title,.page-template-page-e-commerce .products li.product .wc__loop__product__details .woocommerce-loop-product__title{font-size:16px;line-height:24px;font-weight:600;color:var(--theme-color-black);margin-bottom:0;opacity:1;transition:opacity 0.3s ease-in-out}.woocommerce .products li.product .wc__loop__product__details .price,.page-template-page-e-commerce .products li.product .wc__loop__product__details .price{display:flex;justify-content:center;font-size:12px;line-height:16px;color:var(--theme-color-black);font-weight:600;transition:opacity 0.3s ease-in-out;text-align:center;flex-wrap:wrap;max-width:184px;justify-content:center;margin-left:auto;margin-right:auto}.woocommerce .products li.product .wc__loop__product__details .price>*,.page-template-page-e-commerce .products li.product .wc__loop__product__details .price>*{margin:0 3px}.woocommerce .products li.product .wc__loop__product__details .price .amount,.page-template-page-e-commerce .products li.product .wc__loop__product__details .price .amount{margin-right:5px}.woocommerce .products li.product .wc__loop__product__details .add_to_cart_button,.page-template-page-e-commerce .products li.product .wc__loop__product__details .add_to_cart_button{display:none}.woocommerce .products li.product .wc__loop__product__details .btn,.page-template-page-e-commerce .products li.product .wc__loop__product__details .btn{transform:translate(-50%, 3rem);opacity:0;position:absolute;bottom:0;left:50%;transition:all .5s ease-in-out;pointer-events:none}.woocommerce .products li.product:hover .woocommerce-loop-product__title,.page-template-page-e-commerce .products li.product:hover .woocommerce-loop-product__title{opacity:0}.woocommerce .products li.product:hover .price,.page-template-page-e-commerce .products li.product:hover .price{opacity:0}.woocommerce .products li.product:hover .btn,.page-template-page-e-commerce .products li.product:hover .btn{transform:translate(-50%, 0);opacity:1;z-index:2}.woocommerce-order-received .woocommerce{max-width:750px;margin:0 auto}.woocommerce-order-received .woocommerce ul.order_details{padding-left:0}.woocommerce-order-received .col2-set .col-1,.woocommerce-order-received .col2-set .col-2{flex-basis:unset;max-width:unset}.woocommerce-order-received .woocommerce-thankyou-order-details{background-color:var(--theme-color-white);padding:13px 10px 10px;padding-left:15px !important}.woocommerce-order-received .woocommerce-thankyou-order-details,.woocommerce-order-received table.shop_table,.woocommerce-order-received .woocommerce-customer-details address{border-radius:15px;box-shadow:0 0 30px rgba(0,0,0,0.03);border:0}.woocommerce-order-received .woocommerce-table--order-details{background-color:var(--theme-color-white)}.woocommerce-order-received .woocommerce-customer-details address{padding:10px 15px;background-color:var(--theme-color-white)}button[name="update_cart"],input[name="update_cart"]{display:none !important}.woocommerce-cart div.woocommerce .shipping-calculator-form .select2-container .select2-selection--single{height:unset !important}.woocommerce-cart div.woocommerce .shipping-calculator-form button[type=submit]{padding:0.5625rem 1.6875rem !important;margin-left:auto;display:flex}.woocommerce-cart div.woocommerce .cart_totals{width:100% !important;padding:24px;background:var(--theme-color-white);border-radius:10px;box-shadow:0 4px 35px rgba(26,25,25,0.05);min-width:320px;width:100%}@media screen and (min-width: 992px){.woocommerce-cart div.woocommerce .cart_totals{min-width:30%}}@media screen and (min-width: 1201px){.woocommerce-cart div.woocommerce .cart_totals{min-width:380px}}.woocommerce-cart div.woocommerce .cart_totals h2{font-size:24px;line-height:32px;font-weight:600;padding-bottom:8px;position:relative}.woocommerce-cart div.woocommerce .cart_totals h2::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right, #49a447, #e2de02)}.woocommerce-cart div.woocommerce .cart_totals table{border:none !important}.woocommerce-cart div.woocommerce .cart_totals table tr,.woocommerce-cart div.woocommerce .cart_totals table td,.woocommerce-cart div.woocommerce .cart_totals table th{border:none !important}.woocommerce-cart div.woocommerce .cart_totals table tr.order-total{position:relative}.woocommerce-cart div.woocommerce .cart_totals table tr.order-total th,.woocommerce-cart div.woocommerce .cart_totals table tr.order-total td{padding-top:30px}.woocommerce-cart div.woocommerce .cart_totals table tr.order-total td{font-size:18px;font-weight:600;color:var(--theme-color-primary);text-align:right}.woocommerce-cart div.woocommerce .cart_totals table tr.order-total::after{content:'';display:block;position:absolute;left:0;top:20px;width:100%;height:1px;background:linear-gradient(to right, #49a447, #e2de02)}@media screen and (min-width: 992px){.woocommerce-cart .woocommerce-cart-form{float:left;width:62%;margin-right:24px;margin-left:0}}@media screen and (min-width: 1201px){.woocommerce-cart .woocommerce-cart-form{width:65%}}.woocommerce-cart .woocommerce-cart-form .shop_table{border:none !important}.woocommerce-cart .woocommerce-cart-form .shop_table tr{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table tr{grid-template-columns:95px 1fr 150px 100px 120px}.woocommerce-cart .woocommerce-cart-form .shop_table tr td,.woocommerce-cart .woocommerce-cart-form .shop_table tr th{font-size:18px;line-height:24px}}.woocommerce-cart .woocommerce-cart-form .shop_table td,.woocommerce-cart .woocommerce-cart-form .shop_table th{display:inline-block;border:none;background-color:transparent !important;padding:0 0 10px 0}.woocommerce-cart .woocommerce-cart-form .shop_table td::before,.woocommerce-cart .woocommerce-cart-form .shop_table th::before{display:none}.woocommerce-cart .woocommerce-cart-form .shop_table thead{display:unset}.woocommerce-cart .woocommerce-cart-form .shop_table thead tr{grid-template-rows:100%;position:relative;margin-bottom:20px}.woocommerce-cart .woocommerce-cart-form .shop_table thead tr::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right, #49a447, #e2de02)}.woocommerce-cart .woocommerce-cart-form .shop_table thead tr th{grid-row:1;padding-bottom:12px}.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item{position:relative}.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item:not(:last-of-type){border-bottom:1px solid var(--theme-color-grey);margin-bottom:15px}.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item:last-of-type{position:relative}.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item:last-of-type::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right, #49a447, #e2de02)}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-remove{display:none}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-thumbnail{display:none}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-price{text-align:center}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-name{grid-column:1}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table th.product-name{grid-column:1 / 3}}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-quantity{text-align:center}.woocommerce-cart .woocommerce-cart-form .shop_table th.product-subtotal{text-align:right}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove{position:absolute;left:-10px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove{top:50%;transform:translateY(-50%)}}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail{grid-row:1;grid-column:1;max-width:90px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail{grid-row:1 / 3;grid-column:1}}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail a{width:53px;height:50px;margin:auto;display:block}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail a img{width:100%;height:auto}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name{grid-row:2;grid-column:1;font-size:12px;line-height:16px;font-family:var(--font-family-secondary);font-weight:600;text-align:left !important}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name{grid-row:1 / 3;grid-column:2;padding-top:20px;font-size:18px;line-height:24px}}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price{grid-row:1 / 3;font-size:12px;line-height:16px;font-family:var(--font-family-secondary);font-weight:600;text-align:center !important;padding-top:20px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price{font-size:18px;line-height:24px}}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity{grid-row:1 / 3;padding-top:5px;font-size:12px;line-height:16px;font-family:var(--font-family-secondary);font-weight:600}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input::-webkit-outer-spin-button,.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input[type=number]{-moz-appearance:textfield}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input{background-color:var(--theme-color-white) !important;font-size:1rem !important;padding:14px 22px 10px !important}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity{font-size:18px;line-height:24px}}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity>.quantity{display:flex;position:relative;justify-content:center}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button{border:0;background:transparent;position:absolute;right:calc(50% - 35px);top:50%;transform:translateY(-50%);color:transparent transparent;font-size:0 !important}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button::after{content:'';display:block;position:absolute;right:10px;top:-2px;width:6px;height:6px;border:transparent;border-right:2px solid var(--theme-color-grey-dark);border-bottom:2px solid var(--theme-color-grey-dark);transform:rotate(-45deg)}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .minus{right:unset;left:calc(50% - 35px)}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .minus::after{right:unset;left:10px;transform:rotate(-45deg) scale(-1)}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input{padding:12px 12px;border-radius:10px;border:1px solid var(--theme-color-grey);width:80px;font-size:12px;line-height:16px;font-family:var(--font-family-secondary);font-weight:600}.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal{grid-row:1 / 3;font-size:12px;line-height:16px;font-family:var(--font-family-secondary);font-weight:600;padding-top:20px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal{font-size:18px;line-height:24px;text-align:right !important}}.woocommerce-cart .woocommerce-cart-form .shop_table td.actions{grid-column:1 / -1;padding-top:30px}.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon{display:flex;flex-direction:column}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon{display:flex;flex-direction:row}}.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon input{width:100%;padding:14px 24px;border-radius:10px;border:1px solid var(--theme-color-grey);background:var(--theme-color-white);color:var(--theme-color-black);font-size:16px;line-height:auto;margin-bottom:15px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon input{min-width:280px;margin-bottom:0}}.woocommerce-cart .woocommerce-cart-form .shop_table td.actions .coupon button{width:100%;text-align:center}@media screen and (min-width: 992px){.woocommerce-cart .cart-collaterals{float:right;width:34%}}@media screen and (min-width: 992px){.woocommerce-cart .cart-collaterals{width:32%}}.woocommerce-checkout{background:var(--theme-color-grey-light)}.woocommerce-checkout .main{background:transparent !important}.woocommerce-checkout .banner-simple h1{margin:0 !important}.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]{visibility:hidden;width:0;height:0;z-index:-1;margin-right:0}.woocommerce-checkout .shipping-calculator-form .select2-container .select2-selection--single{height:unset !important}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout form.checkout{display:grid;grid-template-columns:50% 1fr;gap:0 30px}}@media screen and (min-width: 992px){.woocommerce-checkout form.checkout{grid-template-columns:50% 1fr;gap:0 70px}}@media screen and (min-width: 1201px){.woocommerce-checkout form.checkout{gap:0 130px}}.woocommerce-checkout form.checkout .col2-set .col-1,.woocommerce-checkout form.checkout .col2-set .col-2{width:100% !important;max-width:unset}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout form.checkout .col2-set{grid-row:2 / 6}}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout form.checkout .woocommerce-NoticeGroup{grid-column:1 / -1;grid-row:1}}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout form.checkout #order_review_heading{grid-row:2;grid-column:2;position:sticky;top:150px}}.woocommerce-checkout form.checkout #order_review{border-radius:0 0 10px 10px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout form.checkout #order_review{grid-row:3;grid-column:2;position:sticky;top:175px}}.woocommerce-checkout form.checkout input{background:var(--theme-color-white)}.woocommerce-checkout form.checkout .packing-select th{width:100%;padding:20px 0}.woocommerce-checkout form.checkout .packing-select th>div{padding:30px;background:#F7F8F7;border-radius:10px}.woocommerce-checkout form.checkout .packing-select th>div h4{margin-bottom:6px;padding-bottom:6px;position:relative;width:100%;font-size:1.25rem;font-weight:600}.woocommerce-checkout form.checkout .packing-select th>div h4::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(to right, #49a447, #e2de02)}.woocommerce-checkout form.checkout .packing-select th>div .form-row{font-weight:400;font-size:1rem;line-height:1.5rem}.woocommerce-checkout form.checkout .packing-select th>div .form-row::before,.woocommerce-checkout form.checkout .packing-select th>div .form-row::after{display:none;padding:0 !important;margin:0 !important}.woocommerce-checkout form.checkout .packing-select th>div .form-row .input-checkbox{opacity:0;position:absolute;left:0;top:0}.woocommerce-checkout form.checkout .packing-select th>div .form-row .input-checkbox ~ span{padding-left:35px;position:relative;display:block;font-size:1rem;line-height:1.5rem;font-weight:400}.woocommerce-checkout form.checkout .packing-select th>div .form-row .input-checkbox ~ span::before{content:'';display:block;position:absolute;left:0;top:2px;width:20px;height:20px;border:1px solid var(--theme-color-black);border-radius:3px}.woocommerce-checkout form.checkout .packing-select th>div .form-row .input-checkbox ~ span::after{content:"";display:block;width:15px;height:15px;background:var(--theme-color-primary);border-radius:4px;position:absolute;left:10px;right:auto;top:12px;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:translate(-50%, -50%);opacity:0}.woocommerce-checkout form.checkout .packing-select th>div .form-row .input-checkbox:checked ~ span::after{opacity:1}.woocommerce-checkout h3{position:relative;font-size:1.5rem;line-height:2rem;padding-bottom:10px;font-weight:600}.woocommerce-checkout h3::after{content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;background:linear-gradient(90deg, #49A447 0%, #E2DE02 100%)}.woocommerce-checkout .woocommerce-shipping-fields{padding-top:10px}.woocommerce-checkout .woocommerce-shipping-fields h3{font-size:16px;font-weight:400}.woocommerce-checkout .woocommerce-shipping-fields h3::after{content:unset}.woocommerce-checkout .woocommerce-checkout ul#shipping_method{display:flex;width:calc(100% - 120px);vertical-align:top;white-space:nowrap;font-weight:400;flex-direction:column;align-items:flex-end;margin-left:auto}.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required){display:block;position:relative}.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required):before{content:'';margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;margin-top:-3px;height:20px;background-color:#fff;border-radius:4px;border:1px solid var(--theme-color-grey);background-clip:padding-box}@media screen and (max-width: 480px){.woocommerce-checkout .woocommerce-form__label-for-checkbox span:not(.required):before{width:18px;height:18px}}.woocommerce-checkout .woocommerce-form__label-for-checkbox input{position:absolute;opacity:0}.woocommerce-checkout .woocommerce-form__label-for-checkbox input:checked ~ span:after{opacity:1;content:"";display:block;width:15px;height:15px;background:var(--theme-color-primary);border-radius:4px;position:absolute;left:10px;right:auto;top:12px;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:translate(-50%, -50%)}@media screen and (max-width: 480px){.woocommerce-checkout .woocommerce-form__label-for-checkbox input:checked ~ span:after{top:5px;left:2px}}.woocommerce-checkout .woocommerce-shipping-fields>#ship-to-different-address{border-bottom:0 none !important}.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-details{padding-bottom:10px;margin-bottom:30px}.woocommerce-checkout input[type='text'],.woocommerce-checkout input[type='number'],.woocommerce-checkout input[type='email'],.woocommerce-checkout input[type='tel'],.woocommerce-checkout input[type='url'],.woocommerce-checkout input[type='password'],.woocommerce-checkout input[type='search'],.woocommerce-checkout textarea,.woocommerce-checkout .input-text{box-shadow:none;background-color:var(--theme-color-white);border:1px solid var(--theme-color-grey);border-radius:10px}@media screen and (max-width: 767px){.woocommerce-checkout input[type='text'],.woocommerce-checkout input[type='number'],.woocommerce-checkout input[type='email'],.woocommerce-checkout input[type='tel'],.woocommerce-checkout input[type='url'],.woocommerce-checkout input[type='password'],.woocommerce-checkout input[type='search'],.woocommerce-checkout textarea,.woocommerce-checkout .input-text{font-size:14px}}.woocommerce-checkout .text-before-shipping{font-weight:600;font-size:14px;letter-spacing:.05em;margin-bottom:50px;margin-top:20px}.woocommerce-checkout .checkout_coupon{display:flex;justify-content:flex-start;flex-direction:column;align-items:center;text-align:center !important;max-width:650px;margin:0 auto 30px !important;border:none;background:#fff}.woocommerce-checkout .checkout_coupon *{float:unset !important;width:auto}.woocommerce-checkout .checkout_coupon p{font-weight:600}.woocommerce-checkout .checkout_coupon input{max-width:250px;width:100%;font-weight:600;text-transform:uppercase}@media screen and (max-width: 991px){.woocommerce-checkout .woocommerce-info{display:flex;font-size:14px;align-items:center;flex-wrap:wrap}}.woocommerce-checkout #order_review{background:var(--theme-color-white);padding:23px}.woocommerce-checkout #order_review_heading{padding:23px 23px 34px;background:var(--theme-color-white);margin:0;border-radius:10px 10px 0 0}.woocommerce-checkout #order_review_heading::after{left:23px;width:calc(100% - 46px);bottom:24px}.woocommerce-checkout #order_review .shop_table{border-radius:0;border:none !important;border-bottom:1px solid rgba(0,0,0,0.1) !important;margin-bottom:0}.woocommerce-checkout #order_review .shop_table tr td{text-align:right}.woocommerce-checkout #order_review .shop_table tr.shipping th,.woocommerce-checkout #order_review .shop_table tr.shipping td{border:none !important;vertical-align:top}.woocommerce-checkout #order_review .checkout-review{display:flex;align-items:center}.woocommerce-checkout #order_review .checkout-review__thumbnail{width:70px;height:60px;position:relative;margin-right:15px}.woocommerce-checkout #order_review .checkout-review__thumbnail img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.woocommerce-checkout #order_review .checkout-review__details{display:flex;align-items:center}.woocommerce-checkout #order_review .checkout-review__name{font-size:0.875rem;font-weight:600;line-height:0.9125rem}.woocommerce-checkout #order_review .checkout-review__qty{padding-left:3px}.woocommerce-checkout #order_review .checkout-review__total{margin-left:auto;font-size:1.125rem;font-weight:600;padding-left:18px}.woocommerce-checkout button[type=submit]{float:left}.woocommerce-checkout .woocommerce-checkout-review-order table:not(.has-background) th{background-color:#fff}.woocommerce-checkout #payment .payment_methods>li:not(.woocommerce-notice){background-color:#fff;border-bottom:1px solid #ccc}.woocommerce-checkout #shipping_method li input.shipping_method{visibility:hidden}.woocommerce-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label,.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label{padding:10px 0 10px 26px;position:relative}.woocommerce-checkout #shipping_method li input.shipping_method+label{position:relative;padding:0 0 0 20px}.woocommerce-checkout #payment .payment_methods>.woocommerce-PaymentMethod>label::before,.woocommerce-checkout #payment .payment_methods>.wc_payment_method>label::before,.woocommerce-checkout #shipping_method li input.shipping_method+label::before{background-color:#fff;border:1px solid var(--theme-color-black);border-radius:50%;width:14px;height:14px;content:'' !important;top:13px;position:absolute;left:0}.woocommerce-checkout #shipping_method li input.shipping_method+label::before{top:4px}.woocommerce-checkout #payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::after,.woocommerce-checkout #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::after,.woocommerce-checkout #shipping_method li input.shipping_method:checked+label::after{background-color:var(--theme-color-primary);border-radius:50%;width:8px;height:8px;content:'' !important;top:16px;position:absolute;left:3px}.woocommerce-checkout #shipping_method li input.shipping_method:checked+label::after{top:7px}.woocommerce-checkout #payment .payment_methods>li .payment_box,.woocommerce-checkout #payment .place-order{background-color:#fff}.woocommerce-checkout #payment .payment_methods li .payment_box{padding-top:0}.woocommerce-checkout #payment .place-order{padding:5px;margin-top:20px}.woocommerce-checkout .methods p,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:12px;line-height:16px}@media screen and (min-width: 768px) and (min-height: 450px){.woocommerce-checkout .methods p,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:14px;line-height:24px}}.woocommerce-checkout #payment .place-order .button{padding:17px 10px;font-size:16px}@media screen and (max-width: 767px){.woocommerce-checkout #payment .place-order .button{font-size:12px}}.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px;border-radius:0;background:var(--theme-color-white)}@media screen and (max-width: 767px){.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{font-size:14px;height:20px}}@media screen and (max-width: 767px){.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:14px;line-height:1.6}}.woocommerce-checkout .select2-container .select2-selection--single,.woocommerce-checkout .select2-container--default .select2-selection--single{display:flex;align-items:center;border-radius:0;height:54px;border:1px solid var(--theme-color-grey) !important;background-color:var(--theme-color-white) !important}@media screen and (max-width: 767px){.woocommerce-checkout .select2-container .select2-selection--single,.woocommerce-checkout .select2-container--default .select2-selection--single{font-size:14px;height:50px}}@media screen and (max-width: 767px){.woocommerce-checkout .select2-results__option{font-size:14px}}.woocommerce-checkout .required{color:#000}.woocommerce-checkout .form-row label[for=cmw_register_email]{position:relative !important;color:#000 !important}.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew input{margin:0 !important;display:inline-block;vertical-align:middle}.woocommerce-checkout form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text,.woocommerce-checkout form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text{display:inline-block}.woocommerce-checkout form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a,.woocommerce-checkout form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a{text-decoration:underline}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{margin:0.5em 0;padding:0 1em 0.5em 1em}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{display:none}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order{margin-top:0 !important}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .button[type=submit]{float:none !important;margin-top:30px;padding:20px 50px 20px 25px !important;margin-right:32px}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .place-order .button[type=submit]::after{content:'';display:block;position:absolute;right:20px;left:unset;top:50%;width:14px;height:10px;background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods{background-color:var(--theme-color-white)}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method{border:none !important}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method label::after{background-color:var(--theme-color-primary)}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box label{position:relative !important;line-height:1.2;padding:0;margin-bottom:3px;color:var(--theme-color-black)}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box input{border-radius:5px}.woocommerce .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li.wc_payment_method .payment_box .wc-stripe-elements-field{border-radius:5px;border-color:var(--theme-color-grey)}.woocommerce .woocommerce-checkout .payment_box .wc-payment-form label{position:relative !important}.woocommerce-order-details h2,.woocommerce-customer-details h2{font-size:1.5rem}[dir=rtl] .rtl.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button:after{transform:rotate(-45deg) scale(-1);width:8px;height:8px}[dir=rtl] .rtl.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button.minus{left:unset;right:calc(50% - 30px)}[dir=rtl] .rtl.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button.minus:after{left:unset;right:10px;transform:rotate(-45deg)}[dir=rtl] .rtl.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper{grid-row:1;grid-column:1 / 3}[dir=rtl] .rtl.woocommerce-page.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{text-align:left}[dir=rtl] .rtl.woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment .place-order .button[type=submit]:after{transform:translateY(-50%) scaleX(-1)}[dir=rtl] .rtl.woocommerce-page.woocommerce-shop .wc__sidebar .prdctfltr_buttons .prdctfltr_woocommerce_filter_submit:after{transform:scaleX(-1)}[dir=rtl] .rtl.woocommerce-page.single-product .wc__add_to_cart .single_add_to_cart_button:after{transform:translateY(-50%) scaleX(-1)}.wp-block-gallery,.blocks-gallery-grid{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item,.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure,.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure{margin:0;height:100%}@supports (position: sticky){.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure,.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img,.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img{display:block;max-width:100%;height:auto}.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img,.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img{width:100%}@supports (position: sticky){.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img,.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img{width:auto}}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 70%, transparent)}.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img,.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img{display:inline}.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img,.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img{width:100%}@supports (position: sticky){.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img,.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item,.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item{width:calc((100% - 16px) / 2)}.wp-block-gallery .blocks-gallery-image:nth-of-type(even),.wp-block-gallery .blocks-gallery-item:nth-of-type(even),.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even){margin-right:0}.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item,.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width: 600px){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item,.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2) / 3);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item,.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item{width:calc((100% - 16px * 2) / 3 - 1px)}}.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item,.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3) / 4);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item,.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item{width:calc((100% - 16px * 3) / 4 - 1px)}}.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item,.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4) / 5);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item,.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item{width:calc((100% - 16px * 4) / 5 - 1px)}}.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item,.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5) / 6);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item,.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item{width:calc((100% - 16px * 5) / 6 - 1px)}}.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item,.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6) / 7);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item,.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item{width:calc((100% - 16px * 6) / 7 - 1px)}}.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item,.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7) / 8);margin-right:16px}@supports (-ms-ime-align: auto){.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item,.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item{width:calc((100% - 16px * 7) / 8 - 1px)}}.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child,.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child{margin-right:0}.wp-block-gallery.alignleft,.wp-block-gallery.alignright,.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright{max-width:305px;width:100%}.wp-block-gallery.aligncenter .blocks-gallery-item figure,.blocks-gallery-grid.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{max-width:100%;margin-bottom:1em}.wp-block-image img{max-width:none;width:100%}@media screen and (min-width: 1001px){.single-post .wp-block-image img{margin-left:-80px;margin-right:-80px;width:calc(100% + 160px)}}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image .aligncenter,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.1em;margin-bottom:1em;font-size:0.875rem;padding:.5em 0;position:relative}.wp-block-image figcaption::after{content:'';position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid var(--theme-color-black);opacity:.1}.is-style-circle-mask img{border-radius:9999px}@supports (-webkit-mask-image: none) or (mask-image: none) or (-webkit-mask-image: none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}.wp-block-media-text{display:grid;grid-template-rows:auto;grid-template-columns:50% 1fr}.wp-block-media-text .has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{grid-column:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{grid-column:2;grid-row:1;word-break:break-word;padding:0 8% 0 8%}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{grid-column:2;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:zero}@media (max-width: 600px){.wp-block-media-text.is-stacked-on-sm{grid-template-columns:100% !important}.wp-block-media-text.is-stacked-on-sm .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-sm .wp-block-media-text__content{grid-column:1;grid-row:2}.wp-block-media-text.is-stacked-on-sm.has-media-on-the-right .wp-block-media-text__media{grid-column:1;grid-row:2}.wp-block-media-text.is-stacked-on-sm.has-media-on-the-right .wp-block-media-text__content{grid-column:1;grid-row:1}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-min-xlg-text{font-size:36px}.is-min-xlgr-text{font-size:48px}.has-drop-cap:not(:focus)::first-letter{float:left;font-size:5.5em;line-height:.8;font-weight:400;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.has-drop-cap:not(:focus)::after{content:'';display:table;clear:both;padding-top:14px}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;padding-left:1.25rem;position:relative;margin-left:3rem}@media screen and (min-width: 1001px){.wp-block-pullquote{margin-left:-5vw;margin-right:-5vw}}.wp-block-pullquote::before{content:'';position:absolute;top:3.5em;left:0;bottom:4.25em;border-left:1px solid var(--theme-color-secondary)}.wp-block-pullquote::after{content:'“';position:absolute;top:5rem;left:-3rem;font-size:7.75rem;line-height:2.875rem}@media screen and (min-width: 768px) and (min-height: 450px){.wp-block-pullquote::after{left:-4.5vw}}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:305px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.75rem}.wp-block-pullquote p{font-size:1.5rem;line-height:1.28;margin-bottom:.8em}@media screen and (min-width: 768px) and (min-height: 450px){.wp-block-pullquote p{font-size:2.25rem}}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:zero}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote blockquote{margin-left:0;margin-right:0}.wp-block-pullquote cite{font-size:1rem;color:inherit;line-height:1.5;font-style:normal}.wp-block-quote.is-style-min-xlg,.wp-block-quote.is-min-xlg{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-style-min-xlg p,.wp-block-quote.is-min-xlg p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-style-min-xlg cite,.wp-block-quote.is-style-min-xlg footer,.wp-block-quote.is-min-xlg cite,.wp-block-quote.is-min-xlg footer{font-size:18px;text-align:right}.has-small-font-size{font-size:13px}.has-medium-font-size{font-size:21px}@media screen and (min-width: 768px) and (min-height: 450px){.has-medium-font-size{font-size:28px}}.has-min-xlg-font-size{font-size:24px}@media screen and (min-width: 768px) and (min-height: 450px){.has-min-xlg-font-size{font-size:36px}}.has-min-xlgr-font-size,.has-huge-font-size{font-size:28px}@media screen and (min-width: 768px) and (min-height: 450px){.has-min-xlgr-font-size,.has-huge-font-size{font-size:42px}}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.block{display:flex;align-items:center;justify-content:center;position:relative;content-visibility:auto;padding-top:calc(var(--block-mobile-padding-top) + var(--block-wp-mobile-padding-top));padding-bottom:calc(var(--block-mobile-padding-bottom) + var(--block-wp-mobile-padding-bottom));margin-top:var(--block-wp-mobile-margin-top);margin-bottom:var(--block-wp-mobile-margin-bottom)}@media screen and (min-width: 768px) and (min-height: 450px){.block{--block-padding-top: 80px;--block-padding-bottom: 80px;padding-top:calc(var(--block-padding-top) + var(--block-wp-padding-top));padding-bottom:calc(var(--block-padding-bottom) + var(--block-wp-padding-bottom));margin-top:var(--block-wp-margin-top);margin-bottom:var(--block-wp-margin-bottom)}}.block::before{content:'';position:absolute;top:0;right:0;left:0;bottom:0}.block--full_height{min-height:100vh}.block_disable_padding--top_bottom{--block-padding-top: 0;--block-padding-bottom: 0}.block_disable_padding--top{--block-padding-top: 0}.block_disable_padding--bottom{--block-padding-bottom: 0}.block_align_text_left{text-align:left}.block_align_text_center{text-align:center}.block_align_text_right{text-align:right}.block__content{z-index:2}.block--cut_off_background_edge_left::before,.block--cut_off_background_edge_both::before{left:15px}@media screen and (min-width: 1260px){.block--cut_off_background_edge_left::before,.block--cut_off_background_edge_both::before{left:calc((100vw - 1260px - 15px * 2) / 2)}}.block--cut_off_background_edge_right::before,.block--cut_off_background_edge_both::before{right:15px}@media screen and (min-width: 1260px){.block--cut_off_background_edge_right::before,.block--cut_off_background_edge_both::before{right:calc((100vw - 1260px - 15px * 2) / 2)}}.block__background_image{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;width:100%;-o-object-fit:cover;object-fit:cover;height:auto}.block__background_image img{position:absolute;top:0;left:0;right:0;bottom:0;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.block__background_image:after{position:absolute;top:0;left:0;right:0;bottom:0;content:''}.block__background .block--cut_off_background_edge_left,.block__background .block--cut_off_background_edge_both{left:15px}@media screen and (min-width: 1260px){.block__background .block--cut_off_background_edge_left,.block__background .block--cut_off_background_edge_both{left:calc((100vw - 1260px - 15px * 2) / 2)}}.block__background .block--cut_off_background_edge_right,.block__background .block--cut_off_background_edge_both{right:15px}@media screen and (min-width: 1260px){.block__background .block--cut_off_background_edge_right,.block__background .block--cut_off_background_edge_both{right:calc((100vw - 1260px - 15px * 2) / 2)}}.block.curved::after{content:"";width:100%;height:5.42vw;position:absolute;transform:translateX(-50%);left:50%;z-index:1;background-size:contain;background-repeat:no-repeat}.block.curved-top::after{bottom:99.9%;transform:translateX(-50%) rotate(180deg)}.block.curved-bottom::after{top:99.9%}.block.curved-black::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iIzFBMTkxOSIvPgo8L3N2Zz4K)}.block.curved-grey::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iI0Y4RjdGOCIvPgo8L3N2Zz4K)}.block.curved-gradient::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuOTk0IDM0LjIxOTRDOTcyLjM1IDI4LjE4MDcgMTMwNi4xNSA0MS43Njc4IDE0NDEgNDkuMzE2MkwxNDQxIDAuMDAwMTIyMDdMNi44Mjg0NGUtMDYgLTMuNzMxMDZlLTA2TDAgNzcuOTk5OUMxMzEuODUgNjUuOTIyNSAzNjcuNTEgNDIuNDI4MiA3MTUuOTk0IDM0LjIxOTRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjI1Xzk0ODk3KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzYyNV85NDg5NyIgeDE9IjE0NDEiIHkxPSIzOS4wMDAxIiB4Mj0iLTEuOTUzODZlLTA2IiB5Mj0iMzguOTk5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRTJERTAyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQ5QTQ0NyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=)}.block.curved-white::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=)}.block.curved-second::after{content:"";top:0;background-position:center -5vw, center bottom;background-repeat:no-repeat, no-repeat}.block.curved-second.curved-black::after{background-image:linear-gradient(90deg, var(--theme-color-grey-dark) 0%, var(--theme-color-grey-dark) 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iIzFBMTkxOSIvPgo8L3N2Zz4K)}.block.curved-second.curved-grey::after{background-image:linear-gradient(90deg, var(--theme-color-grey) 0%, var(--theme-color-grey) 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iI0Y4RjdGOCIvPgo8L3N2Zz4K)}.block.curved-second.curved-gradient::after{background-image:linear-gradient(90deg, #49A447 0%, #E2DE02 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuOTk0IDM0LjIxOTRDOTcyLjM1IDI4LjE4MDcgMTMwNi4xNSA0MS43Njc4IDE0NDEgNDkuMzE2MkwxNDQxIDAuMDAwMTIyMDdMNi44Mjg0NGUtMDYgLTMuNzMxMDZlLTA2TDAgNzcuOTk5OUMxMzEuODUgNjUuOTIyNSAzNjcuNTEgNDIuNDI4MiA3MTUuOTk0IDM0LjIxOTRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjI1Xzk0ODk3KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzYyNV85NDg5NyIgeDE9IjE0NDEiIHkxPSIzOS4wMDAxIiB4Mj0iLTEuOTUzODZlLTA2IiB5Mj0iMzguOTk5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRTJERTAyIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzQ5QTQ0NyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=)}.block.curved-second.curved-white::after{background-image:linear-gradient(90deg, var(--theme-color-white) 0%, var(--theme-color-white) 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuNDk3IDM0LjIxOTRDOTcxLjY3NSAyOC4xODA3IDEzMDUuMjQgNDEuNzY3OCAxNDQwIDQ5LjMxNjJMMTQ0MCAwLjAwMDEyOTdMMC4wMDAxMjg4ODkgMy44MTA5MmUtMDZMMC4wMDAxMjIwNyA3Ny45OTk5QzEzMS43NTggNjUuOTIyNSAzNjcuMjU1IDQyLjQyODIgNzE1LjQ5NyAzNC4yMTk0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=)}.block.curved-second.curved-shape-dark::after{background-image:url("../img/background-shape.svg"),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQzOCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0MzggNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MjQgNDMuNUM0NjggNDkuNSAxMzQuNjY3IDM2IDAgMjguNUwwIDc3LjVMMTQzOSA3Ny41VjBDMTMwNy4zMyAxMiAxMDcyIDM1LjM0MzcgNzI0IDQzLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:repeat, no-repeat;background-blend-mode:color;background-position:left top, center bottom;background-size:auto, contain;z-index:1;opacity:.05}.block.curved-second.curved-shape-dark::before{content:"";position:absolute;top:0;right:0;left:0;bottom:unset;background-image:linear-gradient(85.94deg, #030303 6.89%, #1A1919 87.67%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQzOCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0MzggNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MjQgNDMuNUM0NjggNDkuNSAxMzQuNjY3IDM2IDAgMjguNUwwIDc3LjVMMTQzOSA3Ny41VjBDMTMwNy4zMyAxMiAxMDcyIDM1LjM0MzcgNzI0IDQzLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:no-repeat, no-repeat;background-position:center top, center bottom;background-blend-mode:color;background-size:auto 99%, contain;opacity:1}.block.curved-second.curved-shape-dark.curved-0::before{height:calc(0 * 1%)}.block.curved-second.curved-shape-dark.curved-1::before{height:calc(1 * 1%)}.block.curved-second.curved-shape-dark.curved-2::before{height:calc(2 * 1%)}.block.curved-second.curved-shape-dark.curved-3::before{height:calc(3 * 1%)}.block.curved-second.curved-shape-dark.curved-4::before{height:calc(4 * 1%)}.block.curved-second.curved-shape-dark.curved-5::before{height:calc(5 * 1%)}.block.curved-second.curved-shape-dark.curved-6::before{height:calc(6 * 1%)}.block.curved-second.curved-shape-dark.curved-7::before{height:calc(7 * 1%)}.block.curved-second.curved-shape-dark.curved-8::before{height:calc(8 * 1%)}.block.curved-second.curved-shape-dark.curved-9::before{height:calc(9 * 1%)}.block.curved-second.curved-shape-dark.curved-10::before{height:calc(10 * 1%)}.block.curved-second.curved-shape-dark.curved-11::before{height:calc(11 * 1%)}.block.curved-second.curved-shape-dark.curved-12::before{height:calc(12 * 1%)}.block.curved-second.curved-shape-dark.curved-13::before{height:calc(13 * 1%)}.block.curved-second.curved-shape-dark.curved-14::before{height:calc(14 * 1%)}.block.curved-second.curved-shape-dark.curved-15::before{height:calc(15 * 1%)}.block.curved-second.curved-shape-dark.curved-16::before{height:calc(16 * 1%)}.block.curved-second.curved-shape-dark.curved-17::before{height:calc(17 * 1%)}.block.curved-second.curved-shape-dark.curved-18::before{height:calc(18 * 1%)}.block.curved-second.curved-shape-dark.curved-19::before{height:calc(19 * 1%)}.block.curved-second.curved-shape-dark.curved-20::before{height:calc(20 * 1%)}.block.curved-second.curved-shape-dark.curved-21::before{height:calc(21 * 1%)}.block.curved-second.curved-shape-dark.curved-22::before{height:calc(22 * 1%)}.block.curved-second.curved-shape-dark.curved-23::before{height:calc(23 * 1%)}.block.curved-second.curved-shape-dark.curved-24::before{height:calc(24 * 1%)}.block.curved-second.curved-shape-dark.curved-25::before{height:calc(25 * 1%)}.block.curved-second.curved-shape-dark.curved-26::before{height:calc(26 * 1%)}.block.curved-second.curved-shape-dark.curved-27::before{height:calc(27 * 1%)}.block.curved-second.curved-shape-dark.curved-28::before{height:calc(28 * 1%)}.block.curved-second.curved-shape-dark.curved-29::before{height:calc(29 * 1%)}.block.curved-second.curved-shape-dark.curved-30::before{height:calc(30 * 1%)}.block.curved-second.curved-shape-dark.curved-31::before{height:calc(31 * 1%)}.block.curved-second.curved-shape-dark.curved-32::before{height:calc(32 * 1%)}.block.curved-second.curved-shape-dark.curved-33::before{height:calc(33 * 1%)}.block.curved-second.curved-shape-dark.curved-34::before{height:calc(34 * 1%)}.block.curved-second.curved-shape-dark.curved-35::before{height:calc(35 * 1%)}.block.curved-second.curved-shape-dark.curved-36::before{height:calc(36 * 1%)}.block.curved-second.curved-shape-dark.curved-37::before{height:calc(37 * 1%)}.block.curved-second.curved-shape-dark.curved-38::before{height:calc(38 * 1%)}.block.curved-second.curved-shape-dark.curved-39::before{height:calc(39 * 1%)}.block.curved-second.curved-shape-dark.curved-40::before{height:calc(40 * 1%)}.block.curved-second.curved-shape-dark.curved-41::before{height:calc(41 * 1%)}.block.curved-second.curved-shape-dark.curved-42::before{height:calc(42 * 1%)}.block.curved-second.curved-shape-dark.curved-43::before{height:calc(43 * 1%)}.block.curved-second.curved-shape-dark.curved-44::before{height:calc(44 * 1%)}.block.curved-second.curved-shape-dark.curved-45::before{height:calc(45 * 1%)}.block.curved-second.curved-shape-dark.curved-46::before{height:calc(46 * 1%)}.block.curved-second.curved-shape-dark.curved-47::before{height:calc(47 * 1%)}.block.curved-second.curved-shape-dark.curved-48::before{height:calc(48 * 1%)}.block.curved-second.curved-shape-dark.curved-49::before{height:calc(49 * 1%)}.block.curved-second.curved-shape-dark.curved-50::before{height:calc(50 * 1%)}.block.curved-second.curved-shape-dark.curved-51::before{height:calc(51 * 1%)}.block.curved-second.curved-shape-dark.curved-52::before{height:calc(52 * 1%)}.block.curved-second.curved-shape-dark.curved-53::before{height:calc(53 * 1%)}.block.curved-second.curved-shape-dark.curved-54::before{height:calc(54 * 1%)}.block.curved-second.curved-shape-dark.curved-55::before{height:calc(55 * 1%)}.block.curved-second.curved-shape-dark.curved-56::before{height:calc(56 * 1%)}.block.curved-second.curved-shape-dark.curved-57::before{height:calc(57 * 1%)}.block.curved-second.curved-shape-dark.curved-58::before{height:calc(58 * 1%)}.block.curved-second.curved-shape-dark.curved-59::before{height:calc(59 * 1%)}.block.curved-second.curved-shape-dark.curved-60::before{height:calc(60 * 1%)}.block.curved-second.curved-shape-dark.curved-61::before{height:calc(61 * 1%)}.block.curved-second.curved-shape-dark.curved-62::before{height:calc(62 * 1%)}.block.curved-second.curved-shape-dark.curved-63::before{height:calc(63 * 1%)}.block.curved-second.curved-shape-dark.curved-64::before{height:calc(64 * 1%)}.block.curved-second.curved-shape-dark.curved-65::before{height:calc(65 * 1%)}.block.curved-second.curved-shape-dark.curved-66::before{height:calc(66 * 1%)}.block.curved-second.curved-shape-dark.curved-67::before{height:calc(67 * 1%)}.block.curved-second.curved-shape-dark.curved-68::before{height:calc(68 * 1%)}.block.curved-second.curved-shape-dark.curved-69::before{height:calc(69 * 1%)}.block.curved-second.curved-shape-dark.curved-70::before{height:calc(70 * 1%)}.block.curved-second.curved-shape-dark.curved-71::before{height:calc(71 * 1%)}.block.curved-second.curved-shape-dark.curved-72::before{height:calc(72 * 1%)}.block.curved-second.curved-shape-dark.curved-73::before{height:calc(73 * 1%)}.block.curved-second.curved-shape-dark.curved-74::before{height:calc(74 * 1%)}.block.curved-second.curved-shape-dark.curved-75::before{height:calc(75 * 1%)}.block.curved-second.curved-shape-dark.curved-76::before{height:calc(76 * 1%)}.block.curved-second.curved-shape-dark.curved-77::before{height:calc(77 * 1%)}.block.curved-second.curved-shape-dark.curved-78::before{height:calc(78 * 1%)}.block.curved-second.curved-shape-dark.curved-79::before{height:calc(79 * 1%)}.block.curved-second.curved-shape-dark.curved-80::before{height:calc(80 * 1%)}.block.curved-second.curved-shape-dark.curved-81::before{height:calc(81 * 1%)}.block.curved-second.curved-shape-dark.curved-82::before{height:calc(82 * 1%)}.block.curved-second.curved-shape-dark.curved-83::before{height:calc(83 * 1%)}.block.curved-second.curved-shape-dark.curved-84::before{height:calc(84 * 1%)}.block.curved-second.curved-shape-dark.curved-85::before{height:calc(85 * 1%)}.block.curved-second.curved-shape-dark.curved-86::before{height:calc(86 * 1%)}.block.curved-second.curved-shape-dark.curved-87::before{height:calc(87 * 1%)}.block.curved-second.curved-shape-dark.curved-88::before{height:calc(88 * 1%)}.block.curved-second.curved-shape-dark.curved-89::before{height:calc(89 * 1%)}.block.curved-second.curved-shape-dark.curved-90::before{height:calc(90 * 1%)}.block.curved-second.curved-shape-dark.curved-91::before{height:calc(91 * 1%)}.block.curved-second.curved-shape-dark.curved-92::before{height:calc(92 * 1%)}.block.curved-second.curved-shape-dark.curved-93::before{height:calc(93 * 1%)}.block.curved-second.curved-shape-dark.curved-94::before{height:calc(94 * 1%)}.block.curved-second.curved-shape-dark.curved-95::before{height:calc(95 * 1%)}.block.curved-second.curved-shape-dark.curved-96::before{height:calc(96 * 1%)}.block.curved-second.curved-shape-dark.curved-97::before{height:calc(97 * 1%)}.block.curved-second.curved-shape-dark.curved-98::before{height:calc(98 * 1%)}.block.curved-second.curved-shape-dark.curved-99::before{height:calc(99 * 1%)}.block.curved-second.curved-shape-dark.curved-100::before{height:calc(100 * 1%)}.block.curved-second.curved-shape-light::after{background-image:url("../img/background-shape.svg"),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQzOCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0MzggNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MjQgNDMuNUM0NjggNDkuNSAxMzQuNjY3IDM2IDAgMjguNUwwIDc3LjVMMTQzOSA3Ny41VjBDMTMwNy4zMyAxMiAxMDcyIDM1LjM0MzcgNzI0IDQzLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:repeat, no-repeat;background-blend-mode:color;background-position:left top, center bottom;background-size:auto, contain;mix-blend-mode:multiply;z-index:1}.block.curved-second.curved-shape-light::before{content:"";position:absolute;top:0;right:0;left:0;bottom:unset;background-image:linear-gradient(to bottom, #1A1919 0%, #1A1919 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQzOCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0MzggNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MjQgNDMuNUM0NjggNDkuNSAxMzQuNjY3IDM2IDAgMjguNUwwIDc3LjVMMTQzOSA3Ny41VjBDMTMwNy4zMyAxMiAxMDcyIDM1LjM0MzcgNzI0IDQzLjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-repeat:no-repeat, no-repeat;background-position:center top, center bottom;background-blend-mode:color;background-size:auto 99%, contain;opacity:.03}.block.curved-second.curved-shape-light.curved-0::before{height:calc(0 * 1%)}.block.curved-second.curved-shape-light.curved-1::before{height:calc(1 * 1%)}.block.curved-second.curved-shape-light.curved-2::before{height:calc(2 * 1%)}.block.curved-second.curved-shape-light.curved-3::before{height:calc(3 * 1%)}.block.curved-second.curved-shape-light.curved-4::before{height:calc(4 * 1%)}.block.curved-second.curved-shape-light.curved-5::before{height:calc(5 * 1%)}.block.curved-second.curved-shape-light.curved-6::before{height:calc(6 * 1%)}.block.curved-second.curved-shape-light.curved-7::before{height:calc(7 * 1%)}.block.curved-second.curved-shape-light.curved-8::before{height:calc(8 * 1%)}.block.curved-second.curved-shape-light.curved-9::before{height:calc(9 * 1%)}.block.curved-second.curved-shape-light.curved-10::before{height:calc(10 * 1%)}.block.curved-second.curved-shape-light.curved-11::before{height:calc(11 * 1%)}.block.curved-second.curved-shape-light.curved-12::before{height:calc(12 * 1%)}.block.curved-second.curved-shape-light.curved-13::before{height:calc(13 * 1%)}.block.curved-second.curved-shape-light.curved-14::before{height:calc(14 * 1%)}.block.curved-second.curved-shape-light.curved-15::before{height:calc(15 * 1%)}.block.curved-second.curved-shape-light.curved-16::before{height:calc(16 * 1%)}.block.curved-second.curved-shape-light.curved-17::before{height:calc(17 * 1%)}.block.curved-second.curved-shape-light.curved-18::before{height:calc(18 * 1%)}.block.curved-second.curved-shape-light.curved-19::before{height:calc(19 * 1%)}.block.curved-second.curved-shape-light.curved-20::before{height:calc(20 * 1%)}.block.curved-second.curved-shape-light.curved-21::before{height:calc(21 * 1%)}.block.curved-second.curved-shape-light.curved-22::before{height:calc(22 * 1%)}.block.curved-second.curved-shape-light.curved-23::before{height:calc(23 * 1%)}.block.curved-second.curved-shape-light.curved-24::before{height:calc(24 * 1%)}.block.curved-second.curved-shape-light.curved-25::before{height:calc(25 * 1%)}.block.curved-second.curved-shape-light.curved-26::before{height:calc(26 * 1%)}.block.curved-second.curved-shape-light.curved-27::before{height:calc(27 * 1%)}.block.curved-second.curved-shape-light.curved-28::before{height:calc(28 * 1%)}.block.curved-second.curved-shape-light.curved-29::before{height:calc(29 * 1%)}.block.curved-second.curved-shape-light.curved-30::before{height:calc(30 * 1%)}.block.curved-second.curved-shape-light.curved-31::before{height:calc(31 * 1%)}.block.curved-second.curved-shape-light.curved-32::before{height:calc(32 * 1%)}.block.curved-second.curved-shape-light.curved-33::before{height:calc(33 * 1%)}.block.curved-second.curved-shape-light.curved-34::before{height:calc(34 * 1%)}.block.curved-second.curved-shape-light.curved-35::before{height:calc(35 * 1%)}.block.curved-second.curved-shape-light.curved-36::before{height:calc(36 * 1%)}.block.curved-second.curved-shape-light.curved-37::before{height:calc(37 * 1%)}.block.curved-second.curved-shape-light.curved-38::before{height:calc(38 * 1%)}.block.curved-second.curved-shape-light.curved-39::before{height:calc(39 * 1%)}.block.curved-second.curved-shape-light.curved-40::before{height:calc(40 * 1%)}.block.curved-second.curved-shape-light.curved-41::before{height:calc(41 * 1%)}.block.curved-second.curved-shape-light.curved-42::before{height:calc(42 * 1%)}.block.curved-second.curved-shape-light.curved-43::before{height:calc(43 * 1%)}.block.curved-second.curved-shape-light.curved-44::before{height:calc(44 * 1%)}.block.curved-second.curved-shape-light.curved-45::before{height:calc(45 * 1%)}.block.curved-second.curved-shape-light.curved-46::before{height:calc(46 * 1%)}.block.curved-second.curved-shape-light.curved-47::before{height:calc(47 * 1%)}.block.curved-second.curved-shape-light.curved-48::before{height:calc(48 * 1%)}.block.curved-second.curved-shape-light.curved-49::before{height:calc(49 * 1%)}.block.curved-second.curved-shape-light.curved-50::before{height:calc(50 * 1%)}.block.curved-second.curved-shape-light.curved-51::before{height:calc(51 * 1%)}.block.curved-second.curved-shape-light.curved-52::before{height:calc(52 * 1%)}.block.curved-second.curved-shape-light.curved-53::before{height:calc(53 * 1%)}.block.curved-second.curved-shape-light.curved-54::before{height:calc(54 * 1%)}.block.curved-second.curved-shape-light.curved-55::before{height:calc(55 * 1%)}.block.curved-second.curved-shape-light.curved-56::before{height:calc(56 * 1%)}.block.curved-second.curved-shape-light.curved-57::before{height:calc(57 * 1%)}.block.curved-second.curved-shape-light.curved-58::before{height:calc(58 * 1%)}.block.curved-second.curved-shape-light.curved-59::before{height:calc(59 * 1%)}.block.curved-second.curved-shape-light.curved-60::before{height:calc(60 * 1%)}.block.curved-second.curved-shape-light.curved-61::before{height:calc(61 * 1%)}.block.curved-second.curved-shape-light.curved-62::before{height:calc(62 * 1%)}.block.curved-second.curved-shape-light.curved-63::before{height:calc(63 * 1%)}.block.curved-second.curved-shape-light.curved-64::before{height:calc(64 * 1%)}.block.curved-second.curved-shape-light.curved-65::before{height:calc(65 * 1%)}.block.curved-second.curved-shape-light.curved-66::before{height:calc(66 * 1%)}.block.curved-second.curved-shape-light.curved-67::before{height:calc(67 * 1%)}.block.curved-second.curved-shape-light.curved-68::before{height:calc(68 * 1%)}.block.curved-second.curved-shape-light.curved-69::before{height:calc(69 * 1%)}.block.curved-second.curved-shape-light.curved-70::before{height:calc(70 * 1%)}.block.curved-second.curved-shape-light.curved-71::before{height:calc(71 * 1%)}.block.curved-second.curved-shape-light.curved-72::before{height:calc(72 * 1%)}.block.curved-second.curved-shape-light.curved-73::before{height:calc(73 * 1%)}.block.curved-second.curved-shape-light.curved-74::before{height:calc(74 * 1%)}.block.curved-second.curved-shape-light.curved-75::before{height:calc(75 * 1%)}.block.curved-second.curved-shape-light.curved-76::before{height:calc(76 * 1%)}.block.curved-second.curved-shape-light.curved-77::before{height:calc(77 * 1%)}.block.curved-second.curved-shape-light.curved-78::before{height:calc(78 * 1%)}.block.curved-second.curved-shape-light.curved-79::before{height:calc(79 * 1%)}.block.curved-second.curved-shape-light.curved-80::before{height:calc(80 * 1%)}.block.curved-second.curved-shape-light.curved-81::before{height:calc(81 * 1%)}.block.curved-second.curved-shape-light.curved-82::before{height:calc(82 * 1%)}.block.curved-second.curved-shape-light.curved-83::before{height:calc(83 * 1%)}.block.curved-second.curved-shape-light.curved-84::before{height:calc(84 * 1%)}.block.curved-second.curved-shape-light.curved-85::before{height:calc(85 * 1%)}.block.curved-second.curved-shape-light.curved-86::before{height:calc(86 * 1%)}.block.curved-second.curved-shape-light.curved-87::before{height:calc(87 * 1%)}.block.curved-second.curved-shape-light.curved-88::before{height:calc(88 * 1%)}.block.curved-second.curved-shape-light.curved-89::before{height:calc(89 * 1%)}.block.curved-second.curved-shape-light.curved-90::before{height:calc(90 * 1%)}.block.curved-second.curved-shape-light.curved-91::before{height:calc(91 * 1%)}.block.curved-second.curved-shape-light.curved-92::before{height:calc(92 * 1%)}.block.curved-second.curved-shape-light.curved-93::before{height:calc(93 * 1%)}.block.curved-second.curved-shape-light.curved-94::before{height:calc(94 * 1%)}.block.curved-second.curved-shape-light.curved-95::before{height:calc(95 * 1%)}.block.curved-second.curved-shape-light.curved-96::before{height:calc(96 * 1%)}.block.curved-second.curved-shape-light.curved-97::before{height:calc(97 * 1%)}.block.curved-second.curved-shape-light.curved-98::before{height:calc(98 * 1%)}.block.curved-second.curved-shape-light.curved-99::before{height:calc(99 * 1%)}.block.curved-second.curved-shape-light.curved-100::before{height:calc(100 * 1%)}.block.curved-second.curved-0::after{height:calc(0 * 1%)}.block.curved-second.curved-1::after{height:calc(1 * 1%)}.block.curved-second.curved-2::after{height:calc(2 * 1%)}.block.curved-second.curved-3::after{height:calc(3 * 1%)}.block.curved-second.curved-4::after{height:calc(4 * 1%)}.block.curved-second.curved-5::after{height:calc(5 * 1%)}.block.curved-second.curved-6::after{height:calc(6 * 1%)}.block.curved-second.curved-7::after{height:calc(7 * 1%)}.block.curved-second.curved-8::after{height:calc(8 * 1%)}.block.curved-second.curved-9::after{height:calc(9 * 1%)}.block.curved-second.curved-10::after{height:calc(10 * 1%)}.block.curved-second.curved-11::after{height:calc(11 * 1%)}.block.curved-second.curved-12::after{height:calc(12 * 1%)}.block.curved-second.curved-13::after{height:calc(13 * 1%)}.block.curved-second.curved-14::after{height:calc(14 * 1%)}.block.curved-second.curved-15::after{height:calc(15 * 1%)}.block.curved-second.curved-16::after{height:calc(16 * 1%)}.block.curved-second.curved-17::after{height:calc(17 * 1%)}.block.curved-second.curved-18::after{height:calc(18 * 1%)}.block.curved-second.curved-19::after{height:calc(19 * 1%)}.block.curved-second.curved-20::after{height:calc(20 * 1%)}.block.curved-second.curved-21::after{height:calc(21 * 1%)}.block.curved-second.curved-22::after{height:calc(22 * 1%)}.block.curved-second.curved-23::after{height:calc(23 * 1%)}.block.curved-second.curved-24::after{height:calc(24 * 1%)}.block.curved-second.curved-25::after{height:calc(25 * 1%)}.block.curved-second.curved-26::after{height:calc(26 * 1%)}.block.curved-second.curved-27::after{height:calc(27 * 1%)}.block.curved-second.curved-28::after{height:calc(28 * 1%)}.block.curved-second.curved-29::after{height:calc(29 * 1%)}.block.curved-second.curved-30::after{height:calc(30 * 1%)}.block.curved-second.curved-31::after{height:calc(31 * 1%)}.block.curved-second.curved-32::after{height:calc(32 * 1%)}.block.curved-second.curved-33::after{height:calc(33 * 1%)}.block.curved-second.curved-34::after{height:calc(34 * 1%)}.block.curved-second.curved-35::after{height:calc(35 * 1%)}.block.curved-second.curved-36::after{height:calc(36 * 1%)}.block.curved-second.curved-37::after{height:calc(37 * 1%)}.block.curved-second.curved-38::after{height:calc(38 * 1%)}.block.curved-second.curved-39::after{height:calc(39 * 1%)}.block.curved-second.curved-40::after{height:calc(40 * 1%)}.block.curved-second.curved-41::after{height:calc(41 * 1%)}.block.curved-second.curved-42::after{height:calc(42 * 1%)}.block.curved-second.curved-43::after{height:calc(43 * 1%)}.block.curved-second.curved-44::after{height:calc(44 * 1%)}.block.curved-second.curved-45::after{height:calc(45 * 1%)}.block.curved-second.curved-46::after{height:calc(46 * 1%)}.block.curved-second.curved-47::after{height:calc(47 * 1%)}.block.curved-second.curved-48::after{height:calc(48 * 1%)}.block.curved-second.curved-49::after{height:calc(49 * 1%)}.block.curved-second.curved-50::after{height:calc(50 * 1%)}.block.curved-second.curved-51::after{height:calc(51 * 1%)}.block.curved-second.curved-52::after{height:calc(52 * 1%)}.block.curved-second.curved-53::after{height:calc(53 * 1%)}.block.curved-second.curved-54::after{height:calc(54 * 1%)}.block.curved-second.curved-55::after{height:calc(55 * 1%)}.block.curved-second.curved-56::after{height:calc(56 * 1%)}.block.curved-second.curved-57::after{height:calc(57 * 1%)}.block.curved-second.curved-58::after{height:calc(58 * 1%)}.block.curved-second.curved-59::after{height:calc(59 * 1%)}.block.curved-second.curved-60::after{height:calc(60 * 1%)}.block.curved-second.curved-61::after{height:calc(61 * 1%)}.block.curved-second.curved-62::after{height:calc(62 * 1%)}.block.curved-second.curved-63::after{height:calc(63 * 1%)}.block.curved-second.curved-64::after{height:calc(64 * 1%)}.block.curved-second.curved-65::after{height:calc(65 * 1%)}.block.curved-second.curved-66::after{height:calc(66 * 1%)}.block.curved-second.curved-67::after{height:calc(67 * 1%)}.block.curved-second.curved-68::after{height:calc(68 * 1%)}.block.curved-second.curved-69::after{height:calc(69 * 1%)}.block.curved-second.curved-70::after{height:calc(70 * 1%)}.block.curved-second.curved-71::after{height:calc(71 * 1%)}.block.curved-second.curved-72::after{height:calc(72 * 1%)}.block.curved-second.curved-73::after{height:calc(73 * 1%)}.block.curved-second.curved-74::after{height:calc(74 * 1%)}.block.curved-second.curved-75::after{height:calc(75 * 1%)}.block.curved-second.curved-76::after{height:calc(76 * 1%)}.block.curved-second.curved-77::after{height:calc(77 * 1%)}.block.curved-second.curved-78::after{height:calc(78 * 1%)}.block.curved-second.curved-79::after{height:calc(79 * 1%)}.block.curved-second.curved-80::after{height:calc(80 * 1%)}.block.curved-second.curved-81::after{height:calc(81 * 1%)}.block.curved-second.curved-82::after{height:calc(82 * 1%)}.block.curved-second.curved-83::after{height:calc(83 * 1%)}.block.curved-second.curved-84::after{height:calc(84 * 1%)}.block.curved-second.curved-85::after{height:calc(85 * 1%)}.block.curved-second.curved-86::after{height:calc(86 * 1%)}.block.curved-second.curved-87::after{height:calc(87 * 1%)}.block.curved-second.curved-88::after{height:calc(88 * 1%)}.block.curved-second.curved-89::after{height:calc(89 * 1%)}.block.curved-second.curved-90::after{height:calc(90 * 1%)}.block.curved-second.curved-91::after{height:calc(91 * 1%)}.block.curved-second.curved-92::after{height:calc(92 * 1%)}.block.curved-second.curved-93::after{height:calc(93 * 1%)}.block.curved-second.curved-94::after{height:calc(94 * 1%)}.block.curved-second.curved-95::after{height:calc(95 * 1%)}.block.curved-second.curved-96::after{height:calc(96 * 1%)}.block.curved-second.curved-97::after{height:calc(97 * 1%)}.block.curved-second.curved-98::after{height:calc(98 * 1%)}.block.curved-second.curved-99::after{height:calc(99 * 1%)}.block.curved-second.curved-100::after{height:calc(100 * 1%)}.block.background--shape-dark{background-image:url("../img/background-shape.svg");position:relative;background-color:var(--theme-color-grey-dark);color:var(--theme-color-white)}.block.background--shape-dark::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(85.94deg, #030303 6.89%, #1A1919 87.67%);opacity:.95}.block.background--shape-light{background-image:url("../img/background-shape.svg");position:relative;background-color:var(--theme-color-white);color:var(--theme-color-grey-dark)}.block.background--shape-light::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1A1919;opacity:.03}.block__buttons{text-align:center}@media screen and (min-width: 481px){.block__buttons{text-align:left}}.block__buttons a.btn:not(:first-of-type){margin-top:22px}@media screen and (min-width: 481px){.block__buttons a.btn:not(:first-of-type){margin-top:0}}[dir="rtl"] .block.curved-gradient::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuOTk0IDM0LjIxOTRDOTcyLjM1IDI4LjE4MDcgMTMwNi4xNSA0MS43Njc4IDE0NDEgNDkuMzE2MkwxNDQxIDAuMDAwMTIyMDdMNi44Mjg0NGUtMDYgLTMuNzMxMDZlLTA2TDAgNzcuOTk5OUMxMzEuODUgNjUuOTIyNSAzNjcuNTEgNDIuNDI4MiA3MTUuOTk0IDM0LjIxOTRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTA1MV8xODI0MjEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1MV8xODI0MjEiIHgxPSIxNDQxIiB5MT0iMzkuMDAwMSIgeDI9Ii0xLjk1Mzg2ZS0wNiIgeTI9IjM4Ljk5OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQ5QTQ0NyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFMkRFMDIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)}[dir="rtl"] .block.curved-second.curved-gradient::after{background-image:linear-gradient(90deg, #49A447 0%, #E2DE02 100%),url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3OCIgdmlld0JveD0iMCAwIDE0NDAgNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MTUuOTk0IDM0LjIxOTRDOTcyLjM1IDI4LjE4MDcgMTMwNi4xNSA0MS43Njc4IDE0NDEgNDkuMzE2MkwxNDQxIDAuMDAwMTIyMDdMNi44Mjg0NGUtMDYgLTMuNzMxMDZlLTA2TDAgNzcuOTk5OUMxMzEuODUgNjUuOTIyNSAzNjcuNTEgNDIuNDI4MiA3MTUuOTk0IDM0LjIxOTRaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTA1MV8xODI0MjEpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTA1MV8xODI0MjEiIHgxPSIxNDQxIiB5MT0iMzkuMDAwMSIgeDI9Ii0xLjk1Mzg2ZS0wNiIgeTI9IjM4Ljk5OTciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzQ5QTQ0NyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFMkRFMDIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)}.t-color--primary{color:var(--theme-color-primary)}.t-color--secondary{color:var(--theme-color-secondary)}.t-color--tertiary{color:var(--theme-color-tertiary)}.t-color--quaternary{color:var(--theme-color-quaternary)}.t-color--black{color:var(--theme-color-black)}.t-color--grey-dark{color:var(--theme-color-grey-dark)}.t-color--white{color:var(--theme-color-white)}.t-bg--primary{background-color:var(--theme-color-primary)}.t-bg--secondary{background-color:var(--theme-color-secondary)}.t-bg--tertiary{background-color:var(--theme-color-tertiary)}.t-bg--quaternary{background-color:var(--theme-color-quaternary)}.t-bg--black{background-color:var(--theme-color-black)}.t-bg--white{background-color:var(--theme-color-white)}.t-text-center{text-align:center}.t-text-left{text-align:left}.t-text-right{text-align:right}.t-ff--primary{font-family:var(--font-family-primary)}.t-ff--secondary{font-family:var(--font-family-secondary)}*{unicode-bidi:embed}.phone{--direction: ltr/*rtl: ltr*/;unicode-bidi:embed;direction:var(--direction)}body{display:flex;flex-direction:column;min-height:100vh;background-color:white;direction:ltr}.main{flex:1 0 auto;flex-wrap:wrap;background-color:white}.main--woocommerce{background-color:var(--theme-color-grey-light)}.main--404{text-align:center;padding-top:100px;padding-bottom:100px}@media screen and (min-width: 768px) and (min-height: 450px){.main--404{padding-top:200px;padding-bottom:200px}}.main p:empty{display:none}.m-left-auto{margin-left:auto}
