.components-custom-select-control{position:relative}.components-custom-select-control__label{display:block;margin-bottom:8px}.components-custom-select-control__button{border:1px solid #757575;border-radius:2px;min-height:30px;min-width:130px;position:relative;text-align:left}.components-custom-select-control__button.components-custom-select-control__button{padding-right:24px}.components-custom-select-control__button:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color)}.components-custom-select-control__button .components-custom-select-control__button-icon{height:100%;padding:0;position:absolute;right:0;top:0}.components-custom-select-control__menu{border:1px solid #1e1e1e;background-color:#fff;border-radius:2px;outline:none;transition:none;max-height:400px;min-width:100%;overflow:auto;padding:0;position:absolute;z-index:1000000}.components-custom-select-control__menu[aria-hidden=true]{display:none}.components-custom-select-control__item{align-items:center;display:flex;list-style-type:none;padding:8px;cursor:default;line-height:28px}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item .components-custom-select-control__item-icon{margin-right:0;margin-left:auto}.components-custom-select-control__item:last-child{margin-bottom:0}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#1e1e1e;border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer;pointer-events:auto}@media(min-width:600px){.components-snackbar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{margin-left:24px}.components-snackbar .components-snackbar__icon{position:absolute;top:24px;left:28px}.components-snackbar .components-snackbar__dismiss-button{margin-left:32px;cursor:pointer}.components-snackbar__action.components-button{margin-left:32px;color:#fff;height:auto;flex-shrink:0;line-height:1.4;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){text-decoration:underline;background-color:transparent}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-admin-theme-color)}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box;pointer-events:none}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{width:100%;border:none;box-shadow:none;font-size:16px;padding:2px;margin:0;line-height:inherit;min-height:auto}@media(min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{outline:none;box-shadow:none}.components-combobox-control__suggestions-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;box-shadow:0 0 0 transparent;transition:box-shadow .1s linear;border-radius:2px;border:1px solid #757575;font-size:16px;line-height:normal;display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;margin:0 0 8px;padding:4px}@media(prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-duration:0s;transition-delay:0s}}@media(min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:rgba(30,30,30,.62)}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 1px var(--wp-admin-theme-color);outline:2px solid transparent}.components-combobox-control__reset.components-button{display:flex;height:24px;min-width:24px;padding:0}.wc-block-link-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;box-shadow:none;display:inline;text-shadow:none;text-decoration:underline}.wc-block-link-button,.wc-block-link-button:active,.wc-block-link-button:focus,.wc-block-link-button:hover{background:0 0}.wc-block-suspense-placeholder{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.wc-block-suspense-placeholder>*{visibility:hidden}.wc-block-suspense-placeholder:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-suspense-placeholder{-webkit-animation:none;animation:none}}.wc-block-suspense-placeholder:before{content:" "}.wc-block-grid__products .wc-block-grid__product-image{text-decoration:none;display:block;position:relative}.wc-block-grid__products .wc-block-grid__product-image a{text-decoration:none;border:0;outline:0;box-shadow:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;width:auto;max-width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{font-family:inherit;line-height:1.2;font-weight:700;padding:0;color:inherit;font-size:inherit;display:block}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{word-break:break-word;white-space:normal}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{word-break:break-word;white-space:normal;margin:0 auto!important;display:inline-flex;justify-content:center;text-align:center;padding:.5em 1em;font-size:1em}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{font-family:WooCommerce;content:"";margin-left:.5em;display:inline-block;width:auto;height:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{font-family:WooCommerce;content:"";-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin-left:.5em;display:inline-block;width:auto;height:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block;color:#000}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";top:0;left:0;right:0;position:absolute;opacity:.5;color:#aaa;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;padding-top:1.5em}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{content:"SSSSS";color:inherit;top:0;left:0;right:0;position:absolute;white-space:nowrap}.wc-block-grid__product-onsale{font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;color:#cd2653;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all{font-size:.75em}.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em;padding:.5em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{margin-top:12px;display:block}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;word-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wc-block-components-product-add-to-cart-attribute-picker{margin:0;flex-basis:100%}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-width:60%;min-height:1.75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#cc1818}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#cc1818}.wc-block-components-product-add-to-cart{margin:0;display:flex;flex-wrap:wrap}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;vertical-align:top;width:1.5em;height:1.5em;margin:-.25em 0 -.25em .5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{margin:0 1em .75em 0;flex-basis:5em;padding:.618em;background:#fff;border:1px solid #ccc;border-radius:2px;color:#43454b;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wp-block-button.wc-block-components-product-button{word-break:break-word;white-space:normal;margin-top:0;margin-bottom:12px}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{border-style:none;display:inline-flex;font-family:inherit;font-weight:inherit;justify-content:center;margin:0 auto;white-space:normal;word-break:break-word}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;min-width:8em;min-height:3em}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;min-width:8em;min-height:3em}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link{background-color:var(--button--color-background);color:var(--button--color-text);border-color:var(--button--color-background)}.wc-block-components-product-category-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-category-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-category-list ul li{display:inline;list-style:none}.wc-block-components-product-category-list ul li:after{content:", "}.wc-block-components-product-category-list ul li:last-child:after{content:""}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{text-decoration:none;display:block;position:relative}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{border-radius:inherit;text-decoration:none;border:0;outline:0;box-shadow:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{border-radius:inherit;vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""],.wc-block-components-product-image img[alt=""]{border:1px solid #f2f2f2}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{position:absolute;left:4px;top:4px;right:auto;margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{position:absolute;top:4px;left:50%;right:auto;transform:translateX(-50%);margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{position:absolute;right:4px;top:4px;left:auto;margin:0}.is-loading .wc-block-components-product-image{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;width:auto}.is-loading .wc-block-components-product-image>*{visibility:hidden}.is-loading .wc-block-components-product-image:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-image{margin:0 0 12px}.wc-block-components-product-rating{display:block;margin-top:0;margin-bottom:12px}.wc-block-components-product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-components-product-rating__stars:before{content:"SSSSS";top:0;left:0;right:0;position:absolute;opacity:.5;color:inherit;white-space:nowrap}.wc-block-components-product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;color:inherit;padding-top:1.5em}.wc-block-components-product-rating__stars span:before{content:"SSSSS";top:0;left:0;right:0;position:absolute;color:inherit;white-space:nowrap}.wc-block-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-components-product-sale-badge{margin:0 auto 12px;font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;box-sizing:border-box;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:static}.wc-block-components-product-sale-badge span{color:inherit;background-color:inherit}.wc-block-components-product-sku{margin-top:0;margin-bottom:12px;display:block;text-transform:uppercase;font-size:.875em}.wc-block-components-product-stock-indicator{margin-top:0;margin-bottom:.75em;display:block;font-size:.875em}.wc-block-components-product-summary{margin-top:0;margin-bottom:12px}.is-loading .wc-block-components-product-summary:before{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;border-radius:.25rem;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;content:".";display:block;width:100%;height:6em}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}.is-loading .wc-block-components-product-summary:before:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-tag-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-tag-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-tag-list ul li{display:inline;list-style:none}.wc-block-components-product-tag-list ul li:after{content:", "}.wc-block-components-product-tag-list ul li:last-child:after{content:""}.wc-block-components-product-title{margin-top:0;margin-bottom:12px;line-height:1.5;font-weight:700;padding:0;display:block;font-size:inherit}.wc-block-components-product-title a{color:inherit;font-size:inherit}.is-loading .wc-block-components-product-title:before{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;content:".";display:inline-block;width:7em}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}.is-loading .wc-block-components-product-title:before:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-error{display:flex;padding:40px 0;margin:40px 0;align-items:center;justify-content:center;flex-direction:column;color:#757575;text-align:center}.wc-block-components-error__header{font-size:2em;margin:0;color:#646970}.wc-block-components-error__image{width:25%;margin:0 0 24px}.wc-block-components-error__text{margin:1em 0 0;color:#8c8f94;font-size:1.25em;max-width:60ch}.wc-block-components-error__message{margin:1em auto 0;font-style:italic;color:#8c8f94;max-width:60ch}.wc-block-error__button{margin:40px 0 0}.wc-block-components-button:not(.is-link){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;display:inline-flex;font-weight:700;min-height:3em;justify-content:center;line-height:1;padding:0 1em;text-align:center;text-decoration:none;text-transform:none;position:relative;transition:box-shadow .1s linear}.wc-block-components-button:not(.is-link):focus{box-shadow:0 0 0 2px #0675c4;box-shadow:inset 0 0 0 1px #fff,0 0 0 2px #0675c4;outline:3px solid transparent}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text{visibility:hidden}.wc-block-components-button:not(.is-link).text{color:#1e1e1e}.wc-block-components-button:not(.is-link).text:hover{opacity:.9}.wc-block-components-button:not(.is-link).contained,.wc-block-components-button:not(.is-link).contained:active,.wc-block-components-button:not(.is-link).contained:disabled,.wc-block-components-button:not(.is-link).contained:focus,.wc-block-components-button:not(.is-link).contained:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).contained:hover{opacity:.9}.wc-block-components-button:not(.is-link).outlined{background-color:transparent;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e}.wc-block-components-button:not(.is-link).outlined:active,.wc-block-components-button:not(.is-link).outlined:disabled,.wc-block-components-button:not(.is-link).outlined:focus,.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff}.wc-block-components-button:not(.is-link).outlined:hover{background-color:#1e1e1e;color:#fff;opacity:1}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{position:relative;border:none;padding:0 0 0 24px;background:0 0;margin:0}.is-mobile .wc-block-components-form .wc-block-components-checkout-step,.is-small .wc-block-components-form .wc-block-components-checkout-step{padding-left:0}.wc-block-components-checkout-step--disabled{opacity:.6}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__content>*{margin-bottom:1em}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child{margin-bottom:0;padding-bottom:1.5em}.wc-block-components-checkout-step__heading{display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;margin:.75em 0 1em;position:relative;align-items:center;gap:1em}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em}.wc-block-components-checkout-step__heading-content a{font-weight:700;color:inherit}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;background:0 0;counter-increment:checkout-step;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";position:absolute;width:24px;left:-24px;top:0;text-align:center;transform:translateX(-50%)}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:"";height:100%;border-left:1px solid;opacity:.3;position:absolute;left:-24px;top:0}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{position:static;transform:none;left:auto;top:auto;content:counter(checkout-step) ". ";content:counter(checkout-step) ". "/""}.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:unset}.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title{font-size:1em;line-height:24px;margin:0 12px 0 0}.wc-block-components-order-summary .wc-block-components-panel__button{padding-top:0;margin-top:0}.wc-block-components-order-summary .wc-block-components-panel__content{margin-bottom:0}.wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary-item{position:relative;font-size:.875em;display:flex;padding-bottom:1px;padding-top:16px;width:100%}.wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary-item:first-child{padding-top:0}.wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary-item .wc-block-components-product-metadata{font-size:1em}.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary-item__image{width:48px;padding-bottom:16px;position:relative}.wc-block-components-order-summary-item__image>img{width:48px;max-width:48px}.wc-block-components-order-summary-item__quantity{align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;line-height:1;min-height:20px;padding:0 .4em;position:absolute;justify-content:center;min-width:20px;right:0;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary-item__description{padding-left:24px;padding-right:12px;padding-bottom:16px}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary-item__total-price{font-weight:700;margin-left:auto;text-align:right}.wc-block-components-order-summary-item__individual-prices{display:block}.wc-block-components-payment-method-icons{margin:0 0 14px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;margin:0 4px 2px;padding:0;width:auto;max-width:38px;height:24px;max-height:24px}.wc-block-components-payment-method-icons--align-left{justify-content:flex-start}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{justify-content:flex-end}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-right:0;margin-left:8px}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{vertical-align:middle;margin:-2px 4px 0 0}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies{font-size:.75em;text-align:center;list-style:none outside;line-height:1;margin:24px 0}.wc-block-components-checkout-policies__item{list-style:none outside;display:inline-block;padding:0 .25em;margin:0}.wc-block-components-checkout-policies__item:not(:first-child){border-left:1px solid #ccc}.wc-block-components-checkout-policies__item>a{color:inherit;padding:0 .25em}.wc-block-components-product-badge{font-size:.75em;border-radius:2px;border:1px solid;display:inline-block;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-details.wc-block-components-product-details{list-style:none;margin:.5em 0;padding:0}.wc-block-components-product-details.wc-block-components-product-details:last-of-type{margin-bottom:0}.wc-block-components-product-details.wc-block-components-product-details li{margin-left:0}.wc-block-components-product-details__name,.wc-block-components-product-details__value{display:inline-block}.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name{font-weight:700}img.wc-block-components-product-image[alt=""]{border:1px solid #f2f2f2}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{left:0;position:absolute;transform:translateY(-50%);top:50%}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{width:100%;margin-top:1.5em}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button{margin-bottom:0;margin-top:0;padding-bottom:.75em;padding-top:.75em}.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout,.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout{padding-bottom:0}.wc-block-components-shipping-rates-control__package-items{font-size:.875em;display:block;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all;display:inline-block;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.wc-block-components-totals-coupon .wc-block-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-totals-coupon .wc-block-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;width:100%;margin-bottom:0}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{margin-bottom:0;margin-top:0;flex-grow:1}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{height:3em;flex-shrink:0;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin{margin:0}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-discount .wc-block-components-totals-item__value{color:#4ab866}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:700}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;margin:0;padding:0;border:0}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via{margin-bottom:16px}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin:0 0 .75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:0 0;box-shadow:none;display:inline;text-shadow:none;text-decoration:underline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:0 0;opacity:.8}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:0 0;box-shadow:none;display:inline;text-shadow:none;text-decoration:underline}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover{background:0 0}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{margin:0;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{margin:0 0 4px;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:0 0;border:none;padding:0;text-decoration:underline;cursor:pointer}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,.wc-block-components-checkbox-list.is-loading li:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-chip{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;border:0;display:inline-flex;padding:.125em .5em .25em;margin:0 .365em .365em 0;border-radius:0;line-height:1;max-width:100%}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:#e0e0e0;color:#1e1e1e}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.75em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1}.wc-block-components-chip.is-removable{padding-right:.5em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__remove{font-size:.75em;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.wc-block-components-chip .wc-block-components-chip__remove-icon{vertical-align:middle}.theme-twentytwentyone .wc-block-components-chip,.theme-twentytwentyone .wc-block-components-chip:active,.theme-twentytwentyone .wc-block-components-chip:focus,.theme-twentytwentyone .wc-block-components-chip:hover{background:#fff}.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background){background:0 0}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{fill:#cc1818}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#949494;cursor:not-allowed}.wc-block-components-combobox .wc-block-components-combobox-control,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;position:relative}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{color:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;box-sizing:border-box;outline:inherit;border:1px solid #50575e;background:#fff;box-shadow:none;color:#2b2d2f;font-family:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:1;padding:1.5em 16px .25em;text-align:left;text-overflow:ellipsis;text-transform:none;white-space:nowrap;width:100%;opacity:1;border-radius:4px}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{background-color:#fff;color:#2b2d2f;outline:0;box-shadow:0 0 0 1px #50575e}.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{border-bottom-right-radius:0;border-bottom-left-radius:0}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus{background-color:rgba(0,0,0,.1);color:#fff;box-shadow:0 0 0 1px hsla(0,0%,100%,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{position:absolute;z-index:10;background-color:#fff;border:1px solid #50575e;border-top:0;margin:3em 0 0;padding:0;max-height:300px;min-width:100%;overflow:auto;color:#2b2d2f}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{background-color:#1e1e1e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion{font-size:1em;color:#757575;cursor:default;list-style:none;margin:0;padding:.25em 16px}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:#ddd}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected{background-color:rgba(0,0,0,.4)}.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{background-color:#00669e;color:#fff}.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;color:#757575;z-index:1;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);white-space:nowrap}.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{transition:none}}.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label{transform:translateY(4px) scale(.75)}.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label{color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover{border-color:#cc1818}.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-country-input{margin-top:1.5em}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-480px)}}@media only screen and (max-width:480px){@-webkit-keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}@keyframes slidein{0%{transform:translateX(0)}to{transform:translateX(-100vw)}}}.wc-block-components-drawer__screen-overlay{background-color:rgba(95,95,95,.35);bottom:0;left:0;position:fixed;right:0;top:0;transition:opacity .3s;z-index:9999;opacity:1}.wc-block-components-drawer__screen-overlay--with-slide-out{transition:opacity .3s}.wc-block-components-drawer__screen-overlay--with-slide-in{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:fadein;animation-name:fadein}.wc-block-components-drawer__screen-overlay--is-hidden{pointer-events:none;opacity:0}.wc-block-components-drawer{position:relative;background:#fff;display:block;height:100%;left:100%;position:fixed;right:0;top:0;transform:translateX(-480px);width:480px}.wc-block-components-drawer:after{border-style:solid;border-width:0 0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}@media only screen and (max-width:480px){.wc-block-components-drawer{transform:translateX(-100vw);width:100vw}}.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer{transition:transform .3s}.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-name:slidein;animation-name:slidein}.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer{transform:translateX(0)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-drawer,.wc-block-components-drawer__screen-overlay{-webkit-animation-name:none!important;animation-name:none!important;transition:none!important}}.wc-block-components-drawer .components-modal__content{padding:40px 16px}.wc-block-components-drawer .components-modal__header{position:relative}.wc-block-components-drawer .components-modal__header .components-button{border:0;border-radius:0;vertical-align:baseline;background:0 0;position:absolute;right:0;top:0;padding:1em;margin:-1em}.wc-block-components-drawer .components-modal__header .components-button>span{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;word-wrap:normal!important;padding:0;position:absolute!important;width:1px}.wc-block-components-drawer .components-modal__header-heading{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;font-size:1.25rem;word-break:break-word}.wc-block-components-dropdown-selector{max-width:300px;position:relative;width:100%}.wc-block-components-dropdown-selector__input-wrapper{background:#fff;border:1px solid #50575e;color:#2b2d2f;align-items:center;border-radius:4px;cursor:text;display:flex;flex-wrap:wrap;padding:2px 8px}.is-disabled .wc-block-components-dropdown-selector__input-wrapper{background-color:#e0e0e0}.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper{padding:2px 4px}.is-open>.wc-block-components-dropdown-selector__input-wrapper{border-radius:4px 4px 0 0}.wc-block-components-dropdown-selector__input{font-size:.875em;line-height:1.2857142857;margin:.1875em 0;min-width:0;padding:.1875em 0}.is-single .wc-block-components-dropdown-selector__input{width:100%}.is-single .wc-block-components-dropdown-selector__input:active,.is-single .wc-block-components-dropdown-selector__input:focus,.is-single .wc-block-components-dropdown-selector__input:hover{outline:0}.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input{margin-bottom:1.5px;margin-top:1.5px}.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;word-wrap:normal!important;padding:0;position:absolute!important;width:1px;position:absolute}.is-multiple .wc-block-components-dropdown-selector__input{flex:1;min-width:0}.is-multiple .wc-block-components-dropdown-selector__input,.is-single .wc-block-components-dropdown-selector__input:first-child{background:0 0;border:0}.is-multiple .wc-block-components-dropdown-selector__input:active,.is-multiple .wc-block-components-dropdown-selector__input:focus,.is-multiple .wc-block-components-dropdown-selector__input:hover,.is-single .wc-block-components-dropdown-selector__input:first-child:active,.is-single .wc-block-components-dropdown-selector__input:first-child:focus,.is-single .wc-block-components-dropdown-selector__input:first-child:hover{outline:0}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;color:inherit;font-size:inherit;font-weight:inherit;text-transform:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover{background-color:transparent;text-decoration:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value{font-size:.875em;align-items:center;color:#757575;display:inline-flex;margin:.1875em 0;padding:.1875em 0;width:100%}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label{flex-grow:1;line-height:1.2857142857;padding:0;text-align:left}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;display:inline-block;line-height:1;padding:0 0 0 .3em}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg{display:block}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em;line-height:1.2857142857}.wc-block-components-dropdown-selector__list{background-color:#fff;margin:-1px 0 0;padding:0;position:absolute;left:0;right:0;top:100%;max-height:300px;overflow-y:auto;z-index:10}.wc-block-components-dropdown-selector__list:not(:empty){border:1px solid #9f9f9f}.wc-block-components-dropdown-selector__list-item{font-size:.875em;color:#757575;cursor:default;list-style:none;margin:0;padding:0 4px}.wc-block-components-dropdown-selector__list-item.is-selected{background-color:#ddd}.wc-block-components-dropdown-selector__list-item.is-highlighted,.wc-block-components-dropdown-selector__list-item:active,.wc-block-components-dropdown-selector__list-item:focus,.wc-block-components-dropdown-selector__list-item:hover{background-color:#00669e;color:#fff}.wc-filter-element-label-list-count{opacity:.6}.wc-filter-element-label-list-count:before{content:" ("}.wc-filter-element-label-list-count:after{content:")"}.wc-block-components-filter-submit-button{display:block;margin-left:auto;white-space:nowrap}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-loading-mask{position:relative;min-height:34px;pointer-events:none}.wc-block-components-loading-mask .components-spinner{position:absolute;margin:0;top:50%;left:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask .wc-block-components-loading-mask__children{opacity:.25}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{font-size:1em;color:#333;display:inline-block;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;padding:.3em .6em;min-width:2.2em}@media(max-width:782px){.wc-block-components-pagination__page{padding:.1em .2em;min-width:1.6em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media(max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}html[dir=rtl] .wc-block-components-pagination-page--arrow span{display:inline-block;transform:scaleX(-1)}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls{justify-content:flex-end}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:0;margin-right:10px}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;z-index:1;box-shadow:none}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button>*,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button:after,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.wc-block-components-price-slider__range-input-wrapper{padding:0!important;border:0!important;outline:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:9px;clear:both;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);background:#e1e1e1;margin:15px 0}.wc-block-components-price-slider__range-input-progress{height:9px;width:100%;position:absolute;left:0;top:0;--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}.wc-block-components-price-slider__controls{display:flex}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{margin:0;border-radius:4px;width:auto;max-width:100px;min-width:0}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min{margin-right:10px}.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:auto}.wc-block-components-price-slider__range-input{margin:0;padding:0!important;border:0!important;outline:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:0;display:block;position:relative;pointer-events:none;outline:none!important;position:absolute;left:0;top:0}.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-color:transparent;background-position:0 0;width:28px;height:23px;border:0;padding:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-6px 0 0}.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input::-webkit-slider-progress{margin:0;padding:0!important;border:0!important;outline:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider__range-input::-moz-range-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-moz-range-progress{margin:0;padding:0!important;border:0!important;outline:none;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-moz-range-thumb{background-color:transparent;background-position:0 0;width:28px;height:23px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input::-ms-thumb{background-color:transparent;background-position:0 0;width:28px;height:23px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider__range-input::-ms-thumb:hover{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input:focus::-ms-thumb{background-position-y:-23px;transform:scale(1.1)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{margin-left:-2px;background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,4px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,4px)}.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.rtl .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#af7dd1;background:var(--track-background)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider__range-input-wrapper{background:0 0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;width:100%;top:7px}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:0 0;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:0 0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:0 0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;z-index:1;box-shadow:none}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}}@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports(-ms-ime-align:auto){.wc-block-components-price-slider__range-input-wrapper{background:0 0;box-shadow:none;height:24px}.wc-block-components-price-slider__range-input-progress{background:#af7dd1;width:100%;top:7px}.wc-block-components-price-slider__range-input{height:24px;pointer-events:auto}.wc-block-components-price-slider__range-input::-ms-track{background:0 0;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input::-ms-fill-upper{background:0 0}.wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:0 0}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;z-index:1;box-shadow:none}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{background:0 0;border:3px solid;box-sizing:border-box}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{--range-color:currentColor;margin:-3px}.theme-twentytwentyone .wc-block-price-filter__range-input{background:0 0;margin:-3px;width:calc(100% + 6px)}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb{filter:none}.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb{margin-top:-9px}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{transform:translate(2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{transform:translate(-2px,1px)}.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track{border-color:transparent!important}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper{border:0;height:auto;position:relative;height:50px}.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress{display:none}.theme-twentytwentyone .wc-block-price-filter__range-input{height:100%;margin:0;width:100%}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;margin:0;font-weight:700}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{display:flex;flex-wrap:wrap;padding:0;margin:0 -8px 16px;background-clip:padding-box}.wc-block-grid__product{box-sizing:border-box;padding:0;margin:0;float:none;width:auto;position:relative;text-align:center;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid transparent;list-style:none}.wc-block-grid__product.wc-block-grid__product{box-sizing:border-box}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-top:auto;margin-bottom:0;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.3333333333%;max-width:33.3333333333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.6666666667%;max-width:16.6666666667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.2857142857%;max-width:14.2857142857%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{font-size:.5em}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product{font-size:.58em}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product{font-size:.75em}.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull){font-size:.92em}@media(max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}}@media(min-width:481px)and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;content:".";display:inline-block;width:5em}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}.is-loading .wc-block-components-product-price:before:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-quantity-selector{border-radius:4px;box-sizing:content-box;display:flex;margin:0 0 .25em;position:relative;width:107px}.wc-block-components-quantity-selector:after{border-radius:4px;border:1px solid;bottom:0;content:"";left:0;opacity:.45;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{font-size:1em;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background:0 0;border:0;box-shadow:none;color:currentColor;flex:1 1 auto;font-weight:600;line-height:1;margin:0;min-width:40px;order:2;padding:.4em 0;text-align:center;vertical-align:middle}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{opacity:.6}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{border:0;padding:0;margin:0;background:none transparent;box-shadow:none;font-size:.9em;color:currentColor;cursor:pointer;font-style:normal;font-weight:400;min-width:30px;opacity:.6;text-align:center;text-decoration:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{box-shadow:inset 0 0 1px 1px currentColor;outline:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{opacity:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{box-shadow:none;cursor:default;opacity:.6}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus{border-radius:4px 0 0 4px;order:1}.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{border-radius:0 4px 4px 0;order:3}.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{background:none transparent}.wc-block-components-radio-control__option{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;display:block;margin:1em 0;padding:0 0 0 2.5em;position:relative}.wc-block-components-radio-control__option:first-child{margin-top:0}.wc-block-components-radio-control__option:last-child{margin-bottom:0}.wc-block-components-radio-control__option-layout{display:table;width:100%}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{text-align:right;min-width:50%}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:max(1.5rem,24px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #50575e;border-radius:50%;display:inline-block;height:1.5em;min-height:24px;min-width:24px;width:1.5em;position:absolute;left:0;top:50%;transform:translateY(-50%)}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#000;border-radius:50%;content:"";display:block;height:.75em;left:50%;margin:0;min-height:12px;min-width:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.75em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{border-color:hsla(0,0%,100%,.6);background-color:rgba(0,0,0,.1)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked{border-width:2px}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background-color:var(--form--color-text)}.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after{display:none}.is-loading .wc-block-components-review-list-item__text{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;display:block;width:60%}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__text:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;font-size:1em;width:80px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before{content:" "}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;height:1em;width:120px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before{content:" "}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{margin:0 0 48px;list-style:none}.wc-block-components-review-list-item__info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info{-ms-grid-columns:calc(3em + 16px) 1fr;grid-template-columns:calc(3em + 16px) 1fr}.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{align-items:center;display:flex;height:3em;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;justify-content:center;position:relative;width:3em}.wc-block-components-review-list-item__image>img{display:block;max-height:100%;-o-object-fit:contain;object-fit:contain}.wc-block-components-review-list-item__verified{width:21px;height:21px;text-indent:21px;margin:0;line-height:21px;overflow:hidden;position:absolute;right:-7px;bottom:-7px}.wc-block-components-review-list-item__verified:before{width:21px;height:21px;background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;display:block;content:""}.wc-block-components-review-list-item__meta{display:flex;align-items:center;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{order:3;content:"";flex-basis:100%}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;order:1;margin-right:8px}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;order:4}.wc-block-components-review-list-item__published-date{order:5}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date{padding-left:8px;position:relative}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{content:"";display:inline-block;margin-left:-8px;border-right:1px solid;opacity:.5;height:1em;vertical-align:middle;position:absolute;top:calc(50% + .1em);transform:translateY(-50%)}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{font-size:1em;display:block;top:0;overflow:hidden;position:relative;height:1em;line-height:1;width:5.3em;font-family:star;font-weight:400}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"SSSSS";opacity:.25;float:left;top:0;left:0;position:absolute}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{content:"SSSSS";top:0;position:absolute;left:0;color:#e6a237}.wc-block-components-review-list-item__text p{font-size:inherit}.wc-block-components-review-list.wc-block-components-review-list{margin:0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%}.wc-block-components-sidebar .wc-block-components-panel>h2{font-size:1em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-panel,.is-large .wc-block-components-sidebar .wc-block-components-totals-item{padding-left:16px;padding-right:16px}.is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item{padding:0}.wc-block-components-sidebar .wc-block-components-panel>h2{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wc-block-components-sidebar .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{margin-right:12px;display:inline-block;font-weight:400}.wc-block-components-sort-select__select{font-size:inherit;width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-spinner{position:absolute;width:100%;height:100%;color:inherit;box-sizing:content-box;text-align:center;font-size:1.25em}.wc-block-components-spinner:after{content:" ";position:absolute;top:50%;left:50%;margin:-.5em 0 0 -.5em;width:1em;height:1em;box-sizing:border-box;transform-origin:50% 50%;transform:translateZ(0) scale(.5);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;border:.2em solid;border-left:.2em solid transparent;-webkit-animation:spinner__animation 1s linear infinite;animation:spinner__animation 1s linear infinite}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-tabs .wc-block-components-tabs__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item{border:none;flex:auto;background:0 0;padding:12px 16px;color:inherit;outline-offset:-1px;text-align:center;transition:box-shadow .1s linear;box-shadow:inset 0 -1px currentColor;border-radius:0}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active{box-shadow:inset 0 -3px currentColor;font-weight:600;position:relative}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus{outline-offset:-1px;outline:1px dotted currentColor}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover{background:0 0}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content{font-size:1em;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block;font-weight:700}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg{height:1.2em;vertical-align:middle;margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons{margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:1.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__content{padding:16px 0;text-transform:none}.wc-block-components-form .wc-block-components-text-input,.wc-block-components-text-input{position:relative;margin-top:1.5em;white-space:nowrap}.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;line-height:1.375;color:#757575;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);cursor:text}.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-form .wc-block-components-text-input label,.wc-block-components-text-input label{transition:none}}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input.is-active label,.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-form .wc-block-components-text-input input[type=email],.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-form .wc-block-components-text-input input[type=tel],.wc-block-components-form .wc-block-components-text-input input[type=text],.wc-block-components-form .wc-block-components-text-input input[type=url],.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{font-size:1em;background-color:#fff;padding:.75em 0;text-indent:16px;border-radius:4px;border:1px solid #50575e;width:100%;line-height:1.375;font-family:inherit;margin:0;box-sizing:border-box;height:3em;min-height:0;color:#2b2d2f}.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=number]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff;color:#2b2d2f;outline:0;box-shadow:0 0 0 1px #50575e}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=number],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,.has-dark-controls .wc-block-components-text-input input[type=email]:focus,.has-dark-controls .wc-block-components-text-input input[type=number]:focus,.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,.has-dark-controls .wc-block-components-text-input input[type=text]:focus,.has-dark-controls .wc-block-components-text-input input[type=url]:focus{background-color:rgba(0,0,0,.1);color:#fff;box-shadow:0 0 0 1px hsla(0,0%,100%,.4)}.wc-block-components-form .wc-block-components-text-input input[type=number],.wc-block-components-text-input input[type=number]{-moz-appearance:textfield}.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=number],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em}.wc-block-components-form .wc-block-components-text-input.has-error input,.wc-block-components-form .wc-block-components-text-input.has-error input:active,.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-form .wc-block-components-text-input.has-error input:hover,.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#cc1818}.wc-block-components-form .wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:focus{box-shadow:0 0 0 1px #cc1818}.wc-block-components-form .wc-block-components-text-input.has-error label,.wc-block-components-text-input.has-error label{color:#cc1818}.wc-block-components-form .wc-block-components-text-input:only-child,.wc-block-components-text-input:only-child{margin-top:1.5em}.wc-block-components-textarea{font-size:1em;background-color:#fff;border:1px solid #50575e;border-radius:4px;color:#2b2d2f;font-family:inherit;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsla(0,0%,100%,.6)}.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);color:#fff}.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;font-size:1.25em;word-break:break-word}.wc-block-components-notices{display:block;margin-bottom:2em}.wc-block-components-notices .wc-block-components-notices__notice{margin:0;display:flex;flex-wrap:nowrap}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;padding:0;margin:0 0 0 auto;border:0;outline:0;color:currentColor}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:currentColor;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.theme-twentytwenty .wc-block-components-notices__notice,.theme-twentytwentyone .wc-block-components-notices__notice{padding:1.5rem 3rem}.wc-block-components-notices__snackbar{position:fixed;bottom:20px;left:16px;width:auto}@media(max-width:782px){.wc-block-components-notices__snackbar{position:fixed;top:10px;left:0;bottom:auto}}@media(max-width:782px){.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-validation-error{font-size:.75em;color:#cc1818;max-width:100%;white-space:normal}.wc-block-components-validation-error>p{margin:0;padding:4px 0 0}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:0;margin:0;overflow:hidden;text-align:center}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{width:100%;height:48px}.wc-block-components-express-payment--checkout{margin-top:5px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-top:1px solid;border-radius:5px 0 0;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:10px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-right:1px solid;border-top:1px solid;border-radius:0 5px 0 0;content:"";display:block;height:4px;margin-left:12px;opacity:.3;pointer-events:none;flex-grow:1}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{position:relative;padding:1.5em 23px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;border-radius:0 0 5px 5px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li{display:inline-block;width:50%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:only-child{display:block;width:100%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n){padding-left:8px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd){padding-right:8px}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{display:flex;align-items:center;text-align:center;padding:0 24px;margin:24px 0}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{content:" ";flex:1;border-bottom:1px solid;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description{display:block;margin:.25em 0 1em}.components-notice.wc-block-checkout__no-payment-methods-notice{margin-bottom:16px}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{position:relative;margin-bottom:1.5em;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{font-size:1em;line-height:1.375;background-color:#fff;padding:.75em 0 .75em 16px;border-radius:4px;border:1px solid #50575e;width:100%;font-family:inherit;margin:0;box-sizing:border-box;height:3em;color:#2b2d2f;cursor:text}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;color:#757575;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 24px);cursor:text}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{position:static;margin-top:-24px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#cc1818}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#cc1818}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option{padding-left:56px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{content:none}.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input{left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control__option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child{margin:0;padding-bottom:1em;padding-top:1em}.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked{font-weight:700}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,.wc-block-checkout__payment-method .wc-block-components-radio-control__option{position:relative}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after{border-style:solid;border-width:1px 1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after,.wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after{border-width:1px}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after{border-width:0}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label{display:flex;align-items:center;justify-content:flex-start}.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img{height:24px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option{padding-left:16px}.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input{display:none}.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned{padding-top:14px;height:28px}.wc-block-components-radio-control-accordion-content{padding:0 16px 1em}.wc-block-components-radio-control-accordion-content:empty{display:none}.wc-block-checkout__order-notes .wc-block-components-checkout-step__content{padding-bottom:0}.is-medium .wc-block-cart__sidebar,.is-mobile .wc-block-cart__sidebar,.is-small .wc-block-cart__sidebar{margin-bottom:24px;order:0}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart__submit{position:relative;margin:0 0 16px}.wc-block-cart__submit-button{width:100%;margin:0;box-sizing:border-box}.wc-block-cart .wc-block-cart__submit-container{padding:0}@media(min-width:783px){.wc-block-cart .wc-block-cart__submit-container--sticky{display:none}}@media(max-width:782px){.wc-block-cart .wc-block-cart__submit-container--sticky{background:#fff;bottom:0;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart .wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:hsla(0,0%,80%,.5);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-error .wc-block-checkout-error__image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-checkout-error .wc-block-checkout-error__title{display:block;margin:0;font-weight:700}.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.wc-block-checkout-empty{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-checkout-empty .wc-block-checkout-empty__title{display:block;margin:0;font-weight:700}.wc-block-checkout-empty .wc-block-checkout-empty__description{display:block;margin:.25em 0 1em}.wc-block-checkout__actions{display:flex;justify-content:space-between;align-items:center}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:50%;padding:1em;height:auto}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text{line-height:24px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-large .wc-block-checkout__actions{position:relative;padding:1.5em 0}.is-large .wc-block-checkout__actions:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__form{margin:0;max-width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{content:"";clear:both;display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#1e1e1e;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option{position:relative;margin:0;padding:.75em 0 .75em 2.5em}.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice{margin:.75em 0}.wc-block-checkout__terms{margin:1.5em 0}.wc-block-checkout__terms textarea{top:-5px;position:relative}.wc-block-checkout__terms.wc-block-checkout__terms--disabled{opacity:.6}.wc-block-checkout__sidebar .wc-block-components-product-name{display:block;color:inherit;flex-grow:1;flex-basis:0}.wc-block-checkout__sidebar .wc-block-components-totals-footer-item{margin:0;padding:0}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:24px;order:0}.wc-block-checkout__add-note{margin:1.5em 0}.is-medium .wc-block-checkout__add-note,.is-mobile .wc-block-checkout__add-note,.is-small .wc-block-checkout__add-note{position:relative;margin-bottom:1em;margin-top:1em;padding:1em 0}.is-medium .wc-block-checkout__add-note:after,.is-mobile .wc-block-checkout__add-note:after,.is-small .wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-checkout__order-notes.wc-block-components-checkout-step{padding-left:0}.wp-block-woocommerce-checkout{margin:0}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wp-block-woocommerce-checkout.is-loading{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{width:35%;padding-left:2.2641509434%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block{width:65%;padding-right:3.7735849057%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{box-sizing:border-box;margin:0}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;margin:0 0 1.5em;display:none}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>*{visibility:hidden}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div{-webkit-animation:none;animation:none}}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block{min-height:10em;display:block}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block{min-height:24em;display:block}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block{width:50%;min-height:4em;margin-left:50%;display:block}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block{min-height:47em;display:block}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{font-size:1em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button{font-weight:400}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:16px;padding-right:16px}@media only screen and (max-width:700px){.wp-block-woocommerce-checkout.is-loading{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block{padding:0;width:100%}.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item{padding-left:0;padding-right:0}}.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wp-block-woocommerce-featured-category{background-color:transparent;border-color:transparent;color:#fff;box-sizing:border-box}.wc-block-featured-category{background-color:inherit;align-content:center;align-items:center;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-category.has-background-dim .background-dim__overlay:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:inherit;border-radius:inherit;opacity:.5;z-index:1}.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-category__selection{width:100%}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title,.wc-block-featured-category.has-left-content .wc-block-featured-category__variation{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title,.wc-block-featured-category.has-right-content .wc-block-featured-category__variation{margin-right:0;text-align:right}.wc-block-featured-category.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-category__description,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category__description a,.wc-block-featured-category__description a:active,.wc-block-featured-category__description a:focus,.wc-block-featured-category__description a:hover,.wc-block-featured-category__price a,.wc-block-featured-category__price a:active,.wc-block-featured-category__price a:focus,.wc-block-featured-category__price a:hover,.wc-block-featured-category__title a,.wc-block-featured-category__title a:active,.wc-block-featured-category__title a:focus,.wc-block-featured-category__title a:hover,.wc-block-featured-category__variation a,.wc-block-featured-category__variation a:active,.wc-block-featured-category__variation a:focus,.wc-block-featured-category__variation a:hover{color:#fff}.wc-block-featured-category__description,.wc-block-featured-category__link,.wc-block-featured-category__price,.wc-block-featured-category__title,.wc-block-featured-category__variation{color:inherit;width:100%;padding:0 48px 16px;z-index:1}.wc-block-featured-category .wc-block-featured-category__background-image{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:none;object-fit:none}.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-category__description{color:inherit}.wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wc-block-featured-category__title{color:inherit;margin-top:0}.wc-block-featured-category .wc-block-featured-category__title div{color:inherit}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;width:100%;height:100%}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}.wp-block-woocommerce-featured-product{border-color:transparent;color:#fff;box-sizing:border-box;background-color:transparent}.wc-block-featured-product{background-color:inherit;align-content:center;align-items:center;background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;justify-content:center;margin:0;overflow:hidden;position:relative;width:100%}.wc-block-featured-product.has-background-dim .background-dim__overlay:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:inherit;border-radius:inherit;opacity:.5;z-index:1}.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before{opacity:.1}.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before{opacity:.2}.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before{opacity:.3}.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before{opacity:.4}.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before{opacity:.5}.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before{opacity:.6}.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before{opacity:.7}.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before{opacity:.8}.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before{opacity:.9}.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before{opacity:1}.wc-block-featured-product__selection{width:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product.is-repeated{background-repeat:repeat;background-size:auto}.wc-block-featured-product__description,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product__description a,.wc-block-featured-product__description a:active,.wc-block-featured-product__description a:focus,.wc-block-featured-product__description a:hover,.wc-block-featured-product__price a,.wc-block-featured-product__price a:active,.wc-block-featured-product__price a:focus,.wc-block-featured-product__price a:hover,.wc-block-featured-product__title a,.wc-block-featured-product__title a:active,.wc-block-featured-product__title a:focus,.wc-block-featured-product__title a:hover,.wc-block-featured-product__variation a,.wc-block-featured-product__variation a:active,.wc-block-featured-product__variation a:focus,.wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product__description,.wc-block-featured-product__link,.wc-block-featured-product__price,.wc-block-featured-product__title,.wc-block-featured-product__variation{color:inherit;width:100%;padding:0 48px 16px;z-index:1}.wc-block-featured-product .wc-block-featured-product__background-image{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:none;object-fit:none}.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:fixed}@supports(-webkit-overflow-scrolling:touch){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax{background-attachment:scroll}}.wc-block-featured-product__description{color:inherit}.wc-block-featured-product__description p{margin:0}.wc-block-featured-product .wc-block-featured-product__title{color:inherit;margin-top:0}.wc-block-featured-product .wc-block-featured-product__title div{color:inherit}.wc-block-featured-product .wc-block-featured-product__title:before{display:none}.wc-block-featured-product__wrapper{align-content:center;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;overflow:hidden;width:100%;height:100%}.wc-block-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{margin-top:0;border:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{margin:0;line-height:1.5}.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge{align-items:center;display:flex}.wc-block-mini-cart__badge{background:0 0;border:.15em solid;border-radius:1em;box-sizing:border-box;color:inherit;font-size:.875em;font-weight:600;height:1.4285714286em;justify-content:center;margin-left:-.7142857143em;min-width:1.4285714286em;padding:0 .25em;transform:translateY(-50%);white-space:nowrap;z-index:1}.wc-block-mini-cart__icon{display:block;height:1.5em;width:1.5em}html[dir=rtl] .wc-block-mini-cart__icon{transform:scaleX(-1)}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{width:100px;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{width:100%;margin:0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:0 0;box-shadow:none;display:inline;text-shadow:none;text-decoration:underline;font-size:.75em;text-transform:none;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:0 0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;text-align:right;line-height:inherit}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata{margin-bottom:.75em}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.wc-block-cart .wc-block-components-totals-footer-item,.wc-block-cart .wc-block-components-totals-taxes{margin:0}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;min-width:84px;display:inline-block}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*,.wc-block-mini-cart__drawer.is-loading h2 span>*,.wc-block-mini-cart__drawer.is-loading th span>*{visibility:hidden}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after,.wc-block-mini-cart__drawer.is-loading h2 span:after,.wc-block-mini-cart__drawer.is-loading th span:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span,.wc-block-mini-cart__drawer.is-loading h2 span,.wc-block-mini-cart__drawer.is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:before,.wc-block-cart--is-loading th span:before,.wc-block-mini-cart__drawer.is-loading h2 span:before,.wc-block-mini-cart__drawer.is-loading th span:before{content:" "}.wc-block-cart--is-loading h2 span,.wc-block-mini-cart__drawer.is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.wc-block-cart--is-loading .wc-block-components-product-metadata>*,.wc-block-cart--is-loading .wc-block-components-product-price>*,.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-metadata:after,.wc-block-cart--is-loading .wc-block-components-product-price:after,.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-cart--is-loading .wc-block-components-quantity-selector,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;min-width:84px;display:inline-block}.wc-block-cart--is-loading .wc-block-components-product-name>*,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-components-product-name:after,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-components-product-name,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-name:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before{content:" "}.wc-block-cart--is-loading .wc-block-components-product-metadata,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-item__remove-link,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;display:block}.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-item__image>a,.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-components-product-price,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price{max-width:3em;display:block;margin-top:.25em}.wc-block-cart--is-loading .wc-block-components-product-price:before,.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before{content:" "}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;min-height:460px}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before{content:" "}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.wc-block-cart-item__total-price-and-sale-badge-wrapper{display:flex;flex-direction:column;align-items:flex-end}.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge{margin-top:4px}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row{position:relative}.is-medium table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items) .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{display:-ms-grid;display:grid;-ms-grid-columns:80px 132px;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:2;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:stretch;justify-self:stretch;padding:0 16px 16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:2;grid-row-start:2;vertical-align:bottom;padding-right:16px;-ms-grid-row-align:end;align-self:end;padding-top:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-row:1;grid-row-start:1}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-large.wc-block-cart{margin-bottom:3em}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{position:relative;padding:16px 0 16px 16px;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child{padding-right:16px}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0}.is-large.wc-block-cart .wc-block-cart__totals-title{border:0;border-radius:0;margin:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;box-shadow:none;display:inline;background:0 0;font-size:.75em;display:block;font-weight:600;padding:.25rem 0;text-align:right;text-transform:uppercase}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel){padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px 0 0}.is-large.wc-block-cart .wc-block-cart__payment-options:empty{padding:0}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block{display:none}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block{box-sizing:border-box;margin:0;padding-right:3.7735849057%;width:65%;min-height:10em}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{min-height:15em;outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{box-sizing:border-box;margin:0;padding-left:2.2641509434%;width:35%;min-height:12em}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{min-height:3em;outline:0!important;border:0!important;background-color:#ebebeb!important;color:transparent!important;width:100%;border-radius:.25rem;display:block;line-height:1;position:relative!important;overflow:hidden!important;max-width:100%!important;pointer-events:none;box-shadow:none;z-index:1;margin:0 0 1em}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>*{visibility:hidden}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after{content:" ";display:block;position:absolute;left:0;right:0;top:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,#ebebeb,#f5f5f5,#ebebeb);transform:translateX(-100%);-webkit-animation:loading__animation 1.5s ease-in-out infinite;animation:loading__animation 1.5s ease-in-out infinite}@media screen and (prefers-reduced-motion:reduce){.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block{-webkit-animation:none;animation:none}}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block{height:20em}@media only screen and (max-width:700px){.wp-block-woocommerce-cart.is-loading{padding-top:16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block{flex-direction:column;margin:0 auto 16px}.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block{padding:0;width:100%}}.wc-block-mini-cart{display:inline-block}.wc-block-mini-cart__button{align-items:center;background-color:transparent;border:none;color:inherit;display:flex;font-size:inherit;font-family:inherit;font-weight:400;padding:.75em .5em}.wc-block-mini-cart__button:hover:not([disabled]){opacity:.6}.wc-block-mini-cart__amount{display:none}.wc-block-mini-cart__tax-label{margin-right:.5em}@media screen and (min-width:768px){.wc-block-mini-cart__amount{display:initial;font-weight:600;margin-right:8px}}.modal-open .wc-block-mini-cart__button{pointer-events:none}.wc-block-mini-cart__drawer{font-size:1rem}.wc-block-mini-cart__drawer .components-modal__content{padding:0;position:relative}.wc-block-mini-cart__drawer .components-modal__header{position:absolute;top:40px;right:16px}.wc-block-mini-cart__drawer .components-modal__header button{color:inherit;z-index:9999}.wc-block-mini-cart__drawer .components-modal__header svg{fill:currentColor}.wp-block-woocommerce-mini-cart-contents{background:#fff;box-sizing:border-box;height:100vh;padding:0;justify-content:center}.wp-block-woocommerce-empty-mini-cart-contents-block,.wp-block-woocommerce-filled-mini-cart-contents-block{height:100%;display:flex;flex-direction:column}.wp-block-woocommerce-empty-mini-cart-contents-block{justify-content:center}.wp-block-woocommerce-filled-mini-cart-contents-block{justify-content:space-between}.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper{overflow-y:auto;padding:40px 16px 16px}h2.wc-block-mini-cart__title{font-size:2em;margin:40px 16px 0}.wc-block-mini-cart__items{display:flex;flex-direction:column;flex-grow:1;overflow-y:hidden;padding:16px 16px 0}.wc-block-mini-cart__items .wc-block-mini-cart__products-table{margin-bottom:auto;margin-right:-16px;overflow-y:auto;padding-right:16px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row{padding-top:8px;padding-bottom:8px}.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after{content:none}.wc-block-mini-cart__footer{border-top:1px solid #ddd;padding:24px 16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal{font-weight:600;margin-bottom:16px}.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:none;font-size:.75em;font-weight:400}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description{display:unset}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions{display:flex;gap:16px}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button{box-shadow:inset 0 0 0 1px currentColor;color:currentColor;display:none;flex-grow:1;font-weight:600}@media only screen and (min-width:480px){.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button{display:inline-flex}}.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout{flex-grow:1;font-weight:600}.wc-block-mini-cart__footer .wc-block-components-payment-method-icons{margin-top:16px}.wc-block-mini-cart__shopping-button{display:flex;justify-content:center}.wc-block-mini-cart__shopping-button a{border:2px solid;color:currentColor;font-weight:600;padding:12px 24px;text-decoration:none}.wc-block-mini-cart__shopping-button a:focus,.wc-block-mini-cart__shopping-button a:hover{background-color:#1e1e1e;border-color:#1e1e1e;color:#fff}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;margin-top:1.5em}.wc-block-components-checkbox label{align-items:flex-start;display:flex;position:relative}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{font-size:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #50575e;border-radius:2px;box-sizing:border-box;height:1.5em;width:1.5em;margin:0 16px 0 0;min-height:1.5em;min-width:1.5em;overflow:hidden;position:static;vertical-align:middle;background-color:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#fff;border-color:#50575e}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid #50575e;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before{content:""}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{border-color:hsla(0,0%,100%,.6);background-color:rgba(0,0,0,.1)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px}.wc-block-components-checkbox.has-error,.wc-block-components-checkbox.has-error a{color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover{border-color:#cc1818}.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus{outline:2px solid #cc1818;outline-offset:2px}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#000;position:absolute;margin-left:.1875em;margin-top:.0625em;width:1.125em;height:1.125em;pointer-events:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__label,.wc-block-components-checkbox>span{vertical-align:middle;line-height:1.5em}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]{background-color:#fff;border-color:var(--form--border-color);position:relative}.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked{background-color:#fff;border-color:var(--form--border-color)}.theme-twentytwentyone .wc-block-components-checkbox__mark{display:none}.wc-block-components-panel.has-border{position:relative}.wc-block-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-panel.has-border+.wc-block-components-panel.has-border:after{border-top-width:0}.wc-block-components-panel.has-border.no-top-border{position:relative}.wc-block-components-panel.has-border.no-top-border:after{border-style:solid;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;border-width:0 0 1px}.wc-block-components-panel__button{border:0;border-radius:0;vertical-align:baseline;height:auto;line-height:1;margin:.375em 0 0;padding:.375em 32px 0 0;position:relative;text-align:left;width:100%;word-break:break-word}.wc-block-components-panel__button[aria-expanded=true]{padding-bottom:.375em;margin-bottom:.375em}.wc-block-components-panel__button,.wc-block-components-panel__button:active,.wc-block-components-panel__button:focus,.wc-block-components-panel__button:hover{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:0 0;box-shadow:none}.wc-block-components-panel__button>.wc-block-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-block-components-panel__content[hidden]{display:none}.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button{background-color:inherit;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button,.theme-twentytwenty .wc-block-components-panel__button{background:none transparent;color:inherit}.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover{background:none transparent}.wc-block-components-totals-wrapper{position:relative;padding:16px 0}.wc-block-components-totals-wrapper:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.has-bottom-border:after{border-bottom-width:1px}.wc-block-components-totals-wrapper:empty{padding:0}.wc-block-components-totals-wrapper:empty:after{content:none}.wc-block-components-totals-wrapper.slot-wrapper{padding:0}.wc-block-components-totals-wrapper.slot-wrapper>*>*{position:relative;padding:16px 0}.wc-block-components-totals-wrapper.slot-wrapper>*>:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-wrapper.slot-wrapper>*>:last-child:after{border-bottom-width:0}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child{position:relative}.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-totals-item{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box}.wc-block-components-totals-item__label{flex-grow:1}.wc-block-components-totals-item__value{font-weight:700;white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin:4px 0 4px 60px;list-style:none outside;clear:both}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{max-width:50px;display:inline-block;padding:0;margin:0 .5em 0 -60px;position:relative;vertical-align:middle;border:1px solid #eee}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{display:block;height:auto;margin:0;max-width:100%;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{display:inline-block;height:1em;width:50%;min-width:200px;background:currentColor;opacity:.2}.wc-block-product-categories__button{display:flex;align-items:center;margin:0;padding:0 .5em;position:relative;overflow:hidden}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{padding:6px 8px;line-height:1.8;flex-grow:1}.wc-block-product-search .wc-block-product-search__button{display:flex;align-items:center;margin:0 0 0 6px;cursor:pointer;padding:0 .5em;position:relative;overflow:hidden}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}.wp-block-woocommerce-price-filter{border-style:none!important}.wc-block-price-filter,.wc-block-price-filter__controls,.wc-block-price-slider{border-radius:inherit;border-color:inherit}.wc-block-price-filter__controls input{border-radius:inherit!important;border-color:inherit!important;border-style:solid}.wp-block-woocommerce-attribute-filter{border-style:none!important}.wc-block-attribute-filter{margin-bottom:24px;border-radius:inherit;border-color:inherit}.wc-block-attribute-filter.style-dropdown{display:flex;gap:16px;border-radius:inherit;border-color:inherit}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0;width:100%}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-block-attribute-filter-dropdown{flex-grow:1;max-width:unset;width:0;border-radius:inherit;border-color:inherit}.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,.wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count{opacity:.6}.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper{height:100%;border-radius:inherit;border-color:inherit}.wc-block-stock-filter{margin-bottom:24px}.wc-block-stock-filter .wc-block-stock-filter-list{margin:0}.wc-block-stock-filter .wc-block-stock-filter-list li label{cursor:pointer}.wc-block-stock-filter .wc-block-stock-filter-list li input{cursor:pointer;display:inline-block}.wc-block-stock-filter .is-single,.wc-block-stock-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list{opacity:.6}.wc-block-stock-filter .wc-block-stock-filter__button{margin-top:8px}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{font-size:1em;float:right;border:none;padding:0;text-decoration:underline;cursor:pointer}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:0 0;color:inherit}.wc-block-active-filters .wc-block-active-filters__list{margin:0 0 4px;padding:0;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li{margin:0;padding:0;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li ul{margin:0;padding:0;list-style:none outside}.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list-item-type{font-size:.75em;text-transform:uppercase;letter-spacing:.1em;margin:16px 0 0;display:block}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-weight:400;font-style:italic}.wc-block-active-filters .wc-block-active-filters__list-item-name{font-weight:700;display:block;position:relative;padding:0 16px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-remove{background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:16px;width:16px;padding:0;position:absolute;right:0;top:50%;margin:-8px 0 0;color:currentColor}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em}@-webkit-keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes loading__animation{to{transform:translateX(100%)}}@keyframes loading__animation{to{transform:translateX(100%)}}:where(div[data-block-name="woocommerce/legacy-template"]){margin-left:auto;margin-right:auto;max-width:1000px}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}@font-face{font-display:swap;font-family:'trx_addons_icons';src:url('/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?95392022');src:url('/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.eot?95392022#iefix') format('embedded-opentype'),url('/wp-content/plugins/trx_addons/css/font-icons/font/trx_addons_icons.svg?95392022#trx_addons_icons') format('svg');font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:'trx_addons_icons';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCMJXkAAAD8AAAAVE9TLzI+aVPiAAABUAAAAFZjbWFwkL+k6wAAAagAAAxmY3Z0IAdn/nIAAPRgAAAAIGZwZ22KkZBZAAD0gAAAC3BnYXNwAAAAEAAA9FgAAAAIZ2x5Zn/963AAAA4QAADV2mhlYWQMuO7bAADj7AAAADZoaGVhCDsFJgAA5CQAAAAkaG10eK2m/v4AAORIAAADHGxvY2HK9wO3AADnZAAAAZBtYXhwBBYOHgAA6PQAAAAgbmFtZbCvFeIAAOkUAAADLXBvc3QOwLCWAADsRAAACBJwcmVw5UErvAAA//AAAACGAAEAAAAKADAAPgACbGF0bgAOREZMVAAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEDcgGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQOgA8pgDUv9qAFoDmwDfAAAAAQAAAAAAAAAAAAUAAAADAAAALAAAAAQAAAMOAAEAAAAAAggAAwABAAAALAADAAoAAAMOAAQB3AAAABAAEAADAADoiOiN6JHow+kS8PXymP//AADoAOiK6JDok+kP8PXymP//AAAAAAAAAAAAAAAAAAAAAQAQASABJgEoAYgBjgGOAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgACEAIgAjACQAJQAmACcAKAApACoAKwAsAC0ALgAvADAAMQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwBEAEUARgBHAEgASQBKAEsATABNAE4ATwBQAFEAUgBTAFQAVQBWAFcAWABZAFoAWwBcAF0AXgBfAGAAYQBiAGMAZABlAGYAZwBoAGkAagBrAGwAbQBuAG8AcABxAHIAcwB0AHUAdgB3AHgAeQB6AHsAfAB9AH4AfwCAAIEAggCDAIQAhQCGAIcAiACJAIoAiwCMAI0AjgCPAJAAkQCSAJMAlACVAJYAlwCYAJkAmgCbAJwAnQCeAJ8AoAChAKIAowCkAKUApgCnAKgAqQCqAKsArACtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAAACVgAAAAAAAAAxgAA6AAAAOgAAAAAAQAA6AEAAOgBAAAAAgAA6AIAAOgCAAAAAwAA6AMAAOgDAAAABAAA6AQAAOgEAAAABQAA6AUAAOgFAAAABgAA6AYAAOgGAAAABwAA6AcAAOgHAAAACAAA6AgAAOgIAAAACQAA6AkAAOgJAAAACgAA6AoAAOgKAAAACwAA6AsAAOgLAAAADAAA6AwAAOgMAAAADQAA6A0AAOgNAAAADgAA6A4AAOgOAAAADwAA6A8AAOgPAAAAEAAA6BAAAOgQAAAAEQAA6BEAAOgRAAAAEgAA6BIAAOgSAAAAEwAA6BMAAOgTAAAAFAAA6BQAAOgUAAAAFQAA6BUAAOgVAAAAFgAA6BYAAOgWAAAAFwAA6BcAAOgXAAAAGAAA6BgAAOgYAAAAGQAA6BkAAOgZAAAAGgAA6BoAAOgaAAAAGwAA6BsAAOgbAAAAHAAA6BwAAOgcAAAAHQAA6B0AAOgdAAAAHgAA6B4AAOgeAAAAHwAA6B8AAOgfAAAAIAAA6CAAAOggAAAAIQAA6CEAAOghAAAAIgAA6CIAAOgiAAAAIwAA6CMAAOgjAAAAJAAA6CQAAOgkAAAAJQAA6CUAAOglAAAAJgAA6CYAAOgmAAAAJwAA6CcAAOgnAAAAKAAA6CgAAOgoAAAAKQAA6CkAAOgpAAAAKgAA6CoAAOgqAAAAKwAA6CsAAOgrAAAALAAA6CwAAOgsAAAALQAA6C0AAOgtAAAALgAA6C4AAOguAAAALwAA6C8AAOgvAAAAMAAA6DAAAOgwAAAAMQAA6DEAAOgxAAAAMgAA6DIAAOgyAAAAMwAA6DMAAOgzAAAANAAA6DQAAOg0AAAANQAA6DUAAOg1AAAANgAA6DYAAOg2AAAANwAA6DcAAOg3AAAAOAAA6DgAAOg4AAAAOQAA6DkAAOg5AAAAOgAA6DoAAOg6AAAAOwAA6DsAAOg7AAAAPAAA6DwAAOg8AAAAPQAA6D0AAOg9AAAAPgAA6D4AAOg+AAAAPwAA6D8AAOg/AAAAQAAA6EAAAOhAAAAAQQAA6EEAAOhBAAAAQgAA6EIAAOhCAAAAQwAA6EMAAOhDAAAARAAA6EQAAOhEAAAARQAA6EUAAOhFAAAARgAA6EYAAOhGAAAARwAA6EcAAOhHAAAASAAA6EgAAOhIAAAASQAA6EkAAOhJAAAASgAA6EoAAOhKAAAASwAA6EsAAOhLAAAATAAA6EwAAOhMAAAATQAA6E0AAOhNAAAATgAA6E4AAOhOAAAATwAA6E8AAOhPAAAAUAAA6FAAAOhQAAAAUQAA6FEAAOhRAAAAUgAA6FIAAOhSAAAAUwAA6FMAAOhTAAAAVAAA6FQAAOhUAAAAVQAA6FUAAOhVAAAAVgAA6FYAAOhWAAAAVwAA6FcAAOhXAAAAWAAA6FgAAOhYAAAAWQAA6FkAAOhZAAAAWgAA6FoAAOhaAAAAWwAA6FsAAOhbAAAAXAAA6FwAAOhcAAAAXQAA6F0AAOhdAAAAXgAA6F4AAOheAAAAXwAA6F8AAOhfAAAAYAAA6GAAAOhgAAAAYQAA6GEAAOhhAAAAYgAA6GIAAOhiAAAAYwAA6GMAAOhjAAAAZAAA6GQAAOhkAAAAZQAA6GUAAOhlAAAAZgAA6GYAAOhmAAAAZwAA6GcAAOhnAAAAaAAA6GgAAOhoAAAAaQAA6GkAAOhpAAAAagAA6GoAAOhqAAAAawAA6GsAAOhrAAAAbAAA6GwAAOhsAAAAbQAA6G0AAOhtAAAAbgAA6G4AAOhuAAAAbwAA6G8AAOhvAAAAcAAA6HAAAOhwAAAAcQAA6HEAAOhxAAAAcgAA6HIAAOhyAAAAcwAA6HMAAOhzAAAAdAAA6HQAAOh0AAAAdQAA6HUAAOh1AAAAdgAA6HYAAOh2AAAAdwAA6HcAAOh3AAAAeAAA6HgAAOh4AAAAeQAA6HkAAOh5AAAAegAA6HoAAOh6AAAAewAA6HsAAOh7AAAAfAAA6HwAAOh8AAAAfQAA6H0AAOh9AAAAfgAA6H4AAOh+AAAAfwAA6H8AAOh/AAAAgAAA6IAAAOiAAAAAgQAA6IEAAOiBAAAAggAA6IIAAOiCAAAAgwAA6IMAAOiDAAAAhAAA6IQAAOiEAAAAhQAA6IUAAOiFAAAAhgAA6IYAAOiGAAAAhwAA6IcAAOiHAAAAiAAA6IgAAOiIAAAAiQAA6IoAAOiKAAAAigAA6IsAAOiLAAAAiwAA6IwAAOiMAAAAjAAA6I0AAOiNAAAAjQAA6JAAAOiQAAAAjgAA6JEAAOiRAAAAjwAA6JMAAOiTAAAAkAAA6JQAAOiUAAAAkQAA6JUAAOiVAAAAkgAA6JYAAOiWAAAAkwAA6JcAAOiXAAAAlAAA6JgAAOiYAAAAlQAA6JkAAOiZAAAAlgAA6JoAAOiaAAAAlwAA6JsAAOibAAAAmAAA6JwAAOicAAAAmQAA6J0AAOidAAAAmgAA6J4AAOieAAAAmwAA6J8AAOifAAAAnAAA6KAAAOigAAAAnQAA6KEAAOihAAAAngAA6KIAAOiiAAAAnwAA6KMAAOijAAAAoAAA6KQAAOikAAAAoQAA6KUAAOilAAAAogAA6KYAAOimAAAAowAA6KcAAOinAAAApAAA6KgAAOioAAAApQAA6KkAAOipAAAApgAA6KoAAOiqAAAApwAA6KsAAOirAAAAqAAA6KwAAOisAAAAqQAA6K0AAOitAAAAqgAA6K4AAOiuAAAAqwAA6K8AAOivAAAArAAA6LAAAOiwAAAArQAA6LEAAOixAAAArgAA6LIAAOiyAAAArwAA6LMAAOizAAAAsAAA6LQAAOi0AAAAsQAA6LUAAOi1AAAAsgAA6LYAAOi2AAAAswAA6LcAAOi3AAAAtAAA6LgAAOi4AAAAtQAA6LkAAOi5AAAAtgAA6LoAAOi6AAAAtwAA6LsAAOi7AAAAuAAA6LwAAOi8AAAAuQAA6L0AAOi9AAAAugAA6L4AAOi+AAAAuwAA6L8AAOi/AAAAvAAA6MAAAOjAAAAAvQAA6MEAAOjBAAAAvgAA6MIAAOjCAAAAvwAA6MMAAOjDAAAAwAAA6Q8AAOkPAAAAwQAA6RAAAOkQAAAAwgAA6REAAOkRAAAAwwAA6RIAAOkSAAAAxAAA8PUAAPD1AAAAxQAA8pgAAPKYAAAAxgAA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bgBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMAB0AHIAeABfAGEAZABkAG8AbgBzAF8AaQBjAG8AbgBzAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMcBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAAFc3BpbjMFc3BpbjUFc2hhcmUDYWRuB2FuZHJvaWQJYW5nZWxsaXN0BWFwcGxlB2JlaGFuY2UJYml0YnVja2V0CmJ1eXNlbGxhZHMCY2MIY29kZW9wZW4OY29ubmVjdGRldmVsb3AEY3NzMwhkYXNoY3ViZQlkZWxpY2lvdXMKZGV2aWFudGFydARkaWdnCGRyaWJiYmxlB2Ryb3Bib3gGZHJ1cGFsCGZhY2Vib29rBmZsaWNrcghmb3J1bWJlZQpmb3Vyc3F1YXJlA2dpdAZnaXRodWIGZ29vZ2xlBWdwbHVzB2d3YWxsZXQLaGFja2VyLW5ld3MFaHRtbDUJaW5zdGFncmFtB2lveGhvc3QGam9vbWxhCGpzZmlkZGxlBmxhc3RmbQdsZWFucHViCGxpbmtlZGluBWxpbnV4Bm1heGNkbghtZWFucGF0aAZvcGVuaWQJcGFnZWxpbmVzBnBheXBhbA5waWVkLXBpcGVyLWFsdAlwaW50ZXJlc3QCcXEGcmVkZGl0BnJlbnJlbgZzZWxsc3kMc2hpcnRzaW5idWxrC3NpbXBseWJ1aWx0CHNreWF0bGFzBXNreXBlBXNsYWNrCnNsaWRlc2hhcmUNc3RhY2tvdmVyZmxvdwVzdGVhbQtzdHVtYmxldXBvbg10ZW5jZW50LXdlaWJvBnRyZWxsbwZ0dW1ibHIGdHdpdGNoB3R3aXR0ZXIEdmluZQl2a29udGFrdGUGd2VjaGF0CHdoYXRzYXBwBXdlaWJvB3dpbmRvd3MJd29yZHByZXNzBHhpbmcEeWVscAd5b3V0dWJlBXlhaG9vBmNpcmNsZQVsZW1vbgpzb3VuZGNsb3VkDmdvb2dsZS1jaXJjbGVzB2xvZ28tZGIGc3dlZGVuCGV2ZXJub3RlBWhlYXJ0C2hlYXJ0LWVtcHR5A2V5ZQdjb21tZW50BGRvd24EbGVmdAVyaWdodAJ1cAZwZW5jaWwJc2hhcmVhYmxlBXRvb2xzBmJhc2tldAVyZXBseQlyZXBseS1hbGwHZm9yd2FyZARlZGl0CGZlYXRoZXIzBGNvZGUGYXR0YWNoBGxvY2sJbG9jay1vcGVuA3BpbgRob21lBGxpbmsGdW5saW5rCGRvd25sb2FkBG1haWwEc3RhcgpzdGFyLWVtcHR5CHVzZXItYWx0CXVzZXItcGx1cwp1c2VyLXRpbWVzC3VzZXJzLWdyb3VwAm9rBmRlbGV0ZQRwbHVzBW1pbnVzCm9rLWNpcmNsZWQOZGVsZXRlLWNpcmNsZWQMcGx1cy1jaXJjbGVkDW1pbnVzLWNpcmNsZWQEaGVscAxoZWxwLWNpcmNsZWQMaW5mby1jaXJjbGVkBGluZm8JYXR0ZW50aW9uEWF0dGVudGlvbi1jaXJjbGVkCWRvd24tbWluaQlsZWZ0LW1pbmkKcmlnaHQtbWluaQd1cC1taW5pA3JzcwtzbGlkZXItbGVmdAxzbGlkZXItcmlnaHQDZ3BzB21vbml0b3IFbW91c2UHZmVhdGhlcgZjYW1lcmEEbGFtcAl0ZWxlcGhvbmUFcHJpbnQGZXhwb3J0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') format('truetype')}[class^=trx_addons_icon-]:before,[class*=" trx_addons_icon-"]:before{font-family:"trx_addons_icons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.trx_addons_icon-spin3:before{content:'\e800'}.trx_addons_icon-spin5:before{content:'\e801'}.trx_addons_icon-share:before{content:'\e802'}.trx_addons_icon-adn:before{content:'\e803'}.trx_addons_icon-android:before{content:'\e804'}.trx_addons_icon-angellist:before{content:'\e805'}.trx_addons_icon-apple:before{content:'\e806'}.trx_addons_icon-behance:before{content:'\e807'}.trx_addons_icon-bitbucket:before{content:'\e808'}.trx_addons_icon-buysellads:before{content:'\e809'}.trx_addons_icon-cc:before{content:'\e80a'}.trx_addons_icon-codeopen:before{content:'\e80b'}.trx_addons_icon-connectdevelop:before{content:'\e80c'}.trx_addons_icon-css3:before{content:'\e80d'}.trx_addons_icon-dashcube:before{content:'\e80e'}.trx_addons_icon-delicious:before{content:'\e80f'}.trx_addons_icon-deviantart:before{content:'\e810'}.trx_addons_icon-digg:before{content:'\e811'}.trx_addons_icon-dribbble:before{content:'\e812'}.trx_addons_icon-dropbox:before{content:'\e813'}.trx_addons_icon-drupal:before{content:'\e814'}.trx_addons_icon-facebook:before{content:'\e815'}.trx_addons_icon-flickr:before{content:'\e816'}.trx_addons_icon-forumbee:before{content:'\e817'}.trx_addons_icon-foursquare:before{content:'\e818'}.trx_addons_icon-git:before{content:'\e819'}.trx_addons_icon-github:before{content:'\e81a'}.trx_addons_icon-google:before{content:'\e81b'}.trx_addons_icon-gplus:before{content:'\e81c'}.trx_addons_icon-gwallet:before{content:'\e81d'}.trx_addons_icon-hacker-news:before{content:'\e81e'}.trx_addons_icon-html5:before{content:'\e81f'}.trx_addons_icon-instagram:before{content:'\e820'}.trx_addons_icon-ioxhost:before{content:'\e821'}.trx_addons_icon-joomla:before{content:'\e822'}.trx_addons_icon-jsfiddle:before{content:'\e823'}.trx_addons_icon-lastfm:before{content:'\e824'}.trx_addons_icon-leanpub:before{content:'\e825'}.trx_addons_icon-linkedin:before{content:'\e826'}.trx_addons_icon-linux:before{content:'\e827'}.trx_addons_icon-maxcdn:before{content:'\e828'}.trx_addons_icon-meanpath:before{content:'\e829'}.trx_addons_icon-openid:before{content:'\e82a'}.trx_addons_icon-pagelines:before{content:'\e82b'}.trx_addons_icon-paypal:before{content:'\e82c'}.trx_addons_icon-pied-piper-alt:before{content:'\e82d'}.trx_addons_icon-pinterest:before{content:'\e82e'}.trx_addons_icon-qq:before{content:'\e82f'}.trx_addons_icon-reddit:before{content:'\e830'}.trx_addons_icon-renren:before{content:'\e831'}.trx_addons_icon-sellsy:before{content:'\e832'}.trx_addons_icon-shirtsinbulk:before{content:'\e833'}.trx_addons_icon-simplybuilt:before{content:'\e834'}.trx_addons_icon-skyatlas:before{content:'\e835'}.trx_addons_icon-skype:before{content:'\e836'}.trx_addons_icon-slack:before{content:'\e837'}.trx_addons_icon-slideshare:before{content:'\e838'}.trx_addons_icon-stackoverflow:before{content:'\e839'}.trx_addons_icon-steam:before{content:'\e83a'}.trx_addons_icon-stumbleupon:before{content:'\e83b'}.trx_addons_icon-tencent-weibo:before{content:'\e83c'}.trx_addons_icon-trello:before{content:'\e83d'}.trx_addons_icon-tumblr:before{content:'\e83e'}.trx_addons_icon-twitch:before{content:'\e83f'}.trx_addons_icon-twitter:before{content:'\e840'}.trx_addons_icon-vine:before{content:'\e841'}.trx_addons_icon-vkontakte:before{content:'\e842'}.trx_addons_icon-wechat:before{content:'\e843'}.trx_addons_icon-whatsapp:before{content:'\e844'}.trx_addons_icon-weibo:before{content:'\e845'}.trx_addons_icon-windows:before{content:'\e846'}.trx_addons_icon-wordpress:before{content:'\e847'}.trx_addons_icon-xing:before{content:'\e848'}.trx_addons_icon-yelp:before{content:'\e849'}.trx_addons_icon-youtube:before{content:'\e84a'}.trx_addons_icon-yahoo:before{content:'\e84b'}.trx_addons_icon-circle:before{content:'\e84c'}.trx_addons_icon-lemon:before{content:'\e84d'}.trx_addons_icon-soundcloud:before{content:'\e84e'}.trx_addons_icon-google-circles:before{content:'\e84f'}.trx_addons_icon-logo-db:before{content:'\e850'}.trx_addons_icon-sweden:before{content:'\e851'}.trx_addons_icon-evernote:before{content:'\e852'}.trx_addons_icon-heart:before{content:'\e853'}.trx_addons_icon-heart-empty:before{content:'\e854'}.trx_addons_icon-eye:before{content:'\e855'}.trx_addons_icon-comment:before{content:'\e856'}.trx_addons_icon-down:before{content:'\e857'}.trx_addons_icon-left:before{content:'\e858'}.trx_addons_icon-right:before{content:'\e859'}.trx_addons_icon-up:before{content:'\e85a'}.trx_addons_icon-pencil:before{content:'\e85b'}.trx_addons_icon-shareable:before{content:'\e85c'}.trx_addons_icon-tools:before{content:'\e85d'}.trx_addons_icon-basket:before{content:'\e85e'}.trx_addons_icon-reply:before{content:'\e85f'}.trx_addons_icon-reply-all:before{content:'\e860'}.trx_addons_icon-forward:before{content:'\e861'}.trx_addons_icon-edit:before{content:'\e862'}.trx_addons_icon-feather3:before{content:'\e863'}.trx_addons_icon-code:before{content:'\e864'}.trx_addons_icon-attach:before{content:'\e865'}.trx_addons_icon-lock:before{content:'\e866'}.trx_addons_icon-lock-open:before{content:'\e867'}.trx_addons_icon-pin:before{content:'\e868'}.trx_addons_icon-home:before{content:'\e869'}.trx_addons_icon-link:before{content:'\e86a'}.trx_addons_icon-unlink:before{content:'\e86b'}.trx_addons_icon-download:before{content:'\e86c'}.trx_addons_icon-mail:before{content:'\e86d'}.trx_addons_icon-star:before{content:'\e86e'}.trx_addons_icon-star-empty:before{content:'\e86f'}.trx_addons_icon-user-alt:before{content:'\e870'}.trx_addons_icon-user-plus:before{content:'\e871'}.trx_addons_icon-user-times:before{content:'\e872'}.trx_addons_icon-users-group:before{content:'\e873'}.trx_addons_icon-ok:before{content:'\e874'}.trx_addons_icon-delete:before{content:'\e875'}.trx_addons_icon-plus:before{content:'\e876'}.trx_addons_icon-minus:before{content:'\e877'}.trx_addons_icon-ok-circled:before{content:'\e878'}.trx_addons_icon-delete-circled:before{content:'\e879'}.trx_addons_icon-plus-circled:before{content:'\e87a'}.trx_addons_icon-minus-circled:before{content:'\e87b'}.trx_addons_icon-help:before{content:'\e87c'}.trx_addons_icon-help-circled:before{content:'\e87d'}.trx_addons_icon-info-circled:before{content:'\e87e'}.trx_addons_icon-info:before{content:'\e87f'}.trx_addons_icon-attention:before{content:'\e880'}.trx_addons_icon-attention-circled:before{content:'\e881'}.trx_addons_icon-down-mini:before{content:'\e882'}.trx_addons_icon-left-mini:before{content:'\e883'}.trx_addons_icon-right-mini:before{content:'\e884'}.trx_addons_icon-up-mini:before{content:'\e885'}.trx_addons_icon-rss:before{content:'\e886'}.trx_addons_icon-slider-left:before{content:'\e887'}.trx_addons_icon-slider-right:before{content:'\e888'}.trx_addons_icon-gps:before{content:'\e88a'}.trx_addons_icon-monitor:before{content:'\e88b'}.trx_addons_icon-mouse:before{content:'\e88c'}.trx_addons_icon-feather:before{content:'\e88d'}.trx_addons_icon-camera:before{content:'\e890'}.trx_addons_icon-lamp:before{content:'\e891'}.trx_addons_icon-telephone:before{content:'\e893'}.trx_addons_icon-print:before{content:'\e894'}.trx_addons_icon-export:before{content:'\e895'}.trx_addons_icon-mute:before{content:'\e896'}.trx_addons_icon-volume:before{content:'\e897'}.trx_addons_icon-search:before{content:'\e898'}.trx_addons_icon-print2:before{content:'\e899'}.trx_addons_icon-youtube2:before{content:'\e89a'}.trx_addons_icon-asterisk:before{content:'\e89b'}.trx_addons_icon-checkbox:before{content:'\e89c'}.trx_addons_icon-circle-thin:before{content:'\e89d'}.trx_addons_icon-ellipsis:before{content:'\e89e'}.trx_addons_icon-ellipsis-vert:before{content:'\e89f'}.trx_addons_icon-off:before{content:'\e8a0'}.trx_addons_icon-scissors:before{content:'\e8a1'}.trx_addons_icon-paste:before{content:'\e8a2'}.trx_addons_icon-floppy:before{content:'\e8a3'}.trx_addons_icon-book:before{content:'\e8a4'}.trx_addons_icon-toggle-off:before{content:'\e8a5'}.trx_addons_icon-toggle-on:before{content:'\e8a6'}.trx_addons_icon-columns:before{content:'\e8a7'}.trx_addons_icon-table:before{content:'\e8a8'}.trx_addons_icon-circle-dot:before{content:'\e8a9'}.trx_addons_icon-chart-bar:before{content:'\e8aa'}.trx_addons_icon-chart-area:before{content:'\e8ab'}.trx_addons_icon-chart-pie:before{content:'\e8ac'}.trx_addons_icon-chart-line:before{content:'\e8ad'}.trx_addons_icon-certificate:before{content:'\e8ae'}.trx_addons_icon-signal:before{content:'\e8af'}.trx_addons_icon-checkbox-empty:before{content:'\e8b0'}.trx_addons_icon-gift:before{content:'\e8b1'}.trx_addons_icon-desktop:before{content:'\e8b2'}.trx_addons_icon-laptop:before{content:'\e8b3'}.trx_addons_icon-tablet:before{content:'\e8b4'}.trx_addons_icon-mobile:before{content:'\e8b5'}.trx_addons_icon-dot:before{content:'\e8b6'}.trx_addons_icon-record:before{content:'\e8b7'}.trx_addons_icon-quote-right:before{content:'\e8b8'}.trx_addons_icon-quote-left:before{content:'\e8b9'}.trx_addons_icon-feather2:before{content:'\e8ba'}.trx_addons_icon-location-outline:before{content:'\e8bb'}.trx_addons_icon-menu:before{content:'\e8bc'}.trx_addons_icon-check:before{content:'\e8bd'}.trx_addons_icon-cancel:before{content:'\e8be'}.trx_addons_icon-fire:before{content:'\e8bf'}.trx_addons_icon-fire-light:before{content:'\e8c0'}.trx_addons_icon-food-light:before{content:'\e8c1'}.trx_addons_icon-phone-2:before{content:'\e8c2'}.trx_addons_icon-map:before{content:'\e8c3'}.trx_addons_icon-arrow-down:before{content:'\e90f'}.trx_addons_icon-arrow-left:before{content:'\e910'}.trx_addons_icon-arrow-right:before{content:'\e911'}.trx_addons_icon-arrow-up:before{content:'\e912'}.trx_addons_icon-food:before{content:'\f0f5'}.trx_addons_icon-wpforms:before{content:'\f298'}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);-moz-transform:translate3d(0px,0,0);-o-transform:translate(0px,0px);-ms-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);-o-transform:translate(0px,-50%);-ms-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}#page_preloader{background-color:#f0f0f0;background-position:center;background-repeat:no-repeat;position:fixed;z-index:1000000;left:0;top:0;right:0;bottom:0;opacity:.8}.preloader_wrap{position:absolute;display:inline-block;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.preloader_wrap>div{height:10px;width:10px;background-color:#efa758}.preloader_wrap>div[class*=preloader_circ]{margin-right:5px;border-radius:50%;display:inline-block;-webkit-animation:preloader-circle .7s infinite ease-in-out;animation:preloader-circle .7s infinite ease-in-out}.preloader_wrap>div.preloader_circ2{-webkit-animation-delay:-.6s;animation-delay:-.6s}.preloader_wrap>div.preloader_circ3{-webkit-animation-delay:-.5s;animation-delay:-.5s}.preloader_wrap>div.preloader_circ4{-webkit-animation-delay:-.4s;animation-delay:-.4s}.preloader_wrap>div.preloader_circ5{-webkit-animation-delay:-.3s;animation-delay:-.3s}@-webkit-keyframes preloader-circle{0%,40%,100%{-webkit-transform:translateY(-10px)}20%{-webkit-transform:translateY(-20px)}}@keyframes preloader-circle{0%,40%,100%{transform:translateY(-10px);-webkit-transform:translateY(-10px)}20%{transform:translateY(-20px);-webkit-transform:translateY(-20px)}}.preloader_wrap .preloader_square{width:50px;height:50px}.preloader_wrap>div.preloader_square1,.preloader_wrap>div.preloader_square2{position:absolute;top:0;left:0;-webkit-animation:preloader-square 1.8s infinite ease-in-out;animation:preloader-square 1.8s infinite ease-in-out}.preloader_wrap>div.preloader_square2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes preloader-square{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes preloader-square{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0px) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.trx_addons_scroll_to_top{display:block;position:fixed;z-index:100001;width:3em;height:3em;line-height:3em;text-align:center;bottom:-4em;right:2em;background:#fff;border:1px solid #eee;cursor:pointer;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;filter:alpha(opacity=0);opacity:0;border-radius:50%}.trx_addons_scroll_to_top:before{margin:0 !important}.trx_addons_scroll_to_top.show{filter:alpha(opacity=100);opacity:1;bottom:2em}@media (max-width:959px){.trx_addons_scroll_to_top{right:1em}.trx_addons_scroll_to_top.show{bottom:1em}}.trx_addons_tabs .trx_addons_tabs_content+.trx_addons_tabs_content{display:none}.trx_addons_tabs .trx_addons_tabs_titles{list-style:none;padding:0;margin:0}.trx_addons_tabs .trx_addons_tabs_titles li:before{display:none}.trx_addons_tabs .trx_addons_tabs_titles li{display:inline-block;font-size:.8462em;line-height:1.7273em;font-weight:700;padding:0;margin:0;text-transform:uppercase;position:relative}.trx_addons_tabs .trx_addons_tabs_titles li+li{margin-left:1em}.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after{content:' ';display:block;position:absolute;left:0;right:0;bottom:0;height:2px;background-color:#000}.trx_addons_tabs .trx_addons_tabs_content{padding:0;border:none;overflow:hidden}.trx_addons_tabs_with_titles .trx_addons_tabs_content{padding-top:1.5em}a.trx_addons_popup_link:before{display:inline-block;line-height:inherit;margin-right:.4em}.trx_addons_popup{position:relative;margin:0 auto;width:460px;height:310px;background-color:#f7f7f7;color:#888;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.trx_addons_popup .mfp-close{background-color:none;color:#292929;border-bottom:1px solid #ccc;height:50px}.trx_addons_popup .trx_addons_tabs_titles{margin-right:44px}.trx_addons_popup .trx_addons_tabs_title{width:50%;margin:0 !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#ddd}.trx_addons_popup .trx_addons_tabs_title>a{display:block;width:100%;height:49px;line-height:49px;font-size:18px;font-weight:400;text-align:center}.trx_addons_popup .trx_addons_tabs_title>a>i{display:inline-block;line-height:inherit;margin-right:.5em}.trx_addons_popup .trx_addons_tabs_title[data-disabled=true] a,.trx_addons_popup .trx_addons_tabs_title[data-disabled=true] a>i{color:#a0a0a0;cursor:not-allowed}.trx_addons_popup .trx_addons_tabs_title.ui-tabs-active{background-color:#f7f7f7;border-bottom-color:transparent}.trx_addons_popup .trx_addons_tabs_title.ui-tabs-active:after{bottom:auto;top:-1px;left:-1px;height:2px}.trx_addons_popup .trx_addons_tabs_titles+.trx_addons_tabs_content,.trx_addons_popup .trx_addons_tabs_titles+.trx_addons_tabs_content+.trx_addons_tabs_content{padding:2em 1.5em;position:relative}.trx_addons_left_side,.trx_addons_right_side{display:block;float:left;width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.trx_addons_left_side{padding-right:1em}.trx_addons_right_side{padding-left:1em}.trx_addons_popup_form_wrap form{position:static}.trx_addons_popup_form_field .sc_form_field{margin-bottom:.8667em}.trx_addons_popup_form_field_remember,.trx_addons_popup_form_field_agree,.trx_addons_popup_form_field_pwd_description{font-size:.8667em;letter-spacing:0;margin:0}.trx_addons_popup_form_field_forgot_password{margin-right:1em}.trx_addons_popup_form_field_submit{clear:both;padding-top:1.5em}.trx_addons_popup_form_field_submit .submit_button{padding:1em 2em}.trx_addons_popup .wp-social-login-provider-list{padding:12px 0}.trx_addons_popup .wp-social-login-provider-list a{margin:0 2px 2px 0}@media (max-width:479px){.trx_addons_popup{width:300px;height:auto}.trx_addons_left_side,.trx_addons_right_side{display:block;float:none;width:100%;padding:0}.trx_addons_right_side{padding-top:2em}}.trx_addons_message_box{display:none;position:absolute;z-index:1000;left:50%;top:50%;max-width:80%;padding:2em;line-height:1.2em;border:1px solid #07759c;background-color:#b6ddf3;color:#07759c;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-box-shadow:4px 4px 16px 0px rgba(0,0,200,.3);-moz-box-shadow:4px 4px 16px 0px rgba(0,0,200,.3);box-shadow:4px 4px 16px 0px rgba(0,0,200,.3)}form .trx_addons_message_box{min-width:60%}.trx_addons_message_box_error{border:1px solid #a00000;background-color:#fdcdcd;color:#a00000;-webkit-box-shadow:4px 4px 16px 0px rgba(200,0,0,.3);-moz-box-shadow:4px 4px 16px 0px rgba(200,0,0,.3);box-shadow:4px 4px 16px 0px rgba(200,0,0,.3)}.trx_addons_message_box_success{border:1px solid #00a000;background-color:#cdfdcd;color:#00a000;-webkit-box-shadow:4px 4px 16px 0px rgba(0,200,0,.3);-moz-box-shadow:4px 4px 16px 0px rgba(0,200,0,.3);box-shadow:4px 4px 16px 0px rgba(0,200,0,.3)}.trx_addons_message_box p{margin:0;line-height:1.2em}.trx_addons_message_box p+p{margin-top:.2em}html{overflow-y:scroll !important}.mfp-bg{background:#fff}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#888}.mfp-figure figcaption{margin-bottom:40px !important;height:40px;padding:0 16px;overflow:hidden;background-color:rgba(255,255,255,.8)}.mfp-figure figcaption .mfp-bottom-bar{left:16px;right:16px;margin-top:-30px;width:auto}.mfp-title,.mfp-counter{color:#888}.wp-caption a[class*=magnific],.wp-caption a[class*=prettyPhoto]{display:block}.wp-caption a[class*=magnific] img,.wp-caption a[class*=prettyPhoto] img{vertical-align:top}.breadcrumbs{font-size:13px;line-height:19px;color:#f7f7f7}.breadcrumbs .breadcrumbs_item{display:inline-block;vertical-align:top;white-space:nowrap}.breadcrumbs .breadcrumbs_delimiter{display:inline-block;position:relative;margin:0 .45em;vertical-align:top;text-align:center}.breadcrumbs .breadcrumbs_delimiter:before{content:'/'}[class^=trx_addons_icon-]:before,[class*=" trx_addons_icon-"]:before{margin:0}.post_counters_likes.disabled,.comment_counters_likes.disabled{color:#e05100}.post_counters_item:before{vertical-align:middle;line-height:inherit;margin:0 .4em 0 0}.post_counters_item .post_counters_number,.comment_counters .comment_counters_number{margin:0 .25em}.socials_share{position:relative;vertical-align:top}.socials_share .socials_caption{display:inline-block;margin-right:1em}.socials_share .socials_caption:before{content:'\e802';font-family:'trx_addons_icons';margin-right:.5em}.socials_share.socials_type_drop .socials_caption{margin-right:0}.socials_share.socials_type_drop .social_items{display:none;position:absolute;z-index:1000;right:0;bottom:3em;border:1px solid #eee;background-color:#fff;padding:1em 1.5em;max-width:10em;line-height:2em}.socials_share.socials_type_drop .social_items:before{content:' ';display:block;position:absolute;z-index:1;right:20%;bottom:-5px;width:8px;height:8px;border-bottom:1px solid #eee;border-left:1px solid #eee;background-color:#fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.socials_share.socials_type_drop .social_item{display:block;text-align:left}.socials_share.socials_type_drop .social_item+.social_item{margin-left:0}.socials_share.socials_type_drop .social_item>a>span{margin-left:0;margin-right:.75em;width:1em;display:inline-block;line-height:1em}.widget_area .post_item,aside .post_item{overflow:hidden;text-align:left;margin-bottom:0;background-color:transparent;position:relative}aside .post_item+.post_item{border-top:1px solid #e5e5e5;margin-top:2.5em;padding-top:2.5em}.widget_area .post_item .post_content,aside .post_item .post_content{overflow:hidden}.widget_area .post_item .post_thumb,aside .post_item .post_thumb{float:left;width:4.6875em;height:4.6875em;margin:0 1.25em 4px 0;overflow:hidden}.widget_area .post_item .post_thumb img,aside .post_item .post_thumb img{width:100%}.widget_area .post_item .post_title,aside .post_item .post_title{margin:-2px 0 6px}.widget_area .post_item .post_info,aside .post_item .post_info{font-size:.9231em;margin-bottom:0}.widget_area .post_item .post_info .post_info_item+.post_info_item:before,aside .post_item .post_info .post_info_item+.post_info_item:before{content:"";margin:0 0 0 5px}.widget_area .post_item .post_categories,aside .post_item .post_categories{font-size:.8462em;line-height:1.5em;margin-top:-.2em;margin-bottom:1em;text-transform:uppercase;position:relative;padding-right:3em}.widget_area .post_item .post_categories .post_info_counters,aside .post_item .post_categories .post_info_counters{position:absolute;right:0;top:0}.widget_area .post_item .post_categories .post_info_counters .post_counters_label,aside .post_item .post_categories .post_info_counters .post_counters_label{display:none}aside.widget_fullwidth{padding:0 !important}aside.widget_bg_image{background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;padding:2.6429em 3.1429em}aside.widget_bg_image:before{content:' ';position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.6)}aside.widget_bg_image .widget_title,aside.widget_bg_image .widget_content{position:relative;z-index:2}aside.widget_bg_image .widget_title,aside.widget_bg_image a,aside.widget_bg_image li,aside.widget_bg_image li a{color:#fff}.trx_addons_stretch_height{min-height:100vh}.trx_addons_hidden{display:none}.trx_addons_columns_wrap{margin-left:0;margin-right:-30px}.trx_addons_columns_wrap>[class*=trx_addons_column-]{display:inline-block;vertical-align:top;position:relative;min-height:1px;padding-left:0;padding-right:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.trx_addons_columns_wrap.columns_padding_left{margin-left:-30px;margin-right:0}.trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left{padding-left:30px;padding-right:0}.trx_addons_columns_wrap.columns_padding_right{margin-left:0;margin-right:-30px}.trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right{padding-left:0;padding-right:30px}.trx_addons_columns_wrap.columns_padding_center{margin-left:-15px;margin-right:-15px}.trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center{padding-left:15px;padding-right:15px}.trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom{padding-bottom:30px}.trx_addons_columns_wrap.no_margin{margin-left:0 !important;margin-right:0 !important}.trx_addons_columns_wrap.no_margin>[class*=trx_addons_column-]{padding:0 !important}.trx_addons_column-1,.trx_addons_column-1_1,.trx_addons_column-2_2,.trx_addons_column-3_3,.trx_addons_column-4_4,.trx_addons_column-5_5,.trx_addons_column-6_6,.trx_addons_column-7_7,.trx_addons_column-8_8,.trx_addons_column-9_9,.trx_addons_column-10_10,.trx_addons_column-11_11,.trx_addons_column-12_12{width:100%}.trx_addons_column-1_2,.trx_addons_column-2_4,.trx_addons_column-3_6,.trx_addons_column-4_8,.trx_addons_column-5_10,.trx_addons_column-6_12{width:50%}.trx_addons_column-1_3,.trx_addons_column-2_6,.trx_addons_column-3_9,.trx_addons_column-4_12{width:33.33333333%}.trx_addons_column-2_3,.trx_addons_column-4_6,.trx_addons_column-8_12{width:66.66666667%}.trx_addons_column-1_4,.trx_addons_column-2_8,.trx_addons_column-3_12{width:25%}.trx_addons_column-3_4,.trx_addons_column-6_8,.trx_addons_column-9_12{width:75%}.trx_addons_column-1_5,.trx_addons_column-2_10{width:20%}.trx_addons_column-2_5,.trx_addons_column-4_10{width:40%}.trx_addons_column-3_5,.trx_addons_column-6_10{width:60%}.trx_addons_column-4_5,.trx_addons_column-8_10{width:80%}.trx_addons_column-1_6,.trx_addons_column-2_12{width:16.66666667%}.trx_addons_column-5_6,.trx_addons_column-10_12{width:83.33333333%}.trx_addons_column-1_7{width:14.28571429%}.trx_addons_column-2_7{width:28.57142857%}.trx_addons_column-3_7{width:42.85714286%}.trx_addons_column-4_7{width:57.14285714%}.trx_addons_column-5_7{width:71.42857143%}.trx_addons_column-6_7{width:85.71428571%}.trx_addons_column-1_8{width:12.5%}.trx_addons_column-3_8{width:37.5%}.trx_addons_column-5_8{width:62.5%}.trx_addons_column-7_8{width:87.5%}.trx_addons_column-1_9{width:11.11111111%}.trx_addons_column-2_9{width:22.22222222%}.trx_addons_column-3_9{width:33.33333333%}.trx_addons_column-4_9{width:44.44444444%}.trx_addons_column-5_9{width:55.55555556%}.trx_addons_column-6_9{width:66.66666667%}.trx_addons_column-7_9{width:77.77777778%}.trx_addons_column-8_9{width:88.88888889%}.trx_addons_column-1_10{width:10%}.trx_addons_column-3_10{width:30%}.trx_addons_column-7_10{width:70%}.trx_addons_column-9_10{width:90%}.trx_addons_column-1_11{width:9.09090909%}.trx_addons_column-2_11{width:18.18181818%}.trx_addons_column-3_11{width:27.27272727%}.trx_addons_column-4_11{width:36.36363636%}.trx_addons_column-5_11{width:45.45454545%}.trx_addons_column-6_11{width:54.54545455%}.trx_addons_column-7_11{width:63.63636364%}.trx_addons_column-8_11{width:72.72727273%}.trx_addons_column-9_11{width:81.81818182%}.trx_addons_column-10_11{width:90.90909091%}.trx_addons_column-1_12{width:8.33333333%}.trx_addons_column-5_12{width:41.66666667%}.trx_addons_column-7_12{width:58.33333333%}.trx_addons_column-11_12{width:91.66666667%}.clearfix:before,.clearfix:after,.trx_addons_columns_wrap:before,.trx_addons_columns_wrap:after{content:" ";display:table}.clearfix:after,.trx_addons_columns_wrap:after{clear:both;width:100%;height:0;display:block}@media (min-width:768px) and (max-width:1279px){.trx_addons_container,.trx_addons_container-fluid{padding-left:15px;padding-right:15px}.trx_addons_columns_wrap{margin-right:-30px}.trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:30px}.trx_addons_columns_wrap.columns_padding_left{margin-left:-30px}.trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left{padding-left:30px}.trx_addons_columns_wrap.columns_padding_right{margin-right:-30px}.trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right{padding-right:30px}.trx_addons_columns_wrap.columns_padding_center{margin-left:-15px;margin-right:-15px}.trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center{padding-left:30px}.trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom{padding-bottom:30px}}@media (min-width:480px) and (max-width:767px){.trx_addons_container,.trx_addons_container-fluid{padding-left:10px;padding-right:10px}.trx_addons_columns_wrap{margin-right:-20px}.trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:20px}.trx_addons_columns_wrap.columns_padding_left{margin-left:-20px}.trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left{padding-left:20px}.trx_addons_columns_wrap.columns_padding_right{margin-right:-20px}.trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right{padding-right:20px}.trx_addons_columns_wrap.columns_padding_center{margin-left:-10px;margin-right:-10px}.trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center{padding-left:20px}.trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom{padding-bottom:0}.trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]{width:50%}.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_1,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_2,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_3,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_4,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_5,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-6_6,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-7_7,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-8_8,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-9_9,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-10_10,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-11_11,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-12_12,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_3,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_4,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_5,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_5,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_5,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_6,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_6,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_6,.trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_6{width:100%}.trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]:nth-child(2n+3),.trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]:nth-child(2n+4){padding-top:20px}}@media (max-width:479px){.trx_addons_container,.trx_addons_container-fluid{padding-left:5px;padding-right:5px}.trx_addons_columns_wrap{margin-right:-10px}.trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:10px}.trx_addons_columns_wrap.columns_padding_left{margin-left:-10px}.trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left{padding-left:10px}.trx_addons_columns_wrap.columns_padding_right{margin-right:-10px}.trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right{padding-right:10px}.trx_addons_columns_wrap.columns_padding_center{margin-left:-5px;margin-right:-5px}.trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center{padding-left:10px}.trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom{padding-bottom:0}.trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]{width:100%}.trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-]{width:50%}.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_1,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_2,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_3,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_4,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_5,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-6_6,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-7_7,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-8_8,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-9_9,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-10_10,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-11_11,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-12_12,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3:nth-child(3n),.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_3,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3.after_span_2,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_4,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_4.after_span_3,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_5:nth-child(5n),.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_5,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_5,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_5,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_6,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_6,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_6,.trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_6{width:100%}.trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]+[class*=trx_addons_column-],.trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-]:nth-child(2n+3),.trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-]:nth-child(2n+4){padding-top:20px}}.trx_addons_hover{position:relative;overflow:hidden}.trx_addons_hover img{position:relative;display:block;width:100%;height:auto}.trx_addons_hover_mask{position:absolute;z-index:10;overflow:hidden;top:10px;left:10px;bottom:10px;right:10px;filter:alpha(opacity=0);opacity:0;background-color:rgba(239,167,88,.8);-webkit-transition:all .3s .1s ease-out;-moz-transition:all .3s .1s ease-out;-ms-transition:all .3s .1s ease-out;transition:all .3s .1s ease-out}.trx_addons_hover:hover .trx_addons_hover_mask{-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;transition:all .4s ease-out}.trx_addons_hover_content{position:absolute;z-index:11;left:0;bottom:0;width:100%;padding:35px 120px 35px 40px;text-align:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.trx_addons_hover_content .trx_addons_hover_title{color:#fff;margin:0;position:relative;filter:alpha(opacity=0);opacity:0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.trx_addons_hover:hover .trx_addons_hover_title{-webkit-transition:all .2s .1s linear;-moz-transition:all .2s .1s linear;-ms-transition:all .2s .1s linear;transition:all .2s .1s linear}.trx_addons_hover_content .trx_addons_hover_title>a{color:#fff}.trx_addons_hover_content .trx_addons_hover_title>a:hover{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.3)}.trx_addons_hover_content .trx_addons_hover_text{font-style:italic;line-height:1.3em;position:relative;color:#fff;padding:.2em 0;filter:alpha(opacity=0);opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.trx_addons_hover_content .trx_addons_hover_info{color:#fff;padding:.2em 0;filter:alpha(opacity=0);opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.trx_addons_hover:hover .trx_addons_hover_text,.trx_addons_hover:hover .trx_addons_hover_info{-webkit-transition:all .3s .1s ease-out;-moz-transition:all .3s .1s ease-out;-ms-transition:all .3s .1s ease-out;transition:all .3s .1s ease-out}.trx_addons_hover_content .trx_addons_hover_link,.trx_addons_hover_content .trx_addons_hover_links a{display:inline-block;text-decoration:none;font-size:.7692em;font-weight:700;line-height:1.5em;padding:.4em .8em;margin-top:1em;background-color:rgba(0,0,0,.6);color:#fff !important;text-transform:uppercase;filter:alpha(opacity=0);opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.trx_addons_hover_content .trx_addons_hover_links a+a{margin-left:1em}.trx_addons_hover:hover .trx_addons_hover_link,.trx_addons_hover:hover .trx_addons_hover_links a{-webkit-transition:all .3s .1s ease-out;-moz-transition:all .3s .1s ease-out;-ms-transition:all .3s .1s ease-out;transition:all .3s .1s ease-out}.trx_addons_hover_link:hover,.trx_addons_hover_links a:hover{color:#fff !important;background-color:#000}.trx_addons_hover_content .trx_addons_hover_icon{display:inline-block;text-decoration:none;width:3em;height:3em;line-height:3em;text-align:center;background-color:rgba(0,0,0,.6);color:#fff !important;border-radius:50%;margin-top:1em;filter:alpha(opacity=0);opacity:0;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.trx_addons_hover:hover .trx_addons_hover_icon{-webkit-transition:all .2s .2s linear;-moz-transition:all .2s .2s linear;-ms-transition:all .2s .2s linear;transition:all .2s .2s linear}.trx_addons_hover_content .trx_addons_hover_icon+.trx_addons_hover_icon{margin-left:.5em}.trx_addons_hover_content .trx_addons_hover_icon:hover{color:#fff !important;background-color:#000}.trx_addons_hover_content .trx_addons_hover_icon_link:before{content:'\e86a';font-family:'trx_addons_icons'}.trx_addons_hover_content .trx_addons_hover_icon_zoom:before{content:'\e898';font-family:'trx_addons_icons'}.trx_addons_hover_style_info img{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.trx_addons_hover_style_info .trx_addons_hover_title{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.trx_addons_hover_style_info .trx_addons_hover_text{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.trx_addons_hover_style_info .trx_addons_hover_link{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.trx_addons_hover_style_info .trx_addons_hover_info{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.trx_addons_hover_style_info:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.trx_addons_hover_style_info:hover .trx_addons_hover_mask{filter:alpha(opacity=100);opacity:1}.trx_addons_hover_style_info:hover .trx_addons_hover_title,.trx_addons_hover_style_info:hover .trx_addons_hover_text,.trx_addons_hover_style_info:hover .trx_addons_hover_link,.trx_addons_hover_style_info:hover .trx_addons_hover_info{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.trx_addons_hover_style_links .trx_addons_hover_mask{top:0;bottom:0;left:0;right:0}.trx_addons_hover_style_links .trx_addons_hover_title{-webkit-transform:translateY(-75px);-moz-transform:translateY(-75px);-ms-transform:translateY(-75px);transform:translateY(-75px)}.trx_addons_hover_style_links .trx_addons_hover_text{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.trx_addons_hover_style_links .trx_addons_hover_link{-webkit-transform:translate(-20px,20px);-moz-transform:translate(-20px,20px);-ms-transform:translate(-20px,20px);transform:translate(-20px,20px)}.trx_addons_hover_style_links .trx_addons_hover_link2{-webkit-transform:translate(20px,20px);-moz-transform:translate(20px,20px);-ms-transform:translate(20px,20px);transform:translate(20px,20px)}.trx_addons_hover_style_links:hover .trx_addons_hover_mask{filter:alpha(opacity=100);opacity:1}.trx_addons_hover_style_links:hover .trx_addons_hover_title,.trx_addons_hover_style_links:hover .trx_addons_hover_text,.trx_addons_hover_style_links:hover .trx_addons_hover_link,.trx_addons_hover_style_links:hover .trx_addons_hover_link2{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(0px,0px);-moz-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px)}.trx_addons_hover_style_plain img{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear}.trx_addons_hover_style_plain .trx_addons_hover_title{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.trx_addons_hover_style_plain .trx_addons_hover_text{color:#8b8b8b;padding:1em 0;-webkit-transform:scale(.8,.8);-moz-transform:scale(.8,.8);-ms-transform:scale(.8,.8);transform:scale(.8,.8)}.trx_addons_hover_style_plain .trx_addons_hover_link{-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}.trx_addons_hover_style_plain:hover img{filter:alpha(opacity=0);opacity:0;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transition:all .2s .1s linear;-moz-transition:all .2s .1s linear;-ms-transition:all .2s .1s linear;transition:all .2s .1s linear}.trx_addons_hover_style_plain:hover .trx_addons_hover_title,.trx_addons_hover_style_plain:hover .trx_addons_hover_link{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.trx_addons_hover_style_plain:hover .trx_addons_hover_text{filter:alpha(opacity=100);opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.trx_addons_hover_style_wide .trx_addons_hover_mask{padding:300px;top:0;left:0;bottom:0;right:0;-webkit-transform:translate(250px,250px) rotate(45deg);-moz-transform:translate(250px,250px) rotate(45deg);-ms-transform:translate(250px,250px) rotate(45deg);transform:translate(250px,250px) rotate(45deg)}.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title{-webkit-transform:translate(50px,50px);-moz-transform:translate(50px,50px);-ms-transform:translate(50px,50px);transform:translate(50px,50px);background-color:transparent;margin:0}.trx_addons_hover_style_wide .trx_addons_hover_icon{-webkit-transform:translateX(30px) scale(.3,.3);-moz-transform:translateX(30px) scale(.3,.3);-ms-transform:translateX(30px) scale(.3,.3);transform:translateX(30px) scale(.3,.3)}.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom{-webkit-transform:translateX(-30px) scale(.3,.3);-moz-transform:translateX(-30px) scale(.3,.3);-ms-transform:translateX(-30px) scale(.3,.3);transform:translateX(-30px) scale(.3,.3)}.trx_addons_hover_style_wide:hover .trx_addons_hover_mask{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(-100px,-100px) rotate(45deg);-moz-transform:translate(-100px,-100px) rotate(45deg);-ms-transform:translate(-100px,-100px) rotate(45deg);transform:translate(-100px,-100px) rotate(45deg)}.trx_addons_hover_style_wide:hover .trx_addons_hover_title{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(0px,0px);-moz-transform:translate(0px,0px);-ms-transform:translate(0px,0px);transform:translate(0px,0px)}.trx_addons_hover_style_wide:hover .trx_addons_hover_icon{filter:alpha(opacity=100);opacity:1;-webkit-transform:translateX(0px) scale(1,1);-moz-transform:translateX(0px) scale(1,1);-ms-transform:translateX(0px) scale(1,1);transform:translateX(0px) scale(1,1)}.trx_addons_hover_style_zoomin .trx_addons_hover_mask{-webkit-transform:scale(.1,.1);-moz-transform:scale(.1,.1);-ms-transform:scale(.1,.1);transform:scale(.1,.1)}.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title{-webkit-transform:translateY(30px) scale(.1,.1);-moz-transform:translateY(30px) scale(.1,.1);-ms-transform:translateY(30px) scale(.1,.1);transform:translateY(30px) scale(.1,.1);background-color:transparent;margin:0}.trx_addons_hover_style_zoomin .trx_addons_hover_icon{-webkit-transform:translate(-30px,-30px) scale(.1,.1);-moz-transform:translate(-30px,-30px) scale(.1,.1);-ms-transform:translate(-30px,-30px) scale(.1,.1);transform:translate(-30px,-30px) scale(.1,.1)}.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link{-webkit-transform:translate(30px,-30px) scale(.1,.1);-moz-transform:translate(30px,-30px) scale(.1,.1);-ms-transform:translate(30px,-30px) scale(.1,.1);transform:translate(30px,-30px) scale(.1,.1)}.trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask{filter:alpha(opacity=100);opacity:1;-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(0px,0px) scale(1,1);-moz-transform:translate(0px,0px) scale(1,1);-ms-transform:translate(0px,0px) scale(1,1);transform:translate(0px,0px) scale(1,1)}.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate(0px,0px) scale(1,1);-moz-transform:translate(0px,0px) scale(1,1);-ms-transform:translate(0px,0px) scale(1,1);transform:translate(0px,0px) scale(1,1)}@keyframes zoomin{0%{filter:alpha(opacity=0);opacity:0;transform:scale(.1);-ms-transform:scale(.1);-moz-transform:scale(.1);-webkit-transform:scale(.1)}100%{filter:alpha(opacity=100);opacity:1;transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes zoomin{0%{filter:alpha(opacity=0);opacity:0;transform:scale(.1);-ms-transform:scale(.1);-moz-transform:scale(.1);-webkit-transform:scale(.1)}100%{filter:alpha(opacity=100);opacity:1;transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1)}}@keyframes zoomout{0%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.1);-ms-transform:scale(.1);-moz-transform:scale(.1);-webkit-transform:scale(.1)}}@-webkit-keyframes zoomout{0%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.1);-ms-transform:scale(.1);-moz-transform:scale(.1);-webkit-transform:scale(.1)}}@keyframes flash{0%{filter:alpha(opacity=100);opacity:1}100%{transform:scale(1.15);-ms-transform:scale(1.15);-moz-transform:scale(1.15);-webkit-transform:scale(1.15);filter:alpha(opacity=0);opacity:0}}@-webkit-keyframes flash{0%{filter:alpha(opacity=100);opacity:1}100%{transform:scale(1.15);-ms-transform:scale(1.15);-moz-transform:scale(1.15);-webkit-transform:scale(1.15);filter:alpha(opacity=0);opacity:0}}@keyframes jump{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes jump{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes squat{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes squat{0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.sc_events.slider_pagination{padding-bottom:3em}.sc_events.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_events.slider_swiper .swiper-pagination-bullet{border-color:#ddd}.sc_events_item{display:block;overflow:hidden;position:relative;background-color:#f7f7f7;height:6.4286em}.sc_events_item+.sc_events_item{margin-top:1em}.sc_events_item_date,.sc_events_item_title,.sc_events_item_button{position:absolute;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_events_item_date{top:0;left:0;width:6.4286em;height:6.4286em;color:#292929;text-align:center}.sc_events_default .sc_events_item_date{background-color:#292929;color:#fff}.sc_events_default .sc_events_item:hover .sc_events_item_date{background-color:#efa758}.sc_events_item_day{display:block;font-size:2em;line-height:1.5em;margin-top:.5em}.sc_events_item_month{font-size:.7143em;line-height:1.3em;text-transform:uppercase;display:block}.sc_events_item_title{left:8em;color:#292929;font-size:1.1429em;line-height:1.3em;max-width:75%;padding-right:3em}.sc_events_item:hover .sc_events_item_title{color:#efa758}.sc_events_item_time{color:#888}.sc_events_item:hover .sc_events_item_time{color:#efa758}.sc_events_item_title,.sc_events_item_button{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_events_item_button{right:3em;color:#292929;text-align:center}.sc_events_item:hover .sc_events_item_button{color:#efa758}.sc_events_item_button:before{content:'\e884';font-family:'trx_addons_icons'}.sc_events_detailed .sc_events_item{background-color:transparent;border:1px solid #efa758;white-space:nowrap;height:auto}.sc_events_detailed .sc_events_item_date_wrap,.sc_events_detailed .sc_events_item_time_wrap,.sc_events_detailed .sc_events_item_title_wrap,.sc_events_detailed .sc_events_item_button_wrap{position:relative;display:inline-block;vertical-align:top;height:4em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_events_detailed .sc_events_item_date_wrap{border-right:1px solid #efa758;width:17%}.sc_events_detailed .sc_events_item_title_wrap{width:48%}.sc_events_detailed .sc_events_item_time_wrap{width:19%}.sc_events_detailed .sc_events_item_button_wrap{width:16%}.sc_events_detailed .sc_events_item_time_wrap:before,.sc_events_detailed .sc_events_item_button_wrap:before{content:' ';display:block;border-right:2px solid #efa758;position:absolute;width:0;height:1em;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_events_detailed .sc_events_item_date,.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_title,.sc_events_detailed .sc_events_item_button{display:block;white-space:normal;position:absolute;left:0;top:50%;width:100%;height:auto;min-height:0;max-height:none;max-width:none;padding:0 1.5em;font-size:1em;line-height:1.3em;background-color:transparent;text-align:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_events_detailed .sc_events_item_time,.sc_events_detailed .sc_events_item_button{padding:0 1em}.sc_events_detailed .sc_events_item_button:before,.sc_events_detailed .sc_events_item_button:after{display:none}.sc_events_detailed .sc_events_item:hover{background-color:#efa758;color:#fff}.sc_events_detailed .sc_events_item:hover .sc_events_item_time_wrap:before,.sc_events_detailed .sc_events_item:hover .sc_events_item_button_wrap:before{border-color:#fff}.woocommerce div.product form.cart .variations td{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.woocommerce div.product form.cart .variations tr+tr td.label{padding:1em 0 0}.trx_addons_attrib_item{cursor:pointer !important}.trx_addons_attrib_item span{overflow:hidden;display:block}.trx_addons_attrib_item.trx_addons_attrib_image{display:inline-block;vertical-align:top;margin-right:1em;padding:5px;border:1px solid #ddd;background-color:#fff}.trx_addons_attrib_item.trx_addons_attrib_image img{width:70px;height:auto}.trx_addons_attrib_item.trx_addons_attrib_color{display:inline-block;vertical-align:top;margin-right:.5em;padding:3px;border:1px solid #ddd;background-color:#fafafa}.trx_addons_attrib_item.trx_addons_attrib_color span{display:block;width:30px;height:30px}.trx_addons_attrib_item.trx_addons_attrib_button{display:inline-block;vertical-align:top;margin-right:.5em;padding:3px;border:1px solid #ddd;background-color:#fafafa}.trx_addons_attrib_item.trx_addons_attrib_button span{padding:.5em 1.5em}.trx_addons_attrib_item.trx_addons_attrib_selected{background-color:#f0f0f0;border-color:red}.trx_addons_attrib_item.trx_addons_attrib_disabled{cursor:not-allowed !important}.trx_addons_attrib_item.trx_addons_attrib_disabled span{position:relative}.trx_addons_attrib_item.trx_addons_attrib_disabled span:before,.trx_addons_attrib_item.trx_addons_attrib_disabled span:after{content:' ';position:absolute;top:50%;left:-20%;width:140%;height:1px;background-color:#f0f0f0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.trx_addons_attrib_item.trx_addons_attrib_disabled span:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.yith_magnifier_zoom_wrap .yith_magnifier_zoom_magnifier{border-width:1px;margin-left:4px}.yith_magnifier_gallery li+li{padding-left:20px}.yith_magnifier_gallery li a{margin-left:0;margin-right:0}.trx_addons_accent{color:#efa758}.trx_addons_accent_bg{color:#fff;background-color:#efa758;padding:0 .4em;display:inline-block}.trx_addons_hover{color:#b88144}.trx_addons_inverse{color:#fff;background-color:#000;padding:0 .4em;display:inline-block}.trx_addons_dark{color:#000}.trx_addons_tiny_text{font-size:11px;line-height:1.3em;text-transform:uppercase;font-weight:700;letter-spacing:1px}.trx_addons_dropcap{float:left;display:block;font-size:2em;line-height:2.2em;width:2.2em;height:2.2em;text-align:center;overflow:hidden;margin:.4em .8em .5em 0;color:#fff;background-color:#000}.trx_addons_dropcap_style_2{background-color:#efa758}.trx_addons_tooltip{color:#efa758;border-bottom:1px dashed #efa758;position:relative;cursor:default}.trx_addons_tooltip:before{content:attr(data-tooltip);pointer-events:none;display:inline-block;white-space:nowrap;padding:.1em 1em;background-color:#efa758;color:#fff;font-size:.8em;position:absolute;z-index:1;left:50%;bottom:150%;filter:alpha(opacity=0);opacity:0;border:none;-webkit-transform:translateX(-70%);-moz-transform:translateX(-70%);-ms-transform:translateX(-70%);transform:translateX(-70%);-webkit-transition:all ease-out .1s;-moz-transition:all ease-out .1s;-ms-transition:all ease-out .1s;-o-transition:all ease-out .1s;transition:all ease-out .1s;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.trx_addons_tooltip:after{content:' ';pointer-events:none;display:block;font-size:.8em;width:0;height:0;border:4px solid transparent;border-top-color:#efa758;position:absolute;z-index:2;left:50%;bottom:150%;filter:alpha(opacity=0);opacity:0;margin-bottom:-4px;-webkit-transition:all ease-out .1s;-moz-transition:all ease-out .1s;-ms-transition:all ease-out .1s;-o-transition:all ease-out .1s;transition:all ease-out .1s;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.trx_addons_tooltip:hover:before,.trx_addons_tooltip:hover:after{bottom:115%;filter:alpha(opacity=100);opacity:1}del{color:#ddd;text-decoration:line-through}.trx_addons_no_margin{margin:0}ul[class*=trx_addons_list]{list-style-type:none;padding-left:1.2em}ul[class*=trx_addons_list]>li{position:relative}ul[class*=trx_addons_list]>li:before{font-family:'trx_addons_icons';display:inline-block;position:absolute;top:.1em;left:-.7em;font-size:1.5em;line-height:inherit}ul.trx_addons_list_success,ul.trx_addons_list_error,ul.trx_addons_list_plus,ul.trx_addons_list_minus{padding-left:1.5em}ul.trx_addons_list_success>li:before,ul.trx_addons_list_error>li:before,ul.trx_addons_list_plus>li:before,ul.trx_addons_list_minus>li:before{left:-1.3em}ul[class*=trx_addons_list_dot]>li:before{content:'\e8b6'}ul[class*=trx_addons_list_custom]>li:before{content:'\e884'}ul[class*=trx_addons_list_success]>li:before{content:'\e874';content:'\e945';font-family:fontello}ul[class*=trx_addons_list_error]>li:before{content:'\e875'}ul[class*=trx_addons_list_info]>li:before{content:'\e87f'}ul[class*=trx_addons_list_plus]>li:before{content:'\e876'}ul[class*=trx_addons_list_minus]>li:before{content:'\e877'}ul[class*=trx_addons_list_help]>li:before{content:'\e87c'}ul[class*=trx_addons_list_attention]>li:before{content:'\e880'}ul[class*=trx_addons_list][class*=_circled]{padding-left:1.8em}ul[class*=trx_addons_list][class*=_circled]>li:before{font-size:11px;left:-26px;top:50%;width:16px;height:16px;line-height:16px;text-align:right;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;color:#fff;background-color:#efa758;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}ul.trx_addons_list_parameters{padding-left:0 !important}ul.trx_addons_list_parameters>li:before{display:none}ul.trx_addons_list_parameters>li+li{padding-top:.2em;margin-top:.2em;border-top:1px solid #ddd}.trx_addons_list_parameters>li{white-space:nowrap}.trx_addons_list_parameters>li>strong{display:inline-block;width:75%;text-align:left;font-weight:inherit;white-space:normal;vertical-align:top}.trx_addons_list_parameters>li>em{display:inline-block;width:25%;text-align:left;font-style:normal;font-weight:inherit;white-space:normal;vertical-align:top}.sc_float_left{float:left}.sc_float_right{float:right}.sc_float_center{margin-left:auto;margin-right:auto}.sc_align_left{text-align:left}.sc_align_right{text-align:right}.sc_align_center{text-align:center}.sc_align_justify{text-align:justify}.sc_padding_small{padding:2em 8%}.sc_padding_medium{padding:3em 10%}.sc_padding_large{padding:4em 12%}.sc_item_title,.sc_item_subtitle,.sc_item_descr,.sc_item_button{margin:0}.sc_item_title{line-height:1.3em}.sc_item_title>small,.sc_item_title>big{display:inline-block;margin-bottom:.9em}.sc_item_title+.sc_item_subtitle{margin-top:1.5em}.sc_item_subtitle+.sc_item_title{margin-top:.6em}.sc_item_subtitle.sc_item_title_style_shadow{font-style:normal;font-size:8rem;line-height:1.2em;color:#f0f0f0;opacity:.3;filter:alpha(opacity=30);position:absolute;z-index:0;top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sc_item_subtitle.sc_item_title_style_shadow+.sc_item_title{padding:2.4rem 0;margin:0}.sc_item_title+.sc_item_descr,.sc_item_subtitle+.sc_item_descr{margin-top:2em}.sc_item_descr{margin-bottom:2em}.sc_item_descr.sc_align_center{max-width:75%;margin-left:auto;margin-right:auto}.sc_item_descr:last-child{margin-bottom:0}.sc_item_title+.sc_item_slider,.sc_item_subtitle+.sc_item_slider,.sc_item_descr+.sc_item_slider,.sc_item_title+.sc_item_columns,.sc_item_subtitle+.sc_item_columns,.sc_item_descr+.sc_item_columns,.sc_item_title+.sc_item_content,.sc_item_subtitle+.sc_item_content,.sc_item_descr+.sc_item_content{margin-top:2em}.sc_item_title+.sc_item_button,.sc_item_title+.sc_item_button_image,.sc_item_subtitle+.sc_item_button,.sc_item_subtitle+.sc_item_button_image,.sc_item_descr+.sc_item_button,.sc_item_descr+.sc_item_button_image,.sc_item_content+.sc_item_button,.sc_item_content+.sc_item_button_image,.sc_item_slider+.sc_item_button,.sc_item_slider+.sc_item_button_image,.sc_item_columns+.sc_item_button,.sc_item_columns+.sc_item_button_image{margin-top:2em}.sc_item_button a{display:inline-block;text-transform:uppercase;white-space:nowrap;padding:1.3em 3.3em;font-size:.8571em;font-weight:700;letter-spacing:3px;background-color:#292929;border:2px solid #292929;color:#fff;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_item_button a+a{margin-left:1em}.sc_item_button a:hover{background-color:transparent;color:#292929}.sc_item_button_image img{max-height:8em;width:auto}.sc_services.slider_pagination{padding-bottom:3em}.sc_services.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_services.slider_swiper .swiper-pagination-bullet{border-color:#ddd}.sc_services_default .sc_services_title,.sc_services_default .sc_services_subtitle,.sc_services_default .sc_services_descr,.sc_services_default .sc_services_button{text-align:center}.sc_services_default .sc_services_item{background-color:#fafafa;margin-bottom:2em;text-align:center;padding-top:.1px}.sc_services_default.slider_swiper .sc_services_item,.sc_services_default .columns_padding_bottom .sc_services_item{margin-bottom:0}.sc_services_default .sc_services_item_thumb{margin-bottom:0}.sc_services_default .sc_services_item_icon{display:inline-block;text-align:center;font-size:3em;width:2em;height:2em;line-height:2em;margin-top:.5em;border:3px solid #000;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.sc_services_default .sc_services_item_icon.sc_icon_type_svg svg{width:1em;height:1em;position:relative;top:2px}.sc_services_default .sc_services_item_number{display:inline-block;text-align:center;font-size:6em;line-height:1em;font-weight:900;margin-top:.3em}.sc_services_default .sc_services_item_info{padding:1.5em 2em}.sc_services_default .sc_services_item_title{margin:0;font-size:.866em;text-transform:uppercase;letter-spacing:.24em}.sc_services_default .sc_services_item_subtitle{font-size:.9286em;font-style:italic;line-height:1.5em;margin-top:.1em}.sc_services_default .sc_services_item_content{margin-top:1em}.sc_services_default .sc_services_item_content p{margin:0}.sc_services_default .sc_services_item_button{margin:1em 0 0}.sc_services_default .sc_services_item_featured_left,.sc_services_default .sc_services_item_featured_right{position:relative;overflow:hidden;background-color:transparent}.sc_services_default .sc_services_item_featured_left{text-align:left}.sc_services_default .sc_services_item_featured_right{text-align:right}.sc_services_default .sc_services_item_featured_left .sc_services_item_number,.sc_services_default .sc_services_item_featured_right .sc_services_item_number{font-size:2em;line-height:1.1em;margin-top:0;position:absolute;z-index:1;top:0}.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right .sc_services_item_icon{font-size:2em;border-width:2px;margin-top:0;position:absolute;z-index:1;top:0}.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_icon{font-size:1.5em;border-width:1px}.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb{width:30%;position:absolute;z-index:1;top:0}.sc_services_default .sc_services_item_featured_left .sc_services_item_content,.sc_services_default .sc_services_item_featured_right .sc_services_item_content{min-height:0}.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,.sc_services_default .sc_services_item_featured_left .sc_services_item_number{left:0}.sc_services_default .sc_services_item_featured_left .sc_services_item_info{text-align:left;padding:0;margin-left:4em}.sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info{padding-left:2em;margin-left:30%}.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,.sc_services_default .sc_services_item_featured_right .sc_services_item_number{left:auto;right:0}.sc_services_default .sc_services_item_featured_right .sc_services_item_info{text-align:right;padding:0;margin-right:4em}.sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info{padding-right:2em;margin-right:30%}.services_page_featured{margin-bottom:3.1em}.sc_services_light .sc_services_title,.sc_services_light .sc_services_subtitle,.sc_services_light .sc_services_descr,.sc_services_light .sc_services_button{text-align:center}.sc_services_light .sc_services_item{margin-bottom:2em;text-align:left;padding-top:.1px}.sc_services_light.slider_swiper .sc_services_item,.sc_services_light .columns_padding_bottom .sc_services_item{margin-bottom:0}.sc_services_light .sc_services_item_thumb{margin-bottom:0}.sc_services_light .sc_services_item_icon{display:inline-block;text-align:center;font-size:3em;line-height:1em}.sc_services_light .sc_services_item_icon.sc_icon_type_svg svg{width:1em;height:1em;position:relative;top:2px}.sc_services_light .sc_services_item_number{position:absolute;z-index:0;top:0;left:0;display:inline-block;text-align:left;font-size:7em;line-height:1em;font-weight:900}.sc_services_light .sc_services_item_info{padding-top:1.5em}.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_info{padding-top:3em;position:relative;z-index:2}.sc_services_light .sc_services_item_title{margin:0}.sc_services_light .sc_services_item_subtitle{font-size:.9286em;font-style:italic;line-height:1.5em;margin-top:.1em}.sc_services_light .sc_services_item_featured_top.with_number .sc_services_item_subtitle{font-weight:700;font-style:normal}.sc_services_light .sc_services_item_content{margin-top:.8em}.sc_services_light .sc_services_item_content p{margin:0}.sc_services_light .sc_services_item_button{margin:1em 0 0}.sc_services_light .sc_services_item_featured_left,.sc_services_light .sc_services_item_featured_right{position:relative;overflow:hidden}.sc_services_light .sc_services_item_featured_left{text-align:left}.sc_services_light .sc_services_item_featured_right{text-align:right}.sc_services_light .sc_services_item_featured_top.with_icon{text-align:center}.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right .sc_services_item_icon{font-size:2.5em;margin-top:0;position:absolute;z-index:1;top:0}.sc_services_light .sc_services_item_featured_left.without_content .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right.without_content .sc_services_item_icon{font-size:1.5em}.sc_services_light .sc_services_item_featured_left .sc_services_item_number,.sc_services_light .sc_services_item_featured_right .sc_services_item_number{font-size:2em}.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb{width:30%;position:absolute;z-index:1;top:0}.sc_services_light .sc_services_item_featured_left .sc_services_item_button,.sc_services_light .sc_services_item_featured_right .sc_services_item_button{display:none}.sc_services_light .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_left .sc_services_item_icon,.sc_services_light .sc_services_item_featured_left .sc_services_item_number{left:0}.sc_services_light .sc_services_item_featured_left .sc_services_item_info{text-align:left;padding:0;margin-left:4em}.sc_services_light .sc_services_item_featured_left.with_image .sc_services_item_info{padding-left:2em;margin-left:30%}.sc_services_light .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_light .sc_services_item_featured_right .sc_services_item_icon,.sc_services_light .sc_services_item_featured_right .sc_services_item_number{left:auto;right:0}.sc_services_light .sc_services_item_featured_right .sc_services_item_info{text-align:right;padding:0;margin-right:4em}.sc_services_light .sc_services_item_featured_right.with_image .sc_services_item_info{padding-right:2em;margin-right:30%}.sc_services_iconed .sc_services_item{background-color:#fafafa;position:relative}.sc_services_iconed .sc_services_item_header{color:#fff;background-color:#333;background-position:center;background-size:cover;background-repeat:no-repeat;width:30%;height:100%;position:absolute;z-index:1;left:0;top:0;bottom:0;padding:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_services_iconed .sc_services_item.with_image.with_icon .sc_services_item_header:before,.sc_services_iconed .sc_services_item.with_image.with_number .sc_services_item_header:before{content:' ';position:absolute;z-index:-1;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}.sc_services_iconed .sc_services_item.without_content .sc_services_item_header{position:static;bottom:auto;width:100%;height:auto}.sc_services_iconed .sc_services_item_icon{display:block;font-size:3em;line-height:1em;color:#fff}.sc_services_iconed .sc_services_item:hover .sc_services_item_icon{color:#efa758}.sc_services_iconed .sc_services_item_icon.sc_icon_type_svg svg{width:1em;height:1em}.sc_services_iconed .sc_services_item.with_content .sc_services_item_icon{position:absolute;z-index:10;width:1em;height:1em;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sc_services_iconed .sc_services_item_title{margin:0}.sc_services_iconed .sc_services_item_header .sc_services_item_title{margin:1em 0 0;min-height:2.8em}.sc_services_iconed .sc_services_item_header .sc_services_item_title a{color:#fff}.sc_services_iconed .sc_services_item_header .sc_services_item_title a:hover{color:#efa758}.sc_services_iconed .sc_services_item_subtitle{line-height:1.2em}.sc_services_iconed .sc_services_item_subtitle,.sc_services_iconed .sc_services_item_subtitle a{color:#efa758}.sc_services_iconed .sc_services_item_subtitle a:hover{color:#fff}.sc_services_iconed .sc_services_item_title+.sc_services_item_subtitle,.sc_services_iconed .sc_services_item_title+.sc_services_item_text,.sc_services_iconed .sc_services_item_subtitle+.sc_services_item_text{margin-top:.6em}.sc_services_iconed .sc_services_item_content{margin-left:30%;padding:2em 3em;min-height:7.5em}.sc_services_iconed .sc_services_item_content p{margin:0}.sc_services_iconed .sc_services_item_content p+p{margin-top:.4em}@media (max-width:767px){.sc_services_iconed .sc_services_item_header{padding:1.5em;width:100%;position:relative;bottom:auto;min-height:12em}.sc_services_iconed .sc_services_item_icon{font-size:2em}.sc_services_iconed .sc_services_item_content{padding:1.5em;margin-left:0}}.sc_services_list .sc_services_title,.sc_services_list .sc_services_subtitle,.sc_services_list .sc_services_descr,.sc_services_list .sc_services_button{text-align:center}.sc_services_list .sc_services_item.sc_services_item_featured_top{text-align:center;padding:2em 1.9em 1.5em}.sc_services_list.slider_swiper .sc_services_item,.sc_services_list .columns_padding_bottom .sc_services_item{margin-bottom:0}.sc_services_list .sc_services_item_thumb{margin-bottom:0}.sc_services_list .sc_services_item_icon{display:inline-block;text-align:center;font-size:4.4em;width:1em;height:1em;line-height:1em;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.sc_services_list .sc_services_item_icon.sc_icon_type_svg svg{width:1em;height:1em}.sc_services_list .sc_services_item_number{display:inline-block;text-align:center;font-size:3em;line-height:1em}.sc_services_list .sc_services_item_info{padding:1.35em 0 0}.sc_services_list .sc_services_item_title{margin:0;font-size:.866em;font-weight:600;letter-spacing:.24em}.sc_services_list .sc_services_item_title a{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-ms-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.sc_services_list .sc_services_item_featured_left,.sc_services_list .sc_services_item_featured_right{position:relative;overflow:hidden}.sc_services_list .sc_services_item_featured_left{text-align:left}.sc_services_list .sc_services_item_featured_right{text-align:right}.sc_services_list .sc_services_item_featured_left .sc_services_item_icon,.sc_services_list .sc_services_item_featured_right .sc_services_item_icon{font-size:.65em;width:1.8em;height:1.8em;line-height:1.8em;border:1px solid #ddd;color:#ddd;position:absolute;z-index:1;top:3px}.sc_services_list .sc_services_item_featured_left .sc_services_item_number,.sc_services_list .sc_services_item_featured_right .sc_services_item_number{font-size:1.2em;line-height:inherit;color:#ddd;position:absolute;z-index:1;top:0}.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb{width:10%;position:absolute;z-index:1;top:0}.sc_services_list .sc_services_item_featured_left .sc_services_item_title,.sc_services_list .sc_services_item_featured_right .sc_services_item_title{font-size:1em;line-height:inherit;padding-bottom:2px}.sc_services_list .sc_services_item_featured_left .sc_services_item_content,.sc_services_list .sc_services_item_featured_right .sc_services_item_content{min-height:0}.sc_services_list .sc_services_item_featured_left .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_left .sc_services_item_icon{left:0}.sc_services_list .sc_services_item_featured_left .sc_services_item_info{text-align:left;padding:0 0 0 1em;margin-left:1em}.sc_services_list .sc_services_item_featured_left.with_image .sc_services_item_info{margin-left:10%}.sc_services_list .sc_services_item_featured_right .sc_services_item_thumb,.sc_services_list .sc_services_item_featured_right .sc_services_item_icon{right:0}.sc_services_list .sc_services_item_featured_right .sc_services_item_info{text-align:right;padding:0 2em 0 0;margin-right:1em}.sc_services_list .sc_services_item_featured_right.with_image .sc_services_item_info{margin-right:10%}.sc_services_list .trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-]{padding-top:0 !important}.sc_services_hover .trx_addons_columns_wrap{margin-right:0}.sc_services_hover .trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:0;padding-top:0 !important}.sc_services_hover .sc_services_item{position:relative;text-align:left}.sc_services_hover .sc_services_item:before{content:' ';width:0;height:0;padding-top:55%;display:inline-block}.body_style_boxed .sc_services_hover .sc_services_item:before{padding-top:70%}.sc_services_hover .sc_services_item_link{margin-top:1.7em;position:relative;overflow:hidden;display:inline-block;width:12em}.sc_services_hover .sc_services_item_link:before{content:'\e836';font-family:"fontello";font-size:1.466em;width:2.25em;height:2.25em;line-height:2.25em;border:2px solid;border-radius:2.25em;text-align:center;margin-top:0;display:block;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.sc_services_hover .sc_services_item_link a{position:absolute;left:0;top:0;max-width:2.25em;padding:1.459em 2.2em;overflow:hidden;opacity:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out}.sc_services_hover .sc_services_item_link:hover a{max-width:20em;padding:1.459em 3.41em;opacity:1}.sc_services_hover .sc_services_item_link:hover:before{opacity:0;width:7.4em}.sc_services_hover .sc_services_item_header,.sc_services_hover .sc_services_item_content{color:#fff;background-color:#333;background-position:center;background-size:cover;background-repeat:no-repeat;position:absolute;z-index:1;width:100%;height:100%;left:0;top:0}.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before,.sc_services_hover .sc_services_item.with_image .sc_services_item_content:after{content:' ';position:absolute;z-index:-1;left:0;top:0;right:0;bottom:0;background:linear-gradient(to right,rgba(233,71,165,1) 0%,rgba(255,255,255,0) 100%);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before,.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:after{opacity:1}.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:before,.sc_services_hover .sc_services_item.with_image .sc_services_item_content:after{opacity:0}.sc_services_hover .sc_services_item_header_inner,.sc_services_hover .sc_services_item_content_inner{position:absolute;z-index:1;left:0;bottom:0;width:100%;max-height:100%;overflow:hidden;padding:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner,.sc_services_hover .sc_services_item:hover .sc_services_item_content_inner{bottom:0}.sc_services_hover .sc_services_item_icon{display:block;font-size:3em;line-height:1em;color:#fff}.sc_services_hover .sc_services_item_icon.sc_icon_type_svg svg{width:1em;height:1em}.sc_services_hover .sc_services_item_number{display:block;font-size:4em;line-height:1em;font-weight:900;color:#fff}.sc_services_hover .sc_services_item_title{margin:0}.sc_services_hover .sc_services_item_title a{color:#fff}.sc_services_hover .sc_services_item_title a:hover{color:#efa758}.sc_services_hover .sc_services_item_subtitle a{color:#fff}.sc_services_hover .sc_services_item_subtitle a:hover{color:#efa758}.sc_services_hover .sc_services_item_header .sc_services_item_title{margin:0}.sc_services_hover .sc_services_item_subtitle{line-height:1.2em}.sc_services_hover .sc_services_item_title+.sc_services_item_subtitle,.sc_services_hover .sc_services_item_title+.sc_services_item_text,.sc_services_hover .sc_services_item_subtitle+.sc_services_item_text{margin-top:.9em}.sc_services_hover .sc_services_icon{font-size:1.466em;width:2.27em;height:2.27em;line-height:2.27em;border:2px solid;border-radius:50%;text-align:center;margin-top:.9em}.sc_services_hover .sc_services_item_text{color:#fff}.sc_services_hover .sc_services_item_content p{margin:0}.sc_services_hover .sc_services_item_content p+p{margin-top:.2em}.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image:before{display:none}.sc_services_hover [class*=column-]:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image,.sc_services_hover .swiper-slide:nth-child(2n) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#ddd}.sc_services_hover [class*=column-]:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image,.sc_services_hover .swiper-slide:nth-child(2n+1) .sc_services_item.with_image .sc_services_item_header.without_image{background-color:#f7f7f7}.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_icon,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_number{color:#888}.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a{color:#333}.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_title a,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_title a:hover{color:#efa758}.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a{color:#efa758}.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header.without_image .sc_services_item_subtitle a,.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_subtitle a:hover{color:#333}.sc_services_hover .sc_services_item.with_image .sc_services_item_header.without_image .sc_services_item_text{color:#666}.sc_services_hover .sc_services_item .sc_services_item_text{max-height:0;overflow:hidden;-webkit-transition:all .6s ease;-moz-transition:all .6s ease;-ms-transition:all .6s ease;transition:all .6s ease}.sc_services_hover .sc_services_item:hover .sc_services_item_text{max-height:10.4em;margin-top:.9em}.sc_services_chess{overflow:hidden}.sc_services_chess .sc_services_item{position:relative;overflow:hidden;background-color:#f7f7f7;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.sc_services_chess .sc_services_item_header{width:50%;float:left;margin-bottom:0 !important;background-position:center;background-size:cover;background-repeat:no-repeat}.sc_services_chess .sc_services_item_header:before{content:' ';display:inline-block;width:0;height:0;padding-top:100%}.sc_services_chess .sc_services_item_content{position:absolute;z-index:1;right:0;top:50%;width:50%;max-height:100%;overflow:hidden;padding:2em;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_services_chess .sc_services_item:hover{background-color:#333}.sc_services_chess .sc_services_item:hover .sc_services_item_title a{color:#fff}.sc_services_chess .sc_services_item:hover .sc_services_item_title a:hover{color:#efa758}.sc_services_chess .sc_services_item_title{margin:0}.sc_services_chess .sc_item_columns_1 .sc_services_item_content{padding:2em 8%}.sc_services_chess .sc_item_columns_2 .sc_services_item_content{padding:2em 6%}.sc_services_chess .sc_item_columns_3 .sc_services_item_content{padding:2em 4%}.sc_services_chess .sc_item_columns_3 .sc_services_item_text{display:none}.sc_services_chess .sc_services_item_title+.sc_services_item_text,.sc_services_chess .sc_services_item_subtitle+.sc_services_item_text{margin-top:1em}.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_1 .sc_services_item:nth-child(2n+2) .sc_services_item_content{right:auto;left:0}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_header,.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_content,.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_content{right:auto;left:0}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_content{right:auto;left:0}@media (min-width:768px) and (max-width:959px){.sc_services_chess .sc_item_columns_2 .sc_services_item_text{display:none}}@media (min-width:480px) and (max-width:767px){.sc_services_chess .sc_item_columns_2 .sc_services_item_text{display:none}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_header{float:left}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_content{right:0;left:auto}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(4n+3) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(4n+4) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(4n+3) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(4n+4) .sc_services_item_content{right:auto;left:0}}@media (max-width:479px){.sc_services_chess .sc_services_item_text{display:none}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_header,.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_header{float:left}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+3) .sc_services_item_content,.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(4n+4) .sc_services_item_content{right:0;left:auto}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(2n+2) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_2 [class*=column-]:nth-child(2n+2) .sc_services_item_content{right:auto;left:0}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_header,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_header{float:left}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+4) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+5) .sc_services_item_content,.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(6n+6) .sc_services_item_content{right:0;left:auto}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(2n+2) .sc_services_item_header{float:right}.sc_services_chess .sc_item_columns_3 [class*=column-]:nth-child(2n+2) .sc_services_item_content{right:auto;left:0}}.sc_services_tabs .sc_services_content{position:relative}.sc_services_tabs .sc_services_tabs_list{display:block;width:35%;max-height:25em;overflow-y:auto;position:relative;z-index:1}.sc_services_tabs .sc_services_tabs_list_item{padding:2em;background-color:#f7f7f7;cursor:pointer;position:relative;z-index:1;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2){background-color:#ddd}.sc_services_tabs .sc_services_tabs_list_item:hover,.sc_services_tabs .sc_services_tabs_list_item:nth-child(2n+2):hover{background-color:#eee}.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active{background-color:#333;cursor:default}.sc_services_tabs .sc_services_tabs_list_item.sc_services_tabs_list_item_active .sc_services_item_title{color:#fff}.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title{-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_title.with_icon{position:relative;padding-left:3em}.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_icon,.sc_services_tabs .sc_services_tabs_list_item .sc_services_item_number{position:absolute;z-index:1;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block;vertical-align:top;font-size:2em;line-height:1em;color:#efa758;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.sc_services_tabs .sc_services_tabs_content{position:absolute;z-index:2;right:0;top:0;width:67%;height:100%}.sc_services_tabs .sc_services_item{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.sc_services_tabs .sc_services_item_header,.sc_services_tabs .sc_services_item_content{position:relative;display:inline-block;vertical-align:top;width:50%;height:100%;margin-bottom:0 !important;background-position:center;background-size:cover;background-repeat:no-repeat}.sc_services_tabs .sc_services_item_header:before{display:none}.sc_services_tabs .sc_services_item_content{background-color:#f7f7f7;overflow:hidden}.sc_services_tabs .sc_services_item_content_inner{position:absolute;z-index:1;left:0;top:50%;width:100%;max-height:100%;padding:2em;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_services_tabs .sc_services_item_title{margin:0}.sc_services_tabs .sc_services_item_title+.sc_services_item_text,.sc_services_tabs .sc_services_item_subtitle+.sc_services_item_text{margin-top:1em}.sc_services_tabs.effect_fade .sc_services_item{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:0;filter:alpha(opacity=0)}.sc_services_tabs.effect_fade .sc_services_item_active{opacity:1;filter:alpha(opacity=100)}.sc_services_tabs.effect_slide .sc_services_tabs_content{overflow:hidden}.sc_services_tabs.effect_slide .sc_services_item{top:-120%;-webkit-transition:top .3s ease;-moz-transition:top .3s ease;-ms-transition:top .3s ease;-o-transition:top .3s ease;transition:top .3s ease}.sc_services_tabs.effect_slide .sc_services_item_flip,.sc_services_tabs.effect_slide .sc_services_item_active{top:0}.sc_services_tabs.effect_slide .sc_services_item_active{z-index:2}.sc_services_tabs.effect_flip .sc_services_item{-webkit-perspective:1300px;-moz-perspective:1300px;-ms-perspective:1300px;-o-perspective:1300px;perspective:1300px}.sc_services_tabs.effect_flip .sc_services_item_active{z-index:2}.sc_services_tabs.effect_flip .sc_services_item_flip{z-index:3}.sc_services_tabs.effect_flip .sc_services_item_active.sc_services_item_flipping{z-index:4}.sc_services_tabs.effect_flip .sc_services_item_header,.sc_services_tabs.effect_flip .sc_services_item_content{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease;-moz-transition:-moz-transform .6s ease;-ms-transition:-ms-transform .6s ease;-o-transition:-o-transform .6s ease;transition:transform .6s ease}.sc_services_tabs.effect_flip .sc_services_item_header{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg);-webkit-transform-origin:100% 50%;-moz-transform-origin:100% 50%;-ms-transform-origin:100% 50%;-o-transform-origin:100% 50%;transform-origin:100% 50%}.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_header{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.sc_services_tabs.effect_flip .sc_services_item_content{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg);-webkit-transform-origin:0% 50%;-moz-transform-origin:0% 50%;-ms-transform-origin:0% 50%;-o-transform-origin:0% 50%;transform-origin:0% 50%}.sc_services_tabs.effect_flip .sc_services_item_active .sc_services_item_content,.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}@media (max-width:767px){.sc_services_tabs .sc_services_item_header{display:none}.sc_services_tabs .sc_services_item_content{display:block;width:100%}.sc_services_tabs.effect_flip .sc_services_item_content{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.sc_services_tabs.effect_flip .sc_services_item_flip .sc_services_item_content{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}}@media (max-width:479px){.sc_services_tabs .sc_services_tabs_list{display:none}.sc_services_tabs .sc_services_tabs_content{width:100%;position:static;left:auto;top:auto}.sc_services_tabs.effect_flip .sc_services_item{-webkit-perspective:none;-moz-perspective:none;-ms-perspective:none;-o-perspective:none;perspective:none}.sc_services_tabs .sc_services_item{position:static;left:auto;top:auto;opacity:1 !important;filter:alpha(opacity=100) !important}.sc_services_tabs .sc_services_item+.sc_services_item{margin-top:2em}.sc_services_tabs .sc_services_item_header,.sc_services_tabs .sc_services_item_content{display:block;width:100%;height:auto;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}.sc_services_tabs .sc_services_item_header{height:15em}.sc_services_tabs .sc_services_item_content_inner{position:static;top:auto;left:auto;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important}}.sc_team .trx_addons_columns_wrap{margin-right:0}.sc_team .trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:0;padding-bottom:0;padding-top:0 !important}.sc_team.slider_pagination{padding-bottom:3em}.sc_team.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_team.slider_swiper .swiper-pagination-bullet{border-color:#ddd}.sc_team_default .sc_team_title,.sc_team_default .sc_team_subtitle,.sc_team_default .sc_team_descr,.sc_team_default .sc_team_socials,.sc_team_default .sc_team_button{text-align:center}.sc_team_default .sc_team_item{background-color:#fafafa;margin-bottom:2em}.sc_team_default.slider_swiper .sc_team_item,.sc_team_default .columns_padding_bottom .sc_team_item{margin-bottom:0}.sc_team_default .sc_team_item_thumb{margin-bottom:0}.sc_team_default .sc_team_item_info{padding:1.5em 2em}.sc_team_default .sc_team_item_title{margin:0}.sc_team_default .sc_team_item_subtitle{font-size:.93333em;line-height:1.5em}.sc_team_default .sc_team_item_content{margin-top:1em}.sc_team_default .sc_team_item_content p{margin:0}.sc_team_default .sc_team_item_socials .social_item{margin:.5em .5em 0 0}.sc_team_default .sc_team_item_button{margin:1em 0 0}.sc_team_short .sc_team_item_title{margin:0}.sc_team_short .sc_team_item_subtitle{font-size:.93333em;line-height:1.5em}.sc_team .sc_team_item_thumb .sc_team_item_title a,.sc_team .sc_team_item_thumb .sc_team_item_subtitle a,.sc_team .sc_team_item_thumb .sc_team_item_content a{color:#fff}.sc_team .sc_team_item_thumb .sc_team_item_content{font-style:normal}.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item{margin:.5em .5em 0 0;display:inline-block}.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item a{display:inline-block;text-align:center;width:2em;height:2em;line-height:2em;border:1px solid #fff;color:#fff}.sc_team_short .sc_team_item_thumb{border-bottom:5px solid #efa758}.sc_team .sc_team_item_link{position:absolute;right:40px;bottom:40px;padding:0;font-size:1rem;margin:0;background:0 0}.sc_team .sc_team_item_link:before{font-size:1.466em;width:2.27em;height:2.27em;line-height:2.27em;border:2px solid;border-radius:50%;text-align:center;display:block}.sc_team_featured .post_featured{margin-bottom:0}.team_member_page .team_member_header{overflow:hidden}.team_member_page .team_member_featured{float:right;width:43%;padding:0 0 3em 3em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.team_member_page .team_member_featured .team_member_avatar{border:15px solid #f0f0f0}.team_member_page .team_member_socials{margin:1em 0 0;text-align:center}.team_member_page .team_member_socials .social_item{margin:0 3px 3px 0}.team_member_page .team_member_title{margin:0}.team_member_page .team_member_position{margin:0}.team_member_page .team_member_details{margin:1em 0 0}.team_member_page .team_member_brief_info{margin:2em 0 0}.team_member_page .team_member_brief_info_title{margin:0}.team_member_page .team_member_brief_info_text{font-style:normal}.sc_testimonials.slider_pagination{padding-bottom:2em}.sc_testimonials.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_testimonials .swiper-pagination-bullet{width:7px;height:7px;border:none;margin:0 3px;background-color:#ddd}.sc_testimonials_title+.sc_testimonials_slider,.sc_testimonials_subtitle+.sc_testimonials_slider{margin-top:1em}.sc_testimonials_title,.sc_testimonials_subtitle,.sc_testimonials_descr,.sc_testimonials_button{text-align:center}.sc_testimonials_title.sc_align_left{text-align:left}.sc_testimonials_item_content{text-align:center;font-size:1.2em}.sc_testimonials [class*=column] .sc_testimonials_item_content{text-align:left;font-size:1em}.sc_testimonials_item_content:before{content:'\e8b8';font-family:'trx_addons_icons';font-size:1.5em;line-height:1.5em;color:#efa758;display:block;margin-bottom:2em}.sc_testimonials_item_content p{margin:0}.sc_testimonials_item_content p+p{margin-top:1em}.sc_testimonials_item_author{margin:3em auto 0;max-width:22em;padding:1.5em .5em 1.5em 1.3em;background-color:#292929;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_testimonials_item_author_avatar,.sc_testimonials_item_author_data{display:inline-block;vertical-align:middle}.sc_testimonials_item_author_avatar{overflow:hidden;margin:0 1.3em 0 .6em;width:5em;height:5em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_testimonials_item_author_data{max-width:50%}.sc_testimonials_item_author_title{margin:0;color:#fff}.sc_testimonials_item_author_title+.sc_testimonials_item_author_subtitle{margin-top:.5em;color:#ddd;font-size:.9286em;line-height:1.3em}.sc_testimonials_simple .sc_testimonials_item_author_data:before{content:' ';width:1px;height:1.5em;margin:1.3em auto;background-color:#ddd;display:inline-block;vertical-align:middle}.trx_addons_audio_player{padding:1em;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.trx_addons_audio_player.with_cover{background-position:center center;background-size:cover}.trx_addons_audio_player.with_cover:after{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.trx_addons_audio_player.without_cover{border:1px solid #f0f0f0;background-color:#f7f7f7}.trx_addons_audio_player .audio_info{position:relative;z-index:2}.trx_addons_audio_player .audio_author,.trx_addons_audio_player .audio_caption{margin:.5em .5em 1em}.trx_addons_audio_player .audio_author+.audio_caption{margin-top:-.5em}.trx_addons_audio_player .audio_frame{width:100%;overflow:hidden;position:relative;z-index:2}.trx_addons_audio_player .mejs-offscreen{display:none !important}.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;margin-top:6px !important}.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{content:" ";display:block;border:1px solid #575757;position:absolute;left:-2px;right:-2px;top:-2px;bottom:-2px}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{padding-top:10px !important;color:#333}.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-float{border:none}.trx_addons_audio_player .mejs-container{margin:0 !important}.trx_addons_audio_player .mejs-container,.trx_addons_audio_player .mejs-embed,.trx_addons_audio_player .mejs-embed body,.trx_addons_audio_player .mejs-container .mejs-controls{background:0 0 !important;border-width:0 !important}.trx_addons_audio_player .mejs-container:not(.mejs-video){height:44px !important;border:0 !important}.trx_addons_audio_player .mejs-container .mejs-controls{height:42px !important}.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total:before,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total:before{content:" ";display:block;background:rgba(43,150,163,.3);position:absolute;left:0;right:0;top:0;bottom:0;-webkit-border-radius:2px;border-radius:2px;border:0}.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:4px !important}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time{font-size:.666em !important;margin-top:5px !important}.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider{margin-top:4px !important}.trx_addons_audio_player .mejs-controls div.mejs-time-rail{margin-top:2px !important}.trx_addons_audio_player .mejs-controls .mejs-button button{margin:5px !important;background-image:url('/wp-content/plugins/trx_addons/css/controls.png') !important}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button{margin-left:10px !important}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-fullscreen-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-volume-button:hover,.trx_addons_audio_player .mejs-container .mejs-controls .mejs-playpause-button{-webkit-border-radius:50%;border-radius:50%;margin-top:7px !important;margin-right:6px !important}.trx_addons_audio_player .mejs-container .mejs-controls .mejs-fullscreen-button{margin-right:0 !important}.widget_categories_list .categories_list_item{text-align:center;position:relative}.widget_categories_list .categories_list_count{display:inline-block;margin-left:.5em}.widget_categories_list .categories_list_style_1 .categories_list_title{margin:.8em 0 0}.widget_categories_list .categories_list_style_1 .categories_list_image{vertical-align:top}.widget_categories_list .categories_list_style_2 .categories_list_image img{width:100%}.widget_categories_list .categories_list_style_2 .categories_list_count{display:block;margin-left:0}.widget_categories_list .categories_list_style_2 .categories_list_item{margin-bottom:1.1534em}.widget_categories_list .categories_list_style_2 .categories_list_image:after{content:' ';display:block;position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);pointer-events:none}.widget_categories_list .categories_list_style_2 .categories_list_title{position:absolute;z-index:1;left:50%;top:50%;width:40%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-weight:400;margin:0;padding:0;background-color:rgba(255,255,255,.8);-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.6);-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,.6);box-shadow:0px 0px 10px 0px rgba(0,0,0,.6)}.widget_categories_list .categories_list_style_2 .categories_list_title a{padding:1.5387em 0;display:block}.widget_categories_list .categories_list_style_2 .categories_list_title a:hover{color:#000}.widget_categories_list .categories_list_style_3 .categories_list_item{margin-bottom:1.4em;overflow:hidden;background-color:#fafafa}.widget_categories_list .categories_list_style_3 .categories_list_icon,.widget_categories_list .categories_list_style_3 .categories_list_image{width:50%;height:14em;float:left;background-size:cover;background-position:center center}.widget_categories_list .categories_list_style_3 .categories_list_icon img{max-height:4.4em}.widget_categories_list .categories_list_style_3 .categories_list_icon .wrap_in{position:absolute;z-index:1;left:50%;top:50%;width:94%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.widget_categories_list .categories_list_style_3 .categories_list_count{display:block;margin-left:0}.widget_categories_list .categories_list_style_3 .categories_list_icon{position:relative}.widget_categories_list .categories_list_style_3 .categories_list_title{font-weight:300;margin:.3em 0;text-transform:none}.widget_contacts p{margin:0}.widget_contacts p+p{margin-top:1em}.widget_contacts .contacts_logo{margin-top:.3em}.widget_contacts .contacts_logo+.contacts_description,.widget_contacts .contacts_logo+.contacts_content{margin-top:2em}.footer_wrap .widget_contacts .contacts_description,.footer_wrap .widget_contacts .contacts_content{margin-left:auto;margin-right:auto}.footer_wrap .columns_wrap .widget_contacts .contacts_description,.footer_wrap .columns_wrap .widget_contacts .contacts_content{max-width:none}.widget_contacts .contacts_description+.contacts_content,.widget_contacts .contacts_socials+.contacts_content{margin-top:1.5em}.widget_contacts .contacts_content .wpb_single_image{display:inline-block;vertical-align:middle;margin-right:.5em}.widget_contacts .contacts_content aside,.widget_contacts .contacts_content widget{margin:0}.widget_contacts .contacts_logo+.contacts_map_top,.widget_contacts .contacts_description+.contacts_map_top{margin-top:2.5em}.widget_contacts .contacts_map_left,.widget_contacts .contacts_map_right{overflow:hidden}.widget_contacts .contacts_map_left .contacts_info .contacts_left,.widget_contacts .contacts_map_left .contacts_info .contacts_right,.widget_contacts .contacts_map_right .contacts_info .contacts_left,.widget_contacts .contacts_map_right .contacts_info .contacts_right,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right{margin-left:0 !important;text-align:left}.widget_contacts .contacts_map_left .contacts_info .contacts_left span,.widget_contacts .contacts_map_right .contacts_info .contacts_left span,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span{padding-left:2em;padding-right:0}.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before{left:0;right:auto;text-align:left}.widget_contacts .contacts_map_left .contacts_map,.widget_contacts .contacts_map_left .contacts_info{float:left;width:47%}.widget_contacts .contacts_map_right .contacts_map,.widget_contacts .contacts_map_right .contacts_info{float:right;width:47%}.widget_contacts .contacts_map_left .contacts_info{margin-left:6%;font-size:.8em}.widget_contacts .contacts_map_right .contacts_info{margin-right:6%;font-size:.8em}.widget_contacts .contacts_logo+.contacts_info,.widget_contacts .contacts_map_top .contacts_map+.contacts_info,.widget_contacts .contacts_description+.contacts_info{margin-top:2em}.widget_contacts .contacts_info{line-height:2.1em}.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info{line-height:inherit}.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span{margin-bottom:1em}.widget_contacts .contacts_info .contacts_left,.widget_contacts .contacts_info .contacts_right{display:inline-block;text-align:left;vertical-align:top}.widget_contacts .contacts_info .contacts_left{text-align:right}.widget_contacts .contacts_info .contacts_left+.contacts_right{margin-left:3.3333em}.widget_contacts .contacts_info span{position:relative;display:block;padding-left:2.4em}.widget_contacts .contacts_info span+span{margin-top:1.8em}.widget_contacts .contacts_info span:before{font-family:'trx_addons_icons';font-size:1.2em;display:block;position:absolute;left:0;top:0;width:2em;line-height:inherit;text-align:left}.widget_contacts .contacts_info span.contacts_email:before{content:'\e86d'}.widget_contacts .contacts_info span.contacts_phone:before{content:'\e942';font-family:fontello}.widget_contacts .contacts_info span.contacts_address:before{content:'\e943';font-family:fontello}.widget_contacts .contacts_logo+.contacts_socials,.widget_contacts .contacts_info+.contacts_socials,.widget_contacts .contacts_description+.contacts_socials{margin-top:1em}.slider_swiper{display:none;position:relative;overflow:hidden}.slider_swiper.swiper-container-coverflow,.slider_swiper.swiper-container-cube,.slider_swiper.swiper-container-flip{overflow:visible}.slider_swiper_outer{position:relative}.slider_swiper .swiper-slide{position:relative;background-size:cover;background-position:center center;background-repeat:no-repeat}.slider_swiper.slider_type_images .swiper-slide{text-align:center}.slider_swiper .swiper-slide>.slide_link{position:absolute;z-index:1;display:block;width:100%;height:100%;left:0;top:0}.slider_swiper .slide_info{position:absolute;z-index:2;text-align:center;padding:0 3em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider_swiper .slide_info.slide_info_large{padding:2em;background-color:rgba(0,0,0,.6)}.slider_swiper .slide_overlay,.slider_swiper .slide_info.slide_info_large,.slider_swiper .slide_info a{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.slider_swiper .slide_info.slide_info_large .slide_title,.slider_swiper .slide_info.slide_info_large .slide_title a,.slider_swiper .slide_info.slide_info_large:hover .slide_date,.slider_swiper .slide_info.slide_info_large:hover .slide_cats,.slider_swiper .slide_info.slide_info_large:hover .slide_cats a{color:#fff}.slider_swiper .slide_info.slide_info_large:hover{background-color:rgba(0,0,0,.8)}.slider_swiper.slider_titles_center .slide_info.slide_info_large{width:40%}.slider_swiper.slider_titles_center .slide_info{left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.slider_swiper.slider_titles_bottom .slide_info{left:0;right:0;bottom:0}.slider_swiper.slider_titles_lb .slide_info{width:50%;left:0;bottom:0}.slider_swiper.slider_titles_rb .slide_info{width:50%;right:0;bottom:0}.slider_swiper .slide_info .slide_title{margin-top:.4em}.slider_swiper .slide_overlay{position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.4)}.slider_swiper .slide_overlay:hover{background-color:rgba(0,0,0,.7)}.slider_swiper.slider_multi .slide_info:not(.slide_info_large),.slider_swiper .slide_info:not(.slide_info_large){left:0;right:0;top:auto;bottom:2em;text-shadow:1px 1px #000;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.slider_swiper.slider_multi .slide_title,.slider_swiper .slide_info:not(.slide_info_large) .slide_title{font-size:1.5385em;margin:.2em 0}.slider_swiper.slider_multi .slide_title,.slider_swiper.slider_multi .slide_title a,.slider_swiper .slide_info:not(.slide_info_large) .slide_title,.slider_swiper .slide_info:not(.slide_info_large) .slide_title a{color:#f0f0f0}.slider_swiper.slider_multi .slide_title a:hover,.slider_swiper .slide_info:not(.slide_info_large) .slide_title a:hover,.slider_swiper.slider_multi .slide_cats a:hover,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats a:hover{color:#fff}.slider_swiper.slider_multi .slide_date,.slider_swiper.slider_multi .slide_cats,.slider_swiper.slider_multi .slide_cats a,.slider_swiper .slide_info:not(.slide_info_large) .slide_date,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats,.slider_swiper .slide_info:not(.slide_info_large) .slide_cats a{color:#ccc}.slider_titles_outside_wrap{position:absolute;left:0;bottom:0;width:100%;max-height:7rem;text-align:center;margin-top:1em}.slider_titles_outside_wrap .slide_info{display:none}.slider_titles_outside_wrap .slide_title{margin:0}.slider_swiper .swiper-pagination,.slider_swiper_outer .swiper-pagination{display:block;width:100%;height:1.7em;line-height:1.7em;text-align:center}.slider_swiper .swiper-pagination-bullet,.slider_swiper_outer .swiper-pagination-bullet{display:inline-block;margin-right:8px;width:10px;height:10px;background-color:#fff;filter:alpha(opacity=80);opacity:.8}.slider_swiper .swiper-pagination-fraction,.slider_swiper_outer .swiper-pagination-fraction{font-size:.8667em}.slider_swiper .swiper-pagination-fraction>*,.slider_swiper_outer .swiper-pagination-fraction>*{line-height:inherit;vertical-align:middle}.slider_swiper .swiper-pagination-fraction>swiper-pagination-current,.slider_swiper_outer .swiper-pagination-fraction>.swiper-pagination-current{font-size:2em;line-height:1.2em}.slider_swiper .slider_prev,.slider_swiper .slider_next,.slider_swiper_outer .slider_prev,.slider_swiper_outer .slider_next{background-color:rgba(0,0,0,.5);color:#fff;width:3em;height:3em;line-height:3em;text-align:center;background-image:none !important;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.slider_swiper .slider_prev:before,.slider_swiper .slider_next:before,.slider_swiper_outer .slider_prev:before,.slider_swiper_outer .slider_next:before{margin:0;font-family:'trx_addons_icons'}.slider_swiper .slider_prev:before,.slider_swiper_outer .slider_prev:before{content:'\e858'}.slider_swiper .slider_next:before,.slider_swiper_outer .slider_next:before{content:'\e859'}.slider_swiper.slider_controls_bottom .slider_controls_wrap,.slider_swiper_outer .slider_controls_bottom .slider_controls_wrap{text-align:center;margin-top:3em}.slider_swiper.slider_controls_bottom .slider_prev,.slider_swiper.slider_controls_bottom .slider_next,.slider_swiper_outer .slider_controls_bottom .slider_prev,.slider_swiper_outer .slider_controls_bottom .slider_next{position:static;display:inline-block;margin:0;border-radius:0;background-color:transparent;border:2px solid #000;color:#000;width:2em;height:2em;line-height:2em}.slider_swiper.slider_controls_bottom .slider_prev:hover,.slider_swiper.slider_controls_bottom .slider_next:hover,.slider_swiper_outer .slider_controls_bottom .slider_prev:hover,.slider_swiper_outer .slider_controls_bottom .slider_next:hover{background-color:#000;color:#fff}.slider_swiper.slider_controls_bottom .slider_next,.slider_swiper_outer .slider_controls_bottom .slider_next{margin-left:1em}.slider_swiper .trx_addons_video_player.with_cover{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%}.slider_style_modern{padding:0 7rem 4rem}.slider_style_modern.slider_outer_titles_outside{padding-bottom:9rem}.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a{position:absolute;top:3rem;bottom:8rem;width:7rem;height:auto;margin:0;line-height:1.2em;background-color:#333;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.slider_style_modern.slider_outer_titles_outside.slider_outer_controls_side .slider_controls_wrap>a{bottom:13rem}.slider_style_modern .slider_controls_label,.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a:before{position:absolute;display:block;text-align:left;width:70%;left:50%;top:45%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a:before{top:58%}.slider_style_modern .slider_prev>.slider_controls_label,.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>.slider_prev:before{text-align:right}.slider_style_modern .slider_controls_label>span{display:block}.slider_style_modern .slider_controls_label>span+span{font-size:1.5em;line-height:1.4em}.slider_style_modern.slider_outer_titles_outside .slider_pagination_wrap{display:none}.sc_slider_controller .swiper-slide{cursor:pointer}.sc_slider_controller[data-controls="1"]{padding-left:5.3333em;padding-right:5.3333em}.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>a{margin-top:0;top:3px;bottom:0;width:4em;height:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>a:before{display:block;width:auto;height:1em;line-height:1em;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>.slider_prev{left:0;margin-left:-5.3333em}.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap>.slider_next{right:0;margin-right:-5.3333em}.sc_slider_controller_info{display:block;text-align:left;font-size:1.2em;line-height:1.2em;font-weight:700;position:absolute;width:90%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sc_slider_controller_info_number{display:inline-block;color:#ddd;margin-right:.4em}.sc_slider_controller_info_title{display:inline-block;color:#000}.sc_slider_controller_thumbs{padding-top:3px}.sc_slider_controller_thumbs .swiper-slide{margin-top:3px}.sc_slider_controller_thumbs .swiper-slide.swiper-slide-active{margin-top:0;border-top:3px solid #efa758}.sc_slider_controller_thumbs .sc_slider_controller_info{font-size:1em;line-height:1.2em}.sc_slider_controller_thumbs .sc_slider_controller_info_title{color:#fff}.sc_slider_controller_titles{padding-top:12px}.sc_slider_controller_titles .swiper-slide{margin-top:12px;background-color:#f0f0f0}.sc_slider_controller_titles .swiper-slide:after{content:' ';position:absolute;z-index:1;right:0;top:0;bottom:0;width:1px;background-color:#ddd}.sc_slider_controller_titles .swiper-slide.swiper-slide-active{margin-top:0;padding-top:9px;border-top:3px solid #efa758;background-color:#fff}.sc_slider_controller_titles .swiper-slide.swiper-slide-active:after{display:none}.sc_slider_controller_titles[data-controls="1"]{padding-left:4em;padding-right:4em}.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap>a{top:12px}.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap>.slider_prev{margin-left:-4em}.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap>.slider_next{margin-right:-4em}.widget_socials .socials_description+.socials_wrap{margin-top:1.5em}.content .sc_widget_video .widget_title{display:none}.sidebar .sc_widget_video .sc_item_subtitle,.sidebar .sc_widget_video .sc_item_title,.footer_wrap .sc_widget_video .sc_item_subtitle,.footer_wrap .sc_widget_video .sc_item_title{display:none}.trx_addons_video_player.with_cover{position:relative;overflow:hidden}.trx_addons_video_player.with_cover .video_embed{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;opacity:0;overflow:hidden;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.trx_addons_video_player.with_cover .video_embed:before{content:' ';display:inline-block;padding-top:55%;width:0;height:0}.trx_addons_video_player.with_cover img{position:relative;z-index:2;width:100%;height:auto}.trx_addons_video_player.with_cover .sc_item_title+img{height:41.33em}.trx_addons_video_player.with_cover .video_mask{position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.trx_addons_video_player.with_cover:hover .video_mask{opacity:1}.trx_addons_video_player.with_cover .video_hover{position:absolute;z-index:4;left:50%;top:50%;font-size:3em;width:2em;height:2em;line-height:2em;text-align:center;cursor:pointer;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;margin-top:2em;background-color:rgba(0,0,0,.5);color:#fff;opacity:0}.trx_addons_video_player.with_cover .video_hover:before{content:'\e888';font-family:'trx_addons_icons'}.trx_addons_video_player.with_cover .video_hover:hover{background-color:rgba(0,0,0,.5)}.trx_addons_video_player.with_cover:hover .video_hover{opacity:1;margin-top:0}.trx_addons_video_player.video_play .video_mask{opacity:1;background-color:#000}.trx_addons_video_player.video_play .video_embed{opacity:1;z-index:10}.trx_addons_video_player.video_play .video_hover{display:none}.content .sc_widget_video .with_cover .sc_item_header{position:absolute;z-index:4;left:50%;width:100%;max-width:58rem;top:50%;padding-bottom:9.2em;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.content .sc_widget_video .video_play.with_cover .sc_item_header{opacity:0}.content .sc_widget_video .sc_item_header .sc_item_title{margin-top:.32em;margin-bottom:.5em}.content .sc_widget_video .with_cover .sc_item_header .sc_item_title{margin-bottom:0}.content .sc_widget_video .with_cover .sc_item_header .video_hover{top:100%;margin-top:-1.45em !important;opacity:1 !important}.content .trx_addons_video_player.with_cover .sc_item_header+img+.video_mask,.content .trx_addons_video_player.with_cover:hover .sc_item_header+img+.video_mask{opacity:0}.sc_action.slider_pagination{padding-bottom:3em}.sc_action.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_action.slider_swiper .swiper-pagination-bullet{border-color:#ddd}.sc_action{position:relative;padding-top:.1px}.sc_action_item{position:relative}.sc_action_item_mask{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;overflow:hidden;opacity:0;filter:alpha(opacity=0);pointer-events:none;-webkit-transition:opacity ease .3s;-moz-transition:opacity ease .3s;-ms-transition:opacity ease .3s;-o-transition:opacity ease .3s;transition:opacity ease .3s}.sc_action_item:hover .sc_action_item_mask{opacity:1;filter:alpha(opacity=100)}.sc_action_item_mask:before{content:' ';position:absolute;z-index:1;top:0;left:-10%;width:120%;height:100%;background:rgba(255,255,255,.2);-webkit-transition:-webkit-transform .8s;transition:transform .8s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_action_item:hover .sc_action_item_mask:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-130%,0)}.sc_action_item_inner{position:relative;z-index:2}.sc_action_item .sc_action_item_icon:before{display:none}.sc_action_item_icon>span{font-size:3em;line-height:1em}.sc_action_item_icon,.sc_action_item_image{margin-bottom:2em}.sc_action_item_subtitle{margin:0;line-height:1.3em}.sc_action_item_title{margin:0;line-height:1.3em}.sc_action_item_subtitle+.sc_action_item_title{margin-top:.2em}.sc_action_item_date{border-top:1px solid #eee;border-bottom:1px solid #eee;padding:.5em 0}.sc_action_item_description{line-height:1.734em;color:#000}.sc_action_item_subtitle+.sc_action_item_description,.sc_action_item_title+.sc_action_item_description,.sc_action_item_date+.sc_action_item_description{margin-top:1.85em}.sc_action_item_description>span{display:block}.sc_action_item_description>span+span{margin-top:.3em}.sc_action_item_subtitle+.sc_action_item_link,.sc_action_item_title+.sc_action_item_link,.sc_action_item_description+.sc_action_item_link{margin-top:3em}.sc_action_item_link{display:inline-block;padding:.5em 2em;border:2px solid #fff}.sc_action_item_link:hover{color:#fff}.sc_action_item_link_over{position:absolute;z-index:3;left:0;top:0;width:100%;height:100%;padding:0 !important;border:none !important;display:block !important;background:0 0 !important}.sc_action_item_info{font-size:11px;margin-top:2em;border-top:1px solid #eee;padding:.5em 0;line-height:1.3em}.sc_action_item.with_image{position:relative;text-align:center;background-position:center;background-size:cover;background-repeat:no-repeat}.sc_action_item.with_image:before{content:' ';width:0;height:0;padding-top:75%;vertical-align:middle;display:inline-block;overflow:hidden;margin-left:-5px}.sc_action_item.with_image .sc_action_item_inner{vertical-align:middle;display:inline-block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:4.9em 2em 5.5em}.sc_action_item.with_image .sc_action_item_mask{position:absolute;background-image:rgba(0,0,0,.5);opacity:0;filter:alpha(opacity=0)}.sc_action_item.with_image:hover .sc_action_item_mask{opacity:1;filter:alpha(opacity=100)}.sc_action_item_default.with_image:after{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.sc_action_item_default.with_bg_color:after{display:none}.sc_action_item_default.with_image .sc_action_item_icon,.sc_action_item_default.with_image .sc_action_item_title{color:#fff}.sc_action_item_default.with_image .sc_action_item_description{color:#ccc}.sc_action_item_default .sc_action_item_subtitle{color:#efa758}.sc_action_item_default.with_image .sc_action_item_date{border-color:#fff}.sc_action_item_default.with_image .sc_action_item_info{border-color:#fff}.sc_action_item_default.with_image.sc_action_item_tl,.sc_action_item_default.with_image.sc_action_item_tl:before{vertical-align:top;text-align:left}.sc_action_item_default.with_image.sc_action_item_tc,.sc_action_item_default.with_image.sc_action_item_tc:before{vertical-align:top;text-align:center}.sc_action_item_default.with_image.sc_action_item_tr,.sc_action_item_default.with_image.sc_action_item_tr:before{vertical-align:top;text-align:right}.sc_action_item_default.with_image.sc_action_item_ml,.sc_action_item_default.with_image.sc_action_item_ml:before{vertical-align:middle;text-align:left}.sc_action_item_default.with_image.sc_action_item_mc,.sc_action_item_default.with_image.sc_action_item_mc:before{vertical-align:middle;text-align:center}.sc_action_item_default.with_image.sc_action_item_mr,.sc_action_item_default.with_image.sc_action_item_mr:before{vertical-align:middle;text-align:right}.sc_action_item_default.with_image.sc_action_item_bl,.sc_action_item_default.with_image.sc_action_item_bl:before{vertical-align:bottom;text-align:left}.sc_action_item_default.with_image.sc_action_item_bc,.sc_action_item_default.with_image.sc_action_item_bc:before{vertical-align:bottom;text-align:center}.sc_action_item_default.with_image.sc_action_item_br,.sc_action_item_default.with_image.sc_action_item_br:before{vertical-align:bottom;text-align:right}.sc_action_item_simple.with_image:before{display:none}.sc_action_item_simple.with_image:after{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.sc_action_item_simple.with_bg_color:after{display:none}.sc_action_item_simple.with_image .sc_action_item_icon,.sc_action_item_simple.with_image .sc_action_item_title{color:#fff}.sc_action_item_simple.with_image .sc_action_item_description{color:#ccc}.sc_action_item_simple .sc_action_item_subtitle{color:#efa758}.sc_action_item_simple.with_image .sc_action_item_date{border-color:#fff}.sc_action_item_simple.with_image .sc_action_item_info{border-color:#fff}.sc_action_item_simple .sc_action_item_icon>span{display:inline-block;font-size:2em;line-height:2em;width:2em;height:2em;text-align:center;border:2px solid #000;color:#000;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.sc_action_item_simple.with_image .sc_action_item_icon>span{color:#fff;border-color:#fff}.sc_action_item_simple.sc_action_item_tl,.sc_action_item_simple.sc_action_item_ml,.sc_action_item_simple.sc_action_item_bl{text-align:left}.sc_action_item_simple.sc_action_item_tl .sc_action_item_icon,.sc_action_item_simple.sc_action_item_tl .sc_action_item_image,.sc_action_item_simple.sc_action_item_ml .sc_action_item_icon,.sc_action_item_simple.sc_action_item_ml .sc_action_item_image,.sc_action_item_simple.sc_action_item_bl .sc_action_item_icon,.sc_action_item_simple.sc_action_item_bl .sc_action_item_image{float:left;margin:0 1.5em 0 0}.sc_action_item_simple.sc_action_item_tc,.sc_action_item_simple.sc_action_item_mc,.sc_action_item_simple.sc_action_item_bc{text-align:center}.sc_action_item_simple.sc_action_item_tc .sc_action_item_icon,.sc_action_item_simple.sc_action_item_tc .sc_action_item_image,.sc_action_item_simple.sc_action_item_mc .sc_action_item_icon,.sc_action_item_simple.sc_action_item_mc .sc_action_item_image,.sc_action_item_simple.sc_action_item_bc .sc_action_item_icon,.sc_action_item_simple.sc_action_item_bc .sc_action_item_image{text-align:center;margin-bottom:1.5em}.sc_action_item_simple.sc_action_item_tr,.sc_action_item_simple.sc_action_item_mr,.sc_action_item_simple.sc_action_item_br{text-align:right}.sc_action_item_simple.sc_action_item_tr .sc_action_item_icon,.sc_action_item_simple.sc_action_item_tr .sc_action_item_image,.sc_action_item_simple.sc_action_item_mr .sc_action_item_icon,.sc_action_item_simple.sc_action_item_mr .sc_action_item_image,.sc_action_item_simple.sc_action_item_br .sc_action_item_icon,.sc_action_item_simple.sc_action_item_br .sc_action_item_image{float:right;margin:0 0 0 1.5em}.sc_action_item_simple.with_image .sc_action_item_title{font-size:4.133em;text-transform:none}.sc_action_item_event.with_image:before{display:none}.sc_action_item_event.with_image .sc_action_item_inner{width:70%;padding:2em;margin:15% 0;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:-5px 5px 20px 20px rgba(0,0,0,.2);-moz-box-shadow:-5px 5px 20px 20px rgba(0,0,0,.2);box-shadow:-5px 5px 20px 20px rgba(0,0,0,.2)}.sc_action_item_event .sc_action_item_subtitle{margin:0}.sc_action_item_event .sc_action_item_image+.sc_action_item_subtitle{margin-top:.3em}.sc_action_item_event .sc_action_item_link{border:none;background-color:#efa758;color:#fff}.sc_action_item.with_image.sc_action_fixed_height:before,.sc_action_item.with_image.trx_addons_stretch_height:before{display:none}.sc_action_item.with_image.sc_action_fixed_height .sc_action_item_inner,.sc_action_item.with_image.trx_addons_stretch_height .sc_action_item_inner{position:absolute;z-index:2;left:0}.sc_action_item_event.with_image.sc_action_fixed_height .sc_action_item_inner,.sc_action_item_event.with_image.trx_addons_stretch_height .sc_action_item_inner{left:50%;top:50%;margin:0;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_ml .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_ml .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bl .sc_action_item_inner{text-align:left}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bc .sc_action_item_inner{text-align:center}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_br .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_br .sc_action_item_inner{text-align:right}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_tr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_tr .sc_action_item_inner{top:0}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_ml .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_ml .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_mr .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_mr .sc_action_item_inner{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bl .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_bc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_bc .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.sc_action_fixed_height.sc_action_item_br .sc_action_item_inner,.sc_action_item:not(.sc_action_item_event).with_image.trx_addons_stretch_height.sc_action_item_br .sc_action_item_inner{bottom:0}.sc_anchor{width:0;height:0;line-height:0}#toc_menu{display:none;position:absolute;width:100%;left:50%;top:50%;margin:-50% 0 0 -50%}.toc_menu_item{position:relative;z-index:1}.toc_menu_item .toc_menu_icon{display:block;position:relative;color:#888;height:1.5em;line-height:1.5em;text-align:center}.toc_menu_item .toc_menu_icon:before{display:inline-block;line-height:inherit;color:inherit}.toc_menu_item .toc_menu_icon_default:before{content:' ';margin-top:.75em;height:1px;background-color:#888}.toc_menu_item:hover .toc_menu_icon,.toc_menu_item_active .toc_menu_icon{color:#292929}.toc_menu_item:hover .toc_menu_icon_default:before,.toc_menu_item_active .toc_menu_icon_default:before{background-color:#292929}.toc_menu_item_active .toc_menu_icon_default:before{width:1.5em}.toc_menu_item .toc_menu_description{position:absolute;top:0;right:-20em;opacity:0;white-space:nowrap;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out}.toc_menu_item:hover .toc_menu_description{right:100%;margin-right:1.5em;opacity:1}.sc_blogger.slider_pagination{padding-bottom:3em}.sc_blogger.swiper-container-horizontal>.swiper-pagination{bottom:0}.sc_blogger.slider_swiper .swiper-pagination-bullet{border-color:#ddd}.sc_blogger{position:relative;padding-top:.1px}.sc_blogger .sc_blogger_item .sc_blogger_item_title{margin:0}.sc_blogger .sc_blogger_item .sc_blogger_item_featured{margin-bottom:0}.sc_blogger .sc_blogger_item .sc_blogger_item_featured img{width:100%;height:auto}.sc_blogger_default .sc_blogger_item{background-color:#f7f7f7;padding:2em;overflow:hidden;position:relative}.sc_blogger_default .sc_blogger_item+.sc_blogger_item{margin-top:2em}.sc_blogger_default.slider_swiper .sc_blogger_item+.sc_blogger_item{margin-top:0}.sc_blogger_default .sc_blogger_item_featured{width:40%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_blogger_default .sc_blogger_item_content{width:50%;position:absolute;z-index:1;top:50%;left:50%;padding-right:2em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_blogger_default .sc_blogger_post_meta{margin-top:1em;font-size:.9286em}.sc_blogger_default .sc_blogger_item_excerpt{margin-top:1em}.sc_blogger_default .sc_blogger_button{text-align:center}.sc_blogger_classic .sc_blogger_item{background-color:#f7f7f7;text-align:center}.sc_blogger_classic .sc_blogger_item_content{padding:2em}.sc_blogger_classic .sc_blogger_post_meta{margin-top:.5em;font-size:.9286em}.sc_blogger_classic .sc_blogger_item_excerpt{margin-top:1.5em}.sc_blogger_classic .sc_blogger_item_excerpt_text{max-height:8em;overflow:hidden}.sc_blogger_classic .sc_blogger_item_excerpt_text+p,.sc_blogger_classic .sc_blogger_item_excerpt_text+a{margin:2em 0 0}.sc_blogger_plain .sc_blogger_item{background-color:#f7f7f7;text-align:left;margin-bottom:10px}.sc_blogger_plain .sc_blogger_post_meta{margin:0}.sc_blogger_plain .sc_blogger_item .sc_blogger_item_title{margin:.35em 0 0;line-height:1.23em;min-height:2.46em}.sc_blogger_plain .sc_blogger_item_content{position:relative}.sc_blogger_plain .sc_blogger_item_date{width:6.66em;position:absolute;top:0;left:0;bottom:0;text-align:center;padding:2.38em 0 1em}.sc_blogger_plain .sc_blogger_item_date .day{font-size:2.66em;display:block;margin-bottom:.15em}.sc_blogger_plain .sc_blogger_item_date .month{font-size:.866em;font-weight:600;letter-spacing:.24em;text-transform:uppercase;display:block}.sc_blogger_plain .sc_blogger_item_info{margin-left:6.66em;padding:1.7em 1.7em 1.6em;background-color:#fff}.sc_blogger_plain .sc_blogger_item_info .post_meta{margin:0}.sc_button{background-position:center center;background-repeat:no-repeat;background-size:contain;overflow:hidden;background-color:#efa758;color:#fff}.sc_button_simple{background-color:transparent;color:#efa758;position:relative;padding-right:1.8em;display:inline-block}.sc_button_simple:hover{color:#000}.sc_button_simple:before,.sc_button_simple:after{content:'\e911';font-family:'trx_addons_icons';position:absolute;top:0;right:0;line-height:inherit;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_button_simple:before{right:20px;opacity:0;filter:alpha(opacity=0)}.sc_button_simple:hover:before{opacity:1;filter:alpha(opacity=100);right:0}.sc_button_simple:hover:after{opacity:0;filter:alpha(opacity=0);right:-20px}.sc_button.sc_button_size_small .sc_button_icon img{max-height:1.6em;width:auto}.sc_button.sc_button_size_normal .sc_button_icon img{max-height:2.5em;width:auto}.sc_button.sc_button_size_large .sc_button_icon img{max-height:4em;width:auto}.sc_button_icon,.sc_button_text{display:inline-block;vertical-align:middle}.sc_button_icon{font-size:2em;line-height:1.25em;font-weight:400;font-style:normal}.sc_button_icon_left .sc_button_icon{margin-right:.8em}.sc_button_icon_right .sc_button_icon{float:right;margin-left:.8em}.sc_button_icon_top .sc_button_icon{display:block;margin-bottom:.25em;text-align:center}.sc_button_subtitle{font-size:.85em;line-height:1.25em;text-transform:none;display:block}.sc_button_bg_image{position:relative;background-position:center center;background-size:cover;background-repeat:no-repeat}.sc_button_bg_image .sc_button_text{position:relative;z-index:2}.sc_button_bg_image:before{content:' ';position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.sc_button_bg_image:hover:before{background-color:rgba(0,0,0,.75)}.sc_content{margin-left:auto;margin-right:auto;position:relative;padding-top:.1px}[class*=sc_content_width_]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_content_width_1_1{width:1170px}.sc_content_width_1_2{width:585px}.sc_content_width_1_3{width:390px}.sc_content_width_2_3{width:780px}.sc_content_width_1_4{width:292.5px}.sc_content_width_3_4{width:877.5px}.sc_form{position:relative;padding-top:.1px}.trx_addons_field_error{border-color:#c00 !important;-webkit-box-shadow:0px 0px 8px 0px rgba(200,0,0,.2);-moz-box-shadow:0px 0px 8px 0px rgba(200,0,0,.2);box-shadow:0px 0px 8px 0px rgba(200,0,0,.2)}.sc_form_title+.sc_form_form,.sc_form_subtitle+.sc_form_form,.sc_form_descr+.sc_form_form{margin-top:2em}.sc_form_description{font-size:.9231em;font-style:italic;margin-bottom:1.5em}.sc_form_form{position:relative}.sc_form_detailed .trx_addons_columns_wrap{margin-right:0}.sc_form_detailed .trx_addons_columns_wrap>[class*=trx_addons_column-]{padding-right:0}.sc_form_detailed .sc_form_form{width:auto;padding:5.33em 5.33em 6em 9em;margin-left:-3.66em;margin-top:2.66em;box-sizing:border-box}.sc_form_field{display:block;margin-bottom:1.3em}.sc_form_detailed .sc_form_field_name,.sc_form_detailed .sc_form_field_email{width:calc(50% - 10px);float:left}.sc_form_detailed .sc_form_field_email{float:right}.sc_form_field_title{display:block;font-size:.9231em;font-weight:700;text-transform:uppercase;color:#292929}.sc_form input[type=text],.sc_form textarea{border:1px solid #e1e1e1;background-color:transparent;color:#a7a7a7;font-size:1.2308em;font-style:italic;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_form input[type=text]:focus,.sc_form textarea:focus{background-color:#fff;color:#292929}.sc_form.sc_align_left input,.sc_form.sc_align_left textarea{text-align:left}.sc_form.sc_align_center input,.sc_form.sc_align_center textarea{text-align:center}.sc_form.sc_align_right input,.sc_form.sc_align_right textarea{text-align:right}.sc_form button{display:block;width:auto;margin:1em auto 0;padding:.5em 1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:.9231em;font-weight:700;text-transform:uppercase;background-color:#292929;border:2px solid #292929;color:#fff;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_form button:hover{color:#292929}.sc_align_center.sc_form .sc_form_field_button button{margin-left:auto;margin-right:auto;display:block}.sc_form .sc_form_info_data>a,.sc_form .sc_form_info_data>span{display:block;color:#000}.sc_form .sc_form_info_data>a:hover{color:#efa758}.sc_form_detailed .sc_form_title,.sc_form_detailed .sc_form_description{text-align:left;margin-bottom:2.31rem}.sc_form_detailed button{width:100%}.sc_form_detailed .sc_form_info{padding:0 3em}.sc_form_detailed .sc_form_info_item+.sc_form_info_item{margin-top:3.35em}.sc_form_detailed .sc_form_info_icon{float:left;color:#c7c7c7;display:block;width:4em;text-align:left}.sc_form_detailed .sc_form_info_icon:before{font-family:'trx_addons_icons';font-size:4.3em;line-height:.8em}.sc_form_detailed .sc_form_info_item_phone .sc_form_info_icon:before{content:'\e893'}.sc_form_detailed .sc_form_info_item_email .sc_form_info_icon:before{content:'\e86d'}.sc_form_detailed .sc_form_info_item_address .sc_form_info_icon:before{content:'\e88a'}.sc_form_detailed .sc_form_info_area{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:5.3em;color:#292929}.sc_form_detailed .sc_form_info_area>span.sc_form_info_title{display:block;line-height:1.5em;font-size:.866em;font-weight:600;letter-spacing:.24em;text-transform:uppercase}.sc_form_detailed .sc_form_info_area>span.sc_form_info_data{display:block;font-size:1.066em;line-height:1.5em;font-weight:400;letter-spacing:.02em;margin-top:4px}.sc_form_detailed textarea{height:4.154em;min-height:4.154em;max-width:100%;resize:both}.sc_form_detailed.simple textarea{height:10em;min-height:10em}.sc_form_modern .sc_form_info{margin-bottom:2.2em}.sc_form_modern .sc_form_info_item{text-align:center}.sc_form_modern .sc_form_info_icon{color:#c7c7c7;display:block}.sc_form_modern .sc_form_info_icon:before{font-family:'trx_addons_icons';font-size:4.8em;line-height:1.5em}.sc_form_modern .sc_form_info_item_address .sc_form_info_icon:before{content:'\e88a'}.sc_form_modern .sc_form_info_item_email .sc_form_info_icon:before{content:'\e86d'}.sc_form_modern .sc_form_info_item_phone .sc_form_info_icon:before{content:'\e893'}.sc_form_modern .sc_form_field{margin-bottom:2.2em}.sc_form_modern button{margin-top:0}[class*=sc_input_hover_] .sc_form_field_wrap,[class*=sc_input_hover_] .comments_field_wrap{position:relative;z-index:1;display:block}[class*=sc_input_hover_] input[type=text],[class*=sc_input_hover_] input[type=number],[class*=sc_input_hover_] input[type=email],[class*=sc_input_hover_] input[type=password],[class*=sc_input_hover_] input[type=search],[class*=sc_input_hover_] select,[class*=sc_input_hover_] textarea{font-size:1.2857em !important;text-align:left !important;padding:1.3em 1.5em !important;width:100%}[class*=sc_input_hover_] input:focus,[class*=sc_input_hover_] select:focus,[class*=sc_input_hover_] textarea:focus{outline:none}[class*=sc_input_hover_] .sc_form_field_hover{position:absolute;z-index:1;top:0;left:0;width:100%;font-size:1.2857em;text-align:left !important;overflow:visible;padding:0;pointer-events:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[class*=sc_input_hover_] .sc_form_field_content{position:relative;display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}[class*=sc_input_hover_] label.required .sc_form_field_content:after{content:'*';vertical-align:top;margin-left:.3em;font-size:80%;color:#da6f5b}[class*=sc_input_hover_] label.required:after{display:none}.sc_input_hover_accent input[type=text],.sc_input_hover_accent input[type=number],.sc_input_hover_accent input[type=email],.sc_input_hover_accent input[type=password],.sc_input_hover_accent input[type=search],.sc_input_hover_accent select,.sc_input_hover_accent textarea{box-shadow:0px 0px 0px 2px transparent;-webkit-transition:box-shadow .3s;-ms-transition:box-shadow .3s;transition:box-shadow .3s;-webkit-appearance:none}.sc_input_hover_accent textarea{min-height:11.5em}.sc_input_hover_accent .sc_form_field_hover{position:static}.sc_input_hover_accent .sc_form_field_content{padding:.3em 0 0}.sc_input_hover_accent .sc_form_field_hover:before{content:' ';display:block !important;position:absolute;z-index:-1;top:0;left:0;width:100%;height:4em;box-shadow:0px 0px 0px 0px;color:rgba(239,167,88,.6)}.sc_input_hover_accent textarea+.sc_form_field_hover:before{height:11em}.sc_input_hover_accent input:focus+.sc_form_field_hover,.sc_input_hover_accent select:focus+.sc_form_field_hover,.sc_input_hover_accent textarea:focus+.sc_form_field_hover{pointer-events:none}.sc_input_hover_accent input:focus+.sc_form_field_hover:before,.sc_input_hover_accent select:focus+.sc_form_field_hover:before,.sc_input_hover_accent textarea:focus+.sc_form_field_hover:before{-webkit-animation:anim-accent .3s forwards;-ms-animation:anim-accent .3s forwards;animation:anim-accent .3s forwards}.sc_input_hover_accent input[type=text]:focus,.sc_input_hover_accent input[type=number]:focus,.sc_input_hover_accent input[type=email]:focus,.sc_input_hover_accent input[type=password]:focus,.sc_input_hover_accent input[type=search]:focus,.sc_input_hover_accent select:focus,.sc_input_hover_accent textarea:focus{border-color:#efa758 !important}@-webkit-keyframes anim-accent{to{box-shadow:0px 0px 100px 50px;opacity:0}}@keyframes anim-accent{to{box-shadow:0px 0px 100px 50px;opacity:0}}.sc_input_hover_path .sc_form_field_wrap{margin-bottom:3em}.sc_input_hover_path input[type=text],.sc_input_hover_path input[type=number],.sc_input_hover_path input[type=email],.sc_input_hover_path input[type=password],.sc_input_hover_path input[type=search],.sc_input_hover_path textarea{border:none !important;background:0 0 !important}.sc_input_hover_path textarea{height:4.1em;overflow:hidden;min-height:0 !important}.sc_input_hover_path textarea.filled,.sc_input_hover_path textarea:focus{height:auto;min-height:10.5em !important}.sc_input_hover_path .sc_form_field_hover{height:100%;cursor:text;display:block}.sc_input_hover_path .sc_form_field_content{padding:1.5em;-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transition:-webkit-transform .3s;-ms-transition:-ms-transform .3s;transition:transform .3s}.sc_input_hover_path .sc_form_field_graphic{position:absolute;top:0;left:0;fill:none;-webkit-transform:scale3d(1,-1,1);-ms-transform:scale3d(1,-1,1);transform:scale3d(1,-1,1);-webkit-transition:stroke-dashoffset .5s;-ms-transition:stroke-dashoffset .5s;transition:stroke-dashoffset .5s;pointer-events:none;stroke:#333;stroke-width:2px;stroke-dasharray:1190;stroke-dashoffset:670}.sc_input_hover_path textarea+.sc_form_field_hover>.sc_form_field_graphic{stroke-dasharray:1420;stroke-dashoffset:900}.sc_input_hover_path input:focus+.sc_form_field_hover,.sc_input_hover_path textarea:focus+.sc_form_field_hover,.sc_input_hover_path input.filled+.sc_form_field_hover,.sc_input_hover_path textarea.filled+.sc_form_field_hover{cursor:default;pointer-events:none}.sc_input_hover_path input:focus+.sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path textarea:focus+.sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path input.filled+.sc_form_field_hover>.sc_form_field_graphic,.sc_input_hover_path textarea.filled+.sc_form_field_hover>.sc_form_field_graphic{stroke-dashoffset:0}.sc_input_hover_path input:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path input.filled+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled+.sc_form_field_hover>.sc_form_field_content{-webkit-transform:scale3d(.81,.81,1) translate3d(0,3.4em,0);-ms-transform:scale3d(.81,.81,1) translate3d(0,3.4em,0);transform:scale3d(.81,.81,1) translate3d(0,3.4em,0)}.sc_input_hover_path textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_path textarea.filled+.sc_form_field_hover>.sc_form_field_content{-webkit-transform:scale3d(.81,.81,1) translate3d(0,11.4em,0);-ms-transform:scale3d(.81,.81,1) translate3d(0,11.4em,0);transform:scale3d(.81,.81,1) translate3d(0,11.4em,0)}.sc_input_hover_jump .sc_form_field_wrap{padding-top:2em;overflow:hidden}.sc_input_hover_jump input[type=text],.sc_input_hover_jump input[type=number],.sc_input_hover_jump input[type=email],.sc_input_hover_jump input[type=password],.sc_input_hover_jump input[type=search],.sc_input_hover_jump textarea{border:2px solid #ddd}.sc_input_hover_jump textarea{min-height:11.9em !important}.sc_input_hover_jump .sc_form_field_hover{overflow:hidden;-webkit-transform:translate3d(0,2em,0);-ms-transform:translate3d(0,2em,0);transform:translate3d(0,2em,0)}.sc_input_hover_jump .sc_form_field_content{padding:1em 1.5em}.sc_input_hover_jump .sc_form_field_content:before{content:attr(data-content);position:absolute;top:-200%;left:0;font-weight:700;margin:0;color:#efa758}.sc_input_hover_jump input:focus+.sc_form_field_hover,.sc_input_hover_jump textarea:focus+.sc_form_field_hover,.sc_input_hover_jump input.filled+.sc_form_field_hover,.sc_input_hover_jump textarea.filled+.sc_form_field_hover{-webkit-animation:anim-jump-1 .25s forwards;-ms-animation:anim-jump-1 .25s forwards;animation:anim-jump-1 .25s forwards}.sc_input_hover_jump input:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump input[type=text].filled+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_jump textarea.filled+.sc_form_field_hover>.sc_form_field_content{-webkit-animation:anim-jump-2 .25s forwards ease-in;-ms-animation:anim-jump-2 .25s forwards ease-in;animation:anim-jump-2 .25s forwards ease-in}.sc_input_hover_path input:focus,.sc_input_hover_path textarea:focus,.sc_input_hover_path input.filled,.sc_input_hover_path textarea.filled{border-color:#efa758}@-webkit-keyframes anim-jump-1{0%,70%{-webkit-transform:translate3d(0,3em,0);transform:translate3d(0,3em,0)}71%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes anim-jump-1{0%,70%{-webkit-transform:translate3d(0,3em,0);transform:translate3d(0,3em,0)}71%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes anim-jump-2{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%,71%{-webkit-transform:translate3d(0,125%,0);transform:translate3d(0,125%,0);-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}}@keyframes anim-jump-2{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}70%,71%{opacity:0;-webkit-transform:translate3d(0,125%,0);transform:translate3d(0,125%,0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0)}}.sc_input_hover_underline .sc_form_field_wrap{margin-bottom:0}[class*=sc_input_hover_].sc_input_hover_underline input[type=text],[class*=sc_input_hover_].sc_input_hover_underline input[type=number],[class*=sc_input_hover_].sc_input_hover_underline input[type=email],[class*=sc_input_hover_].sc_input_hover_underline input[type=password],[class*=sc_input_hover_].sc_input_hover_underline input[type=search],[class*=sc_input_hover_].sc_input_hover_underline textarea{border:none !important;background-color:transparent !important;padding:.5em 0 !important}.sc_input_hover_underline textarea{height:2.5em;overflow:hidden;min-height:0 !important}.sc_input_hover_underline textarea.filled,.sc_input_hover_underline textarea:focus{height:auto;min-height:6em !important}.sc_input_hover_underline textarea+.sc_form_field_hover>.sc_form_field_content{display:block}.sc_input_hover_underline textarea.filled+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea:focus+.sc_form_field_hover>.sc_form_field_content{height:6.3em}.sc_input_hover_underline .sc_form_field_hover{padding:.5em 0;overflow:visible}.sc_input_hover_underline .sc_form_field_hover:before{content:' ';display:block !important;position:absolute;width:100%;height:5px;left:0;top:auto;bottom:0;background-color:#ddd;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:-webkit-transform .3s,background-color .3s;-ms-transition:-ms-transform .3s,background-color .3s;transition:transform .3s,background-color .3s}.sc_input_hover_underline .sc_form_field_content{padding:0;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:-webkit-transform .3s,color .3s;-ms-transition:-ms-transform .3s,color .3s;transition:transform .3s,color .3s}.sc_input_hover_underline input:focus+.sc_form_field_hover:before,.sc_input_hover_underline textarea:focus+.sc_form_field_hover:before,.sc_input_hover_underline input.filled+.sc_form_field_hover:before,.sc_input_hover_underline textarea.filled+.sc_form_field_hover:before{background-color:#333;-webkit-transform:scale3d(1,.4,1);-ms-transform:scale3d(1,.4,1);transform:scale3d(1,.4,1)}.sc_input_hover_underline input:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline input.filled+.sc_form_field_hover>.sc_form_field_content{color:#333;-webkit-transform:translate3d(0,2.2em,0) scale3d(.7,.7,1);-ms-transform:translate3d(0,2.2em,0) scale3d(.7,.7,1);transform:translate3d(0,2.2em,0) scale3d(.7,.7,1)}.sc_input_hover_underline textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_underline textarea.filled+.sc_form_field_hover>.sc_form_field_content{color:#333;-webkit-transform:translate3d(0,7em,0) scale3d(.7,.7,1);-ms-transform:translate3d(0,7em,0) scale3d(.7,.7,1);transform:translate3d(0,7em,0) scale3d(.7,.7,1)}[class*=sc_input_hover_].sc_input_hover_iconed input[type=text],[class*=sc_input_hover_].sc_input_hover_iconed input[type=number],[class*=sc_input_hover_].sc_input_hover_iconed input[type=email],[class*=sc_input_hover_].sc_input_hover_iconed input[type=password],[class*=sc_input_hover_].sc_input_hover_iconed input[type=search],[class*=sc_input_hover_].sc_input_hover_iconed textarea{padding:.8em .8em .8em 2.8em !important}.sc_input_hover_iconed textarea{min-height:8.4em}.sc_input_hover_iconed .sc_form_field_hover{overflow:hidden;padding:.6em !important;margin:0}.sc_input_hover_iconed .sc_form_field_content{display:inline-block !important;width:auto;-webkit-transform:translate3d(-1.4em,0,0);-ms-transform:translate3d(-1.4em,0,0);transform:translate3d(-1.4em,0,0);-webkit-transition:-webkit-transform .3s,opacity .3s;-ms-transition:-ms-transform .3s,opacity .3s;transition:transform .3s,opacity .3s}.sc_input_hover_iconed .sc_form_field_icon{display:inline-block;font-size:1.1111em;width:1.5em;height:1.75em;line-height:1.75em;text-align:center !important;position:relative;-webkit-transform:translate3d(-3em,0,0);-ms-transform:translate3d(-3em,0,0);transform:translate3d(-3em,0,0);-webkit-transition:-webkit-transform .3s;-ms-transition:-ms-transform .3s;transition:transform .3s}.sc_input_hover_iconed .sc_form_field_icon:before{position:static !important;margin:0 !important;padding:0 !important;font-style:normal !important;left:auto;top:auto;width:auto;height:auto;line-height:inherit;vertical-align:middle}.sc_input_hover_iconed input:focus+.sc_form_field_hover,.sc_input_hover_iconed textarea:focus+.sc_form_field_hover,.sc_input_hover_iconed input.filled+.sc_form_field_hover,.sc_input_hover_iconed textarea.filled+.sc_form_field_hover{color:#333}.sc_input_hover_iconed input:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed input.filled+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea.filled+.sc_form_field_hover>.sc_form_field_content{opacity:0;-webkit-transform:translate3d(100px,0,0);-ms-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0)}.sc_input_hover_iconed .sc_form_field_content,.sc_input_hover_iconed .sc_form_field_icon,.sc_input_hover_iconed input:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea:focus+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed input.filled+.sc_form_field_hover>.sc_form_field_content,.sc_input_hover_iconed textarea.filled+.sc_form_field_hover>.sc_form_field_content{-webkit-transition-timing-function:cubic-bezier(.7,0,.3,1);-ms-transition-timing-function:cubic-bezier(.7,0,.3,1);transition-timing-function:cubic-bezier(.7,0,.3,1)}.sc_input_hover_iconed input:focus+.sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed textarea:focus+.sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed input.filled+.sc_form_field_hover>.sc_form_field_icon,.sc_input_hover_iconed textarea.filled+.sc_form_field_hover>.sc_form_field_icon{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sc_googlemap{position:relative;padding-top:.1px}.sc_googlemap img{max-width:none}.sc_googlemap_wrap{position:relative}.sc_googlemap_title+.sc_googlemap,.sc_googlemap_subtitle+.sc_googlemap{margin-top:4.2em}.sc_googlemap_descr+.sc_googlemap{margin-top:1em}.sc_googlemap_content_default{position:absolute;z-index:1;right:10%;top:0;bottom:0;width:25%;padding:2em 3em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_googlemap_content_detailed{position:relative;padding:2em 3em 2em 5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_googlemap_content_detailed:before{content:'\e8bb';font-family:'trx_addons_icons';font-size:2em;line-height:1.3em;position:absolute;top:1em;left:1em}.sc_icons{position:relative;padding-top:.1px}.sc_icons .sc_icons_item{position:relative}.sc_icons.sc_align_left .sc_icons_item{text-align:left}.sc_icons.sc_align_center .sc_icons_item{text-align:center}.sc_icons.sc_align_right .sc_icons_item{text-align:right}.sc_icons .sc_icons_item>*{margin:0}.sc_icons .sc_icons_image img{max-width:75%}.sc_icons .sc_icons_icon{color:#efa758;position:relative;z-index:2;display:inline-block;width:auto}.sc_icon_type_svg{visibility:hidden}.sc_icon_type_svg svg{fill:none !important;stroke:currentColor !important;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sc_icons .sc_icons_icon:before,.sc_icons .sc_icons_icon>span:before{font-size:5.5em;line-height:1em}.sc_icon_type_svg svg{width:5.5em;height:5.5em}.sc_icons_size_small .sc_icons_icon:before,.sc_icons_size_small .sc_icons_icon>span:before{font-size:3.5em;line-height:1em}.sc_icons_size_small .sc_icon_type_svg svg{width:3.5em;height:3.5em}.sc_icons_size_large .sc_icons_icon:before,.sc_icons_size_large .sc_icons_icon>span:before{font-size:7.5em;line-height:1em}.sc_icons_size_large .sc_icon_type_svg svg{width:7.5em;height:7.5em}.sc_icons .sc_icons_icon>span{display:inline-block;opacity:0;filter:alpha(opacity=0);position:absolute;z-index:1;left:0;top:0;width:auto}.sc_icons .sc_icons_icon+.sc_icons_title,.sc_icons .sc_icons_icon+.sc_icons_description{margin-top:2em}.sc_icons .sc_icons_image+.sc_icons_title,.sc_icons .sc_icons_image+.sc_icons_description{margin-top:2.4em}.sc_icons .sc_icons_title+.sc_icons_description{margin-top:2em}.sc_icons .sc_icons_title span,.sc_icons .sc_icons_description span{display:block}.sc_icons .sc_icons_link{display:block;position:absolute;z-index:10;left:0;top:0;width:100%;height:100%}.sc_icons_modern .sc_icons_description{font-size:1.1em;color:#292929}.sc_icons .sc_icons_item_linked:hover .sc_icons_icon>span{-webkit-animation:icons-zoom .25s ease-out;-ms-animation:icons-zoom .25s ease-out;animation:icons-zoom .25s ease-out}.sc_icons .sc_icons_item_linked:hover .sc_icons_icon>svg{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title,.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_image img{-webkit-transition:all ease .25s;-moz-transition:all ease .25s;-ms-transition:all ease .25s;-o-transition:all ease .25s;transition:all ease .25s}.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title{-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_description,.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title+.sc_icons_description{-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}.sc_icons .sc_icons_item_linked:hover .sc_icons_image img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_title,.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_title,.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_description,.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_title+.sc_icons_description,.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_description,.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_title+.sc_icons_description{-webkit-transform:scale(.9,.9);-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);transform:scale(.9,.9)}@-webkit-keyframes icons-zoom{0%{opacity:1;filter:alpha(opacity=100)}100%{opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(1.75,1.75);transform:scale(1.75,1.75)}}@keyframes icons-zoom{0%{opacity:1;filter:alpha(opacity=100)}100%{opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(1.75,1.75);-ms-transform:scale(1.75,1.75);transform:scale(1.75,1.75)}}.sc_price{background-color:#f7f7f7}.sc_price_image{display:block;width:100%;text-align:center}.sc_price_image img{max-width:100%;height:auto;margin:3.5em auto 0}.sc_price_icon{font-size:5.5em;line-height:1em;display:block;text-align:center;margin-top:.6em}.sc_price_info{padding:3.5em 3em}.sc_price_subtitle{font-size:1em;line-height:1.25em;text-transform:uppercase}.sc_price_title{font-size:2em;line-height:1.25em}.sc_price_description{font-size:1em;line-height:1.4em;font-style:italic}.sc_price_price{font-size:4em;font-weight:400;line-height:1.6em;color:red}.sc_price_decimals{font-size:.4em;line-height:2.8em;margin-left:.2em;text-decoration:underline;vertical-align:top}.sc_price_details{margin-top:1em;overflow:hidden}.sc_price_details ul.trx_addons_list>li+li{margin-top:.2em}.sc_price_link{padding:2em 3em;background-color:#000;color:#fff}.sc_price_link:hover{background-color:red;color:#fff}.sc_promo{position:relative;overflow:hidden;padding-top:.1px}.sc_promo_image,.sc_promo_image_wrap{position:absolute;top:0;bottom:0;background-position:center center;background-size:cover;background-repeat:no-repeat}.sc_promo_image_fit .sc_promo_image{background-size:contain}.sc_promo_text{width:50%;position:relative}blockquote.sc_promo_text{margin:0 !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_promo_title+.sc_promo_content,.sc_promo_subtitle+.sc_promo_content{margin-top:4.2em}.sc_promo_descr+.sc_promo_content{margin-top:1em}.sc_promo_icon{font-size:3em;line-height:1.3em;margin-bottom:.5em;color:#efa758}.sc_promo_icon span:before{margin:0}.sc_promo.sc_promo_size_large .sc_promo_text_inner{padding:22% 18%}.sc_promo.sc_promo_size_large .sc_promo_icon{font-size:5em;margin-bottom:.5em}.sc_promo.sc_promo_size_large .sc_promo_descr{font-size:1em}.sc_promo.sc_promo_size_normal .sc_promo_text_inner{padding:3em 4em}.sc_promo.sc_promo_size_normal .sc_promo_descr{font-size:1.0714em}.sc_promo.sc_promo_size_small .sc_promo_image{background-size:100%}.sc_promo.sc_promo_size_small .sc_promo_text_inner{padding:1.5em 2em}.sc_promo.sc_promo_size_small .sc_promo_descr{font-size:1em}.sc_promo.sc_promo_size_small .sc_promo_button,.sc_promo.sc_promo_size_small .sc_promo_button_image{margin-top:1.25em}.sc_promo.sc_promo_size_tiny{max-width:30em}.sc_promo.sc_promo_size_tiny .sc_promo_text_inner{padding:1.5em 2em;line-height:1.5em}.sc_promo.sc_promo_size_tiny .sc_item_title{line-height:1.5em}.sc_promo.sc_promo_size_tiny .sc_promo_descr{font-size:1.0714em}.sc_promo.sc_promo_size_tiny .sc_promo_link{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%}.sc_promo.sc_promo_no_paddings.sc_promo_no_image .sc_promo_text_inner{padding:0}.sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner{padding-right:0;padding-top:0;padding-bottom:0}.sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner{padding-left:0;padding-top:0;padding-bottom:0}.sc_promo_text.sc_float_right .sc_promo_text_inner{padding-left:0}.sc_promo_text.sc_float_left .sc_promo_text_inner{padding-right:0}.sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_promo_text.sc_float_left,.sc_promo_text.sc_float_right,.sc_promo_text.sc_float_center{float:none}.sc_promo_text.sc_float_left{text-align:left}.sc_promo_text.sc_float_right{text-align:right}.sc_promo_text.sc_float_center{text-align:center}.sc_promo_text.sc_float_left .sc_promo_text_inner,.sc_promo_text.sc_float_right .sc_promo_text_inner,.sc_promo_text.sc_float_center .sc_promo_text_inner{display:inline-block}.sc_promo_text_inner.sc_align_left *{text-align:left !important}.sc_promo_text_inner.sc_align_right *{text-align:right !important}.sc_promo_text_inner.sc_align_center *{text-align:center !important}.sc_promo_content .trx_addons_list>li+li{margin-top:1em}.sc_promo_content .trx_addons_list>li>b,.sc_promo_content .trx_addons_list>li>strong{margin-bottom:.5em}.sc_promo_modern .sc_promo_image_wrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.sc_promo_modern.sc_promo_image_position_left .sc_promo_image{left:4em;right:0;top:0;bottom:0}.sc_promo_modern.sc_promo_image_position_right .sc_promo_image{left:0;right:4em;top:0;bottom:0}.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_left .sc_promo_image{background-position:left top}.sc_promo_modern.sc_promo_image_fit.sc_promo_image_position_right .sc_promo_image{background-position:right top}.sc_promo_modern .sc_promo_image{left:auto;right:auto;top:auto;bottom:auto}.sc_promo_modern .sc_promo_descr,.sc_promo_modern .sc_promo_button{padding-left:4rem}.sc_promo_modern .sc_promo_link2{position:absolute;z-index:1;bottom:12%;padding:.7em 1.7em;background-color:#efa758;color:#fff}.sc_promo_modern.sc_promo_image_position_left .sc_promo_link2{left:0}.sc_promo_modern.sc_promo_image_position_right .sc_promo_link2{right:0}.sc_promo_modern .sc_promo_link2 span{font-style:italic}.sc_promo_modern .sc_promo_link2 span+span:before{content:' ';width:100%;height:0;display:block}.sc_promo_modern .sc_promo_link2 span+span{font-weight:700;font-style:normal;font-size:2em;line-height:1.2em;text-transform:uppercase}.sc_skills{position:relative;padding-top:.1px}.sc_skills_pie.sc_skills_compact_off .sc_skills_item{position:relative}.sc_skills_pie.sc_skills_compact_off .sc_skills_total{position:absolute;z-index:1;left:50%;top:46%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);display:inline-block;font-size:3em;line-height:1em}.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title{text-align:center;font-size:1.1429em}.sc_skills_pie.sc_skills_compact_off .sc_skills_icon{margin-right:.5em}.sc_skills_pie.sc_skills_compact_on{overflow:hidden}.sc_skills_pie.sc_skills_compact_on .sc_skills_legend{width:50%;float:right}.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_item{line-height:1.7em;overflow:hidden}.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_marker{display:inline-block;vertical-align:middle;width:1em;height:1em;margin:0 .5em .1em 1em}.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_title{width:60%;display:inline-block;vertical-align:middle}.sc_skills_pie.sc_skills_compact_on .sc_skills_legend_value{width:20%;display:inline-block;vertical-align:middle;text-align:right}.sc_skills_pie.sc_skills_compact_on .sc_skills_item{width:50%;float:left}.sc_skills_counter .sc_skills_item_wrap{max-width:6.5em}.sc_skills_counter .sc_skills_icon{display:block;text-align:center;font-size:5.5em;line-height:1em;color:#efa758}.sc_skills_counter .sc_skills_total{display:block;text-align:center;font-size:2.5em;line-height:1.3em;margin:.4em 0}.sc_skills_counter .sc_skills_item_title{text-align:left;font-size:1.1429em;line-height:1.3em}.sc_skills_counter .sc_skills_icon,.sc_skills .sc_skills_total,.sc_skills .sc_skills_item_title,.sc_skills .sc_skills_legend_title,.sc_skills .sc_skills_legend_value{color:#23242c}.sc_socials{position:relative;padding-top:.1px}.socials_wrap{display:block;vertical-align:middle;white-space:nowrap;margin:-8px -8px 0 0}.socials_wrap .social_item{display:inline-block;margin:8px 8px 0 0}.socials_wrap .social_item a{display:block;width:3em;height:3em;line-height:3em;font-size:1rem;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%}.sc_table{position:relative;padding-top:.1px}.sc_table table{width:100%}.sc_table table th,.sc_table table td{padding:1em}.sc_table table tr:first-child th,.sc_table table tr:first-child td{font-weight:700}.sc_title{position:relative}/*!
https://daneden.github.io/animate.css/
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
[data-animation^=animated]{visibility:hidden}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;visibility:visible}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes elastic{0%,100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}25%{-webkit-transform:scale3d(1,1.2,1);transform:scale3d(1,1.2,1)}50%{-webkit-transform:scale3d(1,.85,1);transform:scale3d(1,.85,1)}75%{-webkit-transform:scale3d(1,1.05,1);transform:scale3d(1,1.05,1)}}@keyframes elastic{0%,100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}25%{-webkit-transform:scale3d(1,1.2,1);-ms-transform:scale3d(1,1.2,1);transform:scale3d(1,1.2,1)}50%{-webkit-transform:scale3d(1,.85,1);-ms-transform:scale3d(1,.85,1);transform:scale3d(1,.85,1)}75%{-webkit-transform:scale3d(1,1.05,1);-ms-transform:scale3d(1,1.05,1);transform:scale3d(1,1.05,1)}}@-webkit-keyframes elastic-inner{0%{-webkit-transform:translate3d(0,-25px,0);opacity:0}25%{-webkit-transform:translate3d(0,10px,0)}50%{-webkit-transform:translate3d(0,-6px,0)}75%{-webkit-transform:translate3d(0,2px,0)}100%{-webkit-transform:translate3d(0,0,0);opacity:1}}@keyframes elastic-inner{0%{opacity:0;-webkit-transform:translate3d(0,-25px,0);-ms-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}25%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}50%{-webkit-transform:translate3d(0,-6px,0);-ms-transform:translate3d(0,-6px,0);transform:translate3d(0,-6px,0)}75%{-webkit-transform:translate3d(0,2px,0);-ms-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.elastic{-webkit-animation-name:elastic;animation-name:elastic;-webkit-transition-timing-function:cubic-bezier(.2,.6,.3,1);-ms-transition-timing-function:cubic-bezier(.2,.6,.3,1);transition-timing-function:cubic-bezier(.2,.6,.3,1);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}.elastic>*{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition:none;-ms-transition:none;transition:none;-webkit-animation:elastic-inner .5s ease-out;-ms-animation:elastic-inner .5s ease-out;animation:elastic-inner .5s ease-out}@-webkit-keyframes wipeInLeftTop{0%{-webkit-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform:scale(1,1);transform:scale(1,1)}}@keyframes wipeInLeftTop{0%{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0)}100%{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}}@-webkit-keyframes wipeInLeftTop-inner{0%{opacity:0;-webkit-transform:translate3d(0,-10px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0)}}@keyframes wipeInLeftTop-inner{0%{opacity:0;-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wipeInLeftTop{-webkit-animation-name:wipeInLeftTop;animation-name:wipeInLeftTop;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);-ms-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.wipeInLeftTop>*{opacity:0;-webkit-animation:wipeInLeftTop-inner .35s ease-out forwards;-ms-animation:wipeInLeftTop-inner .35s ease-out forwards;animation:wipeInLeftTop-inner .35s ease-out forwards}.wipeInLeftTop>*:first-child{-webkit-animation-delay:.05s;-ms-animation-delay:.05s;animation-delay:.05s}.wipeInLeftTop>*:nth-child(2){-webkit-animation-delay:.1s;-ms-animation-delay:.1s;animation-delay:.1s}.wipeInLeftTop>*:nth-child(3){-webkit-animation-delay:.15s;-ms-animation-delay:.15s;animation-delay:.15s}.wipeInLeftTop>*:nth-child(4){-webkit-animation-delay:.2s;-ms-animation-delay:.2s;animation-delay:.2s}.wipeInLeftTop>*:nth-child(5){-webkit-animation-delay:.25s;-ms-animation-delay:.25s;animation-delay:.25s}.wipeInLeftTop>*:nth-child(6){-webkit-animation-delay:.3s;-ms-animation-delay:.3s;animation-delay:.3s}.wipeInLeftTop>*:nth-child(7){-webkit-animation-delay:.35s;-ms-animation-delay:.35s;animation-delay:.35s}.wipeInLeftTop>*:nth-child(8){-webkit-animation-delay:.4s;-ms-animation-delay:.4s;animation-delay:.4s}.wipeInLeftTop>*:nth-child(9){-webkit-animation-delay:.45s;-ms-animation-delay:.45s;animation-delay:.45s}.wipeInLeftTop>*:nth-child(10){-webkit-animation-delay:.5s;-ms-animation-delay:.5s;animation-delay:.5s}.wipeInLeftTop>*:nth-child(11){-webkit-animation-delay:.55s;-ms-animation-delay:.55s;animation-delay:.55s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.6s;-ms-animation-delay:.6s;animation-delay:.6s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.65s;-ms-animation-delay:.65s;animation-delay:.65s}.wipeInLeftTop>*:nth-child(12){-webkit-animation-delay:.7s;-ms-animation-delay:.7s;animation-delay:.7s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash;opacity:1}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpSmall{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpSmall{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpSmall{-webkit-animation-name:fadeInUpSmall;animation-name:fadeInUpSmall}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownSmall{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes fadeOutDownSmall{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.fadeOutDownSmall{-webkit-animation-name:fadeOutDownSmall;animation-name:fadeOutDownSmall}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.mega-menu-last-modified-1748331538{content:'Tuesday 27th May 2025 07:38:58 UTC'}#mega-menu-wrap-menu_2,#mega-menu-wrap-menu_2 #mega-menu-menu_2,#mega-menu-wrap-menu_2 #mega-menu-menu_2 ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-row,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-column,#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2 span.mega-menu-badge{transition:none;border-radius:0;box-shadow:none;background:0 0;border:0;bottom:auto;box-sizing:border-box;clip:auto;color:#222;display:block;float:none;font-family:Times New Roman,Times,serif;font-size:15px;height:auto;left:auto;line-height:1.7;list-style-type:none;margin:0;min-height:auto;max-height:none;min-width:auto;max-width:none;opacity:1;outline:none;overflow:visible;padding:0;position:relative;pointer-events:auto;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;transform:none;top:auto;vertical-align:baseline;visibility:inherit;width:auto;word-wrap:break-word;white-space:normal}#mega-menu-wrap-menu_2:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 ul.mega-sub-menu:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-row:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-column:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link:before,#mega-menu-wrap-menu_2 #mega-menu-menu_2 span.mega-menu-badge:before,#mega-menu-wrap-menu_2:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 ul.mega-sub-menu:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-row:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-column:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link:after,#mega-menu-wrap-menu_2 #mega-menu-menu_2 span.mega-menu-badge:after{display:none}#mega-menu-wrap-menu_2{border-radius:0}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2{background:rgba(255,255,255,.1)}}#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-menu-toggle:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-toggle-block:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-toggle-block a:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation #mega-menu-menu_2 a:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation #mega-menu-menu_2 input:focus,#mega-menu-wrap-menu_2.mega-keyboard-navigation #mega-menu-menu_2 li.mega-menu-item a.mega-menu-link:focus{outline:3px solid #109cde;outline-offset:-3px}#mega-menu-wrap-menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus{outline-offset:2px}#mega-menu-wrap-menu_2.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus{background:rgba(0,168,22,0);color:#01b215;font-weight:400;text-decoration:none;border-color:#01b215}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2.mega-keyboard-navigation>li.mega-menu-item>a.mega-menu-link:focus{color:#fff;background:#333;background:linear-gradient(to bottom,#fff,#333);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FF333333')}}#mega-menu-wrap-menu_2 #mega-menu-menu_2{visibility:visible;text-align:center;padding:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link{cursor:pointer;display:inline}#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link .mega-description-group{vertical-align:middle;display:inline-block;transition:none}#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link .mega-description-group .mega-menu-title,#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link .mega-description-group .mega-menu-description{transition:none;line-height:1.5;display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link .mega-description-group .mega-menu-description{font-style:italic;font-size:.8em;text-transform:none;font-weight:400}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:flex;align-items:center}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link:before{flex:0 0 auto;align-self:flex-start}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-tabbed.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-icon-top>a.mega-menu-link{display:table-cell;vertical-align:middle;line-height:initial}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-icon-top>a.mega-menu-link:before{display:block;margin:0 0 6px;text-align:center}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-icon-top>a.mega-menu-link>span.mega-title-below{display:inline-block;transition:none}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-icon-top>a.mega-menu-link{display:block;line-height:40px}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-icon-top>a.mega-menu-link:before{display:inline-block;margin:0 6px 0 0;text-align:left}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-icon-right>a.mega-menu-link:before{float:right;margin:0 0 0 6px}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-animating>ul.mega-sub-menu{pointer-events:none}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-disable-link>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu li.mega-disable-link>a.mega-menu-link{cursor:inherit}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>li.mega-menu-item-has-children.mega-disable-link>a.mega-menu-link{cursor:pointer}#mega-menu-wrap-menu_2 #mega-menu-menu_2 p{margin-bottom:10px}#mega-menu-wrap-menu_2 #mega-menu-menu_2 input,#mega-menu-wrap-menu_2 #mega-menu-menu_2 img{max-width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item>ul.mega-sub-menu{display:block;visibility:hidden;opacity:1;pointer-events:auto}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item>ul.mega-sub-menu{display:none;visibility:visible;opacity:1}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu{display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-hide-sub-menu-on-mobile>ul.mega-sub-menu{display:none}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade] li.mega-menu-item>ul.mega-sub-menu{opacity:0;transition:opacity .2s ease-in,visibility .2s ease-in}#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1}#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{opacity:0;transform:translate(0,10px);transition:opacity .2s ease-in,transform .2s ease-in,visibility .2s ease-in}#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{opacity:1;transform:translate(0,0)}#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{transform:translate(0,10px);transition:transform .2s ease-in,visibility .2s ease-in}#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up].mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up].mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up] li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{transform:translate(0,0)}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children>ul.mega-sub-menu{display:none}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu{display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2.mega-no-js li.mega-menu-item:hover>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2.mega-no-js li.mega-menu-item:focus>ul.mega-sub-menu,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu{visibility:visible}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{visibility:inherit;opacity:1;display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:20%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns>ul.mega-sub-menu>li.mega-menu-item{float:left;width:16.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item a[class^=dashicons]:before{font-family:dashicons}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item a.mega-menu-link:before{display:inline-block;font:inherit;font-family:dashicons;position:static;margin:0 6px 0 0;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;background:0 0;height:auto;width:auto;top:auto}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-hide-text a.mega-menu-link:before{margin:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before{margin:0 6px 0 0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-align-bottom-left.mega-toggle-on>a.mega-menu-link{border-radius:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-align-bottom-right>ul.mega-sub-menu{right:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-align-bottom-right.mega-toggle-on>a.mega-menu-link{border-radius:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-menu-item{position:static}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item{margin:0 20px 0 0;display:inline-block;height:auto;vertical-align:middle}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-item-align-right{float:right}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-item-align-right{margin:0 0 0 20px}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-item-align-float-left{float:left}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item>a.mega-menu-link:hover{background:rgba(0,168,22,0);color:#01b215;font-weight:400;text-decoration:none;border-color:#01b215}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{background:rgba(0,168,22,0);color:#01b215;font-weight:400;text-decoration:none;border-color:#01b215}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{color:#fff;background:#333;background:linear-gradient(to bottom,#fff,#333);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FF333333')}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{background:rgba(0,168,22,0);color:#01b215;font-weight:400;text-decoration:none;border-color:#01b215}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{color:#fff;background:#333;background:linear-gradient(to bottom,#fff,#333);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FF333333')}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item>a.mega-menu-link{line-height:40px;height:40px;padding:0;vertical-align:baseline;width:auto;display:block;color:#222;text-transform:none;text-decoration:none;text-align:left;background:rgba(0,0,0,0);background:linear-gradient(to bottom,rgba(0,168,22,0),rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000A816',endColorstr='#00000000');border-top:0 solid rgba(255,255,255,.1);border-left:0 solid rgba(255,255,255,.1);border-right:0 solid rgba(255,255,255,.1);border-bottom:2px solid rgba(255,255,255,.1);border-radius:0;font-family:Times New Roman,Times,serif;font-size:15px;font-weight:400;outline:none}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-multi-line>a.mega-menu-link{line-height:inherit;display:table-cell;vertical-align:middle}}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-multi-line>a.mega-menu-link br{display:none}}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item{display:list-item;margin:0;clear:both;border:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item.mega-item-align-right{float:none}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-item>a.mega-menu-link{border-radius:0;border:0;margin:0;line-height:40px;height:40px;padding:0 10px;background:0 0;text-align:left;color:#fff;font-size:14px}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row{width:100%;float:left}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column{float:left;min-height:1px}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-1{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-2{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-2{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-3{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-3{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-3{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-4{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-4{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-4{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-4{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-5{width:20%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-5{width:40%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-5{width:60%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-5{width:80%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-5{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-6{width:16.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-6{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-6{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-6{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-6{width:83.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-6{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-7{width:14.28571%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-7{width:28.57143%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-7{width:42.85714%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-7{width:57.14286%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-7{width:71.42857%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-7{width:85.71429%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-7{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-8{width:12.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-8{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-8{width:37.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-8{width:62.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-8{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-8{width:87.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-8{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-9{width:11.11111%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-9{width:22.22222%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-9{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-9{width:44.44444%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-9{width:55.55556%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-9{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-9{width:77.77778%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-9{width:88.88889%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-9{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-10{width:10%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-10{width:20%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-10{width:30%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-10{width:40%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-10{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-10{width:60%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-10{width:70%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-10{width:80%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-10{width:90%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-10{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-11{width:9.09091%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-11{width:18.18182%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-11{width:27.27273%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-11{width:36.36364%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-11{width:45.45455%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-11{width:54.54545%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-11{width:63.63636%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-11{width:72.72727%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-11{width:81.81818%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-11{width:90.90909%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-11{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-1-of-12{width:8.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12{width:16.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-12{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-5-of-12{width:41.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-7-of-12{width:58.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-8-of-12{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-9-of-12{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-10-of-12{width:83.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-11-of-12{width:91.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-12-of-12{width:100%}}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column{width:100%;clear:both}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{padding:5px;width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu{z-index:999;border-radius:0;background:#fff;border-top:30px solid rgba(0,168,22,0);border-left:30px solid rgba(0,168,22,0);border-right:30px solid rgba(0,168,22,0);border-bottom:30px solid rgba(0,168,22,0);padding:0;position:absolute;width:100%;max-width:none;left:0;padding-left:15%;padding-right:15%}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu{float:left;position:static;width:100%}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-1{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-2{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-2{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-3{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-3{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-3{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-4{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-4{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-4{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-4{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-5{width:20%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-5{width:40%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-5{width:60%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-5{width:80%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-5{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6{width:16.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-6{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-6{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-6{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-6{width:83.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-6{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-7{width:14.28571%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-7{width:28.57143%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-7{width:42.85714%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-7{width:57.14286%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-7{width:71.42857%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-7{width:85.71429%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-7{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-8{width:12.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-8{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-8{width:37.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-8{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-8{width:62.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-8{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-8{width:87.5%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-8{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-9{width:11.11111%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-9{width:22.22222%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-9{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-9{width:44.44444%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-9{width:55.55556%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-9{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-9{width:77.77778%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-9{width:88.88889%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-9{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-10{width:10%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-10{width:20%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-10{width:30%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-10{width:40%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-10{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-10{width:60%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-10{width:70%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-10{width:80%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-10{width:90%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-10{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-11{width:9.09091%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-11{width:18.18182%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-11{width:27.27273%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-11{width:36.36364%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-11{width:45.45455%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-11{width:54.54545%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-11{width:63.63636%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-11{width:72.72727%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-11{width:81.81818%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-11{width:90.90909%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-11{width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-12{width:8.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-12{width:16.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-3-of-12{width:25%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-4-of-12{width:33.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-5-of-12{width:41.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-6-of-12{width:50%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-7-of-12{width:58.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-8-of-12{width:66.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-9-of-12{width:75%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-10-of-12{width:83.33333%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-11-of-12{width:91.66667%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-12-of-12{width:100%}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu .mega-description-group .mega-menu-description{margin:5px 0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu{clear:both}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{margin-left:10px}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{margin-left:10px}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{color:#222;font-family:Times New Roman,Times,serif;font-size:15px;display:block;float:left;clear:none;padding:5px;vertical-align:top}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-clear{clear:left}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title{color:#555;font-family:Arial #000,Gadget,sans-serif;font-size:16px;text-transform:none;text-decoration:none;font-weight:400;text-align:left;margin:0 0 px 0px;padding:0 0 px 0px;vertical-align:top;display:block;visibility:inherit;border:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title:hover{border-color:#01b215}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{color:#555;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:700;text-align:left;margin:0;padding:0;vertical-align:top;display:block;border:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{border-color:#01b215}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus{color:#01b215;font-weight:400;text-decoration:none;background:rgba(0,0,0,0)}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover>span.mega-title-below,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus>span.mega-title-below{text-decoration:none}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:400;text-align:left;margin:0;padding:0;vertical-align:top;display:block;border:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover{border-color:rgba(0,0,0,0)}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon>a.mega-menu-link{display:flex}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:focus{color:#666;font-weight:400;text-decoration:none;background:rgba(0,0,0,0)}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu{border:0;padding:10px;border-radius:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item{width:100%;clear:both}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{color:#666;font-family:inherit;font-size:14px;text-transform:none;text-decoration:none;font-weight:400;margin:0;border:0;padding:0;vertical-align:top;display:block}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu.mega-no-headers>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus{color:#666;font-weight:400;text-decoration:none;background:rgba(0,0,0,0)}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu{z-index:999;position:absolute;width:250px;max-width:none;padding:0;border:0;background:#f1f1f1;border-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu{float:left;position:static;width:100%;padding:0;border:0;border-radius:0}}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item{clear:both}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{display:block;background:#f1f1f1;color:#666;font-family:inherit;font-size:14px;font-weight:400;padding:0 10px;line-height:35px;text-decoration:none;text-transform:none;vertical-align:baseline}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link{border-top-left-radius:0;border-top-right-radius:0}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link{border-bottom-right-radius:0;border-bottom-left-radius:0}}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{background:#ddd;font-weight:400;text-decoration:none;color:#666}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:absolute;left:100%;top:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{position:static;left:0;width:100%}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link{padding-left:20px}#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link{padding-left:30px}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{content:'\f140';font-family:dashicons;font-weight:400;display:inline-block;margin:0 0 0 6px;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:rotate(0);color:inherit;position:relative;background:0 0;height:auto;width:auto;right:auto;line-height:inherit}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{display:inline;height:auto;width:auto;background:0 0;position:relative;pointer-events:auto;left:auto;min-width:auto;line-height:inherit;color:inherit;font-size:inherit;padding:0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{content:'\f142'}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{content:'\f142'}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile>a.mega-menu-link>span.mega-indicator{display:none}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator,#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-item-has-children.mega-hide-arrow>a.mega-menu-link>span.mega-indicator{display:none}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link>span.mega-indicator:after{content:'\f139'}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link{text-align:right}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator{float:left}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link>span.mega-indicator:after{content:'\f141';margin:0 6px 0 0}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before{float:right;margin:0 0 0 6px}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu{left:-100%;top:0}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2.mega-menu-accordion>li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{float:right}}#mega-menu-wrap-menu_2 #mega-menu-menu_2 li[class^=mega-lang-item]>a.mega-menu-link>img{display:inline}#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link>img.wpml-ls-flag,#mega-menu-wrap-menu_2 #mega-menu-menu_2 a.mega-menu-link>img.iclflag{display:inline;margin-right:8px}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-hide-on-mobile,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-mobile,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-mobile{display:none}}@media only screen and (min-width:769px){#mega-menu-wrap-menu_2 #mega-menu-menu_2 li.mega-hide-on-desktop,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-hide-on-desktop,#mega-menu-wrap-menu_2 #mega-menu-menu_2>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-hide-on-desktop{display:none}}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2:after{content:"";display:table;clear:both}}#mega-menu-wrap-menu_2 .mega-menu-toggle{display:none;z-index:1;cursor:pointer;background:#fff;border-radius:2px;line-height:50px;height:50px;text-align:left;user-select:none;-webkit-tap-highlight-color:transparent;outline:none;white-space:nowrap}#mega-menu-wrap-menu_2 .mega-menu-toggle img{max-width:100%;padding:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 .mega-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-left,#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-center,#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-right{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-preferred-size:33.33%;-webkit-flex-basis:33.33%;flex-basis:33.33%}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-left{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block{margin-left:6px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child{margin-right:6px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block{margin-left:3px;margin-right:3px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-right{-webkit-box-flex:1;-ms-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{margin-right:6px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:6px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;outline:0;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}@media only screen and (max-width:768px){#mega-menu-wrap-menu_2 .mega-menu-toggle+#mega-menu-menu_2{background:#222;background:linear-gradient(to bottom,#fff,#222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FF222222');padding:0;display:none}#mega-menu-wrap-menu_2 .mega-menu-toggle.mega-menu-open+#mega-menu-menu_2{display:block}}.elementor-sticky__spacer #mega-menu-wrap-menu_2 #mega-menu-menu_2,.elementor-sticky__spacer #mega-menu-wrap-menu_2 #mega-menu-menu_2 .mega-sub-menu{visibility:inherit !important}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0{cursor:pointer}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated{padding:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;transform:scale(.8);align-self:center;outline:0;background:0 0}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{width:40px;height:24px;display:inline-block;position:relative;outline:0}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{display:block;top:50%;margin-top:-2px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before,#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after{width:40px;height:4px;background-color:#ddd;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before,#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after{content:"";display:block}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:before{top:-10px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner:after{bottom:-10px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:2px}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}#mega-menu-wrap-menu_2 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:after{top:20px}#mega-menu-wrap-menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{transform:translate3d(0,10px,0) rotate(45deg)}#mega-menu-wrap-menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}#mega-menu-wrap-menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}#mega-menu-wrap-menu_2{clear:both}.mobile-menu{height:100vh;overflow-y:auto}/*! This file is auto-generated */
@font-face{font-display:swap;font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

@font-face {font-display:swap;
  font-family: "woo";
  src: url("/wp-content/themes/blocksy/static/fonts/woo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.price {
  --fontWeight: 600;
  color: var(--color);
}

.sale-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.sale-price del {
  order: 2;
  font-size: 80%;
}

.clear {
  clear: both;
}

.woo-listing-top {
  display: flex;
  align-items: center;
}
.woo-listing-top:not(:empty) {
  margin-bottom: 25px;
}
@media (max-width: 479.98px) {
  .woo-listing-top {
    flex-direction: column;
    align-items: center;
  }
}
.woo-listing-top .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce-result-count {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .woocommerce-result-count {
    margin-bottom: 0;
  }
}

@media (min-width: 480px) {
  .woocommerce-ordering {
    margin-inline-start: auto;
  }
}
.woocommerce-ordering select {
  --form-font-size: 14px;
  --form-field-height: 40px;
}

.onsale,
.out-of-stock-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: var(--badge-top, 15px);
  left: var(--badge-left, 15px);
  height: var(--badge-height, 28px);
  border-radius: var(--badge-radius, 0px);
  padding: var(--badge-padding, 0 10px) !important;
  font-size: var(--badge-font-size, 13px);
  font-weight: 600;
  line-height: 0;
  margin: 0 !important;
  color: var(--badge-text-color, #fff);
  background-color: var(--badge-background-color, var(--paletteColor1));
}
.onsale[data-shape=type-2],
.out-of-stock-badge[data-shape=type-2] {
  --badge-radius: 3px;
}

.onsale[data-shape=type-3] {
  --badge-font-size: 11px;
  --badge-height: 45px;
  --badge-padding: 3px;
  --badge-radius: 200px;
  min-width: 45px;
}

.out-of-stock-badge[data-shape=type-3] {
  --badge-radius: 3px;
}

.product-entry-wrapper {
  --badge-top: 20px;
  --badge-left: 20px;
}

@media (max-width: 689.98px) {
  .thumbs-left .product-entry-wrapper {
    --badge-left: 20px;
  }
}
@media (min-width: 690px) {
  .thumbs-left .product-entry-wrapper {
    --badge-left: calc(var(--thumbs-width) + var(--thumbs-spacing, 15px) + 20px);
  }
}

table.shop_table {
  --table-padding: 1em 0.7em;
  --table-border-width: 0;
  --table-font-size: 15px;
}
table.shop_table tr {
  --table-border-width: 0 0 1px 0;
  --table-border-style: dashed;
}
table.shop_table tr > *:first-child {
  padding-inline-start: 0;
}
table.shop_table tr > *:last-child {
  padding-inline-end: 0;
}
table.shop_table th {
  vertical-align: top;
}
table.shop_table thead th {
  --table-border-width: 0 0 2px 0;
  --table-border-style: solid;
  color: var(--headings-color);
}
table.shop_table tfoot tr:last-child {
  --table-border-width: 0;
}
table.shop_table tfoot td {
  font-weight: 600;
}
table.shop_table a {
  font-weight: 500;
  --linkInitialColor: var(--color);
}
table.shop_table ul:last-child, table.shop_table ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 689.98px) {
  table.shop_table_responsive {
    --table-padding: 1em 0;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.shop_table_responsive tbody th {
    display: none;
  }
  table.shop_table_responsive tbody td {
    display: block;
    text-align: right;
  }
  table.shop_table_responsive tbody td:before {
    content: attr(data-title) ": ";
    display: table;
    float: left;
    font-size: 14px;
    font-weight: 600;
  }
  table.woocommerce-orders-table tbody tr:first-child td:first-child {
    --table-border-width: 0;
  }
  table.woocommerce-orders-table tbody tr td:first-child {
    --table-border-width: 2px 0 0 0;
    --table-border-style: solid;
  }
}
@media (max-width: 999.98px) {
  .shop_table [class*=product-thumbnail] {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .shop_table [class*=product-thumbnail] {
    width: 100px;
  }
}
.shop_table [class*=product-thumbnail] img {
  border-radius: 2px;
}
@media (max-width: 999.98px) {
  .shop_table [class*=product-name] {
    padding-inline-end: 0;
  }
}
.shop_table [class*=product-name] .price {
  --fontSize: 15px;
  --fontWeight: normal;
  margin-top: 5px;
  margin-bottom: 0;
}
.shop_table .product-mobile-actions {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.shop_table .product-mobile-actions .remove {
  margin-inline-start: auto;
  padding-inline-start: 10px;
}
.shop_table .quantity {
  font-size: 14px;
  --quantity-height: 40px;
}
.shop_table .quantity[data-type=type-1] {
  --quantity-width: 70px;
}
.shop_table .quantity[data-type=type-2] {
  --quantity-width: 100px;
}
.shop_table tr > [class*=product-remove] {
  width: 20px;
  text-align: end;
}
.shop_table .remove {
  --icon-size: 12px;
}
.shop_table .remove:hover svg {
  fill: #d83428;
}

[class*=wc-gzd] ~ table.shop_table {
  background-color: transparent;
}

.woocommerce-shipping-totals {
  --listItemSpacing: 0.8em;
  --content-spacing: 1em;
}
.woocommerce-shipping-totals form button {
  width: 100%;
}
.woocommerce-shipping-totals p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-shipping-methods li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.woocommerce-shipping-methods li input[type=radio] {
  --top: 0.2em;
  --form-selection-control-margin: 0 0 0 0.7em;
}
.woocommerce-shipping-methods li label {
  flex: 1;
}
.woocommerce-shipping-methods li label ~ * {
  width: 100%;
}

[class*=add_to_cart_button].loading {
  position: relative;
}
[class*=add_to_cart_button].loading:after {
  position: var(--loadingIndicatorPosition, static);
  font-family: "woo" !important;
  content: "\e910" !important;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  margin-left: 10px;
  animation: spin 1.5s linear infinite;
}

span.select2-container {
  height: var(--form-field-height, 40px);
}
span.select2-container .select2-selection--single {
  height: var(--form-field-height, 40px);
  background: var(--has-classic-forms, var(--form-field-initial-background));
  border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px));
}
span.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: var(--form-font-size, 15px);
  color: var(--form-text-initial-color, var(--color));
  padding: var(--has-classic-forms, var(--form-field-padding, 0 12px));
}
span.select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
  min-width: 10px;
  width: var(--has-classic-forms, var(--form-field-height, 40px));
  height: var(--form-field-height, 40px);
}
span.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--form-text-initial-color, var(--color)) transparent transparent transparent;
}

span.select2-container.select2-container--open .select2-selection--single {
  background-color: var(--has-classic-forms, var(--form-field-select-initial-background, #fff));
}

span.select2-dropdown {
  z-index: 999999;
  font-size: var(--form-font-size, 15px);
  border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px));
  background-color: var(--form-field-select-initial-background, #fff);
}
span.select2-dropdown.select2-dropdown--below {
  box-shadow: 0px 15px 30px -5px rgba(0, 0, 0, 0.05);
}
span.select2-dropdown .select2-search--dropdown {
  padding: 13px;
}
span.select2-dropdown .select2-search--dropdown input.select2-search__field {
  --form-field-height: 35px;
  border-radius: var(--has-classic-forms, 2px);
  padding: var(--has-classic-forms, 0 10px);
  border-width: var(--form-field-border-width, 1px);
  border-color: var(--form-field-border-initial-color);
}
span.select2-dropdown .select2-search--dropdown input.select2-search__field:focus {
  border-color: var(--form-field-select-active-background, var(--paletteColor1));
}
span.select2-dropdown .select2-results > .select2-results__options {
  max-height: 325px;
}
span.select2-dropdown .select2-results__option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 8px 13px;
}
span.select2-dropdown .select2-results__option[aria-selected=true], span.select2-dropdown .select2-results__option[data-selected=true] {
  background-color: rgba(0, 0, 0, 0.03);
}
span.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected], span.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
  color: var(--form-field-select-active-color, #fff);
  background-color: var(--form-field-select-active-background, var(--paletteColor1));
}

span.select2-dropdown,
span.select2-container .select2-selection--single {
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-initial-color);
}

span.select2-dropdown,
span.select2-dropdown .select2-search__field {
  color: var(--form-field-select-initial-color, var(--color));
}

.select2-selection__clear {
  order: 2;
  margin-left: auto;
  margin-right: 30px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
  display: flex;
  position: relative;
  font-size: 15px;
  color: var(--color);
  padding: 10px;
  min-height: 65px;
  clear: both;
  border-radius: 5px;
  background: var(--background-color);
  --listItemSpacing: 0.2em;
  --listStyleType: none;
  --linkInitialColor: var(--color);
}
@media (max-width: 479.98px) {
  .woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px;
  }
}
@media (min-width: 480px) {
  .woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
    align-items: center;
    padding-inline-start: 55px;
  }
}
@media (max-width: 999.98px) {
  .woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
    margin-bottom: 45px;
  }
}
.woocommerce-info li,
.woocommerce-error li,
.woocommerce-message li,
.woocommerce-thankyou-order-received li {
  width: 100%;
}
.woocommerce-info .button,
.woocommerce-info .restore-item,
.woocommerce-error .button,
.woocommerce-error .restore-item,
.woocommerce-message .button,
.woocommerce-message .restore-item,
.woocommerce-thankyou-order-received .button,
.woocommerce-thankyou-order-received .restore-item {
  order: 2;
  --buttonFontSize: 14px;
  --buttonMinHeight: 45px;
  --button-padding: 5px 20px;
}
@media (max-width: 479.98px) {
  .woocommerce-info .button,
.woocommerce-info .restore-item,
.woocommerce-error .button,
.woocommerce-error .restore-item,
.woocommerce-message .button,
.woocommerce-message .restore-item,
.woocommerce-thankyou-order-received .button,
.woocommerce-thankyou-order-received .restore-item {
    margin-top: 15px;
  }
}
@media (min-width: 480px) {
  .woocommerce-info .button,
.woocommerce-info .restore-item,
.woocommerce-error .button,
.woocommerce-error .restore-item,
.woocommerce-message .button,
.woocommerce-message .restore-item,
.woocommerce-thankyou-order-received .button,
.woocommerce-thankyou-order-received .restore-item {
    margin-inline-start: auto;
  }
}
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-thankyou-order-received:before {
  position: absolute;
  width: 18px;
  height: 18px;
  font-family: "woo";
  content: "\e901";
  font-size: 18px;
  line-height: 18px;
  opacity: 0.9;
}
@media (max-width: 479.98px) {
  .woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-thankyou-order-received:before {
    display: none;
  }
}
@media (min-width: 480px) {
  .woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-thankyou-order-received:before {
    top: 23px;
    left: 20px;
  }
}
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-message:after,
.woocommerce-thankyou-order-received:after {
  display: table;
  content: "";
  clear: both;
}

.woocommerce-NoticeGroup > ul {
  flex-direction: column;
}
@media (min-width: 480px) {
  .woocommerce-NoticeGroup > ul {
    align-items: flex-start;
  }
}

.woocommerce-notices-wrapper > ul > li {
  display: flex;
  align-items: center;
}
@media (max-width: 479.98px) {
  .woocommerce-notices-wrapper > ul > li {
    align-items: flex-start;
    flex-direction: column;
  }
}

.form-row label {
  display: block;
  --fontWeight: 500;
}
.form-row .required {
  color: red;
  font-weight: 700;
  text-decoration: none;
}
.form-row textarea {
  display: block;
}
.form-row:before, .form-row:after {
  content: "";
  display: table;
}
.form-row:after {
  clear: both;
}

.form-row-wide {
  clear: both;
}

@media (min-width: 690px) {
  .form-row-first,
.form-row-last {
    width: 48%;
    overflow: visible;
  }
  .form-row-first {
    float: left;
  }
  .form-row-last {
    float: right;
  }
}
.demo_store {
  margin: 0;
  padding: 13px 60px 13px 30px;
  font-size: 15px;
  color: var(--color);
  z-index: 55;
  background-color: var(--backgroundColor);
}
.demo_store:before {
  display: inline-block;
  font-family: "woo";
  font-size: 17px;
  font-weight: 700;
  content: "\e901";
  margin-right: 15px;
}
@media (max-width: 689.98px) {
  .demo_store:before {
    display: none !important;
  }
}
.demo_store .woocommerce-store-notice__dismiss-link {
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.07);
}
.demo_store .woocommerce-store-notice__dismiss-link:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "×";
  font-size: 17px;
  color: var(--color);
}
.demo_store .woocommerce-store-notice__dismiss-link:hover {
  background: rgba(0, 0, 0, 0.1);
}
.demo_store[data-position=top] {
  position: relative;
}
.demo_store[data-position=bottom] {
  position: fixed;
  left: var(--frame-size, 0px);
  right: var(--frame-size, 0px);
  bottom: var(--frame-size, 0px);
}

dl.variation {
  --descListIndent: 0;
  --descListSpacing: 0.3em;
  margin-top: calc(var(--descListSpacing) * 2);
}

.woocommerce-order p {
  font-size: 15px;
}

ul.woocommerce-order-overview.order_details {
  position: relative;
  margin-bottom: 0.5em;
  border: 1px solid var(--border-color);
}
@media (min-width: 690px) {
  ul.woocommerce-order-overview.order_details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.woocommerce-order-overview.order_details li {
  padding: 1em 1.3em;
  margin-bottom: -1px;
  border-bottom: 1px solid var(--border-color);
}
@media (min-width: 690px) {
  ul.woocommerce-order-overview.order_details li:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }
}
ul.woocommerce-order-overview.order_details li strong {
  display: block;
}

.woocommerce-thankyou-order-details {
  margin-bottom: 1.5em;
}

.woocommerce-order-details > h2,
.woocommerce-order-downloads > h2 {
  display: none;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  margin-top: 2.5em;
}

.woocommerce-customer-details .woocommerce-column__title {
  --fontSize: 15px;
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-bottom: 0;
  background: rgba(237, 239, 242, 0.4);
}
.woocommerce-customer-details .col2-set {
  display: grid;
}
@media (max-width: 689.98px) {
  .woocommerce-customer-details .col2-set {
    grid-row-gap: 2em;
  }
}
@media (min-width: 690px) {
  .woocommerce-customer-details .col2-set {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
.woocommerce-customer-details address {
  font-size: 15px;
  padding: 20px;
  border: 1px solid var(--border-color);
}

.wc-item-meta {
  margin-top: 5px;
}
.wc-item-meta li p {
  display: inline-block;
  margin-bottom: 0;
}

[style*=counter] .ct-icon-container {
  position: relative;
}
[style*=counter] .ct-icon-container:before {
  position: absolute;
  z-index: 1;
  content: var(--counter);
  top: -9px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  cursor: pointer;
  height: 16px;
  padding: 0 3px;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  border-radius: 10px;
  color: var(--cartBadgeText, #fff);
  background: var(--cartBadgeBackground, var(--paletteColor1));
}
@media (prefers-reduced-motion: no-preference) {
  [style*=counter].ct-added .ct-icon-container:before {
    animation: 0.6s ease-in-out 0.12s normal both 1 bounce-in;
  }
}
[style*=counter][data-skip-badge] .ct-icon-container:before {
  display: none;
}

.ct-header-cart {
  position: relative;
}

.ct-cart-item:not([style*=counter]) ~ .ct-cart-content {
  display: none;
}

.ct-header-cart:hover .ct-cart-content, .ct-header-cart:focus-within .ct-cart-content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.ct-cart-content {
  position: absolute;
  z-index: 15;
  top: 100%;
  right: -15px;
  width: 310px;
  margin-top: var(--dropdownTopOffset);
  padding: 22px 20px;
  border-radius: 2px;
  background: var(--backgroundColor);
  box-shadow: 0px 10px 20px 0px rgba(41, 51, 61, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  --content-spacing: 0;
}
.ct-cart-content .woocommerce-mini-cart {
  max-height: 40vh;
  overflow-y: auto;
}
.ct-cart-content .woocommerce-mini-cart li {
  grid-column-gap: 17px;
  padding-bottom: 15px;
  --listItemSpacing: 15px;
}
.ct-cart-content .woocommerce-mini-cart li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.ct-cart-content .product-title {
  line-height: 1.3;
}
.ct-cart-content .woocommerce-mini-cart__total {
  margin-top: 0;
  border-top-color: rgba(255, 255, 255, 0.1);
}
.ct-cart-content .woocommerce-mini-cart__buttons .button {
  --buttonFontSize: 11px;
  --buttonFontWeight: 600;
  --button-padding: 0 10px;
  --buttonMinHeight: 45px;
  --buttonShadow: none;
  --buttonTransform: none;
  --buttonLetterSpacing: 0.05em;
  --buttonTextTransform: uppercase;
}
@media (max-width: 479.98px) {
  .ct-cart-content {
    display: none;
  }
}
@media (min-width: 480px) {
  .ct-cart-content[data-placement=left] {
    right: -20px;
  }
  .ct-cart-content[data-placement=right] {
    left: -20px;
  }
}
.ct-cart-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--dropdownTopOffset);
  top: calc(var(--dropdownTopOffset) * -1);
  left: 0;
}

#offcanvas .ct-header-cart .ct-cart-item {
  width: 100%;
}
#offcanvas .ct-header-cart .ct-cart-content {
  display: none;
}

#woo-cart-panel {
  --overflow: hidden;
  --horizontal-alignment: stretch;
}
#woo-cart-panel ul {
  flex: 1;
  overflow-y: auto;
  margin: 0 calc(var(--panel-padding, 40px) * -1);
  padding: 0 var(--panel-padding, 40px);
}
@media (min-width: 480px) {
  #woo-cart-panel .product-title {
    font-weight: 700;
  }
  #woo-cart-panel .woocommerce-mini-cart__total {
    font-size: 13px;
    letter-spacing: initial;
  }
}
@media (max-width: 689.98px) {
  #woo-cart-panel .woocommerce-mini-cart__buttons {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
}

.ct-header-wishlist .ct-label {
  line-height: normal;
}

div.quantity {
  position: relative;
  display: inline-block;
  width: var(--quantity-width, 70px);
  height: var(--quantity-height, 55px);
}
div.quantity input[type=number] {
  --form-font-size: 0.9em;
  --form-field-height: 100%;
  font-weight: 500;
  text-align: center;
  max-width: initial;
  height: inherit;
  border-radius: var(--form-field-border-radius, 3px) !important;
  --form-field-border-style: solid;
  --form-field-border-initial-color: var(--quantity-initial-color, var(--buttonInitialColor));
  --form-field-initial-background: transparent;
  -moz-appearance: textfield;
}
div.quantity input[type=number]::-webkit-inner-spin-button, div.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
div.quantity[data-type] input[type=number] {
  padding: var(--form-field-padding) !important;
}
div.quantity .ct-increase,
div.quantity .ct-decrease {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  color: var(--quantity-arrows-initial-color, #fff);
  background: var(--quantity-initial-color, var(--buttonInitialColor));
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
div.quantity .ct-increase:before,
div.quantity .ct-decrease:before {
  font-family: "woo";
  font-weight: normal;
  line-height: normal;
}
div.quantity .ct-increase:hover,
div.quantity .ct-decrease:hover {
  color: var(--quantity-arrows-hover-color, #fff);
  background: var(--quantity-hover-color, var(--buttonHoverColor));
}
div.quantity .ct-increase ~ input[type=number]:focus,
div.quantity .ct-decrease ~ input[type=number]:focus {
  border-color: var(--quantity-initial-color, var(--buttonInitialColor));
  box-shadow: 0 0 0 1px var(--quantity-initial-color, var(--buttonInitialColor));
}
div.quantity.hidden {
  display: none;
}

.quantity[data-type=type-1] {
  width: var(--quantity-width, 100px);
}
.quantity[data-type=type-1] input[type=number] {
  --form-field-border-width: 1px 0 1px 1px;
  --form-field-padding: 0 calc(25% + 3px) 0 5px;
}
.quantity[data-type=type-1] .ct-increase,
.quantity[data-type=type-1] .ct-decrease {
  right: 0;
  border-radius: 0;
  width: 25%;
  max-width: 25px;
}
.quantity[data-type=type-1] .ct-increase:before,
.quantity[data-type=type-1] .ct-decrease:before {
  content: "\e911";
  font-size: calc(var(--quantity-height, 55px) / 6.7);
}
.quantity[data-type=type-1] .ct-increase {
  top: 0;
  height: calc(50% - 1px);
  border-radius: 0 var(--form-field-border-radius, 3px) 0 0;
}
.quantity[data-type=type-1] .ct-decrease {
  bottom: 0;
  height: 50%;
  border-radius: 0 0 var(--form-field-border-radius, 3px) 0;
}
.quantity[data-type=type-1] .ct-decrease:before {
  transform: rotate(180deg);
}

.quantity[data-type=type-2] {
  width: var(--quantity-width, 130px);
}
.quantity[data-type=type-2] input[type=number] {
  --form-field-border-width: 1px;
  --form-field-padding: 0 calc(var(--quantity-height, 55px) / 1.8 + 9%);
}
.quantity[data-type=type-2] .ct-increase,
.quantity[data-type=type-2] .ct-decrease {
  top: calc(50% - var(--quantity-height, 55px) / 3.6);
  width: calc(var(--quantity-height, 55px) / 1.8);
  height: calc(var(--quantity-height, 55px) / 1.8);
  border-radius: var(--form-field-border-radius, 3px);
  --quantity-initial-color: transparent;
}
.quantity[data-type=type-2] .ct-increase:before,
.quantity[data-type=type-2] .ct-decrease:before {
  margin-top: 2px;
  font-size: calc(var(--quantity-height, 55px) / 5.5);
}
.quantity[data-type=type-2] .ct-increase {
  right: 9%;
}
.quantity[data-type=type-2] .ct-increase:before {
  content: "\e909";
}
.quantity[data-type=type-2] .ct-decrease {
  left: 9%;
}
.quantity[data-type=type-2] .ct-decrease:before {
  content: "\e90a";
}

.password-input {
  position: relative;
  display: block;
}

.show-password-input {
  position: absolute;
  top: 9px;
  right: 12px;
  cursor: pointer;
}
.show-password-input:after {
  font-family: "woo";
  content: "\e90b";
  font-size: 16px;
  line-height: 16px;
}
.show-password-input.display-password:after {
  opacity: 0.5;
}

.woocommerce-password-strength {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  margin-top: 7px;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
}

.blockUI.blockOverlay {
  --overlay-loader-size: 16px;
}
.blockUI.blockOverlay:before {
  position: absolute;
  font-family: "woo";
  content: var(--overlay-loader-icon, "\e910");
  top: calc(50% - var(--overlay-loader-size) / 2);
  left: calc(50% - var(--overlay-loader-size) / 2);
  width: var(--overlay-loader-size);
  height: var(--overlay-loader-size);
  font-size: var(--overlay-loader-size);
  line-height: var(--overlay-loader-size);
  animation: spin 1.5s linear infinite;
}

.woocommerce-mini-cart .blockUI.blockOverlay {
  --overlay-loader-icon: none;
  background-color: transparent;
}

[data-products] {
  display: grid;
  grid-template-columns: var(--shop-columns) !important;
  grid-column-gap: var(--grid-columns-gap, 30px);
}
@media (min-width: 1000px) {
  [data-products].columns-2 {
    --shop-columns: repeat(2, minmax(0, 1fr));
  }
  [data-products].columns-3 {
    --shop-columns: repeat(3, minmax(0, 1fr));
  }
  [data-products].columns-4 {
    --shop-columns: repeat(4, minmax(0, 1fr));
  }
  [data-products].columns-5 {
    --shop-columns: repeat(5, minmax(0, 1fr));
  }
  [data-products].columns-6 {
    --shop-columns: repeat(6, minmax(0, 1fr));
  }
}

.products .ct-image-container img {
  height: 100%;
}
.products .woocommerce-loop-product__title,
.products .woocommerce-loop-category__title {
  transition: var(--transition);
  margin-top: 0;
  margin-bottom: 0;
}
.products .entry-meta {
  font-size: 13px;
  margin-top: 8px;
}
.products .entry-excerpt {
  margin-top: 15px;
}
.products .entry-excerpt > *:last-child {
  margin-bottom: 0;
}
.products .add_to_cart_button.added {
  --display: none;
}
.products .ct-woo-card-extra {
  top: 15px;
  right: 15px;
}
.products .product:hover .ct-open-quick-view {
  opacity: 1;
}
.products .product:hover .woocommerce-loop-product__title,
.products .product:hover .woocommerce-loop-category__title {
  color: var(--linkHoverColor);
}

[data-products=type-1] {
  grid-row-gap: calc(var(--grid-columns-gap, 30px) + 20px);
}
[data-products=type-1] .product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  text-align: var(--text-horizontal-alignment);
}
[data-products=type-1] .product-category > a,
[data-products=type-1] .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  position: relative;
  width: 100%;
}
[data-products=type-1] .ct-image-container {
  border-radius: var(--borderRadius);
  margin-bottom: 25px;
}
[data-products=type-1] .price {
  margin-top: 5px;
}
[data-products=type-1] .star-rating {
  margin-bottom: 15px;
}
[data-products=type-1] .ct-woo-card-actions:not(:empty) {
  padding-top: 20px;
  margin-top: auto;
}

[data-products=type-2] {
  grid-row-gap: var(--grid-columns-gap, 30px);
}
[data-products=type-2] .product {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
  box-shadow: var(--box-shadow);
  border-radius: var(--borderRadius);
  background: var(--backgroundColor, #fff);
}
[data-products=type-2] figure {
  position: relative;
  margin-bottom: 25px !important;
}
[data-products=type-2] .ct-image-container {
  --display: flex;
}
[data-products=type-2] .entry-excerpt,
[data-products=type-2] .product-categories,
[data-products=type-2] .woocommerce-loop-product__title {
  padding: 0 20px;
}
[data-products=type-2] .woocommerce-loop-category__title {
  margin-bottom: 25px;
}
[data-products=type-2] .star-rating {
  margin: 10px auto 0 auto;
}
[data-products=type-2] .ct-woo-card-actions {
  display: flex;
  margin-top: auto;
  padding-top: 25px;
}
[data-products=type-2] .ct-woo-card-actions > * {
  width: 50%;
  min-height: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
[data-products=type-2] .ct-woo-card-actions > *:only-child {
  width: 100%;
}
[data-products=type-2] .ct-woo-card-actions .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  position: relative;
  padding: 5px;
  font-size: 14px;
}
[data-products=type-2] .ct-woo-card-actions .price:only-child {
  width: 100%;
}
[data-products=type-2] .ct-woo-card-actions .price:not(:only-child):after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 30px;
  top: calc(50% - 15px);
  background: rgba(0, 0, 0, 0.05);
}
[data-products=type-2] .ct-woo-card-actions a {
  --buttonFontFamily: var(--fontFamily);
  --buttonFontSize: 14px;
  --buttonInitialColor: transparent;
  --buttonHoverColor: transparent;
  --buttonShadow: none;
  --buttonTransform: none;
  --buttonBorderRadius: 0;
  --button-padding: 5px;
  --button-border: none;
  --button-border-hover-color: rgba(0, 0, 0, 0.05);
}

.ct-image-container .zoomImg {
  z-index: 2;
  cursor: default;
  object-fit: initial;
  object-position: initial;
  transition: opacity 0.1s ease !important;
  background: var(--zoom-image-background, #fff);
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  width: 39px;
  height: 39px;
  text-indent: -9999px;
  border-radius: 100%;
  color: var(--lightbox-button-icon-color, var(--color));
  background: var(--lightbox-button-background-color, #fff);
}
.woocommerce-product-gallery__trigger:hover {
  color: var(--lightbox-button-icon-hover-color, #fff);
  background: var(--lightbox-button-hover-background-color, var(--paletteColor1));
}
.woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 12px;
}
.woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  background: currentColor;
  border-radius: 6px;
  position: absolute;
  top: 23px;
  left: 23px;
  transform: rotate(-40deg);
}

.woocommerce .pswp__bg,
.woocommerce-page .pswp__bg {
  opacity: 0.7 !important;
}

.ct-photoswipe-open .ct-header {
  pointer-events: none;
}

.ct-lightbox-video-container {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  margin: 0 auto;
  max-width: 150vh;
  transform: translateY(-50%);
}
.ct-lightbox-video-container:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-lightbox-video-container iframe, .ct-lightbox-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product[class*=gallery] .entry-summary .product_title {
  margin-bottom: 10px;
}
.product[class*=gallery] .entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.product[class*=gallery] .entry-summary > .stock {
  margin-top: 2em;
}

.ct-quick-view-card .product_meta > span,
.product[class*=gallery] .product_meta > span {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.ct-quick-view-card .product_meta > span:not(:last-child),
.product[class*=gallery] .product_meta > span:not(:last-child) {
  margin-bottom: 5px;
}
.ct-quick-view-card .product_meta > span > *,
.product[class*=gallery] .product_meta > span > * {
  opacity: 0.7;
  font-weight: 500;
  --linkInitialColor: var(--color);
}
.ct-quick-view-card .product_meta > span > a:hover,
.product[class*=gallery] .product_meta > span > a:hover {
  opacity: 1;
}

.product[class*=gallery] .product_meta {
  margin-top: var(--product-element-spacing, 25px);
  padding-top: var(--product-element-spacing, 35px);
  border-top: 1px solid var(--border-color);
}

.entry-summary .ct-share-box {
  margin-top: var(--product-element-spacing, 25px);
  padding-top: var(--product-element-spacing, 35px);
  border-top: 1px solid var(--border-color);
}
.entry-summary .ct-share-box .ct-module-title {
  --font-weight: 600;
  --margin: 0 0 20px 0;
}

.woocommerce-product-rating {
  display: flex;
  align-items: center;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin-inline-start: 10px;
  font-size: 12px;
  --linkInitialColor: var(--color);
}

.comment-form-rating {
  display: flex;
  align-items: center;
}
.comment-form-rating label {
  --fontSize: 11px;
  --fontWeight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comment-form-rating .stars {
  color: var(--star-rating-initial-color, #fda256);
  font-size: 0.9em;
}
.comment-form-rating .stars span {
  display: flex;
}
.comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-indent: -999em;
  text-decoration: none;
  color: currentColor;
  margin-inline-start: 8px;
}
.comment-form-rating .stars a:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  font-family: "star";
  content: "s";
  line-height: 1;
  text-indent: 0;
}
.comment-form-rating .stars a:hover ~ a:before {
  content: "s";
}
.comment-form-rating .stars:hover a:before {
  content: "S";
}
.comment-form-rating .stars.selected a.active:before {
  content: "S";
}
.comment-form-rating .stars.selected a.active ~ a:before {
  content: "s";
}
.comment-form-rating .stars.selected a:not(.active):before {
  content: "S";
}

@media (min-width: 1000px) {
  .ct-order-review,
.sticky-summary .entry-summary,
.sticky-gallery .woocommerce-product-gallery {
    align-self: flex-start;
    position: sticky;
    top: calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px) * var(--sticky-shrink, 100) / 100);
  }
}

.woocommerce-product-gallery {
  transition: opacity 0.3s ease;
}
.woocommerce-product-gallery[data-state=loading] {
  opacity: 0.3;
}
.woocommerce-product-gallery .ct-image-container {
  --display: flex;
}

@media (min-width: 1000px) {
  .ct-default-gallery .product-entry-wrapper,
.ct-stacked-gallery .product-entry-wrapper {
    display: flex;
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  .ct-default-gallery .woocommerce-product-gallery,
.ct-stacked-gallery .woocommerce-product-gallery {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .ct-default-gallery .woocommerce-product-gallery,
.ct-stacked-gallery .woocommerce-product-gallery {
    width: var(--product-gallery-width, 50%);
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  .ct-default-gallery .entry-summary,
.ct-stacked-gallery .entry-summary {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .ct-default-gallery .entry-summary,
.ct-stacked-gallery .entry-summary {
    padding-left: 40px;
    width: calc(100% - var(--product-gallery-width, 50%));
  }
}

div.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}
@media (max-width: 999.98px) {
  div.woocommerce-product-gallery {
    margin-bottom: 3em;
  }
}
div.woocommerce-product-gallery ol {
  margin: var(--thumbs-container-margin, 0 calc(var(--thumbs-spacing, 15px) / -2));
}
div.woocommerce-product-gallery li {
  padding-top: var(--thumbs-top-spacing, var(--thumbs-spacing, 15px));
  padding-left: var(--thumbs-left-spacing, calc(var(--thumbs-spacing, 15px) / 2));
  padding-right: var(--thumbs-right-spacing, calc(var(--thumbs-spacing, 15px) / 2));
  margin-bottom: 0;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 479.98px) {
  div.woocommerce-product-gallery li {
    --thumbs-width: 33.333%;
  }
}
@media (min-width: 480px) and (max-width: 689.98px) {
  div.woocommerce-product-gallery li {
    --thumbs-width: 25%;
  }
}
div.woocommerce-product-gallery li:hover:not(.active) {
  opacity: 0.75;
}
div.woocommerce-product-gallery li .ct-image-container:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
div.woocommerce-product-gallery li.active .ct-image-container:after {
  border-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 690px) {
  .thumbs-left .flexy {
    margin-left: calc(var(--thumbs-width) + var(--thumbs-spacing, 15px));
  }
  .thumbs-left .flexy-pills {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    --pills-direction: column;
    --pills-wrap: nowrap;
    --thumbs-left-spacing: 0;
    --thumbs-right-spacing: 0;
    --thumbs-container-margin: calc(var(--thumbs-spacing, 15px) * -1) 0 0 0;
  }
  .thumbs-left .flexy-pills [data-flexy] {
    max-height: calc(100% + var(--thumbs-spacing, 15px));
  }
  .thumbs-left .flexy-pills [class*=flexy-arrow] {
    left: calc(50% - 20px);
    right: initial;
    --rotate: 90deg;
  }
  .thumbs-left .flexy-pills .flexy-arrow-prev {
    top: 20px;
  }
  .thumbs-left .flexy-pills .flexy-arrow-next {
    top: initial;
    bottom: 20px;
  }
}
.woocommerce-product-gallery.images img {
  width: 100%;
}
.woocommerce-product-gallery.images img.flex-active {
  opacity: 0.5;
}

.woocommerce-product-gallery__wrapper {
  max-width: initial;
}

form.cart table {
  border: none;
}
form.cart td, form.cart th {
  border: none;
}
form.cart td:first-child, form.cart th:first-child {
  padding-inline-start: 0;
}
form.cart td:last-child, form.cart th:last-child {
  padding-inline-end: 0;
}

.product[class*=gallery] form.cart:before, .product[class*=gallery] form.cart:after {
  content: "";
  display: table;
}
.product[class*=gallery] form.cart:after {
  clear: both;
}

.ct-default-gallery .entry-summary > form.cart,
.ct-stacked-gallery .entry-summary > form.cart {
  margin-top: var(--product-element-spacing, 35px);
  padding-top: var(--product-element-spacing, 35px);
  border-top: 1px solid var(--border-color);
}

.ct-cart-actions {
  display: flex;
  flex-wrap: wrap;
}
.ct-cart-actions > * {
  order: var(--item-order, 5);
  width: var(--item-width, 100%);
  margin-bottom: var(--cart-actions-items-spacing, 10px);
}
.ct-cart-actions .quantity {
  --item-order: 1;
  --quantity-height: var(--buttonMinHeight);
  margin-inline-end: var(--cart-actions-items-spacing, 10px);
}
@media (max-width: 479.98px) {
  .ct-cart-actions .quantity[data-type=type-1] {
    --quantity-width: 80px;
  }
  .ct-cart-actions .quantity[data-type=type-2] {
    --quantity-width: 100px;
  }
}
@media (max-width: 479.98px) {
  .ct-cart-actions {
    --buttonMinHeight: 45px;
  }
}
@media (min-width: 480px) {
  .ct-cart-actions {
    --buttonMinHeight: 55px;
  }
}
.ct-cart-actions .single_add_to_cart_button {
  flex: 1;
  --item-order: 2;
}
@media (min-width: 480px) {
  .ct-cart-actions .single_add_to_cart_button:not(.added) {
    max-width: var(--button-width);
  }
}
.ct-cart-actions .added_to_cart {
  --item-order: 3;
  --buttonTextInitialColor: var(--color);
  --buttonTextHoverColor: var(--color);
  --buttonInitialColor: rgba(224,229,235,0.6);
  --buttonHoverColor: rgba(224,229,235,1);
}
@media (min-width: 480px) {
  .ct-cart-actions .added_to_cart {
    flex: 1;
    margin-inline-start: var(--cart-actions-items-spacing, 10px);
  }
}

form.grouped_form {
  --form-margin-bottom: 0;
}
form.grouped_form table {
  margin-bottom: 1em;
}
form.grouped_form td {
  padding-top: 0;
  padding-bottom: 1.5em;
}
form.grouped_form td:not(:last-child) {
  padding-inline-end: 0.6em;
}
form.grouped_form .woocommerce-grouped-product-list-item__quantity {
  width: 4em;
  font-size: 14px;
  --quantity-height: 45px;
}
form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-1] {
  --quantity-width: 70px;
}
form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity[data-type=type-2] {
  --quantity-width: 90px;
}
form.grouped_form .woocommerce-grouped-product-list-item__label {
  padding-inline-start: 0.6em;
  padding-inline-end: 1.2em;
}
form.grouped_form .woocommerce-grouped-product-list-item__label label {
  --fontSize: 16px;
  --fontWeight: 500;
  --linkInitialColor: var(--color);
}
form.grouped_form .woocommerce-grouped-product-list-item__price {
  font-weight: 500;
  text-align: right;
}
form.grouped_form .woocommerce-grouped-product-list-item__price .sale-price {
  flex-wrap: nowrap;
}
form.grouped_form .woocommerce-grouped-product-list-item__price del {
  order: initial;
  margin-inline-end: 5px;
  margin-inline-start: 0;
}
@media (max-width: 479.98px) {
  form.grouped_form .added_to_cart,
form.grouped_form .single_add_to_cart_button {
    width: 100%;
  }
}
@media (min-width: 480px) {
  form.grouped_form .added_to_cart,
form.grouped_form .single_add_to_cart_button {
    float: left;
    width: calc(50% - 7px);
  }
}

form.variations_form table.variations {
  margin-bottom: 1.5em;
}
form.variations_form table.variations tr {
  display: flex;
  flex-direction: column;
}
form.variations_form table.variations tr:not(:last-child) {
  margin-bottom: 1.5em;
}
form.variations_form table.variations tr:last-child td select {
  margin-bottom: 0.5em;
}
form.variations_form table.variations td, form.variations_form table.variations th {
  text-align: initial;
  padding: 0;
}
form.variations_form table.variations label {
  display: block;
  margin-bottom: 10px;
  --fontWeight: 500;
}
form.variations_form table.variations select {
  width: 100%;
  max-width: 100%;
}
form.variations_form table.variations .reset_variations {
  display: none;
  visibility: hidden;
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 13px;
  --linkInitialColor: var(--color);
}
form.variations_form table.variations .reset_variations[style*=visible] {
  display: inline-block;
}
form.variations_form table.variations .reset_variations:before {
  font-family: "woo";
  content: "\e910";
  margin-right: 5px;
  font-size: 10px;
}
form.variations_form .single_variation {
  display: none;
}
form.variations_form .single_variation,
form.variations_form .wc-no-matching-variations {
  margin-bottom: 1.5em;
}

.product > .woocommerce-tabs {
  padding-top: 60px;
}

.woocommerce div.product div.woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: var(--vertical-alignment, center);
}
@media (max-width: 689.98px) {
  .woocommerce div.product div.woocommerce-tabs ul.tabs {
    flex-direction: column;
    --vertical-alignment: stretch;
  }
}
@media (min-width: 690px) {
  .woocommerce div.product div.woocommerce-tabs ul.tabs {
    justify-content: var(--horizontal-alignment, center);
  }
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li {
  display: inline-flex;
  position: relative;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: var(--tab-bottom, -1px);
  height: var(--tab-height, 3px);
  opacity: var(--tab-visibility, 0);
  border-radius: var(--tab-border-radius, 5px);
  background: var(--tab-background, var(--paletteColor1));
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li a {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: inherit;
  padding: var(--tab-padding, 1.3em 1.5em);
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active {
  z-index: 1;
  --tab-visibility: 1;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active a {
  color: var(--linkActiveColor);
}

.woocommerce-tabs[data-type*=type-1] .tabs {
  border-bottom: 1px solid var(--tab-border-color, var(--border-color));
}
.woocommerce-tabs[data-type*=type-1] .tabs li {
  margin-bottom: -1px;
}
@media (max-width: 689.98px) {
  .woocommerce-tabs[data-type*=type-1] .tabs li {
    border-bottom: 1px solid var(--tab-border-color, var(--border-color));
  }
}

.woocommerce-tabs[data-type*=type-2] .tabs li {
  --tab-bottom: 0;
  --tab-height: 100%;
  --tab-border-radius: 0;
  --tab-padding: 1em 2em;
  border: 1px solid var(--tab-border-color, var(--border-color));
}
@media (max-width: 689.98px) {
  .woocommerce-tabs[data-type*=type-2] .tabs li:not(:first-child) {
    margin-top: -1px;
  }
}
@media (min-width: 690px) {
  .woocommerce-tabs[data-type*=type-2] .tabs li {
    margin-right: -1px;
  }
}
@media (min-width: 690px) {
  .woocommerce-tabs[data-type*=type-2] .tabs:before, .woocommerce-tabs[data-type*=type-2] .tabs:after {
    flex: 1 0 auto;
    height: 1px;
    background: var(--border-color);
  }
}

.woocommerce-tabs .panel > h2:first-child {
  --fontSize: 20px;
}

.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
  padding-top: 40px;
}

.woocommerce-tabs[data-type*=left] {
  --horizontal-alignment: flex-start;
}

.woocommerce-tabs[data-type*=right] {
  --horizontal-alignment: flex-end;
}

@media (min-width: 690px) {
  [data-type="type-2:left"] .tabs:after {
    content: "";
  }
  [data-type="type-2:center"] .tabs:before, [data-type="type-2:center"] .tabs:after {
    content: "";
  }
  [data-type="type-2:right"] .tabs:before {
    content: "";
  }
}
.woocommerce-product-attributes {
  font-size: 15px;
  --content-spacing: 0;
}
.woocommerce-product-attributes th {
  font-weight: 500;
  text-align: initial;
}
.woocommerce-product-attributes tr:nth-child(even) th, .woocommerce-product-attributes tr:nth-child(even) td {
  background: rgba(242, 244, 247, 0.5);
}

@media (min-width: 1000px) {
  [data-content=normal] .woocommerce-Reviews {
    flex-direction: row;
    justify-content: space-between;
  }
  [data-content=normal] .woocommerce-Reviews #comments,
[data-content=normal] .woocommerce-Reviews #review_form_wrapper {
    width: 47%;
  }
}

.woocommerce-Reviews {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.woocommerce-Reviews h2,
.woocommerce-Reviews .comment-reply-title {
  --fontSize: 20px;
  margin-bottom: 20px;
}
.woocommerce-Reviews .comment-notes,
.woocommerce-Reviews .woocommerce-noreviews {
  font-size: 13px;
}
.woocommerce-Reviews .commentlist {
  border-top: 1px solid var(--border-color);
}
.woocommerce-Reviews .commentlist li {
  margin-bottom: 0;
}
.woocommerce-Reviews .commentlist li:not(:last-child) .comment_container {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.woocommerce-Reviews .comment_container {
  position: relative;
  padding-top: 40px;
}
.woocommerce-Reviews .avatar {
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.woocommerce-Reviews .comment-text {
  padding-inline-start: 70px;
}
.woocommerce-Reviews .comment-text .description > * {
  margin: 20px 0 0 0;
}
.woocommerce-Reviews .comment-text .description > *:first-child {
  margin-top: 0;
}
@media (max-width: 479.98px) {
  .woocommerce-Reviews .star-rating {
    margin-bottom: 7px;
  }
}
@media (min-width: 480px) {
  .woocommerce-Reviews .star-rating {
    float: right;
    margin-top: 2px;
  }
}
.woocommerce-Reviews .meta {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.woocommerce-Reviews .meta span {
  display: inline-block;
  text-indent: -99999px;
  margin: 0 10px;
}
.woocommerce-Reviews .meta span:before {
  font-size: 10px;
  float: left;
  content: "/";
  text-indent: 1px;
}
.woocommerce-Reviews .meta time {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-Reviews > .clear {
  display: none;
}

#review_form {
  position: sticky;
  top: 70px;
}
#review_form .comment-reply-title {
  --fontWeight: 700;
  color: var(--headings-color);
}

.single-product article > .related,
.single-product article > .up-sells {
  margin-top: 50px;
}
.single-product article > .related > h2,
.single-product article > .up-sells > h2 {
  --fontSize: 20px;
  margin-bottom: 30px;
}

@media (max-width: 689.98px) {
  table.cart {
    --table-padding: 1.3em 0.7em;
  }
}
@media (min-width: 690px) {
  table.cart {
    --table-padding: 1.5em 0.7em;
  }
}
table.cart tbody tr:last-child {
  --table-border-width: 0;
}
@media (min-width: 690px) {
  table.cart .product-name {
    max-width: 300px;
  }
}
table.cart .product-quantity,
table.cart .product-subtotal {
  text-align: center;
}
@media (max-width: 999.98px) {
  table.cart tr > .product-price,
table.cart tr > .product-quantity,
table.cart tr > .product-subtotal,
table.cart tr > .product-remove {
    display: none;
  }
}
table.cart dl.variation {
  text-align: left;
}

.multiply-symbol {
  margin: 0 12px;
}

.ct-cart-form {
  display: grid;
}
@media (max-width: 999.98px) {
  .ct-cart-form {
    grid-row-gap: 50px;
  }
}
@media (min-width: 1000px) {
  .ct-cart-form {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
  }
}
.ct-cart-form h2 {
  --fontSize: 17px;
}
@media (min-width: 690px) {
  .ct-cart-form .woocommerce-cart-form {
    padding-top: 7px;
  }
}

.woocommerce-checkout .ct-cart-form {
  grid-template-columns: initial;
}

.woocommerce-cart-form__contents .actions {
  text-align: right;
}
@media (max-width: 689.98px) {
  .woocommerce-cart-form__contents .actions .button {
    width: 100%;
  }
}
.woocommerce-cart-form__contents .coupon {
  display: flex;
}
@media (max-width: 689.98px) {
  .woocommerce-cart-form__contents .coupon {
    flex-direction: column;
    margin-bottom: 0.8em;
  }
}
@media (min-width: 690px) {
  .woocommerce-cart-form__contents .coupon {
    float: left;
  }
}
.woocommerce-cart-form__contents .coupon label {
  display: none;
}
.woocommerce-cart-form__contents .coupon input {
  --form-field-height: var(--buttonMinHeight);
}
@media (max-width: 689.98px) {
  .woocommerce-cart-form__contents .coupon input {
    width: 100%;
    margin-bottom: 0.8em;
  }
}
@media (min-width: 690px) {
  .woocommerce-cart-form__contents .coupon input {
    width: 220px;
    margin-inline-end: 8px;
  }
}

.ct-cart-form .cart_totals {
  align-self: flex-start;
  position: sticky;
  top: calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px) * var(--sticky-shrink, 100) / 100);
  border: 2px solid var(--border-color);
}
@media (max-width: 689.98px) {
  .ct-cart-form .cart_totals {
    padding: 25px;
  }
}
@media (min-width: 690px) {
  .ct-cart-form .cart_totals {
    padding: 30px;
  }
}
.ct-cart-form .cart_totals h2 {
  --fontSize: 15px;
}
.ct-cart-form .cart_totals table {
  --listItemSpacing: 1em;
}
.ct-cart-form .cart_totals table tr:last-child {
  --table-border-width: 0;
}
.ct-cart-form .cart_totals table td {
  text-align: right;
}
.ct-cart-form .cart_totals .wc-proceed-to-checkout {
  margin-top: 30px;
}
.ct-cart-form .cart_totals .wc-proceed-to-checkout a {
  width: 100%;
}
.ct-cart-form .cart_totals .shipping-calculator-button {
  display: block;
  margin: 10px 0;
}

.cross-sells {
  margin-top: 50px;
}
.cross-sells h2 {
  --fontSize: 20px;
  margin-bottom: 20px;
}
.cross-sells .products {
  margin: 0;
}
.cross-sells .add_to_cart_button.added {
  --display: initial;
}

form.woocommerce-checkout {
  display: var(--display, grid);
}
@media (max-width: 999.98px) {
  form.woocommerce-checkout {
    grid-row-gap: 40px;
  }
}
@media (min-width: 1000px) {
  form.woocommerce-checkout {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 35px;
  }
  form.woocommerce-checkout > .woocommerce-NoticeGroup {
    grid-column: 1/-1;
  }
}
form.woocommerce-checkout h3 {
  --fontSize: 17px;
}
form.woocommerce-checkout select {
  width: 100%;
}

#customer_details .col-2 {
  margin-top: 40px;
}
#customer_details .col-2 .form-row:last-child {
  margin-bottom: 0;
}

#ship-to-different-address label {
  --fontSize: 15px;
  --fontWeight: 600;
}

.woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1;
}

.ct-order-review {
  align-self: flex-start;
  border: 2px solid var(--border-color);
}
@media (max-width: 689.98px) {
  .ct-order-review {
    padding: 30px 25px;
  }
}
@media (min-width: 690px) {
  .ct-order-review {
    padding: 40px 35px;
  }
}
.ct-order-review table.shop_table {
  margin-bottom: 40px;
}
.ct-order-review table.shop_table .product-total, .ct-order-review table.shop_table tfoot td {
  text-align: right;
}
.ct-order-review table.shop_table .product-total {
  vertical-align: top;
}

@media (max-width: 689.98px) {
  .woocommerce-checkout-payment {
    position: relative;
    margin-left: -26px;
    margin-right: -26px;
  }
}
.woocommerce-checkout-payment .place-order {
  margin-top: 30px;
}
@media (max-width: 689.98px) {
  .woocommerce-checkout-payment .place-order {
    padding: 0 25px;
  }
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.woocommerce-checkout-payment .place-order button[type=submit] {
  width: 100%;
  text-align: center;
}

#payment .payment_methods > li {
  position: relative;
  border: 1px solid var(--border-color);
}
#payment .payment_methods > li:not(:first-child) {
  border-top: none;
}
#payment .payment_methods > li > label {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
#payment .payment_methods > li > label img {
  max-height: 35px;
  max-width: 50%;
}
#payment .payment_methods > li > label img:first-of-type {
  margin-inline-start: auto !important;
}
#payment .payment_methods > li > label .about_paypal {
  display: none;
}
#payment .payment_methods > li > label:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-inline-end: 0.7em;
  border-radius: 100%;
  border: var(--form-selection-control-border-width, var(--form-field-border-width, 1px)) solid var(--form-selection-control-initial-color);
}
#payment .payment_methods > li > input[type=radio]:first-child {
  display: none;
  visibility: hidden;
}
#payment .payment_methods > li > input[type=radio]:first-child:checked + label:before {
  background: #fff;
  border-width: 5px;
  border-color: var(--form-selection-control-accent-color);
}
#payment .payment_methods > li .payment_box {
  padding: 20px 25px;
  border-top: 1px solid var(--border-color);
}
#payment .payment_methods > li .payment_box p {
  font-size: 14px;
  line-height: 1.5;
}
#payment .payment_methods > li .payment_box p:last-child {
  margin-bottom: 0;
}
#payment .payment_methods > li .payment_box fieldset {
  padding: 0;
  border: none;
}
#payment .payment_methods > li.woocommerce-notice {
  border: none;
}
@media (max-width: 689.98px) {
  #payment .payment_methods > li.woocommerce-notice {
    margin: 0 25px;
  }
}

fieldset .wc-stripe-elements-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcoupon {
  padding-left: 5px;
  text-decoration: underline;
}

.checkout_coupon {
  margin-bottom: 50px;
  border-bottom: 1px dashed rgba(224, 229, 235, 0.8);
}
.checkout_coupon p:first-child {
  display: none;
}
@media (min-width: 690px) {
  .checkout_coupon .form-row {
    margin-bottom: 40px;
    width: 49%;
  }
}
.checkout_coupon .button {
  width: 100%;
  min-width: 100%;
}

.ct-woo-unauthorized > h2 {
  display: none;
}
.ct-woo-unauthorized > .woocommerce-form-login,
.ct-woo-unauthorized > .woocommerce-ResetPassword {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.ct-woo-unauthorized > .woocommerce-form-login button[type=submit],
.ct-woo-unauthorized > .woocommerce-ResetPassword button[type=submit] {
  width: 100%;
}
.ct-woo-unauthorized label {
  --fontSize: 14px;
  --fontWeight: 500;
}
.ct-woo-unauthorized .woocommerce-form-login__rememberme {
  margin-bottom: var(--content-spacing);
}
.ct-woo-unauthorized .woocommerce-LostPassword {
  font-size: 14px;
  margin: 0;
}
.ct-woo-unauthorized .woocommerce-ResetPassword .form-row-first:nth-last-of-type(2) {
  width: 100%;
}
.ct-woo-unauthorized .col2-set {
  display: grid;
}
@media (min-width: 690px) {
  .ct-woo-unauthorized .col2-set {
    grid-template-columns: 1fr 1fr;
  }
}
.ct-woo-unauthorized .col2-set h2 {
  --fontSize: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 689.98px) {
  .ct-woo-unauthorized .col2-set > *:first-child {
    padding-bottom: 30px;
    border-bottom: 1px dashed var(--border-color);
  }
  .ct-woo-unauthorized .col2-set > *:last-child {
    padding-top: 30px;
  }
}
@media (min-width: 690px) {
  .ct-woo-unauthorized .col2-set > *:first-child {
    padding-inline-end: 40px;
    border-inline-end: 1px dashed var(--border-color);
  }
  .ct-woo-unauthorized .col2-set > *:last-child {
    padding-inline-start: 40px;
  }
}

@media (min-width: 690px) {
  .ct-woo-account {
    display: flex;
  }
}

.ct-acount-nav {
  overflow: hidden;
  align-self: start;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background: var(--account-nav-background-initial-color, #fff);
}
@media (max-width: 689.98px) {
  .ct-acount-nav {
    margin-bottom: 30px;
  }
}
@media (min-width: 690px) {
  .ct-acount-nav {
    width: 20%;
    min-width: 220px;
    margin-inline-end: 30px;
  }
}

.woocommerce-MyAccount-navigation ul {
  font-size: 15px;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05));
}
.woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--account-nav-text-active-color, #fff);
  background: var(--account-nav-background-active-color, var(--paletteColor1));
}
.woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 0 20px;
  font-weight: 500;
  color: var(--account-nav-text-initial-color, var(--paletteColor3));
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "woo";
  font-size: 16px;
  font-weight: normal;
  content: "\e902";
  width: 20px;
  margin-inline-end: 15px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\e903";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e906";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e900";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e904";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e907";
}
.woocommerce-MyAccount-navigation ul [class*=ct-wish-list] a:before {
  content: "\e908";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e905";
}

.woocommerce-MyAccount-content {
  flex: 1;
}
.woocommerce-MyAccount-content > h2 {
  margin-top: 0;
}
.woocommerce-MyAccount-content h3 {
  --fontSize: 20px;
}
.woocommerce-MyAccount-content em {
  font-size: 13px;
  opacity: 0.8;
}
.woocommerce-MyAccount-content form .woocommerce-Button {
  margin-top: 30px;
}

@media (min-width: 690px) {
  td.download-file .button,
td.woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
  }
}

.ct-account-welcome {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--account-nav-divider-color, rgba(0, 0, 0, 0.05));
}
.ct-account-welcome [class*=ct-image-container] {
  margin: 10px 0;
  border-radius: 100%;
}

.ct-account-user-box {
  line-height: initial;
  color: var(--account-nav-text-initial-color, var(--paletteColor3));
}
.ct-account-user-box:not(:only-child) {
  margin-inline-start: 0.8em;
}
.ct-account-user-box span {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 0.2em;
}
.ct-account-user-box span i {
  margin: 0 0.3em;
}

.woocommerce-Addresses {
  display: grid;
}
@media (max-width: 689.98px) {
  .woocommerce-Addresses {
    grid-row-gap: 2em;
  }
}
@media (min-width: 690px) {
  .woocommerce-Addresses {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}
.woocommerce-Addresses > * {
  padding: 1.5em;
  border-radius: 5px;
  border: 1px dashed var(--border-color);
}
.woocommerce-Addresses .woocommerce-column__title,
.woocommerce-Addresses .woocommerce-Address-title h3 {
  --fontSize: 20px;
}
.woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-Addresses .woocommerce-Address-title h3 {
  margin-bottom: 0;
}
.woocommerce-Addresses address {
  font-size: 15px;
  opacity: 0.8;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 2em;
}

.wc-block-review-list-item__rating__stars {
  font-family: "star" !important;
}

.wc-block-review-list {
  margin-top: 0 !important;
  padding-left: 0;
}
.wc-block-review-list li {
  margin-bottom: 48px;
}
.wc-block-review-list li:last-child {
  margin-bottom: 0;
}
.wc-block-review-list + .wc-block-load-more {
  margin-top: 30px;
}

.wc-block-grid select {
  --form-field-width: auto;
  --form-field-height: 35px;
}

.wc-block-grid__product .wc-block-grid__product-link {
  --linkInitialColor: var(--color);
}
.wc-block-grid__product .wc-block-grid__product-image {
  margin-bottom: 20px;
}
.wc-block-grid__product .wc-block-grid__product-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.wp-block-button.wc-block-grid__product-add-to-cart .added_to_cart,
.wp-block-button.wc-block-grid__product-add-to-cart .add_to_cart_button {
  font-size: var(--buttonFontSize);
  margin: 0 5px !important;
  padding: 5px 20px !important;
}
.wp-block-button.wc-block-grid__product-add-to-cart .add_to_cart_button.added:not(.loading):after {
  display: none;
}

.wc-block-grid__product-onsale {
  color: var(--badge-text-color);
  background: var(--badge-background-color);
  border: none;
}

.wc-block-product-search__label {
  display: block;
  margin-bottom: 10px;
}

.wc-block-product-search .wc-block-product-search__field {
  padding: var(--form-field-padding, 0 15px);
}
.wc-block-product-search .wc-block-product-search__button {
  transform: none !important;
}

.widget_product_categories li .count {
  float: right;
}

.woocommerce-widget-layered-nav-list li {
  display: flex;
  align-items: center;
}
.woocommerce-widget-layered-nav-list li .count {
  margin-inline-start: auto;
  font-size: 80%;
}

.widget_rating_filter a,
.widget_product_categories .count,
.widget_layered_nav_filters a:before,
.woocommerce-widget-layered-nav-list .count {
  font-size: 15px;
}

.product_list_widget li {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-column-gap: 20px;
  align-items: center;
  --listItemSpacing: 20px;
}
.product_list_widget .ct-image-container {
  align-self: flex-start;
}
.product_list_widget .product-data {
  font-size: 13px;
}
.product_list_widget .product-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-inline-end: 15px;
}
.product_list_widget .star-rating {
  margin-top: 5px;
}
.product_list_widget .star-rating:not(:last-child) {
  margin-bottom: 5px;
}
.product_list_widget .price {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
.product_list_widget .woocommerce-Price-amount {
  font-weight: 500;
}
.product_list_widget .reviewer {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
}
.product_list_widget .ct-product-actions {
  margin-top: 0.7em;
}
.product_list_widget .quantity {
  --quantity-height: 40px;
}
.product_list_widget .quantity[data-type=type-1] {
  --quantity-width: 70px;
}
.product_list_widget .quantity[data-type=type-2] {
  --quantity-width: 100px;
}

.woocommerce-mini-cart {
  position: relative;
}
.woocommerce-mini-cart li {
  position: relative;
  z-index: 1;
}
.woocommerce-mini-cart dl.variation {
  font-size: 13px;
}
.woocommerce-mini-cart .remove {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 11px;
  height: 11px;
  line-height: 11px;
  --icon-size: 11px;
  --icon-color: currentColor;
}
.woocommerce-mini-cart ~ .buttons .button:hover {
  color: var(--buttonTextHoverColor);
}

.woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.07);
}

.woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  margin: 15px 0 0 0 !important;
}
.woocommerce-mini-cart__buttons > * {
  grid-column: var(--gridColumn, 1/-1);
}
.woocommerce-mini-cart__buttons .button.wc-forward {
  --gridColumn: span 1;
}

.woocommerce-mini-cart li,
.woocommerce-mini-cart__total,
.woocommerce-mini-cart__empty-message {
  color: var(--color);
}

.widget_product_search form label {
  display: none !important;
}

.widget_price_filter .ui-slider {
  position: relative;
  z-index: 1;
  height: 3px;
  margin-bottom: 40px;
}
.widget_price_filter .ui-slider:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: var(--paletteColor1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  height: 100%;
  opacity: 0.7;
  background-color: var(--paletteColor1);
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 18px var(--paletteColor1);
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}
.widget_price_filter .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: inset 0px 0px 0px 3px var(--paletteColor1);
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  transform: scale(1.2);
  box-shadow: inset 0px 0px 0px 2.5px var(--paletteColor1);
}
.widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_price_filter .price_slider_amount #min_price, .widget_price_filter .price_slider_amount #max_price, .widget_price_filter .price_slider_amount .clear {
  display: none;
}
.widget_price_filter .price_slider_amount .price_label {
  order: 1;
  font-size: 15px;
  font-weight: 500;
}
.widget_price_filter .price_slider_amount .button {
  --height: 35px;
  --padding: 0 20px;
  --buttonFontSize: 14px;
  order: 2;
}

.woocommerce .widget_rating_filter ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget_layered_nav_filters ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -4px 0 -4px;
}
.widget_layered_nav_filters ul li {
  margin: 8px 4px 0 4px;
}
.widget_layered_nav_filters ul li a {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  line-height: 100%;
  padding: 0 6px 0 10px;
  border-radius: 3px;
  border: 1px solid #d7dee5;
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.widget_layered_nav_filters ul li a:after {
  content: "×";
  width: 15px;
  height: 15px;
  font-weight: normal;
  line-height: 13px;
  text-align: center;
  margin-left: 5px;
  color: #d83428;
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.widget_layered_nav_filters ul li a:hover {
  color: #fff;
  border-color: var(--paletteColor1);
  background: var(--paletteColor1);
}
.widget_layered_nav_filters ul li a:hover:after {
  color: #fff;
}
.widget_layered_nav_filters ul li a .amount {
  margin-left: 5px;
}

.woocommerce-widget-layered-nav-list li a {
  display: flex;
  align-items: center;
}
.woocommerce-widget-layered-nav-list li a:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "";
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  width: 16px;
  height: 16px;
  margin-inline-end: 10px;
  border-radius: 3px;
  border-width: var(--form-field-border-width);
  border-style: solid;
  border-color: var(--form-selection-control-initial-color);
}
.woocommerce-widget-layered-nav-list li.chosen a:before {
  content: "✓";
  color: #fff;
  border-color: var(--form-selection-control-accent-color);
  background: var(--form-selection-control-accent-color);
}

.brz .flex-control-thumbs li {
  --thumbs-spacing: 0;
}

.brz .brz-woo-add-to-cart .quantity[data-type=type-1] {
  width: 80px !important;
}
.brz .brz-woo-add-to-cart .quantity[data-type=type-1] input[type=number] {
  padding: 0 calc(25% + 3px) 0 5px;
}
.brz .brz-woo-add-to-cart .quantity[data-type=type-2] {
  width: 120px !important;
}
.brz .brz-woo-add-to-cart .quantity[data-type=type-2] input[type=number] {
  padding: 0 calc(var(--quantity-height, 55px) / 1.8 + 9%);
}

.elementor-widget-container .flex-viewport {
  margin-bottom: 20px;
}
.elementor-widget-container .flex-control-thumbs {
  margin: 0 -10px;
}
.elementor-widget-container .flex-control-thumbs li {
  padding: 0 10px 10px 10px;
}
.elementor-widget-container .woocommerce > form.woocommerce-checkout {
  display: initial;
}

.elementor-add-to-cart--align-justify .quantity[data-type=type-1] {
  flex: 0 0 100px;
}
.elementor-add-to-cart--align-justify .quantity[data-type=type-2] {
  flex: 0 0 130px;
}

.uael-woocommerce .uael-woo-products-summary-wrap .button {
  display: inline-flex !important;
}
.uael-woocommerce .price ins {
  margin-left: 0 !important;
}

label.wc-pao-addon-name {
  --fontWeight: 500;
  margin-bottom: 10px;
}

.wc-pao-addon {
  margin-top: 20px;
}
.wc-pao-addon:first-child {
  margin-top: 0;
}

div.product-addon-totals ul {
  --listItemSpacing: 0;
}
div.product-addon-totals strong {
  font-weight: 600;
}

.wc-pao-addon-image-swatch.selected {
  outline-color: var(--paletteColor1);
}

.wc-points-rewards-product-message {
  display: block;
}

.wc-proceed-to-checkout #wc-stripe-payment-request-wrapper {
  margin-bottom: 15px;
}

.product-type-variable .wcppec-checkout-buttons {
  position: relative;
  z-index: 1;
}

#wc-stripe-payment-request-wrapper {
  padding-top: 0 !important;
}

.wcppec-checkout-buttons__separator,
#wc-square-wallet-divider,
#wcpay-payment-request-button-separator,
#wc-stripe-payment-request-button-separator {
  display: none !important;
}

div#wc-square-digital-wallet {
  max-width: 100%;
}

div.wc-square-wallet-buttons {
  width: 100%;
}

.woocommerce fieldset .wc-stripe-elements-field {
  width: initial;
}

.wc-product-table .ct-cart-actions {
  --display: inline-block;
}
.wc-product-table .cart div.quantity .qty {
  padding-right: calc(25% + 3px) !important;
}

.wtbpTableWrapper .dataTables_wrapper table.wtbpContentTable {
  text-align: left;
}
.wtbpTableWrapper .dataTables_wrapper div.quantity {
  --quantity-width: 65px;
  --quantity-height: 35px;
}
.wtbpTableWrapper .dataTables_wrapper .add_to_cart_inline a {
  --buttonMinHeight: 35px;
}

.component_option_thumbnail button {
  display: inline-block;
}

.composite_button {
  display: flex;
}
.composite_button .single_add_to_cart_button {
  --buttonMinHeight: 55px;
}
.composite_button .added_to_cart,
.composite_button .single_add_to_cart_button {
  margin-left: 10px;
}

.mp-panel-checkout,
.mp-panel-custom-checkout {
  padding: 0 !important;
  background: transparent !important;
}

.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(odd) .mp-ticket-payments {
  padding-inline-start: 0;
}
.mp-panel-custom-checkout .mp-row-checkout .mp-col-md-6:nth-child(even) .mp-ticket-payments {
  padding-inline-end: 0;
}
.mp-panel-custom-checkout .mp-img-ticket {
  max-height: 1.618em;
}
.mp-panel-custom-checkout .mp-ticket-name {
  font-size: 12px !important;
}

.mp-ticket-payments input[type=radio] {
  border: var(--form-selection-control-border-width, var(--form-field-border-width, 1px)) solid var(--form-selection-control-initial-color) !important;
}
.mp-ticket-payments input[type=radio]:checked {
  border-color: var(--form-selection-control-accent-color) !important;
  background-color: var(--form-selection-control-accent-color) !important;
}

form.checkout .gift-certificate {
  margin-top: 2em !important;
  margin-bottom: 0 !important;
}

div.quantity.woopq-type-select select {
  --form-field-padding: 0 15px;
}
div.quantity.woopq-type-select .ct-increase,
div.quantity.woopq-type-select .ct-decrease {
  display: none;
}

#wpfnl-checkout-form form.woocommerce-checkout,
#wcf-embed-checkout-form form.woocommerce-checkout {
  grid-column-gap: initial;
}

#wcf-embed-checkout-form #payment .payment_methods > li > label {
  display: flex;
}
#wcf-embed-checkout-form input[type=checkbox],
#wcf-embed-checkout-form input[type=checkbox]:before {
  position: initial;
  top: initial;
  height: initial;
  border: initial;
  transform: initial;
}

.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type] {
  --quantity-height: 30px;
}
.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type] input[type=number] {
  width: initial;
  height: inherit;
  text-align: center;
  font-size: 13px;
}
.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-1] {
  --quantity-width: 55px;
}
.wfc-cart-table .wfc-cart-form__cart-item .product-quantity .quantity[data-type=type-2] {
  --quantity-width: 70px;
}

#sellkit-checkout-widget-id > form {
  display: initial;
}
#sellkit-checkout-widget-id select {
  background-image: none;
}/*! elementor-icons - v5.11.0 - 01-03-2021 */
@font-face{font-display:swap;font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.11.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.11.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.11.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.11.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.11.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.11.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-hotspot:before{content:'\e988'}.eicon-paypal-button:before{content:'\e989'}.eicon-shape:before{content:'\e98a'}.eicon-wordart:before{content:'\e98b'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}/*! elementor - v3.1.2 - 02-03-2021 */
.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item{border-top:1px solid #464b50;margin-top:6px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;-webkit-border-radius:50%;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{min-height:1px}.elementor-column,.elementor-column-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-column-wrap{width:100%}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;-webkit-border-radius:3px;border-radius:3px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{font-size:1.25em;margin-right:.75em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}.elementor-portfolio.elementor-grid{display:grid}.elementor-share-buttons--align-right{text-align:right}.elementor-share-buttons--align-left{text-align:left}.elementor-share-buttons--align-center{text-align:center}.elementor-share-buttons--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}@media (max-width:1024px){.elementor-share-buttons-tablet--align-right{text-align:right}.elementor-share-buttons-tablet--align-left{text-align:left}.elementor-share-buttons-tablet--align-center{text-align:center}.elementor-share-buttons-tablet--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}@media (max-width:767px){.elementor-share-buttons-mobile--align-right{text-align:right}.elementor-share-buttons-mobile--align-left{text-align:left}.elementor-share-buttons-mobile--align-center{text-align:center}.elementor-share-buttons-mobile--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container{margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--justify-content,space-between);-ms-flex-pack:var(--justify-content,space-between);justify-content:var(--justify-content,space-between)}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}.elementor-kit-9786{--e-global-color-primary:#6ec1e4;--e-global-color-secondary:#54595f;--e-global-color-text:#7a7a7a;--e-global-color-accent:#61ce70;--e-global-color-1ce5827:#6a994e;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-widget:not(:last-child){margin-bottom:20px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1025px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:768px}}/*! elementor-pro - v3.1.1 - 23-02-2021 */
.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.elementor-bg-transform-zoom-out .elementor-bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg{-webkit-transform:scale(1.2) translateX(-8%);-ms-transform:scale(1.2) translateX(-8%);transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right .elementor-bg{-webkit-transform:scale(1.2) translateX(-8%);-ms-transform:scale(1.2) translateX(-8%);transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-up:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(-8%);-ms-transform:scale(1.2) translateY(-8%);transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down .elementor-bg{-webkit-transform:scale(1.2) translateY(-8%);-ms-transform:scale(1.2) translateY(-8%);transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:hover .elementor-animated-item--grow{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.elementor-animated-content:hover .elementor-animated-item--shrink{-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.elementor-animated-content:hover .elementor-animated-item--shrink-contained{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content:hover .elementor-animated-item--exit-to-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{-webkit-transform:translateY(600px);-ms-transform:translateY(600px);transform:translateY(600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:hover .elementor-animated-item--move-right{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.elementor-animated-content:hover .elementor-animated-item--move-left{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-up{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-down{-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{-webkit-transform:scale(1.17);-ms-transform:scale(1.17);transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{-webkit-transform:translateY(500px);-ms-transform:translateY(500px);transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{-webkit-transform:scale(1.2) translate(var(--translate));-ms-transform:scale(1.2) translate(var(--translate));transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid #fec449}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-image:-webkit-gradient(linear,left bottom,left top,from(#feb416),to(#fec449));background-image:-webkit-linear-gradient(bottom,#feb416,#fec449);background-image:-o-linear-gradient(bottom,#feb416,#fec449);background-image:linear-gradient(0deg,#feb416,#fec449)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:#feb416}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);-webkit-transform:scale(1.01) translate(-50%,-50%);-ms-transform:scale(1.01) translate(-50%,-50%);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:background,border,-webkit-box-shadow;transition-property:background,border,-webkit-box-shadow;-o-transition-property:background,border,box-shadow;transition-property:background,border,box-shadow;transition-property:background,border,box-shadow,-webkit-box-shadow;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-posts--skin-classic:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--skin-classic .elementor-post__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post{display:block}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-ms-flex-negative:0;flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post__card{overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #818a91;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#818a91;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{-webkit-transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;-o-transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s}.elementor-card-shadow-yes .elementor-post__card{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15);box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio-item{-ms-flex-item-align:start;align-self:flex-start;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;overflow:hidden;background-color:rgba(129,138,145,.8)}.elementor-portfolio-item__overlay:hover{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio.elementor-has-item-ratio{-webkit-transition:height .5s;-o-transition:height .5s;transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.e-form__indicators{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators,.e-form__indicators__indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-form__indicators__indicator{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:0;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;-webkit-transition:width .1s linear;-o-transition:width .1s linear;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#c2cbd2}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-button .elementor-form-spinner{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;-ms-flex-negative:0;flex-shrink:0;padding-right:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-price-list .elementor-price-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{-ms-flex-preferred-size:100%;flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:#555;padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-right:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;-ms-flex-item-align:center;align-self:center}.elementor-price-table .elementor-price-table__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-right:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-right:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-right:10px;width:1.3em}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f7f7f7}.elementor-flip-box{height:280px;position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:center;padding:35px}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description,.elementor-flip-box__layer__title{color:#fff}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:#fff}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;color:#fff;background:transparent}.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{-webkit-transform:translateZ(90px) scale(.91);transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(.1px);transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{-webkit-transition:opacity .35s,width .1ms,-webkit-transform .7s;transition:opacity .35s,width .1ms,-webkit-transform .7s;-o-transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;-o-transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s,-webkit-transform .8s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{-webkit-transition:opacity .5s .2s,-webkit-transform .7s;transition:opacity .5s .2s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s,-webkit-transform .7s;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transition:opacity .5s,-webkit-transform .7s;transition:opacity .5s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.elementor-cta--skin-classic .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%;background-color:#f7f7f7}.elementor-cta--skin-classic .elementor-cta__button.elementor-button,.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#55595c;border-color:#55595c}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{-webkit-background-size:cover;background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:1025px){.elementor-cta--desktop-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--desktop-layout-image-left .elementor-cta,.elementor-cta--desktop-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--desktop-layout-image-left .elementor-cta__content,.elementor-cta--desktop-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--desktop-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--desktop-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;background-color:#818a91;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{-webkit-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor--h-position-left .swiper-slide-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:#ea4335;border-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--color-official .elementor-share-btn:hover{-webkit-filter:saturate(1.5) brightness(1.2);filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-left:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-left:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-flat .elementor-share-btn:hover,.elementor-share-buttons--skin-gradient .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn:hover{color:#fff}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-left:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{overflow:hidden;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition-property:background-color,border-color,-webkit-filter;transition-property:background-color,border-color,-webkit-filter;-o-transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color,-webkit-filter;height:4.5em;cursor:pointer}.elementor-share-btn,.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-property:color,background-color;-o-transition-property:color,background-color;transition-property:color,background-color}.elementor-share-btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:1.7em}.elementor-share-btn__text{font-size:1.5em;padding-right:1em;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form){margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .quantity .qty{vertical-align:top;margin-right:0}.woocommerce div.product.elementor .quantity+.button{margin-left:10px}.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input{height:100%}.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width:1024px){.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:767px){.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.elementor-widget-wc-add-to-cart .quantity{display:inline-block}.elementor-widget-wc-add-to-cart.elementor-align-center form.cart{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,.elementor-widget-wc-add-to-cart.elementor-align-right form.cart{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;-webkit-box-shadow:none;box-shadow:none;margin:-1px 0 0}.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-woo-meta--view-table .product_meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-woo-meta--view-table .product_meta,.elementor-woo-meta--view-table .product_meta .detail-container{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce div.product.elementor .woocommerce-product-rating{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce div.product.elementor .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-product-rating--align-right .woocommerce-product-rating{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-product-rating--align-center .woocommerce-product-rating{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-left:auto}@media (min-width:1025px){.elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,.elementor-element.elementor-products-grid ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,.elementor-element.elementor-products-grid ul.products.columns-3{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,.elementor-element.elementor-products-grid ul.products.columns-4{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,.elementor-element.elementor-products-grid ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,.elementor-element.elementor-products-grid ul.products.columns-6{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,.elementor-element.elementor-products-grid ul.products.columns-7{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,.elementor-element.elementor-products-grid ul.products.columns-8{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,.elementor-element.elementor-products-grid ul.products.columns-9{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,.elementor-element.elementor-products-grid ul.products.columns-10{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,.elementor-element.elementor-products-grid ul.products.columns-11{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,.elementor-element.elementor-products-grid ul.products.columns-12{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products{grid-template-columns:repeat(12,1fr)}}.elementor-element.elementor-products-grid ul.products{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-element.elementor-products-grid ul.products:after,.elementor-element.elementor-products-grid ul.products:before{content:none;display:none}.elementor-element.elementor-products-grid ul.products li.product{width:auto;padding:0;margin:0;float:none}.elementor-element.elementor-products-grid ul.products li.product .onsale{padding:0;display:none}.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0;border-left:0}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal{border-bottom:none}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e3"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e4"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e5"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e6"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e7"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e8"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e9"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8ea"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8eb"}.elementor-menu-cart__toggle .elementor-button{background:transparent;border-radius:0;color:#818a91;border:1px solid;border-color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-menu-cart__toggle .elementor-button-text{margin-right:.3em}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;right:-.7em;border-radius:100%;color:#fff;background-color:#d9534f;text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:inline-block;font-weight:400}.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before{content:none}.elementor-menu-cart__container{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.25);-webkit-transition:background-color .4s,-webkit-transform 0s;transition:background-color .4s,-webkit-transform 0s;-o-transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s,-webkit-transform 0s}.elementor-menu-cart__container .elementor-menu-cart__main{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:fixed;top:0;width:350px;max-width:100%;right:0;bottom:0;padding:0 30px;background-color:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown){background-color:transparent;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:background-color .4s,-webkit-transform 0s .4s;transition:background-color .4s,-webkit-transform 0s .4s;-o-transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s,-webkit-transform 0s .4s}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button{display:none}.elementor-menu-cart__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:14px}.elementor-menu-cart__close-button{width:25px;height:25px;position:relative;margin:20px 0;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:#818a91;border-radius:1px}.elementor-menu-cart__close-button:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__close-button:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:25% auto 50px;grid-template-rows:75% auto}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:4;margin:0}.elementor-menu-cart__product-price{-ms-flex-item-align:end;align-self:end;color:#d4d4d4;font-weight:300}.elementor-menu-cart__product-price .amount{font-weight:600}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-left:20px}.elementor-menu-cart__product-remove{-ms-flex-item-align:end;align-self:end;justify-self:end;color:#818a91;width:22px;height:22px;border-radius:20px;border:1px solid #d4d4d4;text-align:center;overflow:hidden;position:relative}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:#d4d4d4;z-index:1}.elementor-menu-cart__product-remove:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product:not(:last-of-type),.elementor-menu-cart__products,.elementor-menu-cart__subtotal{border-bottom:1px solid #d4d4d4}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:20px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:20px}.elementor-menu-cart__subtotal{font-size:20px;text-align:center;font-weight:600}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:center;display:grid;grid-column-gap:10px;grid-row-gap:10px}.elementor-menu-cart__footer-buttons .elementor-button{border-radius:0}.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons{grid-template-columns:1fr 1fr}.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons{grid-template-columns:1fr}.product .count{background-color:inherit}.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.woocommerce div.product.elementor form.cart div.product-addon{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;-webkit-background-size:cover;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:#fff;background-color:rgba(129,138,145,.8);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s}.elementor-carousel-image-overlay i{font-size:21px}.elementor-testimonial__image{-ms-flex-negative:0;flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;-webkit-box-sizing:content-box;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-left:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-right:20px;margin-left:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-right:0;margin-left:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:left}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#e6e9ec;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#e6e9ec;position:absolute;-webkit-transform:scaleX(.75) rotate(45deg);-ms-transform:scaleX(.75) rotate(45deg);transform:scaleX(.75) rotate(45deg);border-width:0;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);-webkit-transform:scaleX(.75) rotate(-135deg);-ms-transform:scaleX(.75) rotate(-135deg);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(-135deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(-135deg);transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(45deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(45deg);transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(135deg);-ms-transform:scaleY(.75) rotate(135deg);transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(-45deg);-ms-transform:scaleY(.75) rotate(-45deg);transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-left:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-left:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{color:#dd2430}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{color:#31a918}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{color:#0099e5}.elementor-widget-reviews .elementor-testimonial__rating{background-image:-webkit-gradient(linear,left top,right top,from(#ffc82c),to(#ccc));background-image:-webkit-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:-o-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:15px;padding-bottom:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-left:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-top:0;border-bottom:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-top:6px;padding-bottom:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-left:15px;padding-right:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-bottom:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{border-style:solid;border-width:0;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:border,background,-webkit-transform;transition-property:border,background,-webkit-transform;-o-transition-property:border,background,transform;transition-property:border,background,transform;transition-property:border,background,transform,-webkit-transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev{right:0;left:unset}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - (40px / 2))}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev{right:10px;left:unset}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0;font-style:normal;color:#55595c}.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before,.elementor-widget-blockquote blockquote footer:after,.elementor-widget-blockquote blockquote footer:before{content:"";content:none}.elementor-blockquote{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote footer{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-blockquote__tweet-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#1da1f2;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span{margin-left:.5em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-right-color:#1da1f2;position:absolute;left:-.8em;top:50%;-webkit-transform:translateY(-50%) scaleY(.65);-ms-transform:translateY(-50%) scaleY(.65);transform:translateY(-50%) scaleY(.65);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#e6e9ec;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#e6e9ec;border-left:7px #e6e9ec;border-style:solid;padding-left:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#e6e9ec;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote__author,.elementor-blockquote--align-center .elementor-blockquote footer{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:left}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-headline.e-animated svg path{-webkit-animation:elementor-headline-dash forwards;animation:elementor-headline-dash forwards;-webkit-animation-duration:var(--animation-duration,1.2s);animation-duration:var(--animation-duration,1.2s);-webkit-animation-iteration-count:1;animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){-webkit-animation-delay:calc(var(--animation-duration, 1.2s) / 2);animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;-webkit-animation:hide-highlight .4s forwards;animation:hide-highlight .4s forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@-webkit-keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;left:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:elementor-headline-flip-in 1.2s;animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:elementor-headline-flip-out 1.2s;animation:elementor-headline-flip-out 1.2s}@-webkit-keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@-webkit-keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{-webkit-animation:elementor-headline-pulse 1s infinite;animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@-webkit-keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{-webkit-transform:scaleX(1.0005);-ms-transform:scaleX(1.0005);transform:scaleX(1.0005);opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-swirl-in .4s forwards;animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-swirl-out .4s forwards;animation:elementor-headline-swirl-out .4s forwards}@-webkit-keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;-webkit-animation:elementor-headline-slide-down-in .6s;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-down-out .6s;animation:elementor-headline-slide-down-out .6s}@-webkit-keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-drop-in-in .8s;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-drop-in-out .8s;animation:elementor-headline-drop-in-out .8s}@-webkit-keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-blinds-in .6s forwards;animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-blinds-out .6s forwards;animation:elementor-headline-blinds-out .6s forwards}@-webkit-keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-wave-up .6s forwards;animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-wave-down .6s forwards;animation:elementor-headline-wave-down .6s forwards}@-webkit-keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-slide-in .6s;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-out .6s;animation:elementor-headline-slide-out .6s}@-webkit-keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{-webkit-transition:width .5s;-o-transition:width .5s;transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(.58,.3,.005,1);-o-transition-timing-function:cubic-bezier(.58,.3,.005,1);transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;left:calc(100% + 20px)}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{-webkit-transition:opacity .2s,-webkit-transform .4s;transition:opacity .2s,-webkit-transform .4s;-o-transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s,-webkit-transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;-o-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity .02s .18s;-o-transition:width .1s,height .1s .1s,opacity .02s .18s;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{-webkit-transition:opacity .02s,height .1s,width .1s .1s;-o-transition:opacity .02s,height .1s,width .1s .1s;transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{-webkit-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;-o-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;-o-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{-webkit-transition:opacity .15s,-webkit-transform .4s;transition:opacity .15s,-webkit-transform .4s;-o-transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s,-webkit-transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#55595c;color:#a1a6a9}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #494c4f}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#494c4f transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.elementor-nav-menu--layout-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-nav-menu__align-center .elementor-nav-menu{margin-left:auto;margin-right:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#a1a6a9}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu{padding-right:20px}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow{display:none}.elementor-nav-menu--indicator-plus:before{font-family:Open Sans,sans-serif}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow{font-size:10px}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before{content:"+"}.elementor-nav-menu .sub-arrow{font-size:16px;line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#55595c;color:#fff}.elementor-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.elementor-menu-toggle.elementor-active i:before{content:"\e87f"}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;-webkit-transition:max-height .3s,-webkit-transform .3s;transition:max-height .3s,-webkit-transform .3s;-o-transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s,-webkit-transform .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;overflow:auto}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#494c4f;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-nav-menu--dropdown a.current{background:#373a3c;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:0}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:100vh}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d4d4d4;border:1px solid;border-right:none;border-left:none;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d4d4d4}.elementor-post-navigation{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d4d4d4}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-right:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-left:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{-webkit-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:right}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-post-navigation .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - (1px / 2));white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:right}.elementor-post-navigation .elementor-post-navigation__next a{float:right}.elementor-search-form{display:block;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#818a91;font-size:16px;color:#fff;border-radius:0}.elementor-search-form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#eceeef}.elementor-search-form__input{-ms-flex-preferred-size:100%;flex-basis:100%;color:#55595c;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.elementor-search-form__input::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-moz-placeholder,.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{-webkit-transition:color .2s,background .2s;-o-transition:color .2s,background .2s;transition:color .2s,background .2s}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{color:#fff;border:none;border-radius:0}.elementor-search-form--button-type-text .elementor-search-form__submit{-ms-flex-negative:0;flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#55595c}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border:solid #fff;border-width:0 0 1px;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:#494c4f}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;border:0 solid;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:33px;height:33px;background-color:rgba(0,0,0,.05);border-radius:3px}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:.55em}.elementor-search-form--skin-full_screen .elementor-search-form__container{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-author-box__avatar{-ms-flex-negative:0;flex-shrink:0;margin-right:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #55595c;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#55595c}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{-ms-flex-item-align:start;align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar{-ms-flex-item-align:start;align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{-ms-flex-item-align:center;align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after{margin:initial}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.elementor-sticky--active{z-index:99}[data-elementor-type=popup]:not(.elementor-edit-area){display:none}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section{display:none}.elementor-popup-modal{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-widget-content{width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;-webkit-box-shadow:none;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0,.33,.07,1.03);-o-transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-timing-function:cubic-bezier(0,.33,.07,1.03);-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}.elementor-motion-effects-perspective{-webkit-perspective:1200px;perspective:1200px}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc((var(--content-transition-delay) / 3));-o-transition-delay:calc((var(--content-transition-delay) / 3));transition-delay:calc((var(--content-transition-delay) / 3))}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc((var(--content-transition-delay) / 3) * 2);-o-transition-delay:calc((var(--content-transition-delay) / 3) * 2);transition-delay:calc((var(--content-transition-delay) / 3) * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc((var(--content-transition-delay) / 3) * 3);-o-transition-delay:calc((var(--content-transition-delay) / 3) * 3);transition-delay:calc((var(--content-transition-delay) / 3) * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item:hover .elementor-gallery__item-overlay-bg{opacity:1}.e-gallery-item:hover .elementor-gallery__item-overlay-content{opacity:1}.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse{display:none}.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#a4afb7);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);-webkit-transition:min-height .4s;-o-transition:min-height .4s;transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#a4afb7)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#c2cbd2;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}@media only screen and (max-width:1024px){.elementor-toc--minimized-on-tablet .elementor-toc__body{display:none}}@media only screen and (max-width:767px){.elementor-toc--minimized-on-mobile .elementor-toc__body{display:none}}.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);-webkit-transition-duration:var(--lottie-container-transition-duration-hover);-o-transition-duration:var(--lottie-container-transition-duration-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f884"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cab:before{content:"\f1ba"}.elementor-widget-heading .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-text-editor{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var(--e-global-color-primary)}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-widget-button .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight);background-color:var(--e-global-color-accent)}.elementor-widget-divider{--divider-color:var(--e-global-color-secondary)}.elementor-widget-divider .elementor-divider__text{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-secondary)}.elementor-widget-divider.elementor-view-framed .elementor-icon,.elementor-widget-divider.elementor-view-default .elementor-icon{color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.elementor-widget-divider.elementor-view-framed .elementor-icon,.elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var(--e-global-color-secondary)}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-primary)}.elementor-widget-icon.elementor-view-framed .elementor-icon,.elementor-widget-icon.elementor-view-default .elementor-icon{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-widget-icon.elementor-view-framed .elementor-icon,.elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var(--e-global-color-primary)}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-primary)}.elementor-widget-icon-box.elementor-view-framed .elementor-icon,.elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var(--e-global-color-primary);color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-star-rating .elementor-star-rating__title{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var(--e-global-color-text)}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var(--e-global-color-primary)}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var(--e-global-color-primary)}.elementor-widget-icon-list .elementor-icon-list-text{color:var(--e-global-color-secondary)}.elementor-widget-icon-list .elementor-icon-list-item,.elementor-widget-icon-list .elementor-icon-list-item a{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-counter .elementor-counter-number-wrapper{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-counter .elementor-counter-title{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var(--e-global-color-primary)}.elementor-widget-progress .elementor-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-testimonial .elementor-testimonial-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-testimonial .elementor-testimonial-name{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-testimonial .elementor-testimonial-job{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title a{color:var(--e-global-color-primary)}.elementor-widget-tabs .elementor-tab-title.elementor-active,.elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var(--e-global-color-accent)}.elementor-widget-tabs .elementor-tab-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-tabs .elementor-tab-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-accordion .elementor-accordion-icon,.elementor-widget-accordion .elementor-accordion-title{color:var(--e-global-color-primary)}.elementor-widget-accordion .elementor-active .elementor-accordion-icon,.elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var(--e-global-color-accent)}.elementor-widget-accordion .elementor-accordion .elementor-accordion-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-accordion .elementor-accordion .elementor-tab-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-toggle .elementor-toggle-title,.elementor-widget-toggle .elementor-toggle-icon{color:var(--e-global-color-primary)}.elementor-widget-toggle .elementor-tab-title.elementor-active a,.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var(--e-global-color-accent)}.elementor-widget-toggle .elementor-toggle .elementor-toggle-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-toggle .elementor-toggle .elementor-tab-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-alert .elementor-alert-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-alert .elementor-alert-description{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-theme-site-logo .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-theme-site-title .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-theme-page-title .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-theme-post-title .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-theme-post-excerpt .elementor-widget-container{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-theme-post-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-theme-archive-title .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-archive-posts .elementor-post__title,.elementor-widget-archive-posts .elementor-post__title a{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-archive-posts .elementor-post__read-more{color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-archive-posts .elementor-pagination{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-posts .elementor-post__title,.elementor-widget-posts .elementor-post__title a{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-posts .elementor-post__meta-data{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-posts .elementor-post__excerpt p{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-posts .elementor-post__read-more{color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-posts .elementor-pagination{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-portfolio a .elementor-portfolio-item__overlay{background-color:var(--e-global-color-accent)}.elementor-widget-portfolio .elementor-portfolio-item__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-portfolio .elementor-portfolio__filter{color:var(--e-global-color-text);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active{color:var(--e-global-color-primary)}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-gallery{--galleries-title-color-normal:var(--e-global-color-primary);--galleries-title-color-hover:var(--e-global-color-secondary);--galleries-pointer-bg-color-hover:var(--e-global-color-accent);--gallery-title-color-active:var(--e-global-color-secondary);--galleries-pointer-bg-color-active:var(--e-global-color-accent)}.elementor-widget-gallery .elementor-gallery-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-form .elementor-field-group>label,.elementor-widget-form .elementor-field-subgroup label{color:var(--e-global-color-text)}.elementor-widget-form .elementor-field-group>label{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-form .elementor-field-type-html{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-form .elementor-field-group .elementor-field{color:var(--e-global-color-text)}.elementor-widget-form .elementor-field-group .elementor-field,.elementor-widget-form .elementor-field-subgroup label{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-form .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-form .e-form__buttons__wrapper__button-next{background-color:var(--e-global-color-accent)}.elementor-widget-form .elementor-button[type=submit]{background-color:var(--e-global-color-accent)}.elementor-widget-form .e-form__buttons__wrapper__button-previous{background-color:var(--e-global-color-accent)}.elementor-widget-form .elementor-message{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-form .e-form__indicators__indicator,.elementor-widget-form .e-form__indicators__indicator__label{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-form{--e-form-steps-indicator-inactive-primary-color:var(--e-global-color-text);--e-form-steps-indicator-active-primary-color:var(--e-global-color-accent);--e-form-steps-indicator-completed-primary-color:var(--e-global-color-accent);--e-form-steps-indicator-progress-color:var(--e-global-color-accent);--e-form-steps-indicator-progress-background-color:var(--e-global-color-text);--e-form-steps-indicator-progress-meter-color:var(--e-global-color-text)}.elementor-widget-form .e-form__indicators__indicator__progress__meter{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-login .elementor-field-group>a{color:var(--e-global-color-text)}.elementor-widget-login .elementor-field-group>a:hover{color:var(--e-global-color-accent)}.elementor-widget-login .elementor-form-fields-wrapper label{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-login .elementor-field-group .elementor-field{color:var(--e-global-color-text)}.elementor-widget-login .elementor-field-group .elementor-field,.elementor-widget-login .elementor-field-subgroup label{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-login .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight);background-color:var(--e-global-color-accent)}.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-slides .elementor-slide-heading{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-slides .elementor-slide-description{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-slides .elementor-slide-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var(--e-global-color-text)}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var(--e-global-color-accent)}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var(--e-global-color-accent)}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var(--e-global-color-accent)}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var(--e-global-color-accent)}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var(--e-global-color-secondary)}.elementor-widget-animated-headline .elementor-headline{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-animated-headline{--dynamic-text-color:var(--e-global-color-secondary)}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-price-list .elementor-price-list-header{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-price-list .elementor-price-list-description{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-price-list .elementor-price-list-separator{border-bottom-color:var(--e-global-color-secondary)}.elementor-widget-price-table .elementor-price-table__header{background-color:var(--e-global-color-secondary)}.elementor-widget-price-table .elementor-price-table__heading{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-price-table .elementor-price-table__subheading{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-price-table .elementor-price-table__price{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-price-table .elementor-price-table__original-price{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-price-table .elementor-price-table__period{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-price-table .elementor-price-table__features-list{color:var(--e-global-color-text)}.elementor-widget-price-table .elementor-price-table__features-list li{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-price-table .elementor-price-table__features-list li:before{border-top-color:var(--e-global-color-text)}.elementor-widget-price-table .elementor-price-table__button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight);background-color:var(--e-global-color-accent)}.elementor-widget-price-table .elementor-price-table__additional_info{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-price-table .elementor-price-table__ribbon-inner{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-flip-box .elementor-flip-box__button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-call-to-action .elementor-cta__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-call-to-action .elementor-cta__description{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-call-to-action .elementor-cta__button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var(--e-global-color-accent);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-media-carousel .elementor-carousel-image-overlay{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var(--e-global-color-text);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-reviews .elementor-testimonial__header,.elementor-widget-reviews .elementor-testimonial__name{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-reviews .elementor-testimonial__text{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-table-of-contents{--header-color:var(--e-global-color-secondary);--item-text-color:var(--e-global-color-text);--item-text-hover-color:var(--e-global-color-accent);--marker-color:var(--e-global-color-text)}.elementor-widget-table-of-contents .elementor-toc__header,.elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-countdown .elementor-countdown-item{background-color:var(--e-global-color-primary)}.elementor-widget-countdown .elementor-countdown-digits{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-countdown .elementor-countdown-label{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-countdown .elementor-countdown-expire--message{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-search-form input[type=search].elementor-search-form__input{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-search-form .elementor-search-form__input,.elementor-widget-search-form .elementor-search-form__icon,.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type=search].elementor-search-form__input{color:var(--e-global-color-text)}.elementor-widget-search-form .elementor-search-form__submit{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight);background-color:var(--e-global-color-secondary)}.elementor-widget-author-box .elementor-author-box__name{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-author-box .elementor-author-box__bio{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-author-box .elementor-author-box__button{color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary);font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-author-box .elementor-author-box__button:hover{border-color:var(--e-global-color-secondary);color:var(--e-global-color-secondary)}.elementor-widget-post-navigation span.post-navigation__prev--label{color:var(--e-global-color-text)}.elementor-widget-post-navigation span.post-navigation__next--label{color:var(--e-global-color-text)}.elementor-widget-post-navigation span.post-navigation__prev--label,.elementor-widget-post-navigation span.post-navigation__next--label{font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-post-navigation span.post-navigation__prev--title,.elementor-widget-post-navigation span.post-navigation__next--title{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family),Sans-serif;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var(--e-global-color-text)}.elementor-widget-post-info .elementor-icon-list-icon i{color:var(--e-global-color-primary)}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var(--e-global-color-primary)}.elementor-widget-post-info .elementor-icon-list-text,.elementor-widget-post-info .elementor-icon-list-text a{color:var(--e-global-color-secondary)}.elementor-widget-post-info .elementor-icon-list-item{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-sitemap .elementor-sitemap-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-sitemap .elementor-sitemap-item,.elementor-widget-sitemap span.elementor-sitemap-list,.elementor-widget-sitemap .elementor-sitemap-item a{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-sitemap .elementor-sitemap-item{color:var(--e-global-color-text)}.elementor-widget-blockquote .elementor-blockquote__content{color:var(--e-global-color-text)}.elementor-widget-blockquote .elementor-blockquote__author{color:var(--e-global-color-secondary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-archive-products.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-archive-products .elementor-products-nothing-found{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-wc-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-products.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wc-products.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-wc-add-to-cart .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight);background-color:var(--e-global-color-accent)}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name,.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons .elementor-button{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-title .elementor-heading-title{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var(--e-global-color-text)}.elementor-widget-woocommerce-product-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-product-related.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products>h2{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price ins{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price ins .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del .amount{color:var(--e-global-color-primary)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price del{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products .added_to_cart{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-widget-woocommerce-product-upsell.elementor-wc-products .products>h2{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-lottie{--caption-color:var(--e-global-color-text)}.elementor-widget-lottie .e-lottie__caption{font-family:var(--e-global-typography-text-font-family),Sans-serif;font-weight:var(--e-global-typography-text-font-weight)}.elementor-17997 .elementor-element.elementor-element-ad58e53 .elementor-spacer-inner{height:50px}.elementor-17997 .elementor-element.elementor-element-5eaab45{text-align:center}.elementor-17997 .elementor-element.elementor-element-5eaab45 .elementor-heading-title{font-family:"Rubik",Sans-serif;font-size:30px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-7e55711 .elementor-text-editor{text-align:center}.elementor-17997 .elementor-element.elementor-element-7e55711{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-ec29684 .elementor-spacer-inner{height:50px}.elementor-17997 .elementor-element.elementor-element-ffe9651.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-ffe9651.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-ffe9651.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-ffe9651 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-ffe9651 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-ffe9651 .elementor-image-box-content .elementor-image-box-title{color:var(--e-global-color-primary);font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-ffe9651 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-651287e.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-651287e.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-651287e.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-651287e .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-651287e .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-651287e .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-651287e .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-7482989.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-7482989.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-7482989.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-7482989 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-7482989 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-7482989 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-7482989 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-2c9099c.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-2c9099c.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-2c9099c.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-2c9099c .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-2c9099c .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-2c9099c .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-2c9099c .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-5fa3f93 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-5fa3f93 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-5fa3f93 .elementor-button{font-family:"Rubik",Sans-serif;font-weight:500;fill:var(--e-global-color-blocksy_palette_8);color:var(--e-global-color-blocksy_palette_8);background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-7d0ee50 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-7d0ee50 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-7d0ee50 .elementor-button{font-family:"Rubik",Sans-serif;font-weight:500;fill:var(--e-global-color-blocksy_palette_8);color:var(--e-global-color-blocksy_palette_8);background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-4e3bcd2 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-4e3bcd2 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-4e3bcd2 .elementor-button{font-family:"Rubik",Sans-serif;font-weight:500;fill:var(--e-global-color-blocksy_palette_8);color:var(--e-global-color-blocksy_palette_8);background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-9041234 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-9041234 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-9041234 .elementor-button{font-family:"Rubik",Sans-serif;font-weight:500;fill:var(--e-global-color-blocksy_palette_8);color:var(--e-global-color-blocksy_palette_8);background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-7e6a8ea .elementor-spacer-inner{height:50px}.elementor-17997 .elementor-element.elementor-element-6b1aa21.elementor-position-right .elementor-image-box-img{margin-left:22px}.elementor-17997 .elementor-element.elementor-element-6b1aa21.elementor-position-left .elementor-image-box-img{margin-right:22px}.elementor-17997 .elementor-element.elementor-element-6b1aa21.elementor-position-top .elementor-image-box-img{margin-bottom:22px}.elementor-17997 .elementor-element.elementor-element-6b1aa21 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-6b1aa21 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-6b1aa21 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-6b1aa21 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-2a3fc46.elementor-position-right .elementor-image-box-img{margin-left:25px}.elementor-17997 .elementor-element.elementor-element-2a3fc46.elementor-position-left .elementor-image-box-img{margin-right:25px}.elementor-17997 .elementor-element.elementor-element-2a3fc46.elementor-position-top .elementor-image-box-img{margin-bottom:25px}.elementor-17997 .elementor-element.elementor-element-2a3fc46 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-2a3fc46 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-2a3fc46 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-2a3fc46 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-085cb12.elementor-position-right .elementor-image-box-img{margin-left:26px}.elementor-17997 .elementor-element.elementor-element-085cb12.elementor-position-left .elementor-image-box-img{margin-right:26px}.elementor-17997 .elementor-element.elementor-element-085cb12.elementor-position-top .elementor-image-box-img{margin-bottom:26px}.elementor-17997 .elementor-element.elementor-element-085cb12 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-085cb12 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-085cb12 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-085cb12 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-0c382a9.elementor-position-right .elementor-image-box-img{margin-left:24px}.elementor-17997 .elementor-element.elementor-element-0c382a9.elementor-position-left .elementor-image-box-img{margin-right:24px}.elementor-17997 .elementor-element.elementor-element-0c382a9.elementor-position-top .elementor-image-box-img{margin-bottom:24px}.elementor-17997 .elementor-element.elementor-element-0c382a9 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-0c382a9 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-0c382a9 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-0c382a9 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-035713d .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-035713d .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-035713d .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-3af74cd .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-3af74cd .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-3af74cd .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-3c95694 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-3c95694 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-3c95694 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-8325530 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-8325530 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-8325530 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-ce511bf .elementor-spacer-inner{height:50px}.elementor-17997 .elementor-element.elementor-element-9592218.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-9592218.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-9592218.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-9592218 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-9592218 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-9592218 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-9592218 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-3329500.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-3329500.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-3329500.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-3329500 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-3329500 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-3329500 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-3329500 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-17c7ca3.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-17c7ca3.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-17c7ca3.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-17c7ca3 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-17c7ca3 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-17c7ca3 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-17c7ca3 .elementor-image-box-content .elementor-image-box-description{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-0c2df38.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-0c2df38.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-0c2df38.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-0c2df38 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-0c2df38 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-0c2df38 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-0c2df38 .elementor-image-box-content .elementor-image-box-description{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-b3fe84f .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-b3fe84f .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-b3fe84f .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-a6ed1c7 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-a6ed1c7 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-a6ed1c7 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-6f65d83 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-6f65d83 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-6f65d83 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-f47a313 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-f47a313 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-f47a313 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-6d362b0 .elementor-spacer-inner{height:50px}.elementor-17997 .elementor-element.elementor-element-3a55737.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-3a55737.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-3a55737.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-3a55737 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-3a55737 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-3a55737 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-3a55737 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-09114fc.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-09114fc.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-09114fc.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-09114fc .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-09114fc .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-09114fc .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-09114fc .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-e8e1039.elementor-position-right .elementor-image-box-img{margin-left:20px}.elementor-17997 .elementor-element.elementor-element-e8e1039.elementor-position-left .elementor-image-box-img{margin-right:20px}.elementor-17997 .elementor-element.elementor-element-e8e1039.elementor-position-top .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-e8e1039 .elementor-image-box-wrapper .elementor-image-box-img{width:100%}.elementor-17997 .elementor-element.elementor-element-e8e1039 .elementor-image-box-img img{transition-duration:.3s}.elementor-17997 .elementor-element.elementor-element-e8e1039 .elementor-image-box-content .elementor-image-box-title{font-family:"Rubik",Sans-serif;font-size:20px;font-weight:600}.elementor-17997 .elementor-element.elementor-element-e8e1039 .elementor-image-box-content .elementor-image-box-description{color:var(--e-global-color-secondary);font-family:"Rubik",Sans-serif;font-size:16px;font-weight:400}.elementor-17997 .elementor-element.elementor-element-0dc86bf .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-0dc86bf .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-0dc86bf .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-fc1d9b1 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-fc1d9b1 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-fc1d9b1 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}.elementor-17997 .elementor-element.elementor-element-0ff8f16 .elementor-button .elementor-align-icon-right{margin-left:0}.elementor-17997 .elementor-element.elementor-element-0ff8f16 .elementor-button .elementor-align-icon-left{margin-right:0}.elementor-17997 .elementor-element.elementor-element-0ff8f16 .elementor-button{font-family:"Rubik",Sans-serif;font-size:16px;font-weight:500;background-color:var(--e-global-color-primary);border-radius:10px}@media(max-width:767px){.elementor-17997 .elementor-element.elementor-element-ffe9651 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-651287e .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-7482989 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-2c9099c .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-6b1aa21 .elementor-image-box-img{margin-bottom:22px}.elementor-17997 .elementor-element.elementor-element-2a3fc46 .elementor-image-box-img{margin-bottom:25px}.elementor-17997 .elementor-element.elementor-element-085cb12 .elementor-image-box-img{margin-bottom:26px}.elementor-17997 .elementor-element.elementor-element-0c382a9 .elementor-image-box-img{margin-bottom:24px}.elementor-17997 .elementor-element.elementor-element-9592218 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-3329500 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-17c7ca3 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-0c2df38 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-3a55737 .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-09114fc .elementor-image-box-img{margin-bottom:20px}.elementor-17997 .elementor-element.elementor-element-e8e1039 .elementor-image-box-img{margin-bottom:20px}}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff;background-image:url('/wp-content/plugins/a3-lazy-load/assets/css/loading.gif');background-repeat:no-repeat;background-position:50% 50%}figure.wp-block-image img.lazy-hidden{min-width:150px}picture source[type="image/webp"]{display:block}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

:root {
  --default-editor: var(--true);
  --border: none;
  --transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --listIndent: 2.5em;
  --listItemSpacing: 0.3em;
  --true: initial;
  --false: "";
  --has-link-decoration: var(--true);
  --has-transparent-header: 0;
  --container-width: min(100%, var(--container-width-base));
}
@media (max-width: 689.98px) {
  :root {
    --container-width-base: calc(88vw - var(--frame-size, 0px) * 2);
  }
}
@media (min-width: 690px) {
  :root {
    --container-width-base: calc(90vw - var(--frame-size, 0px) * 2);
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
em,
ol,
ul,
li,
tr,
th,
td,
dl,
img,
ins,
sub,
sup,
big,
cite,
code,
form,
small,
label,
table,
figure,
button,
legend,
strike,
address,
caption,
fieldset,
blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
  text-align: inherit;
  line-height: inherit;
}

input,
select,
textarea {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

ins {
  text-decoration: none;
}

del {
  opacity: 0.5;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  height: 1px;
  border: none;
}

mark {
  color: inherit;
  font-weight: 600;
  background: transparent;
}

a {
  transition: var(--transition);
}

a:focus,
button:focus {
  transition: none;
  outline-offset: var(--outline-offset, 3px);
  outline-color: var(--paletteColor2);
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure,
iframe,
textarea {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

embed,
iframe,
object,
video,
figure {
  max-width: 100%;
}

svg > * {
  transition: none;
}

ul {
  list-style-type: var(--listStyleType, disc);
}

ol {
  list-style-type: var(--listStyleType, decimal);
}

code,
kbd,
samp {
  padding: 3px 6px;
}

code,
kbd,
samp,
pre {
  tab-size: 4;
  border-radius: 2px;
  background: var(--paletteColor6);
}
code:focus,
kbd:focus,
samp:focus,
pre:focus {
  outline: none;
}

pre {
  overflow: auto;
  padding: 15px 20px;
}
pre code {
  padding: 0;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  max-width: 100%;
}

table,
th,
td {
  font-size: var(--table-font-size);
  border-width: var(--table-border-width, 1px);
  border-style: var(--table-border-style, solid);
  border-color: var(--table-border-color, var(--border-color));
}

th,
td {
  padding: var(--table-padding, 0.7em 1em);
}

th {
  font-weight: 600;
}

caption {
  font-weight: 600;
  padding: 0.7rem;
}

dl {
  --descListIndent: 1.5em;
  --descListSpacing: 0.5em;
}
dl > *:last-child {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-top: calc(var(--descListSpacing) / 2);
  margin-left: var(--descListIndent);
  margin-bottom: calc(var(--descListSpacing) * 2);
}
dd p {
  --content-spacing: var(--descListSpacing);
}
dd p:last-child {
  margin-bottom: 0;
}

body {
  color: var(--color);
}
body ::selection {
  color: var(--selectionTextColor);
  background-color: var(--selectionBackgroundColor);
}

h1 {
  color: var(--heading-color, var(--heading-1-color, var(--headings-color)));
}

h2 {
  color: var(--heading-color, var(--heading-2-color, var(--headings-color)));
}

h3 {
  color: var(--heading-color, var(--heading-3-color, var(--headings-color)));
}

h4 {
  color: var(--heading-color, var(--heading-4-color, var(--headings-color)));
}

h5 {
  color: var(--heading-color, var(--heading-5-color, var(--headings-color)));
}

h6 {
  color: var(--heading-color, var(--heading-6-color, var(--headings-color)));
}

hr {
  background-color: var(--form-field-border-initial-color);
}

.has-palette-color-1-color {
  color: var(--paletteColor1) !important;
}

.has-palette-color-2-color {
  color: var(--paletteColor2) !important;
}

.has-palette-color-3-color {
  color: var(--paletteColor3) !important;
}

.has-palette-color-4-color {
  color: var(--paletteColor4) !important;
}

.has-palette-color-5-color {
  color: var(--paletteColor5) !important;
}

.has-palette-color-6-color {
  color: var(--paletteColor6) !important;
}

.has-palette-color-7-color {
  color: var(--paletteColor7) !important;
}

.has-palette-color-8-color {
  color: var(--paletteColor8) !important;
}

.has-palette-color-1-background-color {
  background-color: var(--paletteColor1) !important;
}

.has-palette-color-2-background-color {
  background-color: var(--paletteColor2) !important;
}

.has-palette-color-3-background-color {
  background-color: var(--paletteColor3) !important;
}

.has-palette-color-4-background-color {
  background-color: var(--paletteColor4) !important;
}

.has-palette-color-5-background-color {
  background-color: var(--paletteColor5) !important;
}

.has-palette-color-6-background-color {
  background-color: var(--paletteColor6) !important;
}

.has-palette-color-7-background-color {
  background-color: var(--paletteColor7) !important;
}

.has-palette-color-8-background-color {
  background-color: var(--paletteColor8) !important;
}

.has-palette-color-1-border-color {
  border-color: var(--paletteColor1) !important;
}

.has-palette-color-2-border-color {
  border-color: var(--paletteColor2) !important;
}

.has-palette-color-3-border-color {
  border-color: var(--paletteColor3) !important;
}

.has-palette-color-4-border-color {
  border-color: var(--paletteColor4) !important;
}

.has-palette-color-5-border-color {
  border-color: var(--paletteColor5) !important;
}

.has-palette-color-6-border-color {
  border-color: var(--paletteColor6) !important;
}

.has-palette-color-7-border-color {
  border-color: var(--paletteColor7) !important;
}

.has-palette-color-8-border-color {
  border-color: var(--paletteColor8) !important;
}

@media (max-width: 689.98px) {
  .ct-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  .ct-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .ct-hidden-lg {
    display: none !important;
  }
}
.hidden,
[hidden] {
  display: none;
}

.aligncenter {
  clear: both;
  display: block;
  text-align: center;
}

.sticky,
.wp-caption,
.bypostauthor,
.wp-caption-text,
.gallery-caption,
.screen-reader-text {
  background: transparent;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-4px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(5px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-7px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(7px, 0, 0);
  }
}
@keyframes bounce-in {
  0% {
    transform: scale(0, 0);
  }
  20% {
    transform: scale(1.4, 1.4);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  85% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
kbd,
code,
samp,
label,
figcaption,
blockquote,
blockquote p,
.price,
.menu a,
.ct-label,
.site-title,
.entry-meta,
.widget-title,
.contact-info,
.ct-item-title,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.site-description,
.page-description,
.mobile-menu a,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
.entry-summary .price,
.woocommerce-tabs .tabs,
.ct-shortcuts-container,
.ct-widget > *,
.ct-dynamic-data,
.ct-dynamic-filter,
.ct-search-results a,
.tutor-ratings,
.tutor-meta > *,
.tutor-course-details-title,
.tutor-course-details-actions > a,
.ct-language-switcher ul[data-placement] {
  font-family: var(--fontFamily);
  font-size: var(--fontSize);
  font-weight: var(--fontWeight);
  font-style: var(--fontStyle, inherit);
  line-height: var(--lineHeight);
  letter-spacing: var(--letterSpacing);
  text-transform: var(--textTransform);
  -webkit-text-decoration: var(--textDecoration);
          text-decoration: var(--textDecoration);
}

[data-footer*=reveal] #main-container,
[data-footer*=reveal] .site-main {
  background: inherit;
}

.menu,
.entry-meta,
.ct-contact-info ul,
.ct-account-form > ul,
.ct-language-switcher ul,
.products,
.commentlist,
.ct-comments ol,
.ct-comments ul,
.mobile-menu ul,
.payment_methods,
.woocommerce-tabs > ul,
.shop_table,
.wc-item-meta,
.order_details,
.woocommerce-pagination .page-numbers,
.woocommerce-mini-cart,
.woocommerce-MyAccount-navigation ul,
.wp-block-latest-comments {
  margin-bottom: 0;
  --listIndent: 0;
  --listItemSpacing: 0;
  --listStyleType: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.skip-link {
  background-color: #24292e;
  color: #fff;
  padding: 10px 20px;
}

.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: 0;
}
.show-on-focus:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
}

p {
  margin-bottom: var(--content-spacing);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

ul, ol {
  padding-inline-start: var(--listIndent);
  margin-bottom: var(--content-spacing);
}
ul li, ol li {
  margin-bottom: var(--listItemSpacing);
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: var(--listItemSpacing);
  margin-bottom: 0;
}

.entry-content > * {
  margin-bottom: var(--content-spacing);
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: var(--content-spacing);
  margin-bottom: calc(0.2em + 10px);
}
.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content h1:last-child, .entry-content h2:last-child, .entry-content h3:last-child, .entry-content h4:last-child, .entry-content h5:last-child, .entry-content h6:last-child {
  margin-bottom: 0;
}

[class*=_inner-container] > * {
  margin-bottom: var(--content-spacing);
}
[class*=_inner-container] > *:first-child {
  margin-top: 0 !important;
}
[class*=_inner-container] > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .admin-bar {
    --admin-bar: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar {
    --admin-bar: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar {
    --admin-bar: 32px;
  }
}

[data-parallax] > figure {
  display: flex;
  align-items: center;
}

#main-container {
  padding-bottom: calc(var(--shortcuts-bar-spacer, 0px) + var(--floating-cart-spacer, 0px));
}

[data-reveal] {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}
[data-reveal][data-reveal*=no] {
  opacity: 0;
}
[data-reveal][data-reveal*=bottom] {
  transform: translateY(100px);
}
[data-reveal][data-reveal*=left] {
  transform: translateX(-100px);
}

[class*=entries] article[data-reveal*="2"] {
  transition-delay: 0.3s;
}
[class*=entries] article[data-reveal*="3"] {
  transition-delay: 0.6s;
}
[class*=entries] article[data-reveal*="4"] {
  transition-delay: 0.9s;
}
[class*=entries] article[data-reveal*="5"] {
  transition-delay: 1.2s;
}
[class*=entries] article[data-reveal*="6"] {
  transition-delay: 1.5s;
}
[class*=entries] article[data-reveal*="7"] {
  transition-delay: 1.8s;
}
[class*=entries] article[data-reveal*="8"] {
  transition-delay: 2.1s;
}
[class*=entries] article[data-reveal*="9"] {
  transition-delay: 2.4s;
}
[class*=entries] article[data-reveal*="10"] {
  transition-delay: 2.7s;
}
[class*=entries] article[data-reveal*="11"] {
  transition-delay: 3s;
}
[class*=entries] article[data-reveal*="12"] {
  transition-delay: 3.3s;
}

.ct-icon,
.ct-icon-container svg {
  position: relative;
  width: var(--icon-size, 15px);
  height: var(--icon-size, 15px);
  fill: var(--icon-color, var(--color));
  transition: var(--icon-transition, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955));
}

.ct-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-icon-size=medium] {
  --icon-size: 20px;
}

[data-icon-size=large] {
  --icon-size: 25px;
}

.ct-icon-container.ct-left {
  margin-inline-end: 0.5em;
}
.ct-icon-container.ct-right {
  margin-inline-start: 0.5em;
}

[data-icons-type*=":"] {
  --icon-container-size: calc(var(--icon-size, 15px) * 2.5);
}
[data-icons-type*=":"] .ct-icon-container {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  border-radius: var(--border-radius);
  transition: background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-icons-type*=square] {
  --border-radius: 2px;
}

[data-icons-type*=rounded] {
  --border-radius: 100%;
}

[data-icons-type] > * {
  transition: none;
}
[data-icons-type] > *:hover svg {
  fill: var(--icon-hover-color, var(--paletteColor2));
}

[data-icons-type*=solid] .ct-icon-container {
  background-color: var(--background-color);
}
[data-icons-type*=solid] > *:hover .ct-icon-container {
  background-color: var(--background-hover-color);
}

[data-icons-type*=outline] .ct-icon-container {
  border: 1px solid var(--background-color);
}
[data-icons-type*=outline] > *:hover .ct-icon-container {
  border-color: var(--background-hover-color);
}

[class*=ct-image-container] {
  display: var(--display, inline-flex);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.ct-image-container {
  position: relative;
  width: 100%;
}
.ct-image-container img,
.ct-image-container video,
.ct-image-container picture {
  width: inherit;
  border-radius: inherit;
  object-fit: var(--object-fit, cover);
  object-position: var(--object-position, 50% 50%);
}

.ct-image-container-static img {
  aspect-ratio: 1/1;
}

a {
  color: var(--linkInitialColor);
  -webkit-text-decoration: var(--has-link-decoration, var(--textDecoration, none));
          text-decoration: var(--has-link-decoration, var(--textDecoration, none));
}
a:hover {
  color: var(--linkHoverColor);
}

[data-link=type-2] .entry-content p > a, [data-link=type-2] .entry-content em > a, [data-link=type-2] .entry-content strong > a, [data-link=type-2] .entry-content > ul a, [data-link=type-2] .entry-content > ol a, [data-link=type-2] .wp-block-table a, [data-link=type-2] .ct-link-styles {
  --textDecoration: underline;
}

[data-link=type-3] .entry-content p > a, [data-link=type-3] .entry-content em > a, [data-link=type-3] .entry-content strong > a, [data-link=type-3] .entry-content > ul a, [data-link=type-3] .entry-content > ol a, [data-link=type-3] .wp-block-table a, [data-link=type-3] .ct-link-styles,
[data-link=type-4] .entry-content p > a,
[data-link=type-4] .entry-content em > a,
[data-link=type-4] .entry-content strong > a,
[data-link=type-4] .entry-content > ul a,
[data-link=type-4] .entry-content > ol a,
[data-link=type-4] .wp-block-table a,
[data-link=type-4] .ct-link-styles,
[data-link=type-5] .entry-content p > a,
[data-link=type-5] .entry-content em > a,
[data-link=type-5] .entry-content strong > a,
[data-link=type-5] .entry-content > ul a,
[data-link=type-5] .entry-content > ol a,
[data-link=type-5] .wp-block-table a,
[data-link=type-5] .ct-link-styles {
  background-position: var(--has-link-decoration, 0% 100%);
  background-repeat: var(--has-link-decoration, no-repeat);
}

[data-link=type-4] .entry-content p > a, [data-link=type-4] .entry-content em > a, [data-link=type-4] .entry-content strong > a, [data-link=type-4] .entry-content > ul a, [data-link=type-4] .entry-content > ol a, [data-link=type-4] .wp-block-table a, [data-link=type-4] .ct-link-styles {
  background-size: var(--has-link-decoration, 100% 1px);
  background-image: var(--has-link-decoration, linear-gradient(currentColor, currentColor));
}

footer.ct-footer [data-link] a,
[data-link] .ct-posts-shortcode .entry-title a {
  --has-link-decoration: var(--false);
}
footer.ct-footer [data-link] a:hover,
[data-link] .ct-posts-shortcode .entry-title a:hover {
  color: var(--linkHoverColor);
}

footer.ct-footer [data-link=underline] a {
  text-decoration: underline;
}

[data-loader] {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: var(--loaderColor, #c5cbd0);
}

[data-loader=circles] {
  max-width: var(--loaderSize, 40px);
  max-height: var(--loaderSize, 40px);
  animation-play-state: paused;
}
[data-loader=circles] > span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 100%;
}
@keyframes circles {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  [data-loader=circles] {
    animation-play-state: paused;
  }
  [data-loader=circles] > span {
    animation: circles 1.5s linear infinite;
  }
  [data-loader=circles] > span:nth-child(1) {
    animation-delay: 0s;
  }
  [data-loader=circles] > span:nth-child(2) {
    animation-delay: 0.8s;
  }
  [data-loader=circles] > span:nth-child(3) {
    animation-delay: 0.4s;
  }
}

[data-label=bottom] {
  flex-direction: column;
}
[data-label=bottom] .ct-label {
  order: 2;
  line-height: 1;
  margin-top: 0.5em;
}

[data-label=left] .ct-label {
  margin-inline-end: 0.7em;
}

[data-label=right] .ct-label {
  order: 2;
  margin-inline-start: 0.7em;
}

[class*=ct-tooltip] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.ct-widget > *:last-child {
  margin-bottom: 0;
}

select,
textarea,
input[type=url],
input[type=tel],
input[type=text],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
.ct-widget select,
fieldset .wc-stripe-elements-field {
  -webkit-appearance: none;
          appearance: none;
  width: var(--form-field-width, 100%);
  height: var(--form-field-height, 40px);
  font-family: inherit;
  font-size: var(--form-font-size, 16px);
  color: var(--form-text-initial-color, var(--color));
  padding: var(--has-classic-forms, var(--form-field-padding, 0 12px));
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-initial-color);
  border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px));
  background-color: var(--has-classic-forms, var(--form-field-initial-background));
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
select:focus,
textarea:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
.ct-widget select:focus,
fieldset .wc-stripe-elements-field:focus {
  outline: none;
  color: var(--form-text-focus-color, var(--color));
  border-color: var(--form-field-border-focus-color);
  background-color: var(--has-classic-forms, var(--form-field-focus-background));
}
select.placeholder,
textarea.placeholder,
input[type=url].placeholder,
input[type=tel].placeholder,
input[type=text].placeholder,
input[type=time].placeholder,
input[type=date].placeholder,
input[type=datetime].placeholder,
input[type=datetime-local].placeholder,
input[type=email].placeholder,
input[type=number].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
.ct-widget select.placeholder,
fieldset .wc-stripe-elements-field.placeholder {
  opacity: 0.6;
  color: inherit;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
.ct-widget select:-moz-placeholder,
fieldset .wc-stripe-elements-field:-moz-placeholder {
  opacity: 0.6;
  color: inherit;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
.ct-widget select::-moz-placeholder,
fieldset .wc-stripe-elements-field::-moz-placeholder {
  opacity: 0.6;
  color: inherit;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
.ct-widget select:-ms-input-placeholder,
fieldset .wc-stripe-elements-field:-ms-input-placeholder {
  opacity: 0.6;
  color: inherit;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
.ct-widget select::-webkit-input-placeholder,
fieldset .wc-stripe-elements-field::-webkit-input-placeholder {
  opacity: 0.6;
  color: inherit;
}

select {
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%234F5D6D' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-size: 8px auto, 100%;
  background-position: right 10px top 50%, 0 0;
}
select option {
  color: initial;
}

textarea {
  line-height: 1.5;
  resize: vertical;
  --form-field-padding: 15px;
}

fieldset {
  padding: 30px;
  border: 1px dashed var(--border-color);
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 15px;
  margin-left: -15px;
}

.ct-checkbox, .comment-form input[type=checkbox], #ship-to-different-address-checkbox, .woocommerce-form__input[type=checkbox], .woocommerce-form__label-for-checkbox input[type=checkbox], #wc-stripe-new-payment-method[type=checkbox], .ppcp-credit-card-vault[type=checkbox], .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox], .wpforms-container:not(.wpforms-container-full) input[type=checkbox], .wc_payment_method > input[type=radio], .woocommerce-shipping-methods input[type=radio], .mp-ticket-payments input[type=radio], .forminator-ui[data-design=none] .forminator-radio input[type=radio], .wpforms-container:not(.wpforms-container-full) input[type=radio] {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: var(--top, 3px);
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding: 0 !important;
  margin: var(--form-selection-control-margin, 0 0.7em 0 0);
  border-width: var(--form-selection-control-border-width, var(--form-field-border-width, 1px));
  border-style: solid;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  border-color: var(--form-selection-control-initial-color);
}
.ct-checkbox:before, .comment-form input[type=checkbox]:before, #ship-to-different-address-checkbox:before, .woocommerce-form__input[type=checkbox]:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:before, #wc-stripe-new-payment-method[type=checkbox]:before, .ppcp-credit-card-vault[type=checkbox]:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before, .wc_payment_method > input[type=radio]:before, .woocommerce-shipping-methods input[type=radio]:before, .mp-ticket-payments input[type=radio]:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
}
.ct-checkbox:checked, .comment-form input[type=checkbox]:checked, #ship-to-different-address-checkbox:checked, .woocommerce-form__input[type=checkbox]:checked, .woocommerce-form__label-for-checkbox input[type=checkbox]:checked, #wc-stripe-new-payment-method[type=checkbox]:checked, .ppcp-credit-card-vault[type=checkbox]:checked, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked, .wc_payment_method > input[type=radio]:checked, .woocommerce-shipping-methods input[type=radio]:checked, .mp-ticket-payments input[type=radio]:checked, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked, .wpforms-container:not(.wpforms-container-full) input[type=radio]:checked {
  border-color: var(--form-selection-control-accent-color);
  background: var(--form-selection-control-accent-color);
}
.ct-checkbox:checked:before, .comment-form input[type=checkbox]:checked:before, #ship-to-different-address-checkbox:checked:before, .woocommerce-form__input[type=checkbox]:checked:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:checked:before, #wc-stripe-new-payment-method[type=checkbox]:checked:before, .ppcp-credit-card-vault[type=checkbox]:checked:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:checked:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:checked:before, .wc_payment_method > input[type=radio]:checked:before, .woocommerce-shipping-methods input[type=radio]:checked:before, .mp-ticket-payments input[type=radio]:checked:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:checked:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:checked:before {
  opacity: 1;
}
.ct-checkbox:focus, .comment-form input[type=checkbox]:focus, #ship-to-different-address-checkbox:focus, .woocommerce-form__input[type=checkbox]:focus, .woocommerce-form__label-for-checkbox input[type=checkbox]:focus, #wc-stripe-new-payment-method[type=checkbox]:focus, .ppcp-credit-card-vault[type=checkbox]:focus, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:focus, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:focus, .wc_payment_method > input[type=radio]:focus, .woocommerce-shipping-methods input[type=radio]:focus, .mp-ticket-payments input[type=radio]:focus, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:focus, .wpforms-container:not(.wpforms-container-full) input[type=radio]:focus {
  outline: none;
  border-color: var(--form-selection-control-accent-color);
}

.ct-checkbox, .comment-form input[type=checkbox], #ship-to-different-address-checkbox, .woocommerce-form__input[type=checkbox], .woocommerce-form__label-for-checkbox input[type=checkbox], #wc-stripe-new-payment-method[type=checkbox], .ppcp-credit-card-vault[type=checkbox], .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox], .wpforms-container:not(.wpforms-container-full) input[type=checkbox] {
  border-radius: 3px;
}
.ct-checkbox:before, .comment-form input[type=checkbox]:before, #ship-to-different-address-checkbox:before, .woocommerce-form__input[type=checkbox]:before, .woocommerce-form__label-for-checkbox input[type=checkbox]:before, #wc-stripe-new-payment-method[type=checkbox]:before, .ppcp-credit-card-vault[type=checkbox]:before, .forminator-ui[data-design=none] .forminator-checkbox input[type=checkbox]:before, .wpforms-container:not(.wpforms-container-full) input[type=checkbox]:before {
  top: -2px;
  width: 8px;
  height: 5px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.wc_payment_method > input[type=radio], .woocommerce-shipping-methods input[type=radio], .mp-ticket-payments input[type=radio], .forminator-ui[data-design=none] .forminator-radio input[type=radio], .wpforms-container:not(.wpforms-container-full) input[type=radio] {
  border-radius: 100% !important;
}
.wc_payment_method > input[type=radio]:before, .woocommerce-shipping-methods input[type=radio]:before, .mp-ticket-payments input[type=radio]:before, .forminator-ui[data-design=none] .forminator-radio input[type=radio]:before, .wpforms-container:not(.wpforms-container-full) input[type=radio]:before {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: inherit;
}

label {
  --fontSize: 15px;
  --lineHeight: inherit;
  cursor: pointer;
  margin: 0 0 0.5em 0;
}
label:last-child {
  margin-bottom: 0;
}

.gdpr-confirm-policy label, .comment-form-cookies-consent label {
  --fontSize: 13px;
}

.ct-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--spacing, 60px);
}
.ct-pagination[data-divider] {
  padding-top: var(--spacing, 60px);
  border-top: var(--pagination-divider, none);
}
.ct-pagination svg {
  fill: currentColor;
}

[data-pagination=simple],
[data-pagination=next_prev] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 14px;
  font-weight: 600;
  color: var(--color);
  --linkInitialColor: var(--color);
}
[data-pagination=simple] .page-numbers,
[data-pagination=next_prev] .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: var(--border-radius, 4px);
  border: 2px solid transparent;
}
[data-pagination=simple] .page-numbers.current,
[data-pagination=next_prev] .page-numbers.current {
  color: var(--colorActive, #fff);
  background: var(--linkHoverColor);
}
[data-pagination=simple] .page-numbers:not(.dots):hover,
[data-pagination=next_prev] .page-numbers:not(.dots):hover {
  border-color: var(--linkHoverColor);
}
[data-pagination=simple] .prev, [data-pagination=simple] .next,
[data-pagination=next_prev] .prev,
[data-pagination=next_prev] .next {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 17px;
  border-color: var(--border-color);
}
[data-pagination=simple] .prev,
[data-pagination=next_prev] .prev {
  grid-column: 1;
  justify-self: start;
}
[data-pagination=simple] .prev svg,
[data-pagination=next_prev] .prev svg {
  margin-inline-end: 8px;
}
[data-pagination=simple] .next,
[data-pagination=next_prev] .next {
  grid-column: 3;
  justify-self: end;
}
[data-pagination=simple] .next svg,
[data-pagination=next_prev] .next svg {
  margin-inline-start: 8px;
}

[data-pagination=simple] > div {
  grid-column: 2;
  text-align: center;
  margin: -5px;
}
[data-pagination=simple] > div .page-numbers {
  flex: 0 0 41px;
  width: 41px;
  margin: 5px;
}

[data-pagination=load_more],
[data-pagination=infinite_scroll] {
  justify-content: center;
}
[data-pagination=load_more] .page-numbers,
[data-pagination=infinite_scroll] .page-numbers {
  display: none;
}
[data-pagination=load_more] .ct-load-more-helper,
[data-pagination=infinite_scroll] .ct-load-more-helper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: var(--buttonMinHeight, 45px);
  min-height: var(--buttonMinHeight, 45px);
}
@media (prefers-reduced-motion: no-preference) {
  [data-pagination=load_more] .ct-load-more-helper [data-loader],
[data-pagination=infinite_scroll] .ct-load-more-helper [data-loader] {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  [data-pagination=load_more] .ct-load-more-helper.ct-loading [data-loader],
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading [data-loader] {
    opacity: 1;
    animation-play-state: running;
  }
  [data-pagination=load_more] .ct-load-more-helper.ct-loading .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more-helper.ct-loading .ct-load-more {
    opacity: 0;
  }
}
[data-pagination=load_more] .ct-load-more,
[data-pagination=infinite_scroll] .ct-load-more {
  z-index: 2;
  opacity: 1;
}
[data-pagination=load_more] .ct-last-page-text,
[data-pagination=infinite_scroll] .ct-last-page-text {
  display: none;
  opacity: 0.7;
}
[data-pagination=load_more].ct-last-page .ct-load-more, [data-pagination=load_more].ct-last-page [data-loader],
[data-pagination=infinite_scroll].ct-last-page .ct-load-more,
[data-pagination=infinite_scroll].ct-last-page [data-loader] {
  display: none;
}
[data-pagination=load_more].ct-last-page .ct-last-page-text,
[data-pagination=infinite_scroll].ct-last-page .ct-last-page-text {
  display: flex;
}

.entry-meta {
  --items-spacing: 9px;
}
.entry-meta li {
  display: inline-block;
}
.entry-meta li:not(:last-of-type) {
  margin-inline-end: var(--items-spacing);
}
.entry-meta li:after {
  margin-inline-start: var(--items-spacing);
}
.entry-meta li svg, .entry-meta li:after,
.entry-meta li [class*=ct-image-container] {
  position: relative;
  top: -0.1em;
  vertical-align: var(--vertical-align, middle);
}
.entry-meta li [class*=ct-image-container] {
  border-radius: 100%;
  margin-inline-end: 10px;
}
.entry-meta li [class*=ct-image-container] + svg {
  display: none;
}
.entry-meta li svg {
  fill: currentColor;
  margin-inline-end: 7px;
}
.entry-meta li > span {
  margin-inline-end: 5px;
}
.entry-meta[data-type*=none] li:not(:last-of-type) {
  --items-spacing: 20px;
}
.entry-meta[data-type*=slash] li:not(:last-of-type):after {
  content: "/";
  --vertical-align: baseline;
}
.entry-meta[data-type*=line] li:not(:last-of-type):after {
  content: "-";
}
.entry-meta[data-type*=circle] li:not(:last-of-type):after {
  content: "●";
  font-size: 0.35em;
}
.entry-meta[data-type*=icons] svg {
  width: 13px;
  height: 13px;
}
.entry-meta [data-type=pill] a,
.entry-meta [data-type=underline] a {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
.entry-meta [data-type=pill] a {
  min-height: 25px;
  padding: 0 8px;
  border-radius: 3px;
  background: var(--buttonInitialColor);
  --linkInitialColor: var(--buttonTextInitialColor);
  --linkHoverColor: var(--buttonTextHoverColor);
}
.entry-meta [data-type=pill] a:not(:last-of-type) {
  margin-inline-end: 4px;
}
.entry-meta [data-type=pill] a:hover {
  background: var(--buttonHoverColor);
}
.entry-meta [data-type=underline] a {
  position: relative;
}
.entry-meta [data-type=underline] a:before {
  position: absolute;
  bottom: -0.1em;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  transform: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.entry-meta [data-type=underline] a:hover:before {
  opacity: 1;
}

.ct-dynamic-data {
  color: var(--color);
  --linkInitialColor: var(--color);
}
.ct-dynamic-data > span {
  margin-inline-end: 5px;
}

.entry-tags {
  margin-top: 40px;
  clear: both;
  margin-bottom: -10px;
}
.entry-tags a {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0.3em 0.85em;
  margin-bottom: 10px;
  --buttonTextInitialColor: var(--color);
  --buttonInitialColor: transparent;
}
.entry-tags a:not(:hover) {
  box-shadow: inset 0px 0px 0px 1px var(--border-color);
}
.entry-tags a:not(:last-child) {
  margin-inline-end: 10px;
}

.ct-breadcrumbs {
  color: var(--color);
}
.ct-breadcrumbs > span {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.ct-breadcrumbs > span .separator {
  margin: 0 8px;
}
.ct-breadcrumbs .first-item svg + span, .ct-breadcrumbs .last-item svg + span {
  display: none;
}
.ct-breadcrumbs svg {
  fill: currentColor;
}
.ct-breadcrumbs .ct-home-icon {
  position: relative;
  top: -0.15em;
  vertical-align: middle;
}

@font-face {font-display:swap;
  font-family: "star";
  src: url("/wp-content/themes/blocksy/static/fonts/stars.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.star-rating {
  overflow: hidden;
  position: relative;
  width: 7em;
  height: 1em;
  font-family: "star";
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.4em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: var(--star-rating-inactive-color, #F9DFCC);
}
.star-rating:before {
  content: "SSSSS";
  float: left;
  top: 0;
  left: 0;
  right: initial;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1em;
}
.star-rating span:before {
  content: "SSSSS";
  top: 0;
  left: 0;
  position: absolute;
  color: var(--star-rating-initial-color, #FDA256);
}

:target,
.elementor-menu-anchor {
  scroll-margin-top: calc(var(--admin-bar, 0px) + var(--frame-size, 0px) + var(--scroll-margin-top-offset, 0px));
}

[data-header*=sticky] {
  --scroll-margin-top-offset: calc((var(--header-sticky-height, var(--header-height, 0px)) * var(--has-transparent-header) * (var(--sticky-shrink, 100) / 100)) + var(--header-sticky-height, var(--header-height, 0px)) * (1 - var(--has-transparent-header)));
}

[data-header*="sticky:shrink"] {
  --scroll-margin-top-offset: calc(var(--header-sticky-height, var(--header-height, 0px)) * (var(--sticky-shrink, 100) / 100));
}

[data-header*="sticky:auto"] {
  --scroll-margin-top-offset: 0px;
}

.button, .submit, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-block-button .wp-block-button__link, .wp-block-file .wp-block-file__button, .forminator-ui[data-design=none] .forminator-button, button[class*=ajax], button.regform-button, a.restore-item {
  display: var(--display, inline-flex);
  align-items: center;
  justify-content: center;
  min-height: var(--buttonMinHeight);
  padding: var(--button-padding);
  border: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  border-radius: var(--buttonBorderRadius, 3px);
  transition: all 0.2s ease;
  --has-link-decoration: var(--false);
}
.button:disabled, .button.disabled, .submit:disabled, .submit.disabled, .ct-button:disabled, .ct-button.disabled, .added_to_cart:disabled, .added_to_cart.disabled, .ct-button-ghost:disabled, .ct-button-ghost.disabled, [type=submit]:disabled, [type=submit].disabled, .wp-block-button .wp-block-button__link:disabled, .wp-block-button .wp-block-button__link.disabled, .wp-block-file .wp-block-file__button:disabled, .wp-block-file .wp-block-file__button.disabled, .forminator-ui[data-design=none] .forminator-button:disabled, .forminator-ui[data-design=none] .forminator-button.disabled, button[class*=ajax]:disabled, button[class*=ajax].disabled, button.regform-button:disabled, button.regform-button.disabled, a.restore-item:disabled, a.restore-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 479.98px) {
  .button, .submit, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-block-button .wp-block-button__link, .wp-block-file .wp-block-file__button, .forminator-ui[data-design=none] .forminator-button, button[class*=ajax], button.regform-button, a.restore-item {
    --padding: 5px 15px;
  }
}

.button, .submit, .ct-button, .entry-tags a, .added_to_cart, [type=submit], .wp-block-file .wp-block-file__button, div:not(.is-style-outline) > .wp-block-button__link, .forminator-ui[data-design=none] .forminator-button, button[class*=ajax], button.regform-button, a.restore-item {
  position: relative;
  color: var(--buttonTextInitialColor);
  border: var(--button-border);
  background-color: var(--buttonInitialColor);
}
.button:hover, .submit:hover, .ct-button:hover, .entry-tags a:hover, .added_to_cart:hover, [type=submit]:hover, .wp-block-file .wp-block-file__button:hover, div:not(.is-style-outline) > .wp-block-button__link:hover, .forminator-ui[data-design=none] .forminator-button:hover, button[class*=ajax]:hover, button.regform-button:hover, a.restore-item:hover {
  border-color: var(--button-border-hover-color);
  color: var(--buttonTextHoverColor);
  background-color: var(--buttonHoverColor);
}
@media (hover: hover) {
  @supports (filter: blur()) {
    .button:before, .submit:before, .ct-button:before, .entry-tags a:before, .added_to_cart:before, [type=submit]:before, .wp-block-file .wp-block-file__button:before, div:not(.is-style-outline) > .wp-block-button__link:before, .forminator-ui[data-design=none] .forminator-button:before, button[class*=ajax]:before, button.regform-button:before, a.restore-item:before {
      display: var(--buttonShadow, block);
      position: absolute;
      z-index: -1;
      content: "";
      top: 12px;
      left: 10px;
      right: 10px;
      bottom: 0;
      opacity: 0;
      border-radius: inherit;
      background: inherit;
      transition: opacity 0.2s ease;
      filter: blur(11px);
    }
    @media (hover: hover) and (prefers-reduced-motion: no-preference) {
      .button:hover, .submit:hover, .ct-button:hover, .entry-tags a:hover, .added_to_cart:hover, [type=submit]:hover, .wp-block-file .wp-block-file__button:hover, div:not(.is-style-outline) > .wp-block-button__link:hover, .forminator-ui[data-design=none] .forminator-button:hover, button[class*=ajax]:hover, button.regform-button:hover, a.restore-item:hover {
        transform: var(--buttonTransform, translate3d(0, -3px, 0));
      }
      .button:hover:before, .submit:hover:before, .ct-button:hover:before, .entry-tags a:hover:before, .added_to_cart:hover:before, [type=submit]:hover:before, .wp-block-file .wp-block-file__button:hover:before, div:not(.is-style-outline) > .wp-block-button__link:hover:before, .forminator-ui[data-design=none] .forminator-button:hover:before, button[class*=ajax]:hover:before, button.regform-button:hover:before, a.restore-item:hover:before {
        opacity: 0.8;
      }
    }
  }
}

.ct-button-ghost, .wp-block-button.is-style-outline .wp-block-button__link {
  --buttonTextInitialColor: var(--buttonInitialColor);
  border-width: 2px;
  border-style: solid;
  color: var(--buttonTextInitialColor);
  background-color: transparent;
  border-color: var(--buttonInitialColor);
}
.ct-button-ghost:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--buttonTextHoverColor);
  border-color: var(--buttonHoverColor);
  background-color: var(--buttonHoverColor);
}

.button, .submit, .ct-button, .added_to_cart, .ct-button-ghost, [type=submit], .wp-block-button .wp-block-button__link, .wp-block-file .wp-block-file__button, .forminator-ui[data-design=none] .forminator-button, button[class*=ajax], button.regform-button, a.restore-item {
  font-family: var(--buttonFontFamily, var(--fontFamily));
  font-size: var(--buttonFontSize);
  font-weight: var(--buttonFontWeight);
  font-style: var(--buttonFontStyle);
  line-height: var(--buttonLineHeight);
  letter-spacing: var(--buttonLetterSpacing);
  text-transform: var(--buttonTextTransform);
  -webkit-text-decoration: var(--buttonTextDecoration);
          text-decoration: var(--buttonTextDecoration);
}

[class*=ct-toggle] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: var(--toggle-button-position, relative);
  z-index: var(--toggle-button-z-index, initial);
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  width: var(--toggle-button-size);
  height: var(--toggle-button-size);
  margin-inline-start: var(--toggle-button-margin-start, auto);
  margin-inline-end: var(--toggle-button-margin-end, initial);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: var(--toggle-button-padding, 0px) !important;
  box-shadow: var(--toggle-button-shadow, none) !important;
  border-radius: var(--toggle-button-radius, 0) !important;
  border-width: var(--toggle-button-border-width, 0px) !important;
  border-style: var(--toggle-button-border-style, solid) !important;
  border-color: var(--toggle-button-border-color, transparent) !important;
  background: var(--toggle-button-background, transparent) !important;
}
[class*=ct-toggle] svg {
  transform: var(--toggle-icon-transform);
  --icon-transition: transform 0.15s ease-out, fill 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[class*=ct-toggle-close] {
  top: var(--toggle-button-top, initial);
  right: var(--toggle-button-inset-end, 0);
  --icon-size: 12px;
  --icon-color: rgba(255, 255, 255, 0.7);
}
[class*=ct-toggle-close]:hover {
  --toggle-icon-transform: rotate(90deg);
}
[class*=ct-toggle-close]:not([data-type=type-1]) {
  --toggle-button-size: 33px;
  --toggle-button-radius: 5px;
}
[class*=ct-toggle-close][data-type=type-1] {
  --outline-offset: 5px;
}
[class*=ct-toggle-close][data-type=type-2] {
  --toggle-button-border-width: 1px;
  --toggle-button-border-color: rgba(0, 0, 0, 0.5);
}
[class*=ct-toggle-close][data-type=type-3] {
  --toggle-button-background: rgba(0, 0, 0, 0.5);
}

[data-frame=default] {
  border: var(--frame-size, 0px) solid var(--frame-color);
}
[data-frame=default]:before, [data-frame=default]:after {
  position: fixed;
  content: "";
  z-index: 99999;
  left: 0;
  width: 100%;
  height: var(--frame-size, 0px);
  background: var(--frame-color);
}
[data-frame=default]:before {
  top: calc(var(--admin-bar, 0px));
}
[data-frame=default]:after {
  bottom: 0;
}

.entry-button {
  font-size: 15px;
}
.entry-button[data-type=simple], .entry-button[data-type=outline] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-button[data-type=background] {
  --height: 39px;
  --padding: 0 18px;
  --buttonShadow: none;
  --buttonTransform: none;
}
.entry-button[data-type=outline] {
  height: 39px;
  padding: 0 18px;
  border-radius: 4px;
  border: 2px solid var(--buttonInitialColor);
}
.entry-button[data-type=outline]:hover {
  border-color: var(--buttonHoverColor);
  background: var(--buttonHoverColor);
}
.entry-button svg {
  position: relative;
  fill: currentColor;
  margin-inline-end: -2px;
  margin-inline-start: 10px;
}
.entry-button[data-alignment=left] {
  align-self: flex-start;
}
.entry-button[data-alignment=center] {
  align-self: center;
}
.entry-button[data-alignment=right] {
  align-self: flex-end;
}

.entries:not([data-cards=cover]) .entry-button {
  margin-top: auto;
}

[data-cards=cover] .entry-card > .ct-image-container:after, .hero-section[data-type=type-2] > figure > .ct-image-container:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gdpr-confirm-policy label a {
  text-decoration: underline;
}

.ct-related-posts-container {
  display: var(--visibility, block);
  padding: var(--padding, 50px) 0;
}

.ct-related-posts .ct-block-title {
  text-align: var(--horizontal-alignment);
}
.ct-related-posts .ct-image-container {
  border-radius: var(--borderRadius, 5px);
}
.ct-related-posts .related-entry-title {
  --fontSize: 16px;
  margin: 15px 0 0 0;
  word-break: break-word;
  --linkInitialColor: var(--heading-color, var(--heading-3-color, var(--headings-color)));
}
.ct-related-posts .entry-meta {
  --fontSize: 14px;
  margin-top: 5px;
  color: var(--color);
  --linkInitialColor: var(--color);
}

.ct-featured-image {
  margin-left: auto;
  margin-right: auto;
}
.ct-featured-image:not(.alignfull) {
  width: var(--block-width);
}
.ct-featured-image:not(.alignwide):not(.alignfull) {
  max-width: var(--block-max-width);
}
.ct-featured-image.alignwide {
  max-width: var(--block-wide-max-width);
}
@media (max-width: 999.98px) {
  .ct-featured-image {
    padding-bottom: 30px;
  }
}
@media (min-width: 1000px) {
  .ct-featured-image {
    padding-bottom: 50px;
  }
}
.ct-featured-image figcaption {
  --fontSize: 14px;
  text-align: center;
  margin-top: 5px;
}

.post-edit-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: var(--content-spacing);
  --linkInitialColor: var(--color);
}
.post-edit-link:before {
  font-family: "dashicons";
  content: "\f464";
  margin-inline-end: 5px;
}

.ct-video-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.ct-video-indicator svg {
  fill: #fff;
}

[data-block*=fixed] {
  position: fixed;
  z-index: 100;
  left: var(--frame-size, 0px);
  right: var(--frame-size, 0px);
}

[data-block*=top] {
  top: calc(var(--block-offset, 0px) + var(--admin-bar, 0px) + var(--frame-size, 0px));
}

[data-block*=bottom] {
  bottom: calc(var(--block-offset, 0px) + var(--frame-size, 0px));
}

nav[class*=menu] li a {
  color: var(--linkInitialColor);
  --icon-color: var(--linkInitialColor);
}
nav[class*=menu] li:hover > a,
nav[class*=menu] li:hover > .ct-sub-menu-parent {
  color: var(--linkHoverColor);
}
nav[class*=menu] li:hover > a svg,
nav[class*=menu] li:hover > .ct-sub-menu-parent svg {
  fill: var(--icon-hover-color, var(--linkHoverColor));
}
nav[class*=menu] li[class*=current-menu-] > a,
nav[class*=menu] li[class*=current-menu-] > .ct-sub-menu-parent {
  color: var(--linkActiveColor, var(--linkHoverColor));
}
nav[class*=menu] li[class*=current-menu-] > a svg,
nav[class*=menu] li[class*=current-menu-] > .ct-sub-menu-parent svg {
  fill: var(--icon-active-color, var(--icon-hover-color, var(--linkActiveColor, var(--linkHoverColor))));
}

.menu {
  display: flex;
}
.menu li.menu-item, .menu li.page_item {
  display: flex;
  align-items: center;
}

.menu > li > .ct-menu-link {
  white-space: nowrap;
  justify-content: var(--menu-item-alignment, center);
  height: var(--menu-item-height, 100%);
  --menu-item-padding: 0 calc(var(--menu-items-spacing, 25px) / 2);
}

.ct-menu-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: var(--menu-item-padding, 0px);
  border-radius: var(--menu-item-radius, inherit);
}

[data-stretch] {
  width: 100%;
}
[data-stretch] > .menu {
  width: inherit;
  justify-content: space-between;
}

.ct-create-menu {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
}

[data-menu] > ul > li > a:before, [data-menu] > ul > li > a:after {
  position: absolute;
  left: var(--menu-indicator-left, 0);
  right: var(--menu-indicator-right, 0);
  margin: var(--menu-indicator-margin, 0);
  height: var(--menu-indicator-height, 2px);
  opacity: var(--menu-indicator-opacity, 0);
  background-color: var(--menu-indicator-active-color, var(--paletteColor2));
  transition: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), bottom 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-menu] > ul > li > a:before {
  top: var(--menu-indicator-y-position, 0);
}
[data-menu] > ul > li > a:after {
  bottom: var(--menu-indicator-y-position, 0);
}

[data-menu*=type-2] > ul > li > a:after {
  content: "";
  width: var(--menu-indicator-width, 100%);
}
[data-menu*=type-2] > ul > li:hover > a, [data-menu*=type-2] > ul > li[class*=current-menu-] > a {
  --menu-indicator-opacity: 1;
}

[data-menu="type-2:center"] > ul > li {
  --menu-indicator-width: 0;
  --menu-indicator-margin: 0 auto;
}
[data-menu="type-2:center"] > ul > li:hover > a, [data-menu="type-2:center"] > ul > li[class*=current-menu-] > a {
  --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}

[data-menu="type-2:left"] > ul > li {
  --menu-indicator-opacity: 1;
  --menu-indicator-left: calc(var(--menu-items-spacing, 25px) / 2);
  --menu-indicator-width: 0;
}
[data-menu="type-2:left"] > ul > li:hover > a, [data-menu="type-2:left"] > ul > li[class*=current-menu-] > a {
  --menu-indicator-width: calc(100% - var(--menu-items-spacing, 25px));
}

[data-menu*=type-3] > ul > li:hover > a, [data-menu*=type-3] > ul > li[class*=current-menu-] > a {
  background-color: var(--menu-indicator-active-color, var(--paletteColor2));
}

[data-menu*=type-4] > ul > li > a:before, [data-menu*=type-4] > ul > li > a:after {
  --menu-indicator-y-position: 10px;
  content: "";
}
[data-menu*=type-4] > ul > li:hover > a:before, [data-menu*=type-4] > ul > li:hover > a:after, [data-menu*=type-4] > ul > li[class*=current-menu-] > a:before, [data-menu*=type-4] > ul > li[class*=current-menu-] > a:after {
  --menu-indicator-y-position: 0px;
  opacity: 1;
}

[data-responsive=no] {
  overflow: hidden;
}
[data-responsive=no] .sub-menu {
  display: none;
}

[data-submenu] {
  position: relative;
}

.animated-submenu > .sub-menu {
  position: var(--dropdown-position, absolute);
  top: var(--top, 100%);
  z-index: 10;
  min-width: 100px;
  margin-top: var(--sticky-state-dropdown-top-offset, var(--dropdown-top-offset, 0));
  border-radius: var(--border-radius);
  width: var(--dropdown-width, 200px);
  background-color: var(--dropdown-background-color, var(--paletteColor4));
  box-shadow: var(--box-shadow);
}
.animated-submenu > .sub-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: var(--dropdown-top-offset, 0);
  transform: translateY(-100%);
}

.menu > [data-submenu=right] > .sub-menu {
  left: 0;
}

.menu > [data-submenu=left] > .sub-menu {
  right: 0;
}

[data-submenu] .menu-item:not([data-submenu]) {
  --top: 0;
  --dropdown-position: fixed;
}

.animated-submenu [data-submenu] > ul {
  --top: 0;
  margin-top: 0;
}
.animated-submenu [data-submenu] > ul:before {
  width: var(--dropdown-horizontal-offset, 5px);
  height: 100%;
  transform: initial;
}

.animated-submenu [data-submenu=right] > ul {
  right: calc(var(--dropdown-horizontal-offset, 5px) * -1);
  margin-right: -100%;
}
.animated-submenu [data-submenu=right] > ul:before {
  left: calc(var(--dropdown-horizontal-offset, 5px) * -1);
  right: initial;
}

.animated-submenu [data-submenu=left] > ul {
  left: calc(var(--dropdown-horizontal-offset, 5px) * -1);
  margin-left: -100%;
}
.animated-submenu [data-submenu=left] > ul:before {
  left: initial;
  right: calc(var(--dropdown-horizontal-offset, 5px) * -1);
}

.ct-toggle-dropdown-desktop {
  --icon-size: 8px;
  --toggle-button-size: 18px;
  --toggle-button-margin-end: -5px;
  --toggle-button-margin-start: var(--dropdown-toggle-margin-start, 0.2em);
}

.animated-submenu [data-submenu=left] > a {
  --toggle-icon-transform: rotate(90deg);
}

.animated-submenu [data-submenu=right] > a {
  --toggle-icon-transform: rotate(-90deg);
}

.ct-toggle-dropdown-desktop-ghost {
  pointer-events: none;
  flex: 0 0 var(--toggle-button-size, 18px);
  right: var(--toggle-ghost-inset-end, calc(var(--menu-items-spacing, 25px) / 2 + 13px));
  --toggle-button-size: 18px;
  --toggle-button-margin-end: -18px;
}

.sub-menu {
  --dropdown-toggle-margin-start: auto;
  --toggle-ghost-inset-end: calc(var(--dropdown-items-spacing, 13px) * 1.5 + 13px);
}

.sub-menu {
  --menu-item-padding: var(--dropdown-items-spacing, 13px) calc(var(--dropdown-items-spacing, 13px) * 1.5);
}
.sub-menu li {
  border-top: var(--dropdown-divider);
}

.animated-submenu > .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, margin 0.2s ease;
}
.animated-submenu.ct-active > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

[data-dropdown*=type-1] .animated-submenu > .sub-menu {
  transform: translate3d(0, 10px, 0);
}
[data-dropdown*=type-1] .animated-submenu.ct-active > .sub-menu {
  transform: translate3d(0, 0, 0);
}

[data-dropdown*=type-3] .animated-submenu > .sub-menu > li {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
  transition: opacity 0.5s cubic-bezier(0.35, 0.81, 0.41, 1), transform 0.5s cubic-bezier(0.35, 0.81, 0.41, 1);
}
[data-dropdown*=type-3] .animated-submenu.ct-active > .sub-menu > li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-dropdown*=type-4] .animated-submenu > .sub-menu {
  transition: none;
}

.mobile-menu {
  width: 100%;
}
.mobile-menu li {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
}
.mobile-menu .ct-menu-link {
  text-align: var(--text-horizontal-alignment);
  justify-content: var(--horizontal-alignment);
  --menu-item-padding: var(--items-vertical-spacing, 5px) 0;
}
.mobile-menu .ct-sub-menu-parent {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.mobile-menu [class*=children] > ul {
  position: relative;
  width: calc(100% + 10px);
  margin-inline-end: -10px;
  padding-inline-end: 10px;
  overflow: hidden;
  padding-inline-start: calc(30px * var(--has-indentation, 1));
}
.mobile-menu [class*=children] > ul.is-animating {
  transition: height 0.3s ease;
}
.mobile-menu[data-interaction=click] [class*=children]:not(.dropdown-active) > ul {
  display: none;
}

[class*=menu-inline] {
  overflow: hidden;
}
[class*=menu-inline] ul {
  flex-wrap: wrap;
  justify-content: var(--horizontal-alignment);
  margin: calc(var(--menu-items-spacing, 25px) / 2 * -1);
  margin-bottom: 0;
}
[class*=menu-inline] li {
  margin-top: calc(var(--menu-items-spacing, 25px) / 2);
}

.footer-menu-inline {
  --menu-item-alignment: var(--horizontal-alignment);
}
.footer-menu-inline li {
  width: var(--menu-item-width);
}

#header {
  position: relative;
  z-index: 50;
}

@media (max-width: 999.98px) {
  #header [data-device=desktop] {
    display: none;
  }
}
@media (min-width: 1000px) {
  #header [data-device=mobile] {
    display: none;
  }
}
#header [data-row] {
  position: var(--position, relative);
  box-shadow: var(--box-shadow);
  border-top: var(--borderTop);
  border-bottom: var(--borderBottom);
}
#header [data-row] > div {
  min-height: var(--shrink-height, var(--height));
  border-top: var(--borderTop);
  border-bottom: var(--borderBottom);
}
#header [data-row*=top] {
  z-index: 3;
}
#header [data-row*=middle] {
  z-index: 2;
}
#header [data-row*=bottom] {
  z-index: 1;
}

#header [data-row*=boxed] {
  box-shadow: none;
}
#header [data-row*=boxed] > div {
  padding: var(--padding, 0 35px);
  box-shadow: var(--box-shadow);
  border-radius: var(--row-border-radius);
}
@media (max-width: 689.98px) {
  #header [data-row*=boxed] > div {
    --padding: 0 5vw;
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  #header [data-row*=boxed] > div {
    --padding: 0 4vw;
  }
}

#header [data-column] {
  min-height: inherit;
}
#header [data-column=middle] {
  display: flex;
}
#header [data-column=start],
#header [data-column=end] {
  min-width: 0;
}

#header [data-column-set="1"] [data-column=middle] [data-items] {
  width: 100%;
}

#header [data-column-set="2"] > div {
  display: grid;
  grid-template-columns: auto auto;
}

#header [data-column-set="3"] > div {
  display: grid;
  grid-template-columns: 1fr var(--middle-column-width, auto) 1fr;
}

[data-placements] {
  display: grid;
}

[data-placements="2"] {
  display: grid;
  grid-template-columns: auto auto;
}

[data-column=middle] > [data-items] {
  justify-content: center;
}

[data-column=start] > [data-items=secondary] {
  justify-content: flex-end;
}

[data-column=end] > [data-items=primary] {
  justify-content: flex-end;
}

#header [data-items] {
  display: flex;
  align-items: center;
  min-width: 0;
}
#header [data-items] > * {
  margin: var(--margin, 0 10px);
}

[data-column=start] [data-items=primary] > *:first-child {
  --margin: 0 10px 0 0;
}

[data-column=end] [data-items=primary] > *:last-child {
  --margin: 0 0 0 10px;
}

.ct-cart-item,
.ct-header-cta,
.ct-header-text,
.ct-header-account,
.ct-header-wishlist {
  display: flex;
  align-items: var(--align-items, center);
}

.ct-cart-item,
.ct-social-box,
.ct-header-search,
.ct-header-account,
.ct-header-trigger,
.ct-header-wishlist {
  --linkInitialColor: var(--color);
}

.ct-cart-item:hover .ct-icon,
.ct-social-box a:hover .ct-icon,
.ct-header-search:hover .ct-icon,
.ct-header-account:hover .ct-icon,
.ct-header-trigger:hover .ct-icon,
.ct-header-wishlist:hover .ct-icon {
  fill: var(--icon-hover-color, var(--paletteColor2));
}

.ct-header-search .ct-label,
.ct-header-trigger .ct-label {
  transition: inherit;
  color: var(--linkInitialColor);
}
.ct-header-search:hover .ct-label,
.ct-header-trigger:hover .ct-label {
  color: var(--linkHoverColor);
}

.ct-builder-no-item {
  font-size: 13px;
}

[class*=header-menu] {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
}
[class*=header-menu] .menu {
  height: inherit;
}

#search-modal {
  --vertical-alignment: initial;
}
#search-modal input {
  --has-classic-forms: var(--false);
  --form-field-border-width: 0 0 1px 0;
  --form-field-border-initial-color: rgba(255, 255, 255, 0.2);
  --search-input-additional-padding: 10px;
}
@media (max-width: 689.98px) {
  #search-modal input {
    --form-font-size: 22px;
    --form-field-height: 70px;
    --form-field-padding: 0px;
    margin-bottom: 25px;
  }
}
@media (min-width: 690px) {
  #search-modal input {
    --form-font-size: 35px;
    --form-field-height: 90px;
    --form-field-padding: 0 50px 0 0;
    margin-bottom: 35px;
  }
}
#search-modal form {
  width: 100%;
  margin: auto;
  max-width: var(--max-width, 800px);
}
@media (max-width: 999.98px) {
  #search-modal form {
    --max-width: 90%;
    --search-button-size: 40px;
  }
}
@media (min-width: 690px) {
  #search-modal form {
    --search-button-size: 48px;
  }
}
#search-modal form button {
  --icon-color: rgba(255, 255, 255, 0.7);
  --icon-focus-color: #fff;
  --icon-size: calc(100% / 3);
  --search-button-border-radius: 100%;
  --search-button-background: var(--paletteColor1);
  --search-button-focus-background: var(--paletteColor1);
}
@media (max-width: 689.98px) {
  #search-modal form button {
    top: 15px;
  }
}
@media (min-width: 690px) {
  #search-modal form button {
    top: 21px;
  }
}
#search-modal form button [data-loader] {
  --loaderColor: #fff;
}

.ct-header-text {
  color: var(--color);
  text-align: var(--horizontal-alignment);
  --heading-color: var(--color);
}
.ct-header-text[data-width=stretch] {
  width: 100%;
  max-width: var(--max-width);
}
.ct-header-text .entry-content {
  width: 100%;
}

.ct-header-trigger {
  --toggle-button-radius: 3px;
}
.ct-header-trigger .ct-icon {
  transition: none;
}
.ct-header-trigger .ct-icon rect {
  transform-origin: 50% 50%;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(1) {
  width: 10px;
}
.ct-header-trigger .ct-icon[data-type=type-2] rect:nth-child(3) {
  width: 15px;
}
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1), .ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(3) {
  width: 12px;
}
.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1) {
  x: 6px;
}
.ct-header-trigger:hover [data-type=type-2] rect:nth-child(1), .ct-header-trigger:hover [data-type=type-2] rect:nth-child(3), .ct-header-trigger:hover [data-type=type-3] rect:nth-child(1), .ct-header-trigger:hover [data-type=type-3] rect:nth-child(3) {
  width: 18px;
}
.ct-header-trigger:hover [data-type=type-3] rect:nth-child(1) {
  x: 0px;
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1), .ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
  width: 18px;
  y: 6.15px;
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(1) {
  x: 0px;
  transform: rotate(45deg);
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(2) {
  opacity: 0;
}
.ct-header-trigger[aria-expanded=true] .ct-icon rect:nth-child(3) {
  transform: rotate(-45deg);
}
.ct-header-trigger[data-design=outline], .ct-header-trigger[data-design=solid] {
  --toggle-button-padding: 8px 10px;
}
.ct-header-trigger[data-design*=outline] {
  --toggle-button-border-width: 1px;
  --toggle-button-border-color: var(--secondColor, rgba(224, 229, 235, 0.9));
}
.ct-header-trigger[data-design*=outline]:hover {
  --toggle-button-border-color: var(--secondColorHover, rgba(224, 229, 235, 0.9));
}
.ct-header-trigger[data-design*=solid] {
  --toggle-button-background: var(--secondColor, rgba(224, 229, 235, 0.9));
}
.ct-header-trigger[data-design*=solid]:hover {
  --toggle-button-background: var(--secondColorHover, rgba(224, 229, 235, 0.9));
}

.site-branding {
  display: flex;
  text-align: var(--horizontal-alignment);
}
.site-branding:not([data-logo=top]) {
  align-items: center;
}
.site-branding img {
  max-width: initial;
}

.site-title {
  display: block;
  margin-bottom: 0;
}

.site-description {
  color: var(--color);
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .site-description {
    white-space: nowrap;
  }
}
.site-description:not(:only-child) {
  margin-top: 0.3em;
}

.site-logo-container {
  height: var(--logo-shrink-height, var(--logo-max-height, 50px));
}
.site-logo-container img {
  width: auto;
  object-fit: contain;
}
.site-logo-container img,
.site-logo-container picture {
  height: inherit;
  vertical-align: initial;
}

.sticky-logo {
  display: none;
}

[data-sticky*=yes] .sticky-logo {
  display: initial;
}
[data-sticky*=yes] .sticky-logo ~ .default-logo {
  display: none;
}

[data-logo=top] {
  flex-direction: column;
}
[data-logo=top] .site-description {
  margin-top: 0.3em;
}

[data-logo=left] .site-title-container {
  margin-left: 1em;
}

[data-logo=right] {
  flex-direction: row-reverse;
}
[data-logo=right] .site-title-container {
  margin-right: 1em;
}

.ct-header-cta [data-size=small] {
  --buttonMinHeight: 34px;
  --button-padding: 5px 15px;
  --buttonFontSize: 13px;
}
.ct-header-cta [data-size=medium] {
  --buttonMinHeight: 42px;
  --button-padding: 5px 20px;
}
.ct-header-cta [data-size=large] {
  --buttonMinHeight: 50px;
  --button-padding: 5px 30px;
  --buttonFontSize: 16px;
}
.ct-header-cta .ct-icon-container {
  --icon-color: currentColor;
}

#offcanvas .ct-panel-content {
  --margin: 20px 0;
}
#offcanvas .ct-panel-content > * {
  margin: var(--margin);
}
#offcanvas .ct-panel-content > *:first-child {
  margin-top: 0;
}
#offcanvas .ct-panel-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 999.98px) {
  #offcanvas [data-device=desktop] {
    display: none;
  }
}
@media (min-width: 1000px) {
  #offcanvas [data-device=mobile] {
    display: none;
  }
}

.ct-header-account .ct-image-container {
  flex: 0 0 var(--avatar-size, 18px);
  width: var(--avatar-size, 18px);
  height: var(--avatar-size, 18px);
  border-radius: 100%;
}

.ct-header-divider {
  display: inline-flex;
}
.ct-header-divider:before {
  content: "";
}

#header .ct-header-divider {
  align-items: center;
  height: 100%;
}
#header .ct-header-divider:before {
  height: var(--divider-size, 100%);
  border-right: var(--divider-style);
}

#offcanvas .ct-header-divider {
  justify-content: var(--horizontal-alignment);
  width: 100%;
}
#offcanvas .ct-header-divider:before {
  width: var(--divider-size, 100%);
  border-bottom: var(--divider-style);
}

[data-middle=search-input] {
  --middle-column-width: var(--search-box-max-width, 50%);
}

.ct-search-box {
  width: 100%;
  max-width: var(--max-width, 25%);
}

[data-middle=search-input] [data-column=middle] [data-items] {
  width: 100%;
}
[data-middle=search-input] [data-column=middle] [data-items] .ct-search-box {
  --max-width: 100%;
}

[data-sticky*=yes],
[data-sticky*=fixed] {
  position: fixed;
  z-index: 5;
  top: calc(var(--admin-bar, 0px) + var(--frame-size, 0px) + var(--header-sticky-offset, 0px));
  left: var(--frame-size, 0px);
  right: calc(var(--frame-size, 0px) + var(--scrollbar-width, 0px));
}

[data-sticky*=auto-hide][data-sticky*=yes-start],
[data-sticky*=slide][data-sticky*=yes-start] {
  transform: translateY(-100%);
}
[data-sticky*=auto-hide][data-sticky*=yes-end],
[data-sticky*=slide][data-sticky*=yes-end] {
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky*=auto-hide][data-sticky*=yes-hide-start],
[data-sticky*=slide][data-sticky*=yes-hide-start] {
  transform: none;
}
[data-sticky*=auto-hide][data-sticky*=yes-hide-end],
[data-sticky*=slide][data-sticky*=yes-hide-end] {
  transform: translateY(-100%);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sticky*=fade][data-sticky*=yes-start] {
  opacity: 0;
}
[data-sticky*=fade][data-sticky*=yes-end] {
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-sticky*=fade][data-sticky*=yes-hide-start] {
  opacity: 1;
}
[data-sticky*=fade][data-sticky*=yes-hide-end] {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body:not(.ct-loading) [data-sticky] > [data-row] {
  transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body:not(.ct-loading) [data-sticky] .ct-header-text,
body:not(.ct-loading) [data-sticky] .site-description {
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (max-width: 999.98px) {
  [data-device=mobile][data-transparent] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1000px) {
  [data-device=desktop][data-transparent] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.ct-footer [data-row] > div {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--columns-gap, 50px);
  grid-row-gap: var(--columns-gap, 50px);
  padding-top: var(--container-spacing);
  padding-bottom: var(--container-spacing);
}

.ct-footer [data-column] {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  justify-content: var(--vertical-alignment, flex-start);
}
.ct-footer [data-column*=widget] {
  text-align: var(--horizontal-alignment);
}
@media (max-width: 999.98px) {
  .ct-footer [data-column=ghost] {
    display: none;
  }
}

.ct-footer [data-row] {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}
.ct-footer [data-row] > div {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}

@media (min-width: 1000px) {
  .ct-footer [data-column] {
    position: relative;
  }
  .ct-footer [data-column]:not(:last-child):after {
    position: absolute;
    content: "";
    top: calc(var(--container-spacing) * -1);
    right: calc(var(--columns-gap, 50px) / 2 * -1);
    height: calc(100% + var(--container-spacing) * 2);
    border-right: var(--border);
  }
}

[data-columns-divider] {
  position: relative;
}
[data-columns-divider]:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0px;
  margin: 0 auto;
  border-right: var(--border);
}

@media (min-width: 690px) and (max-width: 999.98px) {
  [data-columns-divider*=md]:after {
    content: "";
  }
}

@media (max-width: 689.98px) {
  [data-columns-divider*=sm]:after {
    content: "";
  }
}

[data-footer*=reveal] .site-main {
  z-index: 1;
  box-shadow: var(--footer-box-shadow);
}
[data-footer*=reveal] .ct-footer {
  position: var(--position);
  bottom: var(--frame-size, 0px);
}
[data-footer*=reveal] #main-container > [data-block] {
  z-index: 1;
}

.ct-footer [data-column] > [data-id] {
  margin: var(--margin);
}

[data-column*=copyright] {
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment);
  text-align: var(--horizontal-alignment);
}

.ct-footer-copyright {
  color: var(--color);
  --content-spacing: 0;
}
.ct-footer-copyright > *:not(:first-child) {
  margin-top: 0.5em;
}

.ct-footer-socials .ct-social-box {
  justify-content: var(--horizontal-alignment);
}

.ct-footer .ct-widget {
  color: var(--color);
  margin: var(--margin);
  --linkInitialColor: var(--color);
}
.ct-footer .ct-widget:not(:first-child) {
  margin-top: var(--widgets-gap, 40px);
}

.ct-widget ul {
  --listIndent: 0;
  --listStyleType: none;
  --content-spacing: 0;
}
.ct-widget li ul, .ct-widget li ol {
  --listIndent: 25px;
}
.ct-widget li .post-date,
.ct-widget li .ct-entry-meta {
  font-size: 13px;
  line-height: normal;
  opacity: 0.7;
  margin-top: 5px;
}

.textwidget > * {
  margin: 0;
}
.textwidget > *:not(:first-child) {
  margin-top: 20px;
}

form.search-form {
  position: relative;
}
form.search-form input {
  position: relative;
  padding-inline-end: calc(var(--search-button-size, var(--form-field-height, 40px)) + var(--search-input-additional-padding, 0px));
}
form.search-form input::-webkit-search-decoration, form.search-form input::-webkit-search-cancel-button, form.search-form input::-webkit-search-results-button, form.search-form input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
form.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: initial;
  width: var(--search-button-size, var(--form-field-height, 40px));
  min-height: var(--search-button-size, var(--form-field-height, 40px));
  border: none;
  box-shadow: none;
  border-radius: var(--search-button-border-radius, 0px);
  background: var(--search-button-background);
  transition: background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --buttonShadow: none;
  --buttonTransform: none;
}
form.search-form button [data-loader] {
  opacity: 0;
  visibility: hidden;
  --loaderSize: 30px;
  --loaderColor: rgba(44, 62, 80, 0.2);
}
form.search-form button:focus {
  outline: none;
}
form.search-form button:hover,
form.search-form input:focus + button {
  border: none;
  box-shadow: none;
  background: var(--search-button-focus-background);
}
form.search-form button:hover svg,
form.search-form input:focus + button svg {
  fill: var(--icon-focus-color, var(--color));
}
form.search-form.ct-has-dropdown input,
form.search-form.ct-has-dropdown button {
  z-index: 2;
}

.search-form:not([data-live-results=thumbs]) .ct-image-container {
  --display: none;
}

.widget_media_gallery .gallery {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.widget_media_gallery .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.widget_media_gallery .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.widget_media_gallery .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.widget_media_gallery .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.widget_media_gallery .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.widget_media_gallery .gallery-item a:hover {
  opacity: 0.8;
}

.widget_calendar table {
  position: relative;
  width: 100%;
  font-size: 15px;
  border: none;
}
.widget_calendar table caption {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid #d7dee5;
}
.widget_calendar table thead th, .widget_calendar table tbody td {
  text-align: center;
  padding: 10px 0;
  border: none;
}
.widget_calendar table tbody td {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.widget_calendar table tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  margin: -10px 0;
  background: rgba(215, 222, 229, 0.2);
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.widget_calendar table tbody td a:after {
  position: absolute;
  content: "";
  bottom: 7px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: var(--paletteColor1);
  transition: background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.widget_calendar table tbody td a:hover {
  color: #fff;
  background: var(--paletteColor1);
}
.widget_calendar table tbody td a:hover:after {
  background: #fff;
}
.widget_calendar table tbody #today {
  color: #fff;
  font-weight: 500;
  background: var(--paletteColor2);
}
.widget_calendar table tbody #today a {
  color: inherit;
  background: inherit;
}
.widget_calendar table tbody #today a:after {
  background: currentColor;
}
.widget_calendar table tfoot {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.widget_calendar table tfoot tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.widget_calendar table tfoot td {
  border: none;
}

[class*=tag_cloud] .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -4px 0 -4px;
}
[class*=tag_cloud] .tagcloud a {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 14px !important;
  line-height: 100%;
  padding: 0 12px;
  margin: 8px 4px 0 4px;
  border-radius: 3px;
  border: 1px solid #d7dee5;
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[class*=tag_cloud] .tagcloud a:hover {
  color: #fff;
  border-color: var(--paletteColor1);
  background: var(--paletteColor1);
}
[class*=tag_cloud] .tagcloud a span {
  margin-left: 0.3em;
}

[class*=ct-contact-info] ul {
  display: flex;
  margin: calc(var(--items-spacing, 15px) / -1) calc(var(--items-spacing, 15px) / -2) 0 calc(var(--items-spacing, 15px) / -2);
}
[class*=ct-contact-info] li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  align-items: center;
  margin: var(--items-spacing, 15px) calc(var(--items-spacing, 15px) / 2) 0 calc(var(--items-spacing, 15px) / 2);
}
[class*=ct-contact-info] li:hover a {
  color: var(--linkHoverColor);
}
[class*=ct-contact-info] .contact-info {
  display: flex;
  flex-direction: column;
  color: var(--color);
}
[class*=ct-contact-info] .contact-title {
  font-weight: 600;
}
[class*=ct-contact-info] .ct-contact-info-text {
  margin-bottom: 20px;
}
[class*=ct-contact-info] [data-items-direction=horizontal] {
  flex-wrap: wrap;
}
[class*=ct-contact-info] [data-items-direction=vertical] {
  flex-direction: column;
}

.ct-contact-info-widget {
  --items-spacing: 20px;
}
.ct-contact-info-widget .contact-info {
  font-size: 15px;
  line-height: 1.4;
}

.widget_recent_entries ul li {
  display: flex;
  flex-direction: column;
}
.widget_recent_entries ul li a {
  font-weight: 500;
}
.widget_recent_entries ul li:not(:last-child) .post-date {
  margin-bottom: 10px;
}

.widget_recent_comments ul li a {
  word-wrap: break-word;
}
.widget_recent_comments .comment-author-link {
  font-weight: 600;
}

[data-panel*=in] [data-behaviour=modal].active .ct-panel-content,
[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

[data-panel*=in] [data-behaviour=modal].active {
  opacity: 1;
  visibility: visible;
}
[data-panel*=in] [data-behaviour=modal].active .ct-panel-content {
  animation-name: move-in;
}

[data-panel*=out] [data-behaviour=modal] .ct-panel-content {
  animation-name: move-out;
}

@keyframes move-in {
  0% {
    opacity: 0;
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move-out {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 40px, 0);
  }
}
[data-behaviour*=side] .ct-panel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: var(--side-panel-width, 500px);
  box-shadow: var(--box-shadow);
  transition: transform 0.25s ease-in-out;
}
[data-behaviour*=side].active .ct-panel-inner {
  transform: translate3d(0, 0, 0);
}

[data-behaviour*=right-side] .ct-panel-inner {
  right: 0;
  transform: translate3d(20%, 0, 0);
}

[data-behaviour*=left-side] .ct-panel-inner {
  left: 0;
  transform: translate3d(-20%, 0, 0);
}

body:not(.ct-loading) .ct-panel {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

body[data-panel] {
  padding-right: var(--scrollbar-width, 0px);
}

.ct-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  top: var(--admin-bar, 0px);
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  content-visibility: auto;
}
.ct-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ct-panel .ct-panel-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: var(--box-shadow);
}
@media (max-width: 689.98px) {
  .ct-panel {
    --panel-padding: 25px;
  }
}

.ct-panel-actions {
  display: flex;
  align-items: center;
  padding: var(--panel-padding, 35px);
  padding-bottom: 0;
}
@media (max-width: 689.98px) {
  .ct-panel-actions {
    padding-top: 20px;
  }
}
@media (min-width: 690px) {
  .ct-panel-actions {
    padding-top: 30px;
  }
}
.ct-panel-actions .ct-panel-heading {
  font-size: 15px;
  font-weight: 600;
  color: var(--color);
}
.ct-panel-actions .close-button {
  margin-inline-start: auto;
}

.ct-panel-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, flex-start);
  align-items: var(--horizontal-alignment, flex-start);
  overflow: var(--overflow, auto);
  padding: var(--panel-padding, 35px);
  padding-top: 20px;
  box-sizing: border-box;
}

.ct-social-box {
  display: inline-flex;
  flex-direction: var(--items-direction, row);
  flex-wrap: var(--wrap, wrap);
  margin-top: calc(var(--spacing, 15px) * -1);
  margin-left: calc(var(--spacing, 15px) / -2);
  margin-right: calc(var(--spacing, 15px) / -2);
}
.ct-social-box a {
  display: flex;
  align-items: center;
  margin-top: var(--spacing, 15px);
  margin-left: calc(var(--spacing, 15px) / 2);
  margin-right: calc(var(--spacing, 15px) / 2);
}
.ct-social-box .ct-label:not([hidden]) {
  margin-inline-start: 0.7em;
  display: var(--visibility);
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-color=official] > * {
  --transition: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-color=official] > *:hover {
  opacity: 0.8;
}
[data-color=official] .ct-icon-container {
  --icon-color: var(--official-color);
  --icon-hover-color: var(--official-color);
}
[data-color=official] .ct-label {
  color: var(--official-color);
}
[data-color=official][data-icons-type*=solid] .ct-icon-container {
  --icon-color: #fff;
  --icon-hover-color: #fff;
  background-color: var(--official-color);
}
[data-color=official][data-icons-type*=outline] .ct-icon-container {
  border: 1px solid var(--official-color);
}

#main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: calc(100vh - var(--admin-bar, 0px) - var(--frame-size, 0px) * 2);
}
@media (max-width: 999.98px) {
  #main-container {
    overflow-x: hidden;
  }
}
#main-container .site-main {
  flex-grow: 1;
}

[class*=ct-container] {
  margin-left: auto;
  margin-right: auto;
}

.ct-container,
.ct-container-narrow {
  width: var(--container-width);
}

.ct-container {
  max-width: var(--normal-container-max-width);
}

.ct-container-narrow {
  max-width: var(--narrow-container-max-width);
}

@media (max-width: 689.98px) {
  .ct-container-fluid {
    width: 88vw;
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  .ct-container-fluid {
    width: 90vw;
  }
}
@media (min-width: 1000px) {
  .ct-container-fluid {
    width: calc(100vw - 60px);
  }
}

[data-vertical-spacing*=top] {
  padding-top: var(--content-vertical-spacing);
}

[data-vertical-spacing*=bottom] {
  padding-bottom: var(--content-vertical-spacing);
}

[data-layout*=grid] {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--grid-columns-gap, 30px);
  grid-row-gap: var(--grid-columns-gap, 30px);
}

@media (min-width: 690px) {
  [data-layout=enhanced-grid] {
    --grid-template-columns: repeat( 6, 1fr);
  }
}
@media (min-width: 690px) and (max-width: 999.98px) {
  [data-layout=enhanced-grid] > article {
    grid-column: span 3;
  }
}
@media (min-width: 1000px) {
  [data-layout=enhanced-grid] > article {
    grid-column: span 2;
  }
  [data-layout=enhanced-grid] > article:nth-child(5n+1), [data-layout=enhanced-grid] > article:nth-child(5n+2) {
    grid-column: span 3;
  }
}

[data-archive=default][data-layout=simple] article:not(:last-child) {
  margin-bottom: var(--grid-columns-gap, 30px);
}
@media (max-width: 689.98px) {
  [data-archive=default][data-layout=simple] article {
    flex-direction: column;
  }
}
[data-archive=default][data-layout=simple] article .card-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 690px) {
  [data-archive=default][data-layout=simple] article .card-content {
    align-self: center;
  }
}
[data-archive=default][data-layout=simple] article > .ct-image-container:not(.boundless-image) {
  align-self: flex-start;
}
@media (max-width: 689.98px) {
  [data-archive=default][data-layout=simple] article > .ct-image-container {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 690px) {
  [data-archive=default][data-layout=simple] article > .ct-image-container {
    flex-shrink: 0;
    max-width: 42%;
    margin-inline-end: 35px !important;
  }
}
@media (min-width: 690px) {
  [data-archive=default][data-layout=simple][data-cards=boxed] .entry-card .boundless-image {
    width: 100%;
    margin-bottom: calc(var(--card-inner-spacing, 30px) * -1);
  }
}

[data-archive=default][data-layout=classic] article:not(:last-child) {
  margin-bottom: var(--grid-columns-gap, 30px);
}

[data-archive=default][data-layout=gutenberg] article {
  flex-direction: column;
}
[data-archive=default][data-layout=gutenberg] article:not(:last-child) {
  margin-bottom: var(--grid-columns-gap, 30px);
}
[data-archive=default][data-layout=gutenberg] article > *:not(.entry-button) {
  width: 100%;
}
[data-archive=default][data-layout=gutenberg] article > *:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 999.98px) {
  [data-archive=default][data-layout=gutenberg] article > * + .ct-image-container {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  [data-archive=default][data-layout=gutenberg] article > * + .ct-image-container {
    margin-top: 20px;
  }
}
[data-archive=default][data-layout=gutenberg] article > .ct-image-container {
  align-self: center;
  width: var(--container-width-base);
  max-width: calc(var(--narrow-container-max-width) + var(--wide-offset) * 2);
}
@media (max-width: 999.98px) {
  [data-archive=default][data-layout=gutenberg] article > .ct-image-container + * {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) {
  [data-archive=default][data-layout=gutenberg] article > .ct-image-container + * {
    margin-top: 20px;
  }
}
[data-archive=default][data-layout=gutenberg] article:not(:last-child):after {
  content: "·····";
  font-size: 25px;
  letter-spacing: 1.5em;
  padding-left: 1.5em;
  font-family: serif;
  text-align: center;
  opacity: 0.5;
  margin-top: calc(var(--grid-columns-gap, 30px) + 10px);
}

[data-archive=default] .entry-card {
  display: flex;
  text-align: var(--horizontal-alignment);
}
[data-archive=default] .entry-card .entry-title {
  margin: initial;
  --linkInitialColor: initial;
}
[data-archive=default] .entry-card .entry-excerpt {
  color: var(--color);
  word-break: break-word;
}
[data-archive=default] .entry-card .entry-excerpt p:last-child {
  margin-bottom: 0;
}
[data-archive=default] .entry-card .entry-meta {
  color: var(--color);
  --linkInitialColor: var(--color);
}
[data-archive=default] .entry-card .ct-ghost {
  margin: 0 !important;
  flex: 1 0 auto;
}
[data-archive=default] .entry-card .entry-divider {
  margin-left: calc(var(--card-inner-spacing, 30px) * -1);
  margin-right: calc(var(--card-inner-spacing, 30px) * -1);
  border-bottom: var(--entry-divider);
}

[data-archive=default][data-layout*=grid] .entry-card > *:not(:last-child), [data-archive=default][data-layout=classic] .entry-card > *:not(:last-child), [data-archive=default][data-layout=simple] .card-content > *:not(:last-child) {
  margin-bottom: 20px;
}
[data-archive=default][data-layout*=grid] .entry-card > *:not(:last-child).entry-meta, [data-archive=default][data-layout=classic] .entry-card > *:not(:last-child).entry-meta, [data-archive=default][data-layout=simple] .card-content > *:not(:last-child).entry-meta {
  margin-bottom: 15px;
}
[data-archive=default][data-layout*=grid] .entry-card, [data-archive=default][data-layout=classic] .entry-card {
  flex-direction: column;
}
[data-archive=default][data-layout*=grid] .entry-card > .ct-image-container + *, [data-archive=default][data-layout=classic] .entry-card > .ct-image-container + * {
  margin-top: 10px;
}

[data-cards=boxed] .entry-card,
[data-cards=cover] .entry-card {
  padding: var(--card-inner-spacing, 30px);
  border: var(--card-border, none);
  box-shadow: var(--box-shadow);
  border-radius: var(--borderRadius);
}

[data-archive=default][data-cards=cover] .entry-card {
  justify-content: var(--vertical-alignment);
  position: relative;
  min-height: var(--card-min-height, 400px);
}
[data-archive=default][data-cards=cover] .entry-card .ct-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
[data-archive=default][data-cards=cover] .entry-card > *:not(.ct-image-container) {
  position: relative;
  z-index: 1;
}

[data-archive=default][data-cards=simple] {
  overflow: hidden;
}
[data-archive=default][data-cards=simple] .entry-card {
  padding-bottom: var(--grid-columns-gap, 30px);
  border-bottom: var(--card-border, none);
}

.entry-card .ct-image-container img {
  height: 100%;
}

.entry-card .boundless-image {
  width: calc(100% + var(--card-inner-spacing, 30px) * 2);
  margin-left: calc(var(--card-inner-spacing, 30px) * -1);
  margin-right: calc(var(--card-inner-spacing, 30px) * -1);
}
.entry-card .boundless-image:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: calc(var(--card-inner-spacing, 30px) * -1);
}
.entry-card .boundless-image:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--card-inner-spacing, 30px) * -1);
}

@media (min-width: 690px) {
  [data-layout=simple] .entry-card .boundless-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: inherit;
  }
}

.entry-card .ct-image-container:not(.boundless-image) {
  border-radius: var(--borderRadius, 0px);
}

[data-hover] .ct-image-container img {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-hover=zoom-in] > *:hover .ct-image-container img {
  transform: scale(1.1);
}

[data-hover=zoom-out] .ct-image-container img {
  transform: scale(1.1);
}
[data-hover=zoom-out] > *:hover .ct-image-container img {
  transform: scale(1);
}

[data-hover=swap] .ct-swap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
[data-hover=swap] > *:hover .ct-swap {
  opacity: 1;
}

.woocommerce-notices-wrapper,
article > .related,
article > .upsells,
article > .page-links,
article > .entry-tags,
article > .author-box,
article > .ct-comments,
article > .ct-share-box,
article > .hero-section,
article > .post-edit-link,
article > .post-navigation,
article > .ct-related-posts,
article > .ct-newsletter-subscribe-block,
article > .product .wc-tabs,
article > .product .product-entry-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: var(--block-width, var(--container-width));
  max-width: var(--block-max-width, var(--normal-container-max-width));
}

article > .ct-comments,
article > .ct-related-posts {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid var(--border-color);
}

@media (max-width: 689.98px) {
  .ct-comments-container > div {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media (min-width: 690px) {
  .ct-comments-container > div {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.hero-section .ct-author-name [class*=ct-image-container] {
  border-radius: 100%;
  margin-bottom: 10px;
}

.author-box-social {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -10px;
  --icon-size: 12px;
  --icon-color: #fff;
}
.author-box-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 5px 10px 5px;
  background: var(--background-color, var(--paletteColor1));
}
.author-box-social a:hover {
  background: var(--background-hover-color, var(--paletteColor2));
}
.author-box-social a:hover .ct-icon {
  fill: var(--icon-hover-color, #fff);
}

.ct-no-results {
  --alignment: center;
}
.ct-no-results .search-form {
  margin: 0 auto;
  max-width: 400px;
  --linkInitialColor: var(--color);
}

[data-content=normal] > article {
  --block-width: var(--has-wide, var(--container-width));
  --block-max-width: var(--has-wide, var(--normal-container-max-width));
  --block-wide-max-width: var(--has-wide, calc(var(--normal-container-max-width) + var(--wide-offset) * 2));
  --boxed-content-max-width: var(--normal-container-max-width);
}

[data-content=narrow] > article {
  --block-width: var(--has-wide, var(--container-width));
  --block-max-width: var(--has-wide, var(--narrow-container-max-width));
  --block-wide-max-width: var(--has-wide, calc(var(--narrow-container-max-width) + var(--wide-offset) * 2));
  --boxed-content-max-width: var(--narrow-container-max-width);
}

[class*=ct-container] > article {
  --has-background: var(--has-boxed);
  --has-boxed-structure: var(--has-boxed);
  box-shadow: var(--has-boxed, var(--box-shadow));
  border: var(--has-boxed, var(--boxed-content-border));
  border-radius: var(--has-boxed, var(--border-radius));
  padding: var(--has-boxed, var(--boxed-content-spacing));
  margin-left: var(--has-boxed-structure, auto);
  margin-right: var(--has-boxed-structure, auto);
  width: var(--has-boxed-structure, var(--container-width));
  max-width: var(--has-boxed-structure, var(--boxed-content-max-width));
}

[data-prefix*=preview-mode] article[class*=post] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

article > .entry-content > * {
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
}
article > .entry-content > *:not(.alignfull) {
  width: var(--default-editor, var(--block-width));
}
article > .entry-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--default-editor, var(--block-max-width));
}
article > .entry-content > .alignwide {
  max-width: var(--default-editor, var(--block-wide-max-width));
}

.alignleft {
  float: left;
  margin: 0.3em 1.5em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.3em 0 0.5em 1.5em;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.entry-content [class*=align-wrap] {
  margin-top: 0;
  margin-bottom: 0;
  --block-max-width: var(--block-wide-max-width);
}
@media (max-width: 689.98px) {
  .entry-content .alignleft,
.entry-content .alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em auto;
  }
}
@media (min-width: 690px) {
  .entry-content .alignleft {
    margin-right: var(--content-spacing);
  }
  .entry-content .alignright {
    margin-left: var(--content-spacing);
  }
}
.entry-content:after {
  display: table;
  clear: both;
  content: "";
}

.entry-content .wp-block-cover [class*=_inner-container],
.entry-content .wp-block-group [class*=_inner-container] {
  width: 100%;
}
.entry-content .wp-block-cover [class*=_inner-container] > *,
.entry-content .wp-block-group [class*=_inner-container] > * {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-cover [class*=_inner-container] > *:not(.alignfull),
.entry-content .wp-block-group [class*=_inner-container] > *:not(.alignfull) {
  width: min(var(--container-min-width, 100%), var(--container-width));
}
.entry-content .wp-block-cover [class*=_inner-container] > *:not(.alignwide):not(.alignfull),
.entry-content .wp-block-group [class*=_inner-container] > *:not(.alignwide):not(.alignfull) {
  max-width: var(--block-max-width);
}
.entry-content .wp-block-cover [class*=_inner-container] > .alignwide,
.entry-content .wp-block-group [class*=_inner-container] > .alignwide {
  max-width: var(--block-wide-max-width);
}

.wp-block-image:last-child {
  margin-bottom: 0;
}

article > .entry-content > table:not(.alignfull),
article > .entry-content > iframe:not(.alignfull) {
  width: var(--default-editor, var(--container-width));
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 5.55em;
  font-weight: 700;
  margin: 0.1em 0.12em 0.05em 0;
}
.has-drop-cap:not(:focus):after {
  padding-top: 0;
}

@media (max-width: 689.98px) {
  .instagram-media {
    max-width: 100% !important;
    min-width: initial !important;
  }
}

.entry-content figcaption {
  --fontSize: 14px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  max-width: var(--block-max-width);
}

.wp-block-table thead {
  border-bottom: 3px solid var(--table-border-color, var(--border-color));
}
.wp-block-table tfoot {
  border-top: 3px solid var(--table-border-color, var(--border-color));
}
@media (max-width: 689.98px) {
  .wp-block-table .has-fixed-layout {
    table-layout: initial !important;
  }
  .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: initial !important;
  }
}
.wp-block-table.is-style-stripes {
  border: 0;
}

.wp-block-search .wp-block-search__input {
  --form-field-width: auto;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-spacer + * {
  margin-top: 0 !important;
}

.wp-block-columns {
  row-gap: var(--wp--style--block-gap, 2em);
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-gallery ul {
  width: 100%;
  margin-bottom: -16px;
}
.wp-block-gallery figcaption {
  --block-max-width: 100%;
}

.wp-block-separator {
  clear: both;
  margin-top: calc(var(--content-spacing) + 10px);
  margin-bottom: calc(var(--content-spacing) + 10px);
  max-width: var(--block-max-width);
}
.wp-block-separator:not(.is-style-dots) {
  height: 2px;
  border: none;
}
.wp-block-separator:not(.is-style-dots):not(.is-style-wide) {
  --block-max-width: 10%;
}

.page-links,
.woocommerce-pagination > .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid var(--border-color);
  padding-top: calc(var(--content-spacing) + 1.5em);
  margin-top: calc(var(--content-spacing) + 1.5em);
}
.page-links a,
.page-links .current,
.page-links .post-pages-label,
.woocommerce-pagination > .page-numbers a,
.woocommerce-pagination > .page-numbers .current,
.woocommerce-pagination > .page-numbers .post-pages-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 38px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid var(--border-color);
}
.page-links .current,
.woocommerce-pagination > .page-numbers .current {
  color: #fff;
  --border-color: var(--paletteColor1);
  background: var(--paletteColor1);
}
.page-links a,
.woocommerce-pagination > .page-numbers a {
  --linkInitialColor: var(--color);
}
.page-links a:hover,
.woocommerce-pagination > .page-numbers a:hover {
  --border-color: var(--paletteColor1);
  box-shadow: 0px 0px 0px 1px var(--paletteColor1);
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--content-spacing);
  }
}
.wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.post-password-form > p:last-child {
  display: grid;
  align-items: flex-end;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (min-width: 690px) {
  .post-password-form > p:last-child {
    grid-template-columns: 1fr 250px;
  }
}
.post-password-form > p:last-child > label {
  margin-bottom: 0;
}
.post-password-form > p:last-child > label input {
  margin-top: 0.5em;
}
.post-password-form > p:last-child > input[type=submit] {
  height: var(--form-field-height, 40px);
}

article > .entry-content .wp-block-post-content.entry-content {
  width: 100%;
  max-width: 100%;
}

.wp-block-post-content > * {
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
}
.wp-block-post-content > *:not(.alignfull) {
  width: var(--default-editor, var(--block-width));
}
.wp-block-post-content > *:not(.alignwide):not(.alignfull) {
  max-width: var(--default-editor, var(--block-max-width));
}
.wp-block-post-content > .alignwide {
  max-width: var(--default-editor, var(--block-wide-max-width));
}

.wp-block-quote {
  padding: var(--padding) !important;
}
.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right) {
  --padding: 0 0 0 30px;
  border-left: 4px solid var(--paletteColor1);
}
.wp-block-quote.has-text-align-center {
  --padding: 30px 1em;
  border-top: 3px solid var(--paletteColor1);
  border-bottom: 3px solid var(--paletteColor1);
}
.wp-block-quote.has-text-align-right {
  --padding: 0 30px 0 0;
  border-right: 4px solid var(--paletteColor1);
}
.wp-block-quote.is-style-default p {
  --content-spacing: 1em;
}
.wp-block-quote.is-style-large p {
  --content-spacing: 1em;
  font-size: var(--fontSize);
  font-style: var(--fontStyle);
  line-height: var(--lineHeight);
}
.wp-block-quote p:last-of-type {
  --content-spacing: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 15px;
  font-size: 14px !important;
}

.wp-block-pullquote {
  position: relative;
  text-align: initial;
  padding: var(--padding, 70px 80px);
  border-color: var(--paletteColor1);
}
@media (max-width: 689.98px) {
  .wp-block-pullquote {
    --padding: 50px;
  }
}
.wp-block-pullquote blockquote {
  position: relative;
  z-index: 1;
  max-width: initial !important;
}
.wp-block-pullquote blockquote:before {
  position: absolute;
  content: "”";
  z-index: -1;
  display: flex;
  justify-content: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: inherit;
  opacity: 0.15;
  transform: rotate(180deg);
}
@media (max-width: 689.98px) {
  .wp-block-pullquote blockquote:before {
    top: -8px;
    left: -15px;
    font-size: 120px;
    line-height: 85px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 690px) {
  .wp-block-pullquote blockquote:before {
    top: -30px;
    left: -35px;
    font-size: 200px;
    line-height: 150px;
    width: 80px;
    height: 80px;
  }
}
.wp-block-pullquote blockquote p {
  --content-spacing: 1em;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  margin-bottom: var(--content-spacing);
}
.wp-block-pullquote blockquote p:last-of-type {
  --content-spacing: 0;
}
.wp-block-pullquote blockquote cite {
  --fontSize: 15px;
  --fontWeight: 500;
  font-style: initial;
  display: inline-block;
  margin-top: 15px;
}
.wp-block-pullquote:after {
  position: absolute;
  z-index: 0;
  content: "";
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 10px;
  border-style: solid;
  border-color: inherit;
  border-radius: inherit;
}
.wp-block-pullquote[style*=border-style]:after {
  display: none;
}

@media (min-width: 690px) {
  [class*=align-wrap] .wp-block-pullquote {
    width: calc(var(--block-max-width) / 2 + var(--wide-offset));
    max-width: 50%;
  }
}

.wp-block-cover,
.wp-block-group.has-background {
  --container-min-width: calc(100% - 60px);
  padding: var(--content-spacing) 0;
}

p.has-background {
  padding: var(--content-spacing) 30px;
}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

.hero-section[data-type=type-1] {
  text-align: var(--alignment);
  margin-bottom: var(--margin-bottom, 40px);
}
.hero-section[data-type=type-1] .page-description {
  display: inline-block;
  max-width: var(--description-max-width, 100%);
}

.hero-section[data-type=type-2] {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--has-transparent-header) * var(--header-height));
}
.hero-section[data-type=type-2] > [class*=ct-container] {
  display: flex;
  flex-direction: column;
  justify-content: var(--vertical-alignment, center);
  text-align: var(--alignment, center);
  position: relative;
  z-index: 2;
  padding: var(--container-padding, 50px 0);
  min-height: var(--min-height, 250px);
}
.hero-section[data-type=type-2] > figure {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}
.hero-section[data-type=type-2] > figure .ct-image-container {
  height: 100%;
  vertical-align: top;
}
.hero-section[data-type=type-2] .ct-title-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.entry-header > *:not(:first-child) {
  margin-top: var(--itemSpacing, 20px);
}
.entry-header .page-title {
  margin-bottom: 0;
}
.entry-header .entry-meta {
  color: var(--color);
  --linkInitialColor: var(--color);
}
.entry-header .page-description {
  color: var(--color);
}
.entry-header .page-description > *:last-child {
  margin-bottom: 0;
}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

.ct-back-to-top {
  position: fixed;
  z-index: 100;
  bottom: calc(var(--frame-size, 0px) + var(--back-top-bottom-offset, 25px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  opacity: var(--opacity, 0);
  visibility: var(--visibility, hidden);
  transform: var(--transform, translate3d(0, 15px, 0));
  background: var(--top-button-background-color, var(--paletteColor3));
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius, 2px);
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  --icon-size: 12px;
}
.ct-back-to-top:hover {
  background: var(--top-button-background-hover-color, var(--paletteColor4));
}
.ct-back-to-top:hover .ct-icon {
  fill: var(--icon-hover-color, var(--paletteColor2));
}
.ct-back-to-top.ct-show {
  --opacity: 1;
  --visibility: visible;
  --transform: translate3d(0, 0, 0);
}
.ct-back-to-top[data-shape=circle] {
  --border-radius: 100%;
}
.ct-back-to-top[data-alignment=left] {
  left: calc(var(--frame-size, 0px) + var(--back-top-side-offset, 25px));
}
.ct-back-to-top[data-alignment=right] {
  right: calc(var(--frame-size, 0px) + var(--back-top-side-offset, 25px));
}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

.entry-content > .elementor {
  --default-editor: var(--false);
}

.ct-elementor-default-template .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
  margin-left: var(--has-wide, auto);
  margin-right: var(--has-wide, auto);
  width: var(--block-width, var(--container-width));
  max-width: var(--block-max-width, var(--normal-container-max-width));
}
.ct-elementor-default-template .elementor-section-boxed > .elementor-container {
  width: var(--block-width, var(--container-width));
  max-width: var(--block-max-width, var(--normal-container-max-width));
}
.ct-elementor-default-template .e-container {
  --container-max-width: min(var(--block-max-width, var(--normal-container-max-width)), var(--container-width-base));
}

[data-elementor-type] p:last-child {
  margin-bottom: 0;
}

.elementor-select-wrapper select {
  background-image: none;
}

.elementor-search-form__input {
  --form-field-height: auto;
}

.elementor-search-form__submit {
  --buttonShadow: none;
  --buttonTransform: none;
}

.elementor-widget-container style + h1, .elementor-widget-container style + h2, .elementor-widget-container style + h3, .elementor-widget-container style + h4, .elementor-widget-container style + h5, .elementor-widget-container style + h6 {
  margin-top: 0;
}

:root {
  --e-global-color-blocksy_palette_1: var(--paletteColor1);
  --e-global-color-blocksy_palette_2: var(--paletteColor2);
  --e-global-color-blocksy_palette_3: var(--paletteColor3);
  --e-global-color-blocksy_palette_4: var(--paletteColor4);
  --e-global-color-blocksy_palette_5: var(--paletteColor5);
  --e-global-color-blocksy_palette_6: var(--paletteColor6);
  --e-global-color-blocksy_palette_7: var(--paletteColor7);
  --e-global-color-blocksy_palette_8: var(--paletteColor8);
}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

/**
 * container possible states with data-flexy attribute:
 * no: future slider, to be initialized
 * no:scalerotate: future slider with scaleRotate effect
 * empty string: flexy is initialized properly
 *
 * One can customize content of the :after attribute in order to enable/disable
 * the slider effect of flexy. The JS will detect this moment and remove/restore
 * the data-flexy attribute.
 */
.flexy-container:not([data-flexy]) .flexy-items {
  flex-wrap: wrap;
}
.flexy-container:not([data-flexy]) .flexy-pills,
.flexy-container:not([data-flexy]) [class*=flexy-arrow] {
  display: none;
}

.flexy,
.flexy-pills {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}

[data-flexy*=no] .flexy-items > * {
  transform: translate3d(calc(-100% * var(--current-item, 0)), 0, 0);
}
[data-flexy*=no][data-wrap*=viewport] .flexy-items > * {
  order: 2;
  transform: translate3d(-100%, 0, 0);
}
[data-flexy*=no][data-wrap*=viewport] .flexy-items > *:last-child {
  order: 1;
}

[data-flexy=no] [data-height=dynamic] > *:not([data-item=initial]) {
  height: 1px;
}

.flexy-items {
  display: flex;
  will-change: transform, max-height;
}
.flexy-items > * {
  cursor: pointer;
}
.flexy-items[data-height=dynamic] {
  max-height: var(--sliderHeight, initial);
  transition: max-height 0.2s ease;
}

.flexy-items > * {
  flex: 0 0 100%;
  max-width: 100%;
}

[data-flexy-dragging] {
  cursor: ew-resize;
}
[data-flexy-dragging] .flexy-items > * {
  pointer-events: none;
}

[data-flexy-view=boxed] {
  overflow: hidden;
}

.flexy-pills ol,
.flex-control-nav {
  display: flex;
  flex-direction: var(--pills-direction);
  justify-content: var(--pills-horizontal-alignment);
  flex-wrap: var(--pills-wrap, wrap);
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  --listItemSpacing: 0;
}
.flexy-pills ol li,
.flex-control-nav li {
  flex: 0 0 var(--thumbs-width, 20%);
  width: var(--thumbs-width, 20%);
  cursor: pointer;
}

.flexy-pills [data-flexy] {
  overflow: hidden;
  --pills-wrap: nowrap;
}

.flexy-pills[data-type=circle] li {
  --thumbs-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--thumbs-width);
}
.flexy-pills[data-type=circle] li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 5px var(--flexyInitialPill, rgba(44, 62, 80, 0.9));
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.flexy-pills[data-type=circle] li.active:before {
  transform: scale3d(2, 2, 1);
  box-shadow: inset 0 0 0 1px var(--flexyActivePill, rgba(44, 62, 80, 0.9));
}

[class*=flexy-arrow] {
  position: absolute;
  top: calc(var(--thumbs-spacing, 15px) / 2 + 50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--flexy-nav-arrow-color, var(--color));
  opacity: 0;
  transition: color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[class*=flexy-arrow]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--flexy-nav-background-color, #fff);
  transition: transform 0.2s ease;
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.03);
}
[class*=flexy-arrow] svg {
  position: relative;
  fill: currentColor;
}
[class*=flexy-arrow]:hover {
  color: var(--flexy-nav-arrow-hover-color, #fff);
}
[class*=flexy-arrow]:hover:before {
  transform: scale3d(1.1, 1.1, 1);
  background: var(--flexy-nav-background-hover-color, var(--paletteColor1));
}

[class*=flexy-arrow] {
  transform: rotate(var(--rotate, 0)) translateX(var(--translate-x, 0));
}

.flexy-arrow-prev {
  left: 20px;
  --translate-x: -10px;
}

.flexy-arrow-next {
  right: 20px;
  --translate-x: 10px;
}

[class*=flexy]:hover > [class*=flexy-arrow] {
  opacity: 1;
  --translate-x: 0;
}

.flexy-pills ol:not([data-flexy]) ~ [class*=arrow],
.flexy-pills ol[data-flexy*=no] ~ [class*=arrow] {
  display: none;
}/**
 * Blocksy - v1.8.38
 * 
 * Copyright (c) 2022
 * Licensed GPLv2+
 */

.wpcf7 p:after {
  content: "";
  clear: both;
  display: table;
}
.wpcf7 p:last-of-type {
  --content-spacing: 0;
}
.wpcf7 label:not(.wpcf7-form-control-wrap) {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.wpcf7 .wpcf7-submit {
  float: left;
}
.wpcf7 .wpcf7-submit + .ajax-loader {
  float: left;
  margin-left: 20px;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.9em;
  font-style: italic;
  margin-top: 5px;
}
.wpcf7 .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-style: italic;
}
.wpcf7 .wpcf7-list-item:first-child {
  margin-left: 0;
}