.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:transparent}.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}.wc-block-grid{line-height:1.5;font-weight:700;padding:0;display:block}.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:none;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:transparent;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:transparent;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:transparent;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:transparent;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:transparent}.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:none;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:transparent;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:transparent}.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:transparent;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:transparent;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:1}.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:transparent;-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:transparent;-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:transparent;-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:transparent;-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:transparent;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:transparent;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:transparent}.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:transparent}.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:transparent;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:transparent;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:transparent}.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:transparent}.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:transparent;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:transparent;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:transparent;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:transparent;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:transparent}.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 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}.wc-block-mini-cart__badge,.wc-block-mini-cart__quantity-badge{align-items:center;display:flex}.wc-block-mini-cart__badge{background:transparent;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}.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:transparent;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:transparent}.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:transparent;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-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{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:transparent;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}.wp-block-woocommerce-featured-product{background-color:#1e1e1e;border-color:transparent;color:#fff;overflow:hidden;box-sizing:border-box}.wc-block-featured-product{position:relative;background-size:cover;background-position:50%;width:100%;margin:0}.wc-block-featured-product,.wc-block-featured-product .wc-block-featured-product__wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-product .wc-block-featured-product__wrapper{overflow:hidden;height: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 .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{line-height:1.25;margin-bottom:0;text-align:center;color:inherit}.wc-block-featured-product .wc-block-featured-product__description a,.wc-block-featured-product .wc-block-featured-product__description a:active,.wc-block-featured-product .wc-block-featured-product__description a:focus,.wc-block-featured-product .wc-block-featured-product__description a:hover,.wc-block-featured-product .wc-block-featured-product__price a,.wc-block-featured-product .wc-block-featured-product__price a:active,.wc-block-featured-product .wc-block-featured-product__price a:focus,.wc-block-featured-product .wc-block-featured-product__price a:hover,.wc-block-featured-product .wc-block-featured-product__title a,.wc-block-featured-product .wc-block-featured-product__title a:active,.wc-block-featured-product .wc-block-featured-product__title a:focus,.wc-block-featured-product .wc-block-featured-product__title a:hover,.wc-block-featured-product .wc-block-featured-product__variation a,.wc-block-featured-product .wc-block-featured-product__variation a:active,.wc-block-featured-product .wc-block-featured-product__variation a:focus,.wc-block-featured-product .wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__link,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{width:100%;padding:16px 48px 0;z-index:1}.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-featured-product .wp-block-button.aligncenter{text-align:center}.wc-block-featured-product.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wc-block-featured-product.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-product.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-product.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-product.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-product.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-product.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-product.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-product.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-product.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-product.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright{max-width:420px;width:100%}.wc-block-featured-product:after{display:block;content:"";font-size:0;min-height:inherit}@supports((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-product:after{content:none}}.wc-block-featured-product.aligncenter,.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright,.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-featured-category{background-color:#1e1e1e;border-color:transparent;color:#fff;overflow:hidden;box-sizing:border-box}.wc-block-featured-category{position:relative;background-size:cover;background-position:50%;width:100%;margin:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-category .wc-block-featured-category__wrapper{overflow:hidden;height:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.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{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{margin-right:0;text-align:right}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{color:#fff;line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category .wc-block-featured-category__description a,.wc-block-featured-category .wc-block-featured-category__description a:active,.wc-block-featured-category .wc-block-featured-category__description a:focus,.wc-block-featured-category .wc-block-featured-category__description a:hover,.wc-block-featured-category .wc-block-featured-category__price a,.wc-block-featured-category .wc-block-featured-category__price a:active,.wc-block-featured-category .wc-block-featured-category__price a:focus,.wc-block-featured-category .wc-block-featured-category__price a:hover,.wc-block-featured-category .wc-block-featured-category__title a,.wc-block-featured-category .wc-block-featured-category__title a:active,.wc-block-featured-category .wc-block-featured-category__title a:focus,.wc-block-featured-category .wc-block-featured-category__title a:hover{color:#fff}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__link,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{color:inherit;width:100%;padding:0 48px 16px;z-index:1}.wc-block-featured-category .wc-block-featured-category__title{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 .wc-block-featured-category__description{color:inherit}.wc-block-featured-category .wc-block-featured-category__description p{margin:0}.wc-block-featured-category .wp-block-button.aligncenter{text-align:center}.wc-block-featured-category.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;border-radius:inherit;opacity:.5;z-index:1}.wc-block-featured-category.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-category.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-category.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-category.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-category.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-category.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-category.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-category.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-category.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-category.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{max-width:420px;width:100%}.wc-block-featured-category:after{display:block;content:"";font-size:0;min-height:inherit}@supports((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-category:after{content:none}}.wc-block-featured-category.aligncenter,.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{display:flex}.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}@-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%)}}.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:transparent;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:transparent;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}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}.aws-container .aws-search-form{position:relative;width:100%;float:none!important;display:-webkit-box!important;display:-moz-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;align-items:stretch;height:44px}.aws-container .aws-search-form *,.aws-search-result{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-hyphens:manual;-webkit-hyphens:manual;hyphens:manual;border-radius:0!important}.aws-container .aws-search-form .aws-loader,.aws-container .aws-search-form .aws-loader:after{border-radius:50%!important;width:20px;height:20px}.aws-container .aws-search-form .aws-wrapper{flex-grow:1;position:relative;vertical-align:top;padding:0;width:100%}.aws-container .aws-search-form .aws-loader{position:absolute;display:none;right:10px;top:50%;z-index:999;margin:0;margin-top:-10px;font-size:10px;text-indent:-9999em;border-top:3px solid #ededed;border-right:3px solid #ededed;border-bottom:3px solid #ededed;border-left:3px solid #555}.aws-container .aws-search-form.aws-processing .aws-loader{display:block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 0.7s infinite linear;animation:load8 0.7s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.aws-container .aws-search-label{position:absolute!important;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.aws-container .aws-search-field{width:100%;max-width:100%;color:#313131;padding:6px;line-height:30px;display:block;font-size:12px;position:relative;z-index:2;-webkit-appearance:none;height:100%;margin:0!important;border:1px solid #d8d8d8;outline:0}@media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px){.aws-container .aws-search-field{font-size:16px}}.aws-container .aws-search-field::-ms-clear{display:none;width:0;height:0}.aws-container .aws-search-field::-ms-reveal{display:none;width:0;height:0}.aws-container .aws-search-field::-webkit-search-decoration,.aws-container .aws-search-field::-webkit-search-cancel-button,.aws-container .aws-search-field::-webkit-search-results-button,.aws-container .aws-search-field::-webkit-search-results-decoration{display:none}.aws-container .aws-search-field:focus{background-color:#fff}.aws-container .aws-show-clear .aws-search-field{padding-right:40px}.aws-container .aws-search-field:focus::-webkit-input-placeholder{color:transparent}.aws-container .aws-search-field:focus:-moz-placeholder{color:transparent}.aws-container .aws-search-field:focus::-moz-placeholder{color:transparent}.aws-container .aws-search-field:focus:-ms-input-placeholder{color:transparent}.aws-container .aws-search-form .aws-search-clear{display:none!important;position:absolute;top:0;right:0;z-index:2;cursor:pointer;color:#757575;height:100%;width:38px;padding:0 0 0 10px;text-align:left}.aws-container .aws-search-form .aws-search-clear span{position:relative;display:block;font-size:24px;line-height:24px;top:50%;margin-top:-12px}.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear{display:block!important}.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear{display:none!important}.aws-container .aws-search-form .aws-search-btn{padding:0;line-height:10px;width:42px}.aws-container .aws-search-form .aws-search-btn_icon{display:inline-block;fill:currentColor;height:24px;line-height:24px;position:relative;width:42px;color:#555}.aws-container .aws-search-form .aws-search-btn svg{display:block;height:100%;width:100%}.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover{background:#ededed;cursor:default}.aws-container .aws-search-form .aws-form-btn{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;flex-direction:column;text-align:center;background:#ededed;border:1px solid #d8d8d8;margin:0 0 0 -1px;cursor:pointer;position:relative;white-space:nowrap;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color 100ms ease-in-out;-moz-transition:background-color 100ms ease-in-out;-o-transition:background-color 100ms ease-in-out;transition:background-color 100ms ease-in-out}.aws-container .aws-search-form .aws-form-btn:hover{background:#dcdcdc}.aws-container .aws-search-form .aws-form-btn:active{background:#d8d8d8}.aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper{-webkit-order:2;order:2}.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn{margin:0 -1px 0 0}.aws-search-result{position:absolute;text-align:left;z-index:9999999999999;background:#fff;width:100%;margin-top:-1px;border:1px solid #ccc;font-size:12px;line-height:16px}.aws-search-result ul{list-style:none;padding:0!important;margin:0!important;max-height:400px;overflow-y:auto}.aws-search-result ul::-webkit-scrollbar-track{-webkit-box-shadow:none;background-color:#ededed}.aws-search-result ul::-webkit-scrollbar{width:7px;background-color:#ededed}.aws-search-result ul::-webkit-scrollbar-thumb{background-color:#d8d8d8}.aws-search-result ul li{list-style:none;border-bottom:1px solid #ccc;overflow:hidden;margin:0!important;position:relative}.aws-search-result ul li:last-child{border-bottom:0}.aws-search-result .aws_result_link{display:block;cursor:pointer;padding:10px 8px;height:100%;overflow:hidden;text-decoration:none;border:0}.aws-search-result .aws_result_item:hover,.aws-search-result .aws_result_item.hovered{background:#f5f5f5}.aws-search-result .aws_results .aws_result_item{position:relative}.aws-search-result .aws_result_item .aws_result_link_top{position:absolute;z-index:1;white-space:nowrap;text-indent:-9999px;overflow:hidden;top:0;bottom:0;left:0;right:0;opacity:0;outline:none;text-decoration:none}.aws-search-result .aws_result_item a,.aws-search-result .aws_result_item button,.aws-search-result .aws_result_item span[href],.aws-search-result .aws_result_item [data-link]{position:relative;z-index:2}.aws-search-result .aws_result_content{overflow:hidden;display:block}.aws-search-result .aws_result_title{display:block;font-weight:400;margin-bottom:3px;color:#21759b}.aws-search-result .aws_result_featured{margin:0 6px 0 0;position:relative;top:-2px}.aws-search-result .aws_result_featured svg{width:13px;height:13px;fill:#fa0;vertical-align:bottom}.aws-search-result .aws_result_stock{display:block;font-weight:400;margin-top:4px;margin-bottom:5px;color:#7ad03a}.aws-search-result .aws_result_stock.out{color:#a44}.aws-search-result .aws_result_sku{display:block;font-weight:400;margin-top:3px;margin-bottom:5px;color:#222}.aws-search-result .aws_result_cat .aws_result_title,.aws-search-result .aws_result_tag .aws_result_title{margin-bottom:2px}.aws-search-result .aws_result_excerpt{display:block;color:#222}.aws-search-result .aws_result_price{display:block;padding:2px 0;color:#222}.aws-search-result .aws_result_price del,.aws-search-result .aws_result_price ins{background:none;padding:0 12px 0 0;opacity:1}.aws-search-result .aws_result_price del{opacity:.8;text-decoration:line-through!important}.aws-search-result .aws_result_cats{display:block;float:left;margin:0 20px 0 0}.aws-search-result .aws_result_image{display:block;height:100%;float:left;padding:0 10px 0 0}.aws-search-result .aws_result_image img{width:50px;height:auto;box-shadow:none}.aws-search-result .aws_result_sale{display:block;height:42px;overflow:hidden;position:absolute;right:0;top:0;width:47px}.aws-search-result .aws_onsale{background:#77a464 none repeat scroll 0 0;color:#fff;display:block;float:right;height:20px;padding-top:2px;position:relative;right:-25px;text-align:center;top:3px;transform:rotate(45deg);width:77px}.aws-search-result .aws_no_result{line-height:1.5;padding:10px 6px;cursor:auto}.aws-search-result .aws_search_more a{line-height:40px;display:block;text-decoration:none;border:0;text-align:center;color:#21759b}.aws-search-result .aws_search_more a:hover{background:#f5f5f5}body.aws-overlay{overflow:hidden!important;position:fixed;width:100%}.aws-container.aws-mobile-fixed{position:fixed!important;z-index:9999999!important;top:10px!important;left:20px!important;width:100%;width:calc(100% - 40px)!important}.aws-mobile-fixed-close{padding:15px;margin-right:-10px;display:inline-block;float:right;cursor:pointer}.aws-overlay-mask{display:block;position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;background:#fff;z-index:9999998!important}.aws-overlay .aws-overlay-mask{opacity:1}.et_search_outer .aws-container{width:60%}.et_search_outer .aws-container .aws-search-form{max-width:100%!important}.et_vertical_nav .et_search_outer .aws-container{width:auto;margin:0 20px 0 0}.et_fixed_nav .et-fixed-header .et_search_outer .aws-container{top:7px}.et_pb_menu__search .aws-container{width:100%}#et-boc .aws-container .aws-search-field{border:1px solid #d8d8d8;padding:6px 15px}#et-boc .aws-container .aws-search-form .aws-form-btn{background:#ededed;border:1px solid #d8d8d8;margin:0 0 0 -1px}#et-boc .aws-container .aws-search-form .aws-wrapper .aws-loader{border-top:3px solid #ededed;border-right:3px solid #ededed;border-bottom:3px solid #ededed;border-left:3px solid #555;margin:0;margin-top:-10px}#et-boc .aws-container .aws-search-form .aws-search-clear span{margin-top:-12px}#et-boc .aws-container .aws-search-form .aws-search-clear{padding:0 0 0 10px}.aws-search-result .aws_result_title .advanced-woo-labels{position:relative!important;width:auto!important;margin:0 5px 5px 0!important;transform:none!important}.aws-search-result .aws_result_title .advanced-woo-labels:last-child{margin-bottom:0!important}.aws-search-result .aws_result_title .aws_result_labels{display:flex;margin:0!important;flex-wrap:wrap;flex-direction:row;text-align:left;justify-content:flex-start}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../../../plugins/reviewer/public/assets/css/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../../../plugins/reviewer/public/assets/css/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../../../plugins/reviewer/public/assets/css/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}@font-face{font-display:swap;font-family:dashicons;src:url(../../../../wp-includes/fonts/dashicons_99ac726223c749443b642ce33df8b800.eot);src:url("../../../../wp-includes/fonts/dashicons_99ac726223c749443b642ce33df8b800.eot#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_99ac726223c749443b642ce33df8b800.ttf) 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 0.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"}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;box-sizing:border-box}.noUi-base,.noUi-target{position:relative}.noUi-base{width:100%;height:100%}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-stacking+.noUi-origin{*z-index:-1}.noUi-state-tap .noUi-origin{transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base{transform:translateZ(0)}.noUi-horizontal{height:12px}.noUi-horizontal .noUi-handle{width:22px;height:22px;left:-11px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#fff}.noUi-connect{background:#ccc;transition:background .45s}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #d3d3d3}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:22px;background:#fff;cursor:default}.noUi-handle:hover{cursor:pointer}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:10px;width:1px;background:#e8e7e6;left:8px;top:5px}.noUi-handle:after{left:11px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled].noUi-connect,[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle{cursor:not-allowed}@-webkit-keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@-webkit-keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(180deg,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename:hover .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename:hover .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename:hover .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.dropzone .dz-preview .dz-details .dz-filename:hover .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename:hover span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename:hover a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:hover a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:hover a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename:hover a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:hover a{border:1px solid hsla(0,0%,78.4%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename:not(:hover) .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename:not(:hover) .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename:not(:hover) .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.dropzone .dz-preview .dz-details .dz-filename:not(:hover) .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename:not(:hover) a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:not(:hover) a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:not(:hover) a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename:not(:hover) a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename:not(:hover) a{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-filename .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.dropzone .dz-preview .dz-details .dz-filename .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-size .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.dropzone .dz-preview .dz-details .dz-size .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-size .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.dropzone .dz-preview .dz-details .dz-size .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.dropzone .dz-preview .dz-details .dz-size span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .dropzone .dz-preview .dz-details .dz-size a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-size a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .dropzone .dz-preview .dz-details .dz-size a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .dropzone .dz-preview .dz-details .dz-filename a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .dropzone .dz-preview .dz-details .dz-size a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-filename a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .dropzone .dz-preview .dz-details .dz-size a{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.rwp-review-wrap{margin:30px 0;box-sizing:border-box}.rwp-review-wrap *,.rwp-review-wrap :after,.rwp-review-wrap :before{box-sizing:inherit}.rwp-review-wrap [hidden]{display:none}.rwp-review-wrap .rwp-review .rwp-title{font-size:18px;font-weight:700;display:block;margin-bottom:20px}.rwp-review-wrap .rwp-review .rwp-title em{font-style:normal}.rwp-review-wrap .rwp-review .rwp-header:after,.rwp-review-wrap .rwp-review .rwp-header:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-header:after{clear:both}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls{float:left;overflow:hidden;background:#000}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-review-image a{display:block;height:136px;width:150px;background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link{border:none;transition:opacity .3s ease,transform .3s ease;-webkit-backface-visibility:hidden}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover{border:none;transform:scale(1.05);opacity:.8}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overalls{float:left;min-width:70px;min-height:68px;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overall-score,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score{height:68px;padding:8px;text-align:center;color:#fff}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-value,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{font-size:32px;display:block;line-height:1em}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-value i,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i{display:inline-block;font-size:16px;line-height:1em;font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{font-size:14px;line-height:14px;margin-top:5px;display:block}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-only.rwp-users-score,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-overall-score.rwp-only,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-only.rwp-users-score{height:136px;padding:38px 8px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score{padding:6px 8px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score.rwp-ur{height:136px;padding:38px 8px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value{font-size:26px;display:block;line-height:1em}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i{display:inline-block;font-size:14px;line-height:1em;font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{font-size:12px;line-height:12px;margin-top:5px;display:block}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{font-size:10px;line-height:10px;margin-top:1px;display:block;text-transform:none}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i{font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap{float:left;margin-bottom:20px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap:after,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap:after{clear:both}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab{padding:46px 8px;text-align:center;color:#fff;float:left;display:block;height:136px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a{display:block}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_value.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab span.rwp-tab_value,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a.rwp-tab_value.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-wrap.rwp-theme-8 .rwp-overalls a.rwp-tab_value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_value{font-size:22px;font-weight:700;line-height:22px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_label.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab span.rwp-tab_label,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a.rwp-tab_label.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-wrap.rwp-theme-8 .rwp-overalls a.rwp-tab_label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-overalls a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_label{font-size:14px;line-height:14px;margin-top:5px;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap a.rwp-custom-tab{text-decoration:none;border:0;margin:0}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-overalls{float:left;min-width:100px;min-height:90px;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-overall-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score{height:90px;padding:12px 10px;text-align:center;color:#fff}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value{font-size:42px;display:block;line-height:1em}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i{display:inline-block;font-size:16px;line-height:1em;font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label{font-size:14px;line-height:14px;margin-top:5px;display:block}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score{height:56px;text-align:center;color:#fff;padding:2px 5px 5px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value{font-size:18px;font-weight:700;line-height:18px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i{display:inline-block;font-size:12px;font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label{font-size:12px;line-height:12px;margin-top:5px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label{font-size:10px;line-height:10px;margin-top:1px;display:block;text-transform:none}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score.rwp-ur{min-height:90px;height:auto;padding:12px 10px;text-align:center;color:#fff}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score.rwp-ur .rwp-users-score-value{font-size:42px;font-weight:700;display:block;line-height:42px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score.rwp-ur .rwp-users-score-label{font-size:14px;line-height:14px;margin-top:5px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-users-score.rwp-ur .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score.rwp-ur .rwp-users-score-label{font-size:10px;line-height:10px;margin-top:1px;display:block;text-transform:none}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap{float:left;margin-bottom:20px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap:after,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap:after{clear:both}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab{padding:44px 10px;text-align:center;color:#fff;float:left;display:block;height:132px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a{display:block}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-image a.rwp-tab_value.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab span.rwp-tab_value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a.rwp-tab_value.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a.rwp-tab_value,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_value{font-size:22px;font-weight:700;line-height:22px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-image a.rwp-tab_label.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab span.rwp-tab_label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a.rwp-tab_label.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-header.rwp-has-image .rwp-overalls a.rwp-tab_label,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-review-image a.rwp-tab_label{font-size:14px;line-height:14px;margin-top:5px;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab.rwp-ur{height:100px;padding:30px 10px}.rwp-review-wrap .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap a.rwp-custom-tab{text-decoration:none;border:0;margin:0}.rwp-review-wrap .rwp-review .rwp-prosandcons{display:flex;flex-wrap:wrap;margin-top:20px}.rwp-review-wrap .rwp-review .rwp-pros-wrap{margin-right:10px;margin-bottom:10px;flex:1;flex-basis:200px}.rwp-review-wrap .rwp-review .rwp-pros-wrap .rwp-pros{display:block}.rwp-review-wrap .rwp-review .rwp-pros-wrap .rwp-pros-label{display:block;font-weight:700;text-transform:uppercase;margin-bottom:5px}.rwp-review-wrap .rwp-review .rwp-cons-wrap{flex:1;flex-basis:200px}.rwp-review-wrap .rwp-review .rwp-cons-wrap .rwp-cons{display:block}.rwp-review-wrap .rwp-review .rwp-cons-wrap .rwp-cons-label{display:block;font-weight:700;text-transform:uppercase;margin-bottom:5px}.rwp-review-wrap .rwp-review .rwp-summary-wrap{margin-top:20px}.rwp-review-wrap .rwp-review .rwp-summary-wrap .rwp-summary-label{margin-bottom:5px;display:block;font-weight:700;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-custom-links{margin-top:10px}.rwp-review-wrap .rwp-review .rwp-custom-links:after,.rwp-review-wrap .rwp-review .rwp-custom-links:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-custom-links:after{clear:both}.rwp-review-wrap .rwp-review .rwp-custom-links a{text-decoration:none;border:none;display:block;float:left;margin:0 10px 0 0;padding:0}.rwp-review-wrap .rwp-review .rwp-custom-links a:focus{outline:none}.rwp-review-wrap .rwp-review .rwp-custom-links a:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-custom-links a:hover{text-decoration:underline}.rwp-review-wrap .rwp-review .rwp-scores{margin-top:20px}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion{margin-bottom:10px}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-text:after,.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-text:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-text:after{clear:both}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-text .rwp-criterion-label{float:left;font-weight:700;margin-top:2px}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-text .rwp-criterion-score{float:right;font-weight:700}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-bar-base{background:#eee;height:10px;margin:5px 0 15px}.rwp-review-wrap .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-bar-base .rwp-score-bar{height:10px;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.4)}.rwp-review-wrap .rwp-review .rwp-users-reviews-page{margin-bottom:30px}.rwp-review-wrap .rwp-review .rwp-users-reviews-page:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-users-reviews-page.rwp-hidden{display:none}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap{margin-top:30px}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label{margin-bottom:20px;display:block;font-weight:700;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label i{display:inline-block;color:#fff;padding:5px;margin-left:10px;vertical-align:middle}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em{float:right;text-align:right;text-transform:none;max-width:230px}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a{text-decoration:none;border:none;display:block;margin:0;padding:0;font-style:normal}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a:focus{outline:none}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-users-reviews-wrap .rwp-people-label em a:hover{text-decoration:underline}.rwp-review-wrap .rwp-review .rwp-show-more{font-weight:700;text-align:center;display:block;text-transform:uppercase;margin-top:20px}.rwp-review-wrap .rwp-review .rwp-show-more:hover{text-decoration:underline;cursor:pointer}.rwp-review-wrap .rwp-review .rwp-user-review{position:relative;min-height:100px;margin-bottom:30px;padding:10px}.rwp-review-wrap .rwp-review .rwp-user-review:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-user-review.rwp-hidden{display:none}.rwp-review-wrap .rwp-review .rwp-user-review.rwp-highlighted{background-color:#f7f7f7}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-user-info{position:absolute;top:10px;left:10px;max-width:60px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-user-info a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-user-info .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-user-info span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-user-info a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-user-info a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-user-info .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-user-info .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-user-info a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-user-info a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-user-info .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-user-info .rwp-review-image a{display:block;text-align:center;font-weight:700;margin-top:6px;width:70px;word-wrap:break-word}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-content{margin-left:80px;min-height:80px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-content.rwp-no-avatar{margin-left:0}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-title{display:block;font-weight:700;margin-bottom:10px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-message{margin-bottom:6px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-date{margin-bottom:10px;display:block}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-ratings-wrap{position:relative}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-ratings{margin-right:120px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-ratings:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-ratings:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-ratings:after{clear:both}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion{margin:0 20px 10px 0;width:150px;float:left}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-str{margin-top:2px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-text:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-text:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-text:after{clear:both}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-text .rwp-criterion-label{float:left;font-weight:700}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-text .rwp-criterion-score{float:right;font-weight:700}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-bar-base{background:#eee;height:6px;margin:3px 0 0}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-criterion .rwp-criterion-bar-base .rwp-score-bar{height:6px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off{width:110px;position:absolute;top:0;right:0}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap:before,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off:before,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off:after,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap:after{clear:both}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap .rwp-dislike,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap .rwp-like,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap .rwp-loader,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader{display:block;float:right}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader em{font-size:12px;line-height:12px;font-weight:700;color:#e74343;display:inline-block;vertical-align:top;margin-top:6px;font-style:normal}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-loader a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-review-image a{width:18px;height:24px;display:inline-block;vertical-align:top;background-image:url(../../../plugins/reviewer/public/assets/images/rwp-like.png);background-repeat:no-repeat;background-size:36px;background-position:0 0}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-loader a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike span:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like span:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader span:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-dislike .rwp-review-image a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-review-image a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader .rwp-review-image a:hover{cursor:pointer}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like em{color:#56b258}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-like .rwp-review-image a{background-position:-18px 0;margin-right:10px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap .rwp-loader,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap .rwp-loader,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader{width:16px;height:16px;background:url(../../../plugins/reviewer/public/assets/images/loader-2.gif);margin:4px 6px 0 0;display:none}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-off.rwp-ur-like-wrap em,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off em{color:#a5a5a5}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-review-image a{background-position:0 -24px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike span:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader span:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-dislike .rwp-review-image a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-review-image a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-loader .rwp-review-image a:hover{cursor:auto}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-review-image a{background-position:-18px -24px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like span:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-user-review .rwp-ur-like-wrap.rwp-off .rwp-like .rwp-review-image a:hover{cursor:auto}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-ur-sharing{margin-top:16px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share{display:inline-block;vertical-align:middle;width:20px;height:20px;border:none!important;margin-right:10px}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share:last-child{margin-right:0}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share:before{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;color:#a5a5a5}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share.rwp-facebook:before{content:"\F305"}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share.rwp-twitter:before{content:"\F301"}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share.rwp-google:before{content:"\F462"}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share.rwp-email:before{content:"\F465"}.rwp-review-wrap .rwp-review .rwp-user-review .rwp-share.rwp-sharing-link:before{content:"\F103"}.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap{margin-top:30px}.rwp-review-wrap .rwp-review .rwp-ratings-form-wrap .rwp-ratings-form-label{margin-bottom:20px;display:block;font-weight:700;text-transform:uppercase}.rwp-review-wrap .rwp-review .rwp-ratings-form{position:relative}.rwp-review-wrap .rwp-review .rwp-ratings-form p{margin-bottom:10px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info{position:absolute;top:0;left:0}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info img{width:50px;height:50px;float:none;border-radius:50%;-webkit-border-radius:50%}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-ratings-form .rwp-rating-form-user-info a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-ratings-form .rwp-rating-form-user-info a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-review-image a{display:block;text-align:center;font-weight:700;margin-top:6px;width:70px;word-wrap:break-word}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-ratings-form .rwp-rating-form-user-info img+a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-review-image img+a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-user-info img+span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info img+a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info img+a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-overalls img+a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls img+a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-review .rwp-ratings-form .rwp-rating-form-user-info img+a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-ratings-form .rwp-rating-form-user-info img+a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-header.rwp-has-image .rwp-overalls img+a,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-ratings-form .rwp-rating-form-user-info .rwp-review-image img+a{width:50px;text-align:center}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content{margin-left:80px;min-height:80px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content.rwp-no-avatar{margin-left:0}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=text],.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content textarea{padding:6px;margin:0;background:#fff;border:1px solid rgba(51,51,51,.1);width:100%}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content textarea{min-height:80px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-error-msg{font-size:12px;color:#e74343;padding-left:10px;display:none}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders{list-style:none;margin:0 0 20px;padding:0}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders:after,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders:after{clear:both}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders li{float:left;margin-right:10px;margin-bottom:10px;list-style:none}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders li:last-child{margin:0}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders label{display:block}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders.rwp-with-stars label.rwp-lab{padding-left:12px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders.rwp-with-stars .rwp-stars{margin-bottom:0}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders input[type=text]{width:50px!important;padding:4px;display:inline-block;vertical-align:middle;margin-right:20px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-scores-sliders .rwp-slider{width:190px;display:inline-block;vertical-align:middle}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content p.rwp-submit-wrap{display:block}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content p.rwp-submit-wrap:after,.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content p.rwp-submit-wrap:before{content:" ";display:table}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content p.rwp-submit-wrap:after{clear:both}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content p.rwp-submit-wrap .rwp-notification{margin-right:10px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-loader{float:right;width:16px;height:16px;background:url(../../../plugins/reviewer/public/assets/images/loader-2.gif);margin:7px 6px 0 0;display:none}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=button]{padding:6px 8px;float:right;margin:0;font-size:14px;border:none;width:auto;color:#fff;text-transform:uppercase;font-weight:700}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-captcha-image{display:inline-block;vertical-align:middle}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content input[type=text].rwp-captcha-input{display:inline-block;width:70px;vertical-align:middle;margin-left:10px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-refresh-captcha-btn{width:18px;height:18px;color:#404040;display:inline-block;vertical-align:middle;margin-left:10px;background-image:url(../../../plugins/reviewer/public/assets/images/refresh.png);background-repeat:no-repeat;background-size:18px}.rwp-review-wrap .rwp-review .rwp-ratings-form .rwp-rating-form-content .rwp-refresh-captcha-btn:hover{cursor:pointer}.rwp-review-wrap .rwp-box__links{display:flex;flex-wrap:wrap;margin-top:10px}.rwp-review-wrap .rwp-box__link{display:flex;flex-wrap:wrap;min-width:140px;height:30px;border:1px solid #4caf50;background:#fff;color:#3d3d3d;text-decoration:none;align-items:center;font-size:12px;text-transform:uppercase;margin-right:20px;margin-bottom:10px;box-shadow:none!important}.rwp-review-wrap .rwp-box__link:hover{border:1px solid #323232;box-shadow:none!important;text-decoration:none!important}.rwp-review-wrap .rwp-box__link-label{text-align:center;flex:1;padding:0 10px}.rwp-review-wrap .rwp-box__link-icon{background:#4caf50;height:30px;width:30px;color:#fff;line-height:2.5em;font-size:12px;display:block}.rwp-review-wrap p{margin:0;padding:0}.rwp-review-wrap .rwp-stars{margin-bottom:20px}.rwp-review-wrap .rwp-stars:after,.rwp-review-wrap .rwp-stars:before{content:" ";display:table}.rwp-review-wrap .rwp-stars:after{clear:both}.rwp-review-wrap .rwp-stars input[type=radio]{display:none}.rwp-review-wrap .rwp-stars .rwp-star{float:right;display:block;width:10px;height:20px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:20px;margin:0;padding:0}.rwp-review-wrap .rwp-stars .rwp-star.rwp-even{background-position:-10px -20px}.rwp-review-wrap .rwp-stars .rwp-star.rwp-odd{background-position:0 -20px}.rwp-review-wrap .rwp-stars .rwp-star:last-child{background:none}.rwp-review-wrap .rwp-stars .rwp-rating:checked~.rwp-star,.rwp-review-wrap .rwp-stars .rwp-star:hover,.rwp-review-wrap .rwp-stars .rwp-star:hover~.rwp-star{background-position:0 0}.rwp-review-wrap .rwp-stars .rwp-rating:checked~.rwp-star.rwp-even,.rwp-review-wrap .rwp-stars .rwp-star.rwp-even:hover,.rwp-review-wrap .rwp-stars .rwp-star:hover~.rwp-star.rwp-even{background-position:-10px 0}.rwp-review-wrap .rwp-stars2{margin-bottom:20px}.rwp-review-wrap .rwp-stars2:after,.rwp-review-wrap .rwp-stars2:before{content:" ";display:table}.rwp-review-wrap .rwp-stars2:after{clear:both}.rwp-review-wrap .rwp-stars2 input[type=radio]{display:none}.rwp-review-wrap .rwp-stars2 .rwp-star2{float:right;display:block;width:20px;height:20px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:20px;background-position:0 -20px;margin:0;padding:0}.rwp-review-wrap .rwp-stars2 .rwp-star2:last-child{background:none}.rwp-review-wrap .rwp-stars2 .rwp-rating2:checked~.rwp-star2,.rwp-review-wrap .rwp-stars2 .rwp-star2:hover,.rwp-review-wrap .rwp-stars2 .rwp-star2:hover~.rwp-star2{background-position:0 0}.rwp-review-wrap .rwp-str:after,.rwp-review-wrap .rwp-str:before{content:" ";display:table}.rwp-review-wrap .rwp-str:after{clear:both}.rwp-review-wrap .rwp-str .rwp-s{float:left;display:block;width:8px;height:16px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:16px;margin:0;padding:0}.rwp-review-wrap .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -16px}.rwp-review-wrap .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-8px -16px}.rwp-review-wrap .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-8px 0}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-criterion-label{font-weight:700;min-width:100px;display:inline-block;vertical-align:middle}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str{margin:0 0 0 20px;display:inline-block;vertical-align:middle}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str:after,.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str:after{clear:both}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str .rwp-s{float:left;display:block;width:12px;height:24px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:24px;margin:0;padding:0}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -24px}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-12px -24px}.rwp-review-wrap.rwp-theme-2 .rwp-scores .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-12px 0}.rwp-review-wrap.rwp-theme-3 .rwp-scores:after,.rwp-review-wrap.rwp-theme-3 .rwp-scores:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-3 .rwp-scores:after{clear:both}.rwp-review-wrap.rwp-theme-3 .rwp-scores .rwp-criterion{float:left;margin-right:30px;font-weight:700}.rwp-review-wrap.rwp-theme-3 .rwp-scores .rwp-criterion:last-child{margin-right:0}.rwp-review-wrap.rwp-theme-3 .rwp-scores .rwp-criterion-label{display:block;text-align:center;margin-top:10px}.rwp-review-wrap.rwp-theme-3 .rwp-score-circle{width:100px;height:100px;position:relative}.rwp-review-wrap.rwp-theme-3 .rwp-score-circle__value{color:#3b3c3e!important;font-size:20px;font-weight:400}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores{margin:0;max-width:480px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores .rwp-criterion{margin:0 0 6px;background:#eee;display:flex}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores .rwp-criterion-bar-base{height:36px;display:inline-block;vertical-align:middle;width:100%;margin:0;border-right:2px solid #bebebe;flex:3}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores .rwp-criterion-bar-base .rwp-score-bar{height:100%;box-shadow:inset -3px 0 0 0 rgba(0,0,0,.4);-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores .rwp-criterion-bar-base .rwp-criterion-score{text-align:right;width:100%;display:block;height:36px;line-height:36px;padding:0 10px;color:#fff;font-weight:700}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-scores .rwp-criterion-label{display:inline-block;vertical-align:middle;width:100%;text-align:right;padding:0 10px;height:36px;line-height:1.2;font-size:12px;font-weight:700;flex:1;display:flex;justify-content:flex-end;align-items:center}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-overalls{margin-right:0}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image{max-width:480px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-image{display:inline-block;float:none;vertical-align:top}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-image a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-image span{width:160px;height:98px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls{width:100%;max-width:320px;margin-left:-4px;min-height:98px;background:none}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score{height:46px;text-align:left;margin-bottom:6px;padding:11px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:after{clear:both}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{float:right;line-height:24px;font-size:24px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label{float:left;margin:5px 0 0;font-size:14px;line-height:14px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label{margin-left:5px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap{margin:0;float:none}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab{height:46px;text-align:left;margin-bottom:6px;padding:11px;width:100%}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab:after{clear:both}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab:last-child{margin-bottom:0}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_value{float:right;line-height:24px;font-size:24px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_label{float:left;margin:5px 0 0;font-size:14px;line-height:14px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image{max-width:480px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overalls{width:100%;min-height:0;float:none}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score{height:46px;text-align:left;padding:10px;margin-bottom:6px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score:before,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score:after{clear:both}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value{line-height:24px;font-size:24px;text-align:right;margin:0;display:block;float:right}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label{float:left;line-height:14px;font-size:14px;text-align:left;margin-top:7px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label{margin-left:5px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value{display:block;float:right}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score{min-height:0}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap{margin:0;float:none}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab{height:46px;text-align:left;margin-bottom:6px;padding:11px;width:100%}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab:after,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab:after{clear:both}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab:last-child{margin-bottom:0}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_value{float:right;line-height:24px;font-size:24px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_label{float:left;margin:5px 0 0;font-size:14px;line-height:14px;height:auto;width:auto;display:block}.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-5 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-5 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-review-image a,.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-review-image span,.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-review-image a{width:154px}.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-scores{float:left;margin:10px 0 0 20px;min-width:200px}.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-scores .rwp-criterion{margin-bottom:10px}.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-scores .rwp-criterion .rwp-criterion-bar-base{margin:3px 0 0}.rwp-review-wrap.rwp-theme-6 .rwp-scores{float:left;margin:10px 0 0 20px;min-width:200px}.rwp-review-wrap.rwp-theme-6 .rwp-scores .rwp-str{margin:0}.rwp-review-wrap.rwp-theme-6 .rwp-scores .rwp-criterion{margin-bottom:10px;font-weight:700}.rwp-review-wrap.rwp-theme-6 .rwp-scores .rwp-criterion .rwp-criterion-label{display:block;margin-bottom:3px}.rwp-review-wrap.rwp-theme-8 .rwp-box{max-width:270px;position:relative;min-height:250px;background:#404040;margin:0 auto}.rwp-review-wrap.rwp-theme-8 .rwp-box>div:last-child{padding-bottom:20px}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls,.rwp-review-wrap.rwp-theme-8 .rwp-review-image,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls{overflow:hidden;background:#202020;height:184px;width:100%}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-review-wrap.rwp-theme-8 .rwp-review-image a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls span,.rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image span,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link{display:block;height:184px;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a{border:none;transition:opacity .3s ease,transform .3s ease;-webkit-backface-visibility:hidden}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a:hover{border:none;transform:scale(1.05);opacity:.8}.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score{width:110px;height:110px;border-radius:110px;position:absolute;top:110px;left:80px;color:#fff;text-align:center;background:#404040}.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label{font-size:28px;display:block;line-height:1em;margin-top:32px}.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-value i,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label i,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label i{display:inline-block;font-size:14px;line-height:1em;font-style:normal}.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-overall-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-header.rwp-has-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-users-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-users-score .rwp-overlall-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overall-score .rwp-users-score-label,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-no-image .rwp-overall-score .rwp-users-score-label{font-size:14px;line-height:14px;margin-top:3px;display:block}.rwp-review-wrap.rwp-theme-8 .rwp-scores{margin-top:0;background:#fff;padding:40px 20px 20px;background:#404040}.rwp-review-wrap.rwp-theme-8 .rwp-scores .rwp-criterion{background:#fff;margin:0;padding:5px 10px}.rwp-review-wrap.rwp-theme-8 .rwp-scores .rwp-criterion-label{font-weight:700;min-width:128px;display:inline-block;vertical-align:middle;font-size:14px}.rwp-review-wrap.rwp-theme-8 .rwp-scores .rwp-str{margin:0;display:inline-block;vertical-align:middle}.rwp-review-wrap.rwp-theme-8 .rwp-scores.rwp-ur{padding:20px}.rwp-review-wrap.rwp-theme-8 .rwp-users-score{padding:0 20px;color:#fff}.rwp-review-wrap.rwp-theme-8 .rwp-users-score:after,.rwp-review-wrap.rwp-theme-8 .rwp-users-score:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-8 .rwp-users-score:after{clear:both}.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value{font-size:18px;width:60px;line-height:40px;height:40px;border-radius:40px;text-align:center;float:right}.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-value i{display:inline-block;font-size:10px;line-height:1em;font-style:normal}.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-count,.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label{float:left;margin:8px 0 0 5px}.rwp-review-wrap.rwp-theme-8 .rwp-users-score .rwp-users-score-label{margin-left:0}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap{color:#fff}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab{color:#fff;text-decoration:none;border:0;padding:0 20px;margin-bottom:10px;display:block}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:after,.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:before{content:" ";display:table}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:after{clear:both}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:first-child{margin-top:10px}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:last-child{margin-bottom:0}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab:hover{text-decoration:none;color:#fff}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_value{font-size:18px;min-width:40px;line-height:30px;height:40px;padding:5px;border-radius:40px;text-align:center;float:right}.rwp-review-wrap.rwp-theme-8 .rwp-custom-tabs-wrap .rwp-custom-tab .rwp-tab_label{float:left;margin:8px 0 0}@media (min-width:768px){.rwp-review-wrap .rwp-review .rwp-header .rwp-cons-wrap,.rwp-review-wrap .rwp-review .rwp-header .rwp-pros-wrap{margin-top:0}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image span,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls span,.rwp-review-wrap.rwp-theme-8 .rwp-review .rwp-header.rwp-has-image .rwp-review-image a{width:200px}.rwp-review-wrap.rwp-theme-5 .rwp-review .rwp-scores,.rwp-review-wrap.rwp-theme-6 .rwp-review .rwp-scores{margin-top:0}}.rwp-widget-reviews{margin:0;padding:0;text-decoration:none;list-style:none}.rwp-widget-reviews .rwp-rating-stars-count{font-size:12px;margin-left:90px}.rwp-widget-reviews li{margin-bottom:10px}.rwp-widget-reviews li:last-child{margin:0}.rwp-widget-reviews.rwp-widget-theme-1 li{background:none;border:0;padding:0;margin:0 0 10px}.rwp-widget-reviews.rwp-widget-theme-1 a{position:relative;display:block;height:136px}.rwp-widget-reviews.rwp-widget-theme-1 a:focus{outline:none}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-has-image a{background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;text-align:center}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-has-image a:before{content:" ";display:block;position:absolute;bottom:0;width:100%;height:70%;z-index:0;background-image:linear-gradient(top,transparent,rgba(29,29,29,.7));filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#000000",EndColorStr="#1d1d1d")}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-has-image .rwp-title{display:block;position:absolute;left:0;bottom:0;padding:10px;font-weight:700;color:#fff;text-shadow:-1px 1px 0 #000;font-size:18px;line-height:18px;text-align:left}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-has-image .rwp-overall{min-width:50px;height:50px;color:#fff;background:#333;padding:5px;display:block;position:absolute;top:0;right:0;font-size:24px;line-height:24px}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-has-image .rwp-overall em{font-style:none;display:block;font-size:10px;line-height:10px;text-transform:uppercase;margin-top:3px}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-no-image a{background-color:#f1f1f1;text-decoration:none;color:#fff}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-no-image a:hover{color:#fff}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-no-image .rwp-title{display:block;position:absolute;left:0;bottom:0;padding:10px;font-weight:700;color:#fff;font-size:18px;line-height:18px}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-no-image .rwp-overall{min-width:50px;height:50px;color:#fff;background:#333;padding:5px;display:block;position:absolute;top:0;right:0;font-size:24px;line-height:24px;text-align:center}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-no-image .rwp-overall em{font-style:none;display:block;font-size:10px;line-height:10px;text-transform:uppercase;margin-top:3px}.rwp-widget-reviews.rwp-widget-theme-1 .rwp-ranking-number{font-size:26px;line-height:26px;font-weight:700;display:block;position:absolute;left:0;top:55px}.rwp-widget-reviews.rwp-widget-theme-1 li.rwp-has-ranking{position:relative}.rwp-widget-reviews.rwp-widget-theme-1 li.rwp-has-ranking a{margin-left:34px}.rwp-widget-reviews.rwp-widget-theme-2 li{position:relative;min-height:70px}.rwp-widget-reviews.rwp-widget-theme-2 .rwp-ranking-number{font-size:26px;line-height:26px;font-weight:700;display:block;position:absolute;left:0;top:22px}.rwp-widget-reviews.rwp-widget-theme-2 .rwp-overall{position:absolute;left:0;top:0;width:70px;color:#fff;text-align:center;background:#333;padding:16px 5px;display:block;font-size:24px;line-height:24px}.rwp-widget-reviews.rwp-widget-theme-2 .rwp-overall em{font-style:none;display:block;font-size:10px;line-height:10px;text-transform:uppercase;margin-top:3px}.rwp-widget-reviews.rwp-widget-theme-2 a{display:block;margin:0 0 0 80px;text-decoration:none;padding:6px 0 0;content:"";color:#323232}.rwp-widget-reviews.rwp-widget-theme-2 li.rwp-has-ranking .rwp-overall{left:30px}.rwp-widget-reviews.rwp-widget-theme-2 li.rwp-has-ranking a{margin-left:110px}.rwp-widget-reviews.rwp-widget-theme-3 li{position:relative;min-height:70px}.rwp-widget-reviews.rwp-widget-theme-3 li.rwp-has-ranking a{margin:0 0 0 40px}.rwp-widget-reviews.rwp-widget-theme-3 li.rwp-no-image a .rwp-title{margin:0}.rwp-widget-reviews.rwp-widget-theme-3 li.rwp-no-image .rwp-rating-stars-count,.rwp-widget-reviews.rwp-widget-theme-3 li.rwp-no-image .rwp-str{margin-left:0}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-ranking-number{font-size:26px;line-height:26px;font-weight:700;display:block;position:absolute;left:0;top:22px}.rwp-widget-reviews.rwp-widget-theme-3 a{display:block;margin:0;text-decoration:none;position:relative;color:#323232}.rwp-widget-reviews.rwp-widget-theme-3 a .rwp-w-icon{width:80px;height:54px;background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;text-align:center;position:absolute;top:0;left:0}.rwp-widget-reviews.rwp-widget-theme-3 a .rwp-title{display:block;font-size:14px;line-height:16px;font-weight:700;margin:0 0 0 90px}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str{margin:3px 0 0 90px;display:inline-block;vertical-align:middle}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str:after,.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str:before{content:" ";display:table}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str:after{clear:both}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str .rwp-s{float:left;display:block;width:10px;height:20px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:20px;margin:0;padding:0}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -20px}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-10px -20px}.rwp-widget-reviews.rwp-widget-theme-3 .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-10px 0}.rwp-widget-ratings{margin:0;padding:0;text-decoration:none;list-style:none}.rwp-widget-ratings li{margin-bottom:30px;position:relative}.rwp-widget-ratings li:last-child{margin:0}.rwp-widget-ratings .rwp-cell{margin-bottom:10px;position:relative;min-height:42px}.rwp-widget-ratings .rwp-cell img{position:absolute;display:block;top:12px;height:30px;border-radius:30px}.rwp-widget-ratings .rwp-cell .rwp-cell-content.rwp-has-avatar{margin-left:40px}.rwp-widget-ratings .rwp-cell .rwp-w-date,.rwp-widget-ratings .rwp-cell .rwp-w-name{font-size:14px;display:block;line-height:14px;margin-bottom:5px}.rwp-widget-ratings .rwp-cell .rwp-w-name{font-weight:700}.rwp-widget-ratings .rwp-str:after,.rwp-widget-ratings .rwp-str:before{content:" ";display:table}.rwp-widget-ratings .rwp-str:after{clear:both}.rwp-widget-ratings .rwp-str .rwp-s{float:left;display:block;width:8px;height:16px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:16px;margin:0;padding:0}.rwp-widget-ratings .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -16px}.rwp-widget-ratings .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-widget-ratings .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-8px -16px}.rwp-widget-ratings .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-8px 0}.rwp-widget-ratings .rwp-criterion{margin-bottom:10px}.rwp-widget-ratings .rwp-criterion:after,.rwp-widget-ratings .rwp-criterion:before{content:" ";display:table}.rwp-widget-ratings .rwp-criterion:after{clear:both}.rwp-widget-ratings .rwp-criterion:last-child{margin:0}.rwp-widget-ratings .rwp-criterion .rwp-criterion-score{float:left;font-weight:700;font-size:16px;line-height:16px}.rwp-widget-ratings .rwp-criterion .rwp-criterion-bar-base{background:#eee;height:10px;margin:5px 10px 0 0;float:left;width:140px}.rwp-widget-ratings .rwp-criterion .rwp-criterion-bar-base .rwp-score-bar{height:10px;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.4)}.rwp-widget-ratings .rwp-w-comment,.rwp-widget-ratings .rwp-w-post-title,.rwp-widget-ratings .rwp-w-title{font-size:14px;display:block;text-align:justify;margin:0;padding:0}.rwp-widget-ratings .rwp-w-title{font-weight:700;margin-bottom:5px}.rwp-widget-ratings .rwp-w-post-title{margin-bottom:10px;font-style:italic;padding-bottom:2px;border-bottom:1px solid #ccc}.rwp-widget-ratings .rwp-ranking-number{font-size:18px;line-height:18px;font-weight:700;display:block;position:absolute;left:0;top:14px}.rwp-widget-ratings li.rwp-has-ranking .rwp-wdj-content{margin-left:25px}.rwp-widget-ratings a{font-size:14px;margin-top:10px}.rwp-rl-wrapper.rwp-rl-inline{display:inline-block;margin-right:20px}.rwp-rl-wrapper .rwp-rl-title{font-size:18px;font-weight:700;display:block}.rwp-rl-wrapper .rwp-rl-review{min-height:100px;padding:10px 0;border-bottom:1px solid #e5e5e5}.rwp-rl-wrapper .rwp-rl-review.rwp-rl-no-image .rwp-rl-ranking{margin-right:149px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-ranking{font-size:26px;line-height:26px;font-weight:700;display:inline-block;vertical-align:middle;margin:0 16px 0 5px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-img-link{display:inline-block;vertical-align:middle;margin-right:16px;border:none;text-decoration:none}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-img-link:hover{border:none;text-decoration:none}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-img-link .rwp-rl-review-image{height:100px;width:113px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-review-info{display:inline-block;vertical-align:middle}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-review-title{font-size:16px;line-height:16px;font-weight:700;color:#323232;margin-bottom:20px;display:block;border:none;text-decoration:none}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-review-title:hover{border:none;text-decoration:underline}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-total-score-wrap,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap{display:inline-block;vertical-align:top}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-total-score-wrap .rwp-rl-total-score-label,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap .rwp-rl-total-score-label,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap .rwp-rl-users-score-label{display:block;font-size:14px;line-height:14px;margin-bottom:10px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-total-score-wrap .rwp-rl-total-score,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap .rwp-rl-total-score,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap .rwp-rl-users-score{font-size:30px;line-height:30px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-tab.rwp-rl-users-score-wrap,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-total-score-wrap.rwp-rl-tab{margin-left:20px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-tab.rwp-rl-users-score-wrap a,.rwp-rl-wrapper .rwp-rl-review .rwp-rl-total-score-wrap.rwp-rl-tab a{text-decoration:none;border:none}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap{margin-left:20px}.rwp-rl-wrapper .rwp-rl-review .rwp-rl-users-score-wrap .rwp-rl-users-score em{font-size:12px;font-style:normal;font-weight:400}.rwp-rl-wrapper .rwp-rl-review .rwp-str{display:inline-block;vertical-align:middle}.rwp-rl-wrapper .rwp-rl-review .rwp-str:after,.rwp-rl-wrapper .rwp-rl-review .rwp-str:before{content:" ";display:table}.rwp-rl-wrapper .rwp-rl-review .rwp-str:after{clear:both}.rwp-rl-wrapper .rwp-rl-review .rwp-str .rwp-s{float:left;display:block;width:10px;height:20px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:20px;margin:0;padding:0}.rwp-rl-wrapper .rwp-rl-review .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -20px}.rwp-rl-wrapper .rwp-rl-review .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-rl-wrapper .rwp-rl-review .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-10px -20px}.rwp-rl-wrapper .rwp-rl-review .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-10px 0}.rwp-rating-stars{width:120px;height:24px;background-size:24px;background-position:0 -24px}.rwp-rating-stars div{background-position:0 0;background-size:24px;background-image:inherit;display:block;height:24px}.rwp-rating-stars-count{font-size:14px;margin-top:3px}.dropzone{min-height:170px;border:2px dashed #e5e5e5;background:#fff;padding:0;margin-bottom:10px}.dropzone.dz-drag-hover{border-style:dashed;border-color:#2196f3}.dropzone .dz-message{color:silver;margin:5em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:10px;min-height:auto}.dropzone .dz-preview:hover .dz-image img{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}.dropzone .dz-preview .dz-image{border-radius:0}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:0;background:#e5e5e5}.dropzone .dz-preview .dz-progress{border-radius:2px;height:6px;margin-top:-12px}.dropzone .dz-preview .dz-progress .dz-upload{background:#323232}.dropzone .dz-preview .dz-remove{box-shadow:none;color:#3d3d3d;font-size:11px;text-decoration:none;margin:2px 0 0;padding:0}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{margin-top:-36px}.dropzone .dz-preview .dz-details{display:none}.dropzone .dz-preview .dz-error-message{border-radius:4px;font-size:12px;text-align:center;top:150px;background:#e53935;padding:4px}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #e53935}.rwp-users-reviews-toolbar{margin-bottom:30px;font-size:14px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-users-reviews-toolbar a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-users-reviews-toolbar a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-users-reviews-toolbar a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-users-reviews-toolbar a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-users-reviews-toolbar a,.rwp-users-reviews-toolbar .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-users-reviews-toolbar .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-users-reviews-toolbar span{font-weight:700}.rwp-users-reviews-toolbar select{display:inline-block;background-color:#fff;border-color:#ddd;border-radius:0;font-size:14px}.rwp-users-reviews-toolbar select:focus{outline:none}.rwp-select select{font-family:inherit;background-color:transparent;width:100%;padding:4px 0;font-size:inherit;color:inherit;border:none;border-bottom:1px solid #e5e5e5;height:auto;margin:0}.rwp-select select:focus{outline:none}.rwp-select label{display:none}.rwp-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.rwp-select{position:relative}.rwp-select:after{position:absolute;top:.75em;right:.5em;width:0;height:0;padding:0;content:"";border-left:.25em solid transparent;border-right:.25em solid transparent;border-top:.375em solid #a5a5a5;pointer-events:none}.rwp-box__sorting{margin-bottom:20px;display:flex;align-items:baseline}.rwp-box__sorting i{display:block;margin-right:5px;flex-basis:65px;color:#a5a5a5;font-size:12px}.rwp-users-reviews .rwp-u-review:last-child{margin-bottom:0}.rwp-u-review{padding:10px;margin-bottom:30px;min-height:100px;position:relative}.rwp-u-review.\--rwp-highlighted{background-color:#f7f7f7}.rwp-u-review__user{position:absolute;top:10px;left:10px;width:70px}.rwp-u-review__avatar{display:block;width:50px;border-radius:50px;margin-bottom:5px}.rwp-u-review__userinfo{margin-bottom:6px;font-size:0;display:flex;flex-wrap:wrap;align-items:baseline}.rwp-u-review__username{word-wrap:break-word;font-weight:700;font-size:12px;display:block;margin:0 10px 0 0}img+.rwp-u-review__username{width:50px;text-align:center}.rwp-u-review__badges{display:inline-block}.rwp-u-review__badge{background:#e91e63;display:inline-block;color:#fff;font-size:11px;font-weight:700;padding:4px 6px;line-height:11px;border-radius:2px}.rwp-u-review__content{margin-left:80px;min-height:80px}.rwp-u-review__content.\--rwp-no-avatar{margin-left:0}.rwp-u-review__scores .rwp-review-criterion:last-child{margin-right:0}.rwp-u-review .rwp-numeric-rating{margin-bottom:10px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-u-review .rwp-numeric-rating a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-u-review .rwp-numeric-rating a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-u-review .rwp-numeric-rating a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-u-review .rwp-numeric-rating a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-u-review .rwp-numeric-rating a,.rwp-u-review .rwp-numeric-rating .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-u-review .rwp-numeric-rating .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-u-review .rwp-numeric-rating .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-u-review .rwp-numeric-rating .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-u-review .rwp-numeric-rating .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-u-review .rwp-numeric-rating span{display:inline-block;font-size:24px;line-height:1em}.rwp-u-review .rwp-numeric-rating i{display:inline-block;font-size:16px;line-height:1em;font-style:normal;letter-spacing:2px}.rwp-u-review__title{font-weight:700;margin-bottom:10px;display:block}.rwp-u-review__comment{margin-bottom:10px}.rwp-u-review__images{font-size:0}.rwp-u-review__image{overflow:hidden;display:inline-block;margin:0 10px 10px 0;padding:0;text-decoration:none!important;box-shadow:none!important;color:#323232!important;border-radius:50%}.rwp-u-review__image:last-child{margin-right:0}.rwp-u-review__thumb{display:block;height:100px;width:100px;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:50%;border:none!important;transition:opacity .3s ease,transform .3s ease;-webkit-backface-visibility:hidden}.rwp-u-review__thumb:hover{border:none;transform:scale(1.05)}.rwp-u-review__actions{margin-bottom:10px}.rwp-u-review__actions:after,.rwp-u-review__actions:before{content:" ";display:table}.rwp-u-review__actions:after{clear:both}.rwp-u-review__sharing{float:left;margin-top:6px}.rwp-u-review__sharing-icon{display:inline-block;width:18px;height:18px;font-size:18px;line-height:1;font-family:dashicons;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;text-align:center;color:#909090;border:none!important;margin-right:20px;box-shadow:none!important}.rwp-u-review__sharing-icon:hover{color:#a5a5a5}.rwp-u-review__sharing-icon.\--rwp-facebook:before{content:"\F305"}.rwp-u-review__sharing-icon.\--rwp-twitter:before{content:"\F301"}.rwp-u-review__sharing-icon.\--rwp-google:before{content:"\F462"}.rwp-u-review__sharing-icon.\--rwp-email:before{content:"\F465"}.rwp-u-review__sharing-icon.\--rwp-link:before{content:"\F103"}.rwp-u-review__likes{float:right}.rwp-u-review__judge-icons{display:inline-block;vertical-align:middle;color:#a5a5a5}.rwp-u-review__judge-icons .dashicons-yes{color:#26a4c0}.rwp-u-review__judge-icons .dashicons-warning{color:#ff9500}.rwp-u-review__positive,.rwp-u-review__positive-count{display:inline-block;vertical-align:middle}.rwp-u-review__positive-count{font-size:12px;color:#56b258;font-weight:700}.rwp-u-review__positive-icon{display:inline-block;vertical-align:middle;width:30px;height:30px;background-image:url(../../../plugins/reviewer/public/assets/images/sprite-likes.png);background-repeat:no-repeat;background-size:60px;background-position:0 0;margin:0 3px}.rwp-u-review__positive-icon:hover{cursor:pointer}.rwp-u-review__negative,.rwp-u-review__negative-count{display:inline-block;vertical-align:middle}.rwp-u-review__negative-count{font-size:12px;color:#f44336;font-weight:700}.rwp-u-review__negative-icon{display:inline-block;vertical-align:middle;width:30px;height:30px;background-image:url(../../../plugins/reviewer/public/assets/images/sprite-likes.png);background-repeat:no-repeat;background-size:60px;background-position:-30px 0;margin:0 3px}.rwp-u-review__negative-icon:hover{cursor:pointer}.rwp-u-review__date{color:#a5a5a5;font-size:12px;display:block;margin-bottom:10px}.rwp-u-review__judge-msg{font-size:12px;text-align:right;color:#a5a5a5}.rwp-review-criterion{display:inline-block;margin:0 20px 10px 0;vertical-align:top}.rwp-review-criterion.\--rwp-bs{width:150px}.rwp-review-criterion__labels{margin-bottom:5px}.rwp-review-criterion__labels:after,.rwp-review-criterion__labels:before{content:" ";display:table}.rwp-review-criterion__labels:after{clear:both}.rwp-review-criterion__label{float:left}.rwp-review-criterion__label,.rwp-review-criterion__score{display:block;font-size:12px;line-height:12px;font-weight:700}.rwp-review-criterion__score{float:right}.rwp-review-criterion__base{display:block;width:100%;background-color:#eee;height:10px}.rwp-review-criterion__value{display:block;background-color:#2196f3;height:inherit;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.4)}.rwp-five-stars{width:80px;height:16px;background-size:16px;background-position:0 -16px}.rwp-five-stars div{background-position:0 0;background-size:16px;background-image:inherit;display:block;height:16px}.rwp-five-stars.\--rwp-ss{margin-bottom:10px}.rwp-loading-icon{display:block;width:50px;height:50px;background-image:url(../../../plugins/reviewer/public/assets/images/loader-3.gif);background-size:50px;margin:0 auto}.rwp-more-urs-btn{font-weight:700;text-align:center;display:block;text-transform:uppercase;margin-top:20px}.rwp-more-urs-btn:hover{cursor:pointer}.rwp-pagination{margin-top:20px}.rwp-pagination:after,.rwp-pagination:before{content:" ";display:table}.rwp-pagination:after{clear:both}.rwp-pagination__container{float:right}.rwp-pagination__container .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-pagination__container .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-pagination__container .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-pagination__container .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-pagination__container .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-pagination__container span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-pagination__container a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-pagination__container a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-pagination__container a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-pagination__container a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-pagination__container a{display:inline-block;margin-left:2px;font-size:12px;line-height:22px;text-align:center;width:22px;height:22px}.rwp-pagination__container .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-pagination__container .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-pagination__container .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-pagination__container .rwp-review-wrap.rwp-theme-8 .rwp-review-image a:hover,.rwp-pagination__container .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-pagination__container span:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-pagination__container a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-pagination__container a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-pagination__container a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-pagination__container a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-pagination__container a:hover{cursor:pointer}.rwp-pagination__current{background:#424242!important;color:#fff;border-radius:20px}.rwp-notification{padding:4px 15px;margin:0 0 10px;display:none;border-left:2px solid #56b258;width:100%}.rwp-notification.\--rwp-notice-with-error{border-left:2px solid #f44336}.rwp-table-wrap{overflow:hidden;margin:30px 0}.rwp-table-wrap .rwp-table-title{font-size:18px;font-weight:700;display:block;margin-bottom:20px}.rwp-table-wrap .rwp-legend{float:left;margin-right:30px;padding:36px 5px 0 0}.rwp-table-wrap .rwp-legend .rwp-criteria{margin-bottom:10px;line-height:16px}.rwp-table-wrap .rwp-legend .rwp-key{background:#56b258;width:20px;height:20px;display:inline-block;vertical-align:middle;border-radius:20px;text-align:center;color:#fff;font-weight:700;font-size:12px;line-height:19px;margin-right:5px}.rwp-table-wrap .rwp-table{min-width:140px;float:left;margin:0 0 40px}.rwp-table-wrap .rwp-table .rwp-title{background:#242526;color:#fff;padding:10px 5px;text-align:center;font-size:12px;font-weight:700}.rwp-table-wrap .rwp-table .rwp-title a{color:#fff;text-decoration:none;border:none}.rwp-table-wrap .rwp-table .rwp-title a:hover{text-decoration:underline}.rwp-table-wrap .rwp-table .rwp-image-link-url{display:block}.rwp-table-wrap .rwp-table .rwp-image{display:block;height:100px;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.rwp-table-wrap .rwp-table .rwp-scores-wrap{overflow:hidden}.rwp-table-wrap .rwp-table .rwp-total-score-wrap,.rwp-table-wrap .rwp-table .rwp-users-score-wrap{background:#56b258;float:left;width:50%;color:#fff;text-align:center;padding:8px 0}.rwp-table-wrap .rwp-table .rwp-total-score-wrap .rwp-total-score,.rwp-table-wrap .rwp-table .rwp-users-score-wrap .rwp-total-score,.rwp-table-wrap .rwp-table .rwp-users-score-wrap .rwp-users-score{display:block;font-size:18px;font-weight:700;line-height:18px;margin-bottom:5px}.rwp-table-wrap .rwp-table .rwp-total-score-wrap .rwp-total-score-label,.rwp-table-wrap .rwp-table .rwp-users-score-wrap .rwp-total-score-label,.rwp-table-wrap .rwp-table .rwp-users-score-wrap .rwp-users-score-label{font-size:12px;font-weight:500;display:block;line-height:12px}.rwp-table-wrap .rwp-table .rwp-users-score-wrap{background:#3b3c3e}.rwp-table-wrap .rwp-table .rwp-users-score-wrap.rwp-ur{width:100%}.rwp-table-wrap .rwp-table .rwp-criterias{border:1px solid #eee;border-top:0}.rwp-table-wrap .rwp-table .rwp-criterias-labels-wrap{overflow:hidden;margin:5px 0 0 1px}.rwp-table-wrap .rwp-table .rwp-criterias-labels-wrap .rwp-criteria-label{background:#56b258;width:20px;height:20px;display:block;float:left;margin-left:14px;border-radius:20px;text-align:center;color:#fff;font-weight:700;font-size:12px;line-height:19px}.rwp-table-wrap.rwp-theme-1 .rwp-criterias{overflow:hidden}.rwp-table-wrap.rwp-theme-1 .rwp-criteria-wrap{float:left;margin-left:10px;width:24px;height:170px}.rwp-table-wrap.rwp-theme-1 .rwp-criteria-wrap:last-child{margin-right:10px}.rwp-table-wrap.rwp-theme-1 .rwp-criteria-wrap .rwp-criteria-bar{background:#eee;width:24px}.rwp-table-wrap.rwp-theme-1 .rwp-criteria-wrap .rwp-criteria-bar-value{width:24px;background:#56b258;box-shadow:inset -2px 0 0 0 rgba(0,0,0,.4)}.rwp-table-wrap.rwp-theme-1 .rwp-criteria-wrap .rwp-criteria-bar-value .rwp-criteria-score{color:#fff;width:24px;display:block;font-weight:700;font-size:11px;text-align:center}.rwp-table-wrap.rwp-theme-2 .rwp-criteria-label{display:block;font-size:14px;font-weight:500;margin-bottom:2px}.rwp-table-wrap.rwp-theme-2 .rwp-criteria-wrap{padding:5px;border-bottom:1px solid #eee}.rwp-table-wrap.rwp-theme-2 .rwp-criteria-wrap:last-child{border:0}.rwp-table-wrap.rwp-theme-2 .rwp-str:after,.rwp-table-wrap.rwp-theme-2 .rwp-str:before{content:" ";display:table}.rwp-table-wrap.rwp-theme-2 .rwp-str:after{clear:both}.rwp-table-wrap.rwp-theme-2 .rwp-str .rwp-s{float:left;display:block;width:8px;height:16px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:16px;margin:0;padding:0}.rwp-table-wrap.rwp-theme-2 .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -16px}.rwp-table-wrap.rwp-theme-2 .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-table-wrap.rwp-theme-2 .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-8px -16px}.rwp-table-wrap.rwp-theme-2 .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-8px 0}.rwp-table-wrap.rwp-theme-3 .rwp-criterias{overflow:hidden}.rwp-table-wrap.rwp-theme-3 .rwp-criteria-label{display:block;font-size:12px;font-weight:500;margin-top:2px;text-align:center}.rwp-table-wrap.rwp-theme-3 .rwp-criteria-wrap{padding:5px 0;width:50%;float:left}.rwp-table-wrap.rwp-theme-3 .rwp-criteria-wrap div{margin:0 auto}.rwp-table-wrap.rwp-theme-3 .rwp-score-circle-table{width:50px;height:50px;position:relative}.rwp-table-wrap.rwp-theme-3 .rwp-score-circle-table__value{color:#3b3c3e!important;font-size:14px;font-weight:400;line-height:1em}.rwp-table-wrap.rwp-theme-4 .rwp-criterias{overflow:hidden}.rwp-table-wrap.rwp-theme-4 .rwp-criteria-wrap{float:left;margin-left:10px;width:24px;height:170px}.rwp-table-wrap.rwp-theme-4 .rwp-criteria-wrap:last-child{margin-right:10px}.rwp-table-wrap.rwp-theme-4 .rwp-criteria-wrap .rwp-criteria-bar{background:#eee;width:24px}.rwp-table-wrap.rwp-theme-4 .rwp-criteria-wrap .rwp-criteria-bar-value{width:24px;background:#56b258;box-shadow:inset 0 3px 0 0 rgba(0,0,0,.2)}.rwp-table-wrap.rwp-theme-4 .rwp-criteria-wrap .rwp-criteria-bar-value .rwp-criteria-score{color:#fff;width:24px;display:block;font-weight:700;font-size:11px;text-align:center;padding-top:5px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-label{display:block;font-size:14px;font-weight:500;margin-bottom:2px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap{padding:5px 10px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap:first-child{padding-top:10px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap:last-child{padding-bottom:10px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap .rwp-criteria-label{display:block;font-size:12px;line-height:12px;font-weight:500;font-weight:700;margin-bottom:5px}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap .rwp-bar-wrap{background:#eee}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap .rwp-criteria-bar{height:20px;box-shadow:inset -3px 0 0 0 rgba(0,0,0,.2)}.rwp-table-wrap.rwp-theme-5 .rwp-criteria-wrap .rwp-criterion-score{font-size:14px;color:#fff;line-height:20px;text-align:right;display:block;padding-right:10px;margin-left:10px}.rwp-table-wrap.rwp-theme-5 .rwp-str:after,.rwp-table-wrap.rwp-theme-5 .rwp-str:before{content:" ";display:table}.rwp-table-wrap.rwp-theme-5 .rwp-str:after{clear:both}.rwp-table-wrap.rwp-theme-5 .rwp-str .rwp-s{float:left;display:block;width:8px;height:16px;background-image:url(../../../plugins/reviewer/public/assets/images/rating-star.png);background-repeat:no-repeat;background-size:16px;margin:0;padding:0}.rwp-table-wrap.rwp-theme-5 .rwp-str .rwp-s.rwp-o.rwp-x{background-position:0 -16px}.rwp-table-wrap.rwp-theme-5 .rwp-str .rwp-s.rwp-o.rwp-f{background-position:0 0}.rwp-table-wrap.rwp-theme-5 .rwp-str .rwp-s.rwp-e.rwp-x{background-position:-8px -16px}.rwp-table-wrap.rwp-theme-5 .rwp-str .rwp-s.rwp-e.rwp-f{background-position:-8px 0}[v-cloak]{display:none!important}.rwp-rosu{max-width:540px;line-height:1em;font-size:12px}.rwp-rosu__loader{display:block;width:50px;height:50px;background-image:url(../../../plugins/reviewer/public/assets/images/loader-3.gif);background-size:50px;margin:0 auto}.rwp-rosu__notice{font-size:14px;text-align:center;margin:1em 0;color:#880e4f}.rwp-rosu__user{display:flex;align-content:center}.rwp-rosu__info{align-self:center}.rwp-rosu__avatar{margin-right:20px;display:block;text-decoration:none!important;border:0!important;box-shadow:none!important}.rwp-rosu__avatar img{display:block;border-radius:50%;box-shadow:none!important;width:80px}.rwp-rosu__displayname{font-size:16px;display:block;font-weight:700}.rwp-rosu__badges{margin:0!important;display:flex;align-content:center;flex-wrap:wrap}.rwp-rosu__badges,.rwp-rosu__badges li{list-style:none!important;padding:0!important}.rwp-rosu__badges li{margin:10px 20px 0 0!important}.rwp-rosu__badges i{font-size:16px!important;margin-right:5px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-rosu__badges a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__badges a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-rosu__badges a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-rosu__badges a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__badges a,.rwp-rosu__badges .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-rosu__badges .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-rosu__badges .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-rosu__badges .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-rosu__badges .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-rosu__badges i,.rwp-rosu__badges span{display:inline-block;vertical-align:middle}.rwp-rosu__badge-icon-star i{color:#ff9500!important}.rwp-rosu__badge-icon-camera i{color:#3f51b5!important}.rwp-rosu__badge-icon-thumbup i{color:#56b258!important}.rwp-rosu__badge-icon-verified i{color:#e91e63!important}.rwp-rosu__seperator{color:#ccc;width:100%;margin:20px auto;overflow:hidden;text-align:center;line-height:1.2em;font-weight:700}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-rosu__seperator a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__seperator a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-rosu__seperator a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-rosu__seperator a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__seperator a,.rwp-rosu__seperator .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-rosu__seperator .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-rosu__seperator .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-rosu__seperator .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-rosu__seperator .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-rosu__seperator span{margin:0 20px 0 24px;display:inline-block}.rwp-rosu__seperator:after,.rwp-rosu__seperator:before{border-bottom:1px solid #e5e5e5;content:"";display:inline-block;height:.65em;margin:0 -4px 0 -100%;vertical-align:top;width:50%}.rwp-rosu__seperator:after{margin:0 -100% 0 0}.rwp-rosu__review{margin-top:20px;padding-bottom:20px;border-bottom:1px dashed #e5e5e5;position:relative}.rwp-rosu .rwp-rosu__review:last-child{border-bottom:0}.rwp-rosu__review-show{position:absolute;top:0;right:0;font-size:18px;color:#a5a5a5}.rwp-rosu__review-post{display:block;text-decoration:none!important;border:0!important;color:#3d3d3d;font-weight:700;padding-right:20px;box-shadow:none!important}.rwp-rosu__review-badge{background:#e91e63;border-radius:2px;display:inline-block;color:#fff;font-weight:700;font-size:10px;line-height:1em;padding:4px 6px;text-align:center;text-transform:uppercase;margin-top:10px}.rwp-rosu__review-title{display:block;font-weight:700;font-size:14px;margin-top:10px;line-height:1.2em}.rwp-rosu__review-comment{display:block;font-size:14px;margin:10px 0 0;line-height:1.8em;text-align:justify}.rwp-rosu__review-images{display:flex;flex-wrap:wrap;margin-top:10px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-rosu__review-images a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__review-images a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-rosu__review-images a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-rosu__review-images a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__review-images a,.rwp-rosu__review-images .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-rosu__review-images span{display:block;border-radius:50%;margin:0 10px 10px 0;width:60px;height:60px;background-repeat:no-repeat;background-position:50%;background-size:cover}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-rosu__review-images a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__review-images a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-rosu__review-images a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-rosu__review-images a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__review-images a:hover,.rwp-rosu__review-images .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-8 .rwp-review-image a:hover,.rwp-rosu__review-images .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-rosu__review-images span:hover{cursor:pointer}.rwp-rosu__review-date{color:#a5a5a5;font-size:14px;margin-top:10px;display:block}.rwp-rosu__review-score{margin-top:10px}.rwp-rosu__numeric-score{margin-bottom:10px}.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-rosu__numeric-score a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__numeric-score a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-rosu__numeric-score a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-rosu__numeric-score a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-rosu__numeric-score a,.rwp-rosu__numeric-score .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-rosu__numeric-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-rosu__numeric-score .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-rosu__numeric-score .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-rosu__numeric-score .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-rosu__numeric-score span{display:inline-block;font-size:32px;line-height:1em}.rwp-rosu__numeric-score i{display:inline-block;font-size:16px;line-height:1em;font-style:normal}.rwp-box-score{display:block;margin-bottom:10px;line-height:1em}.rwp-box-score i{font-style:normal!important;line-height:inherit;display:inline-block}.rwp-box-score__average{font-size:24px}.rwp-box-score__maximum{font-size:16px;letter-spacing:2px}.rwp-box-score__count{font-size:14px}.rwp-privacy-term{display:flex;align-items:flex-start;margin-bottom:14px}.rwp-privacy-term__input{margin:0!important}.rwp-privacy-term__description{display:block;flex:1;margin-left:10px;font-size:11px;color:#a5a5a5;font-style:italic}.rwp-privacy-term__description em{font-style:normal!important;font-weight:700;margin-bottom:4px}.rwp-privacy-term__description .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-privacy-term__description .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-privacy-term__description .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-privacy-term__description .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-privacy-term__description .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-privacy-term__description span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-privacy-term__description a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-privacy-term__description a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-privacy-term__description a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-privacy-term__description a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-privacy-term__description a{display:block}.rwp-replies{margin-top:20px;background-color:#f7fafc;border-top:2px solid #cbd5e0;padding:20px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.rwp-replies .rwp-reply:first-child,.rwp-replies .rwp-reply__form:only-child{margin-top:0}.rwp-replies .rwp-loader{display:block;width:16px;height:16px;background:url(../../../plugins/reviewer/public/assets/images/loader-2.gif);margin-left:10px;flex:none}.rwp-reply{margin-top:30px}.rwp-reply__info{margin-top:10px;display:flex;align-items:center;font-size:12px}.rwp-reply__author{display:flex;align-items:center;flex:1}.rwp-reply__author div{margin-right:10px}.rwp-reply__author img{width:24px;height:24px;flex:none;max-width:100%;-o-object-fit:cover;object-fit:cover;border-radius:9999px}.rwp-reply__created-at{margin-left:10px}.rwp-reply__form{margin-top:30px}.rwp-reply__input{display:flex;align-items:flex-end;margin:0;background:#fff;border:1px solid rgba(51,51,51,.1);padding:8px}.rwp-reply__input textarea{box-sizing:border-box;resize:none;padding:0!important;width:100%;border:0!important;box-shadow:none!important;margin-right:10px;height:24px}.rwp-reply__input textarea:focus{outline:0!important;border:1px solid rgba(51,51,51,.1)}.rwp-reply__submit{flex:1;width:24px;height:24px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#cbd5e0;cursor:pointer}.rwp-reply__submit.rwp-cursor-not-allowed{cursor:not-allowed}.rwp-reply__submit svg{height:16px;width:16px}input[type=text].rwp-reply__text-input{padding:11px 8px;margin:0 0 10px;background:#fff;border:1px solid rgba(51,51,51,.1);width:100%}input[type=text].rwp-reply__text-input:focus{outline:0!important;border:1px solid rgba(51,51,51,.1)}.rwp-reply__user{display:block;font-weight:12px;line-height:1;flex:1;margin-left:9px}.rwp-reply__footer{display:flex;align-items:center;margin-top:10px;height:16px}.rwp-reply__login-link{margin-top:30px}.rwp-u-review__sharing-icon.\--rwp-comment:before{content:"\F101"}.rwp-replies-count{display:flex;align-items:center;margin-left:20px;color:#909090}.rwp-replies-count:hover{cursor:pointer}.rwp-replies-count .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:first-child,.rwp-replies-count .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:first-child,.rwp-replies-count .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:first-child,.rwp-replies-count .rwp-review-wrap.rwp-theme-8 .rwp-review-image a:first-child,.rwp-replies-count .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a:first-child,.rwp-replies-count a,.rwp-replies-count span:first-child,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-replies-count a.rwp-image-link:first-child,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-replies-count a.rwp-image-link:first-child,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-replies-count a:first-child,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-replies-count a:first-child,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-replies-count a:first-child{margin:0}.rwp-replies-count .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-replies-count .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-replies-count .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-replies-count .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-replies-count .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-replies-count span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-replies-count a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-replies-count a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-replies-count a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-replies-count a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-replies-count a{margin-left:5px;font-weight:700;line-height:1}.rwp-reply__manager-input-wrap{margin-bottom:10px}.rwp-reply__manager-action{display:flex;align-items:center;font-size:12px;margin-top:20px}.rwp-reply__manager-action .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-8 .rwp-review-image a,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a,.rwp-reply__manager-action span,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-reply__manager-action a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-reply__manager-action a.rwp-image-link,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-reply__manager-action a,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-reply__manager-action a,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-reply__manager-action a{margin:0 5px;color:#0073aa}.rwp-reply__manager-action .rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image a.rwp-image-link:hover,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a.rwp-image-link:hover,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls a:hover,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-8 .rwp-review-image a:hover,.rwp-reply__manager-action .rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls a:hover,.rwp-reply__manager-action span:hover,.rwp-review-wrap .rwp-review .rwp-header.rwp-has-image .rwp-review-image .rwp-reply__manager-action a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-reply__manager-action a.rwp-image-link:hover,.rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-review-wrap.rwp-theme-8 .rwp-overalls .rwp-reply__manager-action a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-image .rwp-reply__manager-action a:hover,.rwp-review-wrap.rwp-theme-8 .rwp-review-wrap.rwp-theme-4 .rwp-review .rwp-header.rwp-has-image .rwp-overalls .rwp-reply__manager-action a:hover{text-decoration:underline;cursor:pointer}.rwp-reply__text-input.rwp-reply__manager-input{font-size:12px!important}.rwp-reply__manager-label{font-size:12px;font-weight:700;color:#5a5a5a}.rwp-reply__manager-done{display:block;cursor:pointer;text-transform:uppercase;font-weight:700}.rwp-reply__manager-done:hover{text-decoration:underline}/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{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;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{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;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{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;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{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;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{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;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{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;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom: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;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.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:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{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-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}: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:2em}.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-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-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-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-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.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-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.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-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.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-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.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-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-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.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-blind:before{content:"\f29d"}.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-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.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-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.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-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.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-certificate:before{content:"\f0a3"}.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-square:before{content:"\f14a"}.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-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.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-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.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-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.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-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-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.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-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.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-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-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.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-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.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-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.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-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-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.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-hand-lizard:before{content:"\f258"}.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-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.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-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.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-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.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-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-maxcdn:before{content:"\f136"}.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-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.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-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.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-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.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-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.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-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.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-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.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-ship:before{content:"\f21a"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.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-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.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-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.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-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.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-themeisle:before{content:"\f2b2"}.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-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.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-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-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.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-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-weibo:before{content:"\f18a"}.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-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-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-wrench:before{content:"\f0ad"}.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-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.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;src:url(../../../themes/doctreat/css/webfonts/fa-brands-400.eot);src:url(../../../themes/doctreat/css/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"),url(../../../themes/doctreat/css/webfonts/fa-brands-400.woff) format("woff2"),url(../../../themes/doctreat/css/webfonts/fa-brands-400.woff) format("woff"),url(../../../themes/doctreat/css/webfonts/fa-brands-400.ttf) format("truetype"),url(https://doktorbilgini.com/wp-content/themes/doctreat/css/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;src:url(../../../themes/doctreat/css/webfonts/fa-regular-400.eot);src:url(../../../themes/doctreat/css/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(../../../themes/doctreat/css/webfonts/fa-regular-400.woff) format("woff2"),url(../../../themes/doctreat/css/webfonts/fa-regular-400.woff) format("woff"),url(../../../themes/doctreat/css/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../themes/doctreat/css/webfonts/fa-regular-400.svg) format("svg")}.far{font-weight:400}@font-face{font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(../../../themes/doctreat/css/webfonts/fa-solid-900.eot);src:url(../../../themes/doctreat/css/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(../../../themes/doctreat/css/webfonts/fa-solid-900.woff) format("woff2"),url(../../../themes/doctreat/css/webfonts/fa-solid-900.woff) format("woff"),url(../../../themes/doctreat/css/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../themes/doctreat/css/webfonts/fa-solid-900.svg) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}@font-face{font-display:swap;font-family:'Linearicons-Free';src:url(../../../themes/doctreat/fonts/Linearicons-Free_w118d.eot);src:url('../../../themes/doctreat/fonts/Linearicons-Free.eot') format('embedded-opentype'),url(../../../themes/doctreat/fonts/Linearicons-Free.woff) format('woff2'),url(../../../themes/doctreat/fonts/Linearicons-Free_w118d.woff) format('woff'),url(../../../themes/doctreat/fonts/Linearicons-Free_w118d.ttf) format('truetype'),url('../../../themes/doctreat/fonts/Linearicons-Free_w118d.svg') format('svg');font-weight:400;font-style:normal}.lnr{font-family:'Linearicons-Free';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}@font-face{font-display:swap;font-family:'themify';src:url(../../../themes/doctreat/fonts/themify_-fvbane.eot);src:url('../../../themes/doctreat/fonts/themify.eot') format('embedded-opentype'),url(../../../themes/doctreat/fonts/themify_-fvbane.woff) format('woff'),url(../../../themes/doctreat/fonts/themify_-fvbane.ttf) format('truetype'),url('../../../themes/doctreat/fonts/themify_-fvbane.svg') format('svg');font-weight:400;font-style:normal}[class^="ti-"],[class*=" ti-"]{font-family:'themify';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:'icon';src:url(../../../themes/doctreat/fonts/icon_z06rk2.eot);src:url('../../../themes/doctreat/fonts/icon_z06rk2.eot#iefix') format('embedded-opentype'),url(../../../themes/doctreat/fonts/icon_z06rk2.ttf) format('truetype'),url(../../../themes/doctreat/fonts/icon_z06rk2.woff) format('woff'),url('../../../themes/doctreat/fonts/icon_z06rk2.svg') format('svg');font-weight:400;font-style:normal;font-display:swap}[class^="icon-"],[class*=" icon-"]{font-family:'icon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-sheild:before{content:"\e900"}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com
Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com
MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:default}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(https://doktorbilgini.com/wp-content/themes/doctreat/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff!important}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:inherit}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.dc-main-section,.dc-elm-section{padding:80px 0;float:left;width:100%}.wpb_content_element{margin:0;padding:0}.wtf-menu .dropdown{opacity:1}#dc-main .dc-elm-section:nth-child(1){padding:0 0 80px 0}#dc-main .dc-elm-section:last-child{padding:0}.dc-section-no-padding .vc_column-inner{padding:0!important}.blog-grid-view .item{margin:0;padding:0;padding-bottom:25px}.dc-section-no-padding .vc_column_container>.vc_column-inner{padding:0}.elm-none{display:none}.fw-accordion,.fw-page-builder-content,.main-page-wrapper{float:left;width:100%}.booking-from .alert.alert-danger{border:solid 3px #ffa3a3;background:#fbf0f0;padding:12px 0;margin:-28px 0 15px 16px;width:96%;border-radius:0;text-align:center;color:#363636;font-size:20px}.booking-from .alert.alert-success{border:solid 3px #3cb371;background:0;padding:12px 0;margin:-28px 0 15px 16px;width:100%;border-radius:0;text-align:center;color:#363636;font-size:20px}.owl-demo .item{margin:0 15px 0 0;padding:0 15px 0 0}.add_to_cart_button i.fa-refresh,.add_to_cart_button i.fa-check{display:none}.shop-gallery .cbp-item .add_to_cart_button.loading i.fa-refresh{display:block}.shop-gallery .cbp-item .add_to_cart_button.added i.fa-refresh{display:none}.shop-gallery .cbp-item .add_to_cart_button.added i.fa-check{display:block}.added_to_cart.wc-forward{display:none!important}.pro-image .thumbnails a img{width:100px;height:100px}.pro-image .thumbnails{padding-top:15px;float:left;width:100%}.pro-image .thumbnails a{padding:5px;border:1px solid #dfdfdf;float:left;margin:0 0 10px 10px;border-radius:2px}.pro-image .thumbnails a:first-child{margin-left:0}.pro-detail .star-rating{float:left}.header-two .shop-bag .cart-food .detail img{height:62px;width:62px}.woocommerce-shipping-fields #ship-to-different-address{width:100%}.event-map{padding:5px;border:1px solid #dfdfdf;border-radius:2px;margin-top:50px}.wp-caption .wp-caption-text,.entry-caption,.gallery-caption{font-size:14px;font-family:'Open Sans',Arial,Helvetica,sans-serif;margin-top:10px;text-align:center}.wp-block-image.wp-image-907 figcaption{font-weight:600}.bypostauthor{float:left;width:100%}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:10px auto 10px auto}.alignright{float:right;margin:5px 0 20px 20px;clear:both}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px;clear:both}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:96%;padding:5px 3px 10px;text-align:center}figure.wp-caption{max-width:100%;padding:0}aside .wp-caption{max-width:100%}aside .wp-caption img{margin:0 0 10px}.dc-post-content .wp-caption.aligncenter{float:none}.dc-post-content .wp-caption.alignright{float:right}.wp-caption.alignnone{margin:5px 20px 20px 0;float:none}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;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}.woocommerce-MyAccount-navigation ul li{display:block;color:#555;padding:15px;border-bottom:1px dotted #ddd}.woocommerce-MyAccount-navigation ul li a{color:#363636}.woocommerce-MyAccount-content p a:hover,.woocommerce-MyAccount-navigation ul li a:hover{color:#3fabf3}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-MyAccount-content .edit,.woocommerce-MyAccount-content p a{color:#3fabf3}.woocommerce-MyAccount-navigation ul li.is-active a{color:#3fabf3;font-weight:600}.woocommerce-MyAccount-content input[type=submit],.woocommerce-MyAccount-content a.button{min-width:300px;height:50px;line-height:50px;font-size:16px;color:#fff;border:0;padding:0;text-transform:uppercase;display:block;text-align:center;outline:0;text-decoration:none;font-weight:700;font-family:'Lato',sans-serif;background:#3fabf3}.woocommerce-MyAccount-content input[type=submit],.woocommerce-MyAccount-content .woocommerce-Button.button{background:#3fabf3;color:#FFF}.edit-account fieldset legend{padding-top:30px}.woocommerce-MyAccount-content .woocommerce-Button.button:hover{color:#FFF!important;background:#3fabf3}.col2-set .u-column2.col-2.woocommerce-Address{padding:0}.dc-post figure,.wp-caption.aligncenter{background:transparent!important}.sticky-queue{z-index:999996;position:fixed;width:420px;overflow:hidden;border-radius:5px}.sticky-note{padding:20px;margin:0;line-height:15px}.sticky .sticky-wrap{font-size:12px;color:#555;position:relative}.sticky-close{position:absolute;top:5px;right:5px;height:11px;line-height:11px;width:11px;cursor:pointer;text-align:right}.sticky-close:before{content:"\2716"}.top-right{right:20px}.top-center{top:36px;left:50%;margin-left:-210px}.center-center{top:50%;left:50%;margin-left:-210px}.top-left{left:20px}.top-right,.top-center,.top-left{top:36px}.bottom-right{right:20px}.bottom-center{bottom:-2px;left:50%;margin-left:-125px}.bottom-left{left:20px}.bottom-right,.bottom-center,.bottom-left{bottom:36px}.border-top-right,.border-top-center,.border-top-left{margin-top:1px}.border-bottom-right,.border-bottom-center,.border-bottom-left{margin-top:1px}.success{background:#73b573;color:#fff}.warning{background:#eca137;color:#fff}.important{background:#ca5e58;color:#fff}.system-site-wrap{position:fixed;background-color:rgba(12,12,12,.51);width:100%;height:100%;z-index:999997}.system-site-wrap .system-loader{position:absolute;top:50%;left:50%;margin:-23px 0 0 -70px}div.system-loader-wrap{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999;position:absolute;background-color:rgba(0,0,0,.2)}div.sys-site-loader{background-color:#fff}.system-loader{width:70px;left:45%;top:0;margin:100px auto 0;text-align:center;position:absolute}.system-loader>div{width:18px;height:18px;background-color:#3fabf3;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.system-loader .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.system-loader .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.system-banner{float:left;width:100%}em.lnr-bullhorn{width:30px;height:30px;display:inline-block;vertical-align:middle;color:#fff;font-size:16px;line-height:30px;text-align:center;border-radius:50%;margin:0 10px 0 0}.selection-wrap{width:100%;float:left;padding:0 0 20px}.cart-main-wrap,.cart-data-wrap{width:100%;float:left}.cart-style{width:100%;float:left}.cart-style:nth-child(odd){background:#fafafa}.cart-style:nth-child(even){background:#fff}.style-lable,.style-name{width:50%;float:left;color:#767676;padding:10px 15px;font:400 14px/18px'Open Sans',Arial,Helvetica,sans-serif}.widget_nav_menu ul li .sub-menu{position:static;visibility:visible;opacity:1;background:0;box-shadow:none;padding:0;margin:0}.widget_nav_menu ul li .sub-menu li{padding:0 0 0 15px}.widget_nav_menu ul li .sub-menu li a{padding:0;background:0}.widget_nav_menu ul li .sub-menu li:hover a{background:0}.widget_nav_menu ul li .sub-menu li+li{border:0}.post-password-form p label,.post-password-form p input[type=submit]{margin:0;display:inline-block;vertical-align:middle}.post-password-form p label input{width:auto;float:none;margin:0 0 0 15px;display:inline-block;vertical-align:middle}.single-format-gallery[class*="galleryid-"]{clear:both;margin:0 -15px;overflow:hidden}#gallery-1,#gallery-2,#gallery-3,#gallery-4,#gallery-5,#gallery-6,#gallery-7,#gallery-8,#gallery-9,#gallery-10{margin:0 -15px;overflow:hidden}#gallery-2 figure,#gallery-3 figure,#gallery-4 figure,#gallery-5 figure,#gallery-6 figure,#gallery-7 figure,#gallery-8 figure,#gallery-9 figure,#gallery-10 figure{width:25%;margin:0;padding:15px;float:none;display:inline-block;vertical-align:top}#gallery-1{margin:-25px 0 0;width:100%;float:left;overflow:visible;display:flex;flex-wrap:wrap;align-items:start}#gallery-1 .gallery-item{width:100%}#gallery-1 .gallery-item{margin-top:25px}#gallery-1+.page-links{margin-top:30px}.gallery-icon.landscape a{display:block}.gallery-icon.landscape a img{float:none}#gallery-1+h2,#gallery-2+h2,#gallery-3+h2,#gallery-4+h2,#gallery-5+h2,#gallery-6+h2,#gallery-7+h2,#gallery-8+h2,#gallery-9+h2{margin:20px 0 0 0}#gallery-9 figure img{width:100%;height:auto;display:block}.gallery .gallery-item{margin:0;text-align:center;float:left;width:auto}.gallery .gallery-caption{padding-top:0;font-size:13px;float:left;width:100%}.gallery .gallery-item img{float:left;padding:0;width:auto;border:none!important;border-radius:4px}.gallery-item .gallery-icon.landscape{display:inline-block}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-icon img{margin:0 auto}.gallery-caption{display:block;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:12px;line-height:1.5}#gallery-2 .gallery-item{width:100%}#gallery-3 .gallery-item{width:50%}#gallery-4 .gallery-item{width:33.33%}#gallery-5 .gallery-item{width:25%}#gallery-6 .gallery-item{width:20%}#gallery-7 .gallery-item{width:16.66%}#gallery-8 .gallery-item{width:14.28%}#gallery-9 .gallery-item{width:11.11%}#gallery-10 .gallery-item{width:100%}.dc-insurance-wrap .ins_img_render span{margin-left:15px}.dc-insurance-wrap h3 em{font-size:13px;font-style:italic}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{float:left;margin:0}.tipso_bubble,.tipso_bubble>.tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tipso_bubble{position:absolute;text-align:center;border-radius:6px;z-index:9999}.tipso_title{border-radius:6px 6px 0 0}.tipso_content{word-wrap:break-word;padding:.5em}.tipso_bubble.tiny{font-size:.6rem}.tipso_bubble.small{font-size:.8rem}.tipso_bubble.default{font-size:1rem}.tipso_bubble.large{font-size:1.2rem;width:100%}.tipso_bubble>.tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}.tipso_bubble.top>.tipso_arrow{border-top-color:#000;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;top:100%;left:50%;margin-left:-8px}.tipso_bubble.bottom>.tipso_arrow{border-bottom-color:#000;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;bottom:100%;left:50%;margin-left:-8px}.tipso_bubble.left>.tipso_arrow{border-left-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;top:50%;left:100%;margin-top:-8px}.tipso_bubble.right>.tipso_arrow{border-right-color:#000;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent;top:50%;right:100%;margin-top:-8px}.tipso_bubble .top_right_corner,.tipso_bubble.top_right_corner{border-bottom-left-radius:0}.tipso_bubble .bottom_right_corner,.tipso_bubble.bottom_right_corner{border-top-left-radius:0}.tipso_bubble .top_left_corner,.tipso_bubble.top_left_corner{border-bottom-right-radius:0}.tipso_bubble .bottom_left_corner,.tipso_bubble.bottom_left_corner{border-top-right-radius:0}div.provider-loader-wrap{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999;position:absolute;background-color:rgba(0,0,0,.2)}.provider-loader{width:70px;left:45%;top:0;margin:100px auto 0;text-align:center;position:absolute}.provider-loader>div{width:18px;height:18px;background-color:#5dc560;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.provider-loader .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.provider-loader .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sticky-queue{z-index:9999;position:fixed;width:420px;overflow:hidden}.sticky-note{padding:20px;margin:0;line-height:15px}.sticky-close{position:absolute;top:5px;right:5px;height:11px;line-height:11px;width:11px;cursor:pointer;text-align:right}.sticky-close:before{content:"\2716"}.top-right{right:20px}.top-center{top:36px;left:50%;margin-left:-210px}.top-left{left:20px}.top-right,.top-center,.top-left{top:36px}.bottom-right{right:20px}.bottom-center{bottom:-2px;left:50%;margin-left:-125px}.bottom-left{left:20px}.bottom-right,.bottom-center,.bottom-left{bottom:36px}.border-top-right,.border-top-center,.border-top-left{margin-top:1px}.border-bottom-right,.border-bottom-center,.border-bottom-left{margin-top:1px}.success{background:#73b573;color:#fff}.warning{background:#eca137;color:#fff}.important{background:#ca5e58;color:#fff}.info{background:#3a87ad;color:#fff}#confirmOverlay{top:0;left:0;width:100%;height:100%;z-index:100000;position:fixed;background:url(https://doktorbilgini.com/wp-content/themes/doctreat/css/images/ie.png);background:-moz-linear-gradient(rgba(11,11,11,.1),rgba(11,11,11,.6)) repeat-x rgba(11,11,11,.2);background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(11,11,11,.1)),to(rgba(11,11,11,.6))) repeat-x rgba(11,11,11,.2)}#confirmBox{text-align:center;top:50%;left:50%;border:0;width:460px;position:fixed;background:#fff;-webkit-box-shadow:0;-moz-box-shadow:0;box-shadow:0;margin:-130px 0 0 -230px;padding:30px}#confirmButtons{width:100%;float:left;text-align:center}#confirmBox h1,#confirmBox p{margin:0;color:#414141;padding:10px 0 30px}#confirmBox p{background:url(https://doktorbilgini.com/wp-content/themes/doctreat/css/images/header_bg.jpg) repeat-x left bottom #f5f5f5}#confirmBox h1{color:#323232;letter-spacing:.3px;padding:0}#confirmBox p{float:left;background:0;font-size:16px;line-height:1.4}#confirmBox .button{z-index:2;color:#5d5955;padding:0 35px;overflow:hidden;text-align:center;border:2px solid;margin:20px 15px;position:relative;display:inline-block;vertical-align:middle;text-transform:uppercase;font:14px/36px'Montserrat',Arial,Helvetica,sans-serif}#confirmBox .button:hover{color:#fff}.provider-site-wrap{width:100%;height:100%;z-index:99999;position:fixed;background-color:rgba(12,12,12,.51)}.provider-site-wrap .provider-loader{top:50%;left:50%;position:absolute;margin:-23px 0 0 -70px}div.provider-loader-wrap{top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999;position:absolute;background-color:rgba(0,0,0,.2)}.provider-loader{top:0;left:45%;width:70px;margin:100px auto 0;text-align:center;position:absolute}.provider-loader>div{width:18px;height:18px;border-radius:100%;display:inline-block;background-color:#5dc560;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.provider-loader .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.provider-loader .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}#confirmBox .button{float:none;border:0;margin:0;color:#fff;padding:0 50px;position:relative;text-align:center;border-radius:5px;text-transform:uppercase;font:700 13px/36px'Poppins',Arial,Helvetica,sans-serif}figure{margin:0}.bypostauthor{position:relative}p.has-large-font-size+p{line-height:1.4!important}#confirmBox{border-radius:4px}#confirmBox h1{font-size:20px;line-height:1.2em;color:var(--terthemecolor)}#confirmBox p{text-align:center;display:block;float:none;padding-bottom:0}#confirmButtons{margin-top:20px}#confirmBox .button{padding:0 30px;background:#fff;position:relative;text-align:center;border:2px solid;border-radius:4px;display:inline-block;vertical-align:middle;text-transform:capitalize;color:var(--terthemecolor);border-color:var(--themecolor);font:400 13px/36px'Poppins',Arial,Helvetica,sans-serif}#confirmBox .button:hover{color:#fff;background:var(--themecolor)}#confirmBox .button+.button{margin-left:20px}.blog-list-view-template .dc-description p{margin:0}.blog-list-view-template .dc-articlecontent{padding:20px}.blog-list-view-template .dc-articlecontent .dc-classimg{float:left;width:100%;margin:0 0 20px}.blog-list-view-template .dc-articlecontent .dc-classimg a{display:flex;margin:-20px -20px 0;border-radius:4px 4px 0 0}.blog-list-view-template .dc-article .dc-classimg img{max-width:100%;display:block;border-radius:4px 4px 0 0}.post-password-form p input[type=submit]{margin:0 0 0 15px}@media(max-width:480px){#confirmBox{width:310px;margin-left:-155px}}@media(max-width:420px){.sticky-queue{width:290px}}#add_payment_method #payment ul.payment_methods .stripe-card-group,.woocommerce-checkout #payment ul.payment_methods .stripe-card-group{position:relative;float:left;width:100%}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0;padding:0}.woocommerce-checkout #payment ul.payment_methods li label{overflow:hidden;margin:0}.wp-caption.aligncenter figcaption{text-align:center}:root{--themecolor:#3fabf3;--secthemecolor:#ff5851;--terthemecolor:#3d4461;--terthemefootercolor:#3d4461;--shadowcolor:rgba(63,171,243,0.5)}*{margin:0;padding:0}body{background:#fff;color:var(--terthemecolor);font:400 20px/26pxPoppins,sans-serif}.dc-wrapper{overflow-x:hidden}body h1,body h2,body h3,body h4,body h5,body h6{color:var(--terthemecolor);margin:0;font-weight:500;line-height:1.5;font-style:normal;font-family:'Poppins',Arial,Helvetica,sans-serif}h1{font-size:36px}h2{font-size:24px}h3{font-size:22px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#55acee}p a,p a:hover{text-decoration:underline}p{margin:0 0 20px;line-height:1.6em;letter-spacing:normal;font-family:'Open Sans'}a{text-decoration:none}a:hover,a:focus,a:active{outline:0;text-decoration:none}ul,ol{margin:0}ol li ul li{list-style:disc inside none}ol li ul li ol li{list-style:decimal}ul ul li ol,ul ul li ol>li{list-style:decimal}figure{margin-bottom:6px;position:relative}img{height:auto;max-width:100%}strong{color:var(--terthemecolor)}iframe{width:100%;float:left;border:0}.wp-caption.alignleft,.wp-caption.alignnone{width:100%}button{border:0}textarea,select,.dc-select select,.form-control,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{color:#999;outline:0;height:50px;background:#fff;font-size:17px;-webkit-box-shadow:none;box-shadow:none;line-height:18px;padding:15px 20px;border-radius:4px;display:inline-block;vertical-align:middle;border:2px solid #eee;text-transform:inherit;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:'Open Sans',sans-serif}textarea.form-control{resize:none;height:210px}.form-control::-webkit-input-placeholder{color:#999}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-ms-input-placeholder{color:#999}input:focus,.select select:focus,.form-control:focus{color:#999;-webkit-box-shadow:none!important;box-shadow:none!important;border-color:var(--themecolor)}.form-group{width:100%;float:left;margin:0 0 20px}label{color:#999;display:block;font-weight:400;margin-bottom:10px}form p{float:left;position:relative;width:100%}form p span i{top:13px;left:16px;color:#999;position:absolute}option{padding:5px 15px}li{line-height:28px;list-style:disc inside none}ul ul{margin-left:20px}ol{float:none;list-style:decimal;padding-left:15px}ol ol{margin-left:20px}ol li{list-style:decimal;width:100%}ol ul,ul ul,ul ul li{list-style-type:circle}table{background-color:transparent;max-width:100%}th{text-align:left}table{width:100%;margin-bottom:15px}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{border-top:1px solid #eee;border:1px solid #eee;line-height:2.5;padding-left:3px;text-align:center;vertical-align:top}table thead tr th{border-top:1px solid #eee;text-align:center;text-transform:capitalize}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:1px solid #eee}table>thead>tr>th{border-bottom:2px solid #eee;vertical-align:bottom}table>caption+thead>tr:first-child>th,table>colgroup+thead>tr:first-child>th,table>thead:first-child>tr:first-child>th,table>caption+thead>tr:first-child>td,table>colgroup+thead>tr:first-child>td,table>thead:first-child>tr:first-child>td{border-bottom:0}table>tbody+tbody{border-top:2px solid #eee}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:6px 15px}p ins{color:#999}dl dd{margin-left:20px}address{font-style:italic}.dc-select{color:#999;float:left;width:100%;position:relative}.dc-select:after{top:0;right:15px;z-index:2;display:block;font-size:12px;content:'\e874';position:absolute;text-align:center;line-height:50px;pointer-events:none;color:var(--terthemecolor);font-family:'Linearicons-Free'}.dc-select select{z-index:1;width:100%;position:relative;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding:15px 30px 15px 20px}.dc-select select option{color:#999}.preloader-outer{top:0;left:0;width:100%;height:100%;z-index:9999;position:fixed;background:#fff}.dc-loader{width:15px;height:15px;border-radius:50%;position:relative;-webkit-animation:load3 .5s infinite linear;animation:load3 .8s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);background:var(--themecolor);background:-moz-linear-gradient(left,var(--themecolor) 10%,rgba(255,88,81,0) 42%);background:-webkit-linear-gradient(left,var(--themecolor) 10%,rgba(255,88,81,0) 42%);background:-o-linear-gradient(left,var(--themecolor) 10%,rgba(255,88,81,0) 42%);background:-ms-linear-gradient(left,var(--themecolor) 10%,rgba(255,88,81,0) 42%);background:linear-gradient(to right,var(--themecolor) 10%,rgba(255,88,81,0) 42%)}.dc-loader:before{width:50%;height:50%;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:'';background:var(--themecolor)}.dc-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:'';margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dc-preloader-holder{top:50%;left:50%;width:30px;height:30px;border-radius:50%;position:relative;background:#fff;margin:-15px 0 0 -15px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.25);box-shadow:0 0 20px 0 rgba(0,0,0,.25);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center}@-webkit-keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.dc-preloader-section{top:0;left:0;width:100%;height:100%;z-index:9999;position:fixed;background:rgba(0,0,0,.4)}.dc-radio,.dc-radio label,.dc-checkbox,.dc-checkbox label{margin:0;width:100%;float:left;position:relative}.dc-radio label,.dc-checkbox label{cursor:pointer;display:block;padding:0 0 0 20px}.dc-radio input[type=radio],.dc-checkbox input[type=checkbox]{display:none}.dc-radio input[type=radio]+label:before,.dc-checkbox input[type=checkbox]+label:before{top:4px;left:0;color:#373542;font-size:14px;line-height:14px;content:'\f00c';position:absolute;font-family:'Font Awesome 5 Free'}.dc-radio input[type=radio]+label:before{content:''}.dc-radio input[type=radio]:checked+label:before,.dc-checkbox input[type=checkbox]:checked+label:before{content:'\f00c'}.dc-checkbox input[type=checkbox]+label,.dc-radio input[type=radio]+label{color:#767676;font-size:14px;font-weight:500;line-height:20px;padding:0 0 0 30px}.dc-checkbox input[type=checkbox]+label:before{top:1px;color:#999}.dc-checkbox input[type=checkbox]+label span{float:left;color:#767676;font-family:'Open Sans',sans-serif;font-size:13px}.dc-checkbox input[type=checkbox]:checked+label:before,.dc-radio input[type=radio]:checked+label:before{content:''}.dc-checkbox input[type=checkbox]+label:before,.dc-radio input[type=radio]+label:before{top:0;content:'';width:20px;height:20px;background:#fff;line-height:18px;border-radius:4px;border:1px solid #bbb}.dc-radio input[type=radio]+label:after,.dc-checkbox input[type=checkbox]+label:after{top:0;left:0;opacity:0;width:20px;height:20px;color:#00cc8d;font-size:22px;content:'\f00c';line-height:20px;position:absolute;text-align:center;visibility:hidden;font-weight:800;font-family:'Font Awesome\ 5 Free'}.dc-checkbox input[type=checkbox]:checked+label:after,.dc-radio input[type=radio]:checked+label:after{opacity:1;visibility:visible}.dc-radio input[type=radio]+label:before{border-radius:50px;border:2px solid #bbb}.dc-radio input[type=radio]+label:after,.dc-checkbox input[type=checkbox]+label:after{content:'\f14a'}.dc-radio input[type=radio]:checked+label:before,.dc-checkbox input[type=checkbox]:checked+label:before{border-color:#00cc8d}.dc-radio input[type=radio]+label:after{color:#fff;content:'\f00c';font-size:12px}.dc-radio input[type=radio]:checked+label:after{background:#00cc8d}.dc-radio input[type=radio]+label:after{overflow:hidden;border-radius:50%}.dc-haslayout{width:100%;float:left}.dc-main-section{padding:80px 0}.dc-locationmap{width:100%;float:left;height:500px}.dc-btn{min-width:160px;padding:0 10px;position:relative;text-align:center;border:2px solid;border-radius:4px;display:inline-block;vertical-align:middle;text-transform:capitalize;color:var(--terthemecolor);font:400 14px/46pxPoppins,Arial,Helvetica,sans-serif;border-color:var(--themecolor)}.dc-btn[type="submit"]{background:transparent}.dc-btn[type="submit"]:focus{outline:0}.dc-btn-sm{min-width:145px;line-height:32px}.dc-btnactive,.dc-btn:hover,.dc-btnactive:focus{color:#fff}.dc-btnactive,.dc-btn:hover{border-color:var(--themecolor);background-color:var(--themecolor);-webkit-box-shadow:0 9px 20px 0 var(--shadowcolor);box-shadow:0 9px 20px 0 var(--shadowcolor)}.dc-btn-lg{width:100%}.dc-socialicons{overflow:hidden;list-style:none;text-align:center;line-height:34px}.dc-socialicons li{float:left;padding:0 4px;line-height:inherit;list-style-type:none}.dc-socialicons li a{width:34px;height:34px;color:#fff;display:block;background:#000;overflow:hidden;font-size:13px;line-height:34px;position:relative;text-align:center;border-radius:34px;text-transform:capitalize}.dc-inputwithicon.dc-facebook .dc-icon,.dc-checkbox.dc-facebook,li.dc-facebook a{background:#3b5999}.dc-inputwithicon.dc-twitter .dc-icon,.dc-checkbox.dc-twitter,li.dc-twitter a{background:#55acee}.dc-inputwithicon.dc-linkedin .dc-icon,.dc-checkbox.dc-linkedin,li.dc-linkedin a{background:#0077b5}.dc-inputwithicon.dc-skype .dc-icon,.dc-checkbox.dc-skype,li.dc-skype a{background:#00aff0}.dc-checkbox.dc-dropbox,li.dc-dropbox a{background:#007ee5}.dc-checkbox.dc-vimeo,li.dc-vimeo a{background:#1ab7ea}.dc-checkbox.dc-tumblr,li.dc-tumblr a{background:#34465d}.dc-checkbox.dc-yahoo,li.dc-yahoo a{background:#410093}.dc-inputwithicon.dc-googleplus .dc-icon,.dc-checkbox.dc-googleplus,li.dc-googleplus a{background:#dd4b39}.dc-inputwithicon.dc-pinterestp .dc-icon,.dc-checkbox.dc-pinterestp,li.dc-pinterestp a{background:#bd081c}.dc-checkbox.dc-youtube,li.dc-youtube a{background:#cd201f}.dc-checkbox.dc-stumbleupon,li.dc-stumbleupon a{background:#eb4924}.dc-checkbox.dc-reddit,li.dc-reddit a{background:#ff5700}.dc-checkbox.dc-quora,li.dc-quora a{background:#b92b27}.dc-checkbox.dc-yelp,li.dc-yelp a{background:#af0606}.dc-checkbox.dc-soundcloud,li.dc-soundcloud a{background:#f30}.dc-checkbox.dc-whatsapp,li.dc-whatsapp a{background:#25d366}.dc-checkbox.dc-wechat,li.dc-wechat a{background:#09b83e}.dc-checkbox.dc-instagram,li.dc-instagram a{background:#e4405f}.dc-checkbox.dc-dribbble,li.dc-dribbble a{background:#ea4c89}.dc-checkbox.dc-flickr,li.dc-flickr a{background:#ff0084}.dc-checkbox.dc-rss,li.dc-rss a{background:#f60}.dc-socialiconsborder li.dc-facebook a{color:#3b5999;border:1px solid #3b5999}.dc-socialiconsborder li.dc-twitter a{color:#55acee;border:1px solid #55acee}.dc-socialiconsborder li.dc-linkedin a{color:#0077b5;border:1px solid #0077b5}.dc-socialiconsborder li.dc-skype a{color:#00aff0;border:1px solid #00aff0}.dc-socialiconsborder li.dc-dropbox a{color:#007ee5;border:1px solid #007ee5}.dc-socialiconsborder li.dc-vimeo a{color:#1ab7ea;border:1px solid #1ab7ea}.dc-socialiconsborder li.dc-tumblr a{color:#34465d;border:1px solid #34465d}.dc-socialiconsborder li.dc-yahoo a{color:#410093;border:1px solid #410093}.dc-socialiconsborder li.dc-googleplus a{color:#dd4b39;border:1px solid #dd4b39}.dc-socialiconsborder li.dc-pinterestp a{color:#bd081c;border:1px solid #bd081c}.dc-socialiconsborder li.dc-youtube a{color:#cd201f;border:1px solid #cd201f}.dc-socialiconsborder li.dc-stumbleupon a{color:#eb4924;border:1px solid #eb4924}.dc-socialiconsborder li.dc-reddit a{color:#ff5700;border:1px solid #ff5700}.dc-socialiconsborder li.dc-quora a{color:#b92b27;border:1px solid #b92b27}.dc-socialiconsborder li.dc-yelp a{color:#af0606;border:1px solid #af0606}.dc-socialiconsborder li.dc-soundcloud a{color:#f30;border:1px solid #f30}.dc-socialiconsborder li.dc-whatsapp a{color:#25d366;border:1px solid #25d366}.dc-socialiconsborder li.dc-wechat a{color:#09b83e;border:1px solid #09b83e}.dc-socialiconsborder li.dc-instagram a{color:#e4405f;border:1px solid #e4405f}.dc-socialiconsborder li.dc-dribbble a{color:#ea4c89;border:1px solid #ea4c89}.dc-socialiconsborder li.dc-flickr a{color:#ff0084;border:1px solid #ff0084}.dc-socialiconsborder li.dc-rss a{color:#f60;border:1px solid #f60}.dc-socialiconsborder li a{background:0;line-height:32px}.dc-socialiconsborder li.dc-facebook a i{color:#3b5999}.dc-socialiconsborder li.dc-twitter a i{color:#55acee}.dc-socialiconsborder li.dc-linkedin a i{color:#0077b5}.dc-socialiconsborder li.dc-skype a i{color:#00aff0}.dc-socialiconsborder li.dc-dropbox a i{color:#007ee5}.dc-socialiconsborder li.dc-vimeo a i{color:#1ab7ea}.dc-socialiconsborder li.dc-tumblr a i{color:#34465d}.dc-socialiconsborder li.dc-yahoo a i{color:#410093}.dc-socialiconsborder li.dc-googleplus a i{color:#dd4b39}.dc-socialiconsborder li.dc-pinterestp a i{color:#bd081c}.dc-socialiconsborder li.dc-youtube a i{color:#cd201f}.dc-socialiconsborder li.dc-stumbleupon a i{color:#eb4924}.dc-socialiconsborder li.dc-reddit a i{color:#ff5700}.dc-socialiconsborder li.dc-quora a i{color:#b92b27}.dc-socialiconsborder li.dc-yelp a i{color:#af0606}.dc-socialiconsborder li.dc-soundcloud a i{color:#f30}.dc-socialiconsborder li.dc-whatsapp a i{color:#25d366}.dc-socialiconsborder li.dc-wechat a i{color:#09b83e}.dc-socialiconsborder li.dc-instagram a i{color:#e4405f}.dc-socialiconsborder li.dc-dribbble a i{color:#ea4c89}.dc-socialiconsborder li.dc-flickr a i{color:#ff0084}.dc-socialiconsborder li.dc-rss a i{color:#f60}.dc-socialicons li a i{color:#fff;display:block;text-align:center;font-size:inherit;line-height:inherit}.dc-socialsharewithtext li a i{width:34px}.dc-socialicons li a:hover{color:#fff}.dc-socialiconssimple{width:100%;float:left;list-style:none;line-height:20px}.dc-socialiconssimple li{float:left;padding:0 10px;line-height:inherit;list-style-type:none}.dc-socialiconssimple li:first-child{padding-left:0}.dc-socialiconssimple li a{width:auto;height:auto;display:block;font-size:18px;background:0;border-radius:0;line-height:inherit}.dc-socialiconssimple li.dc-facebook a i{color:#3b5999}.dc-socialiconssimple li.dc-twitter a i{color:#55acee}.dc-socialiconssimple li.dc-linkedin a i{color:#0077b5}.dc-socialiconssimple li.dc-googleplus a i{color:#dd4b39}.dc-socialiconssimple li.dc-rss a i{color:#f60}.dc-socialiconssimple li.dc-vimeo a i{color:#1ab7ea}.dc-socialiconssimple li.dc-tumblr a i{color:#34465d}.dc-socialiconssimple li.dc-yahoo a i{color:#410093}.dc-socialiconssimple li.dc-yelp a i{color:#af0606}.dc-socialiconssimple li.dc-pinterestp a i{color:#bd081c}.dc-socialiconssimple li.dc-youtube a i{color:#cd201f}.dc-socialiconssimple li.dc-stumbleupon a i{color:#eb4924}.dc-socialiconssimple li.dc-reddit a i{color:#ff5700}.dc-socialiconssimple li.dc-bloggerb a i{color:#f57d00}.dc-socialiconssimple li.dc-clone a i{color:#878787}.dc-socialiconfooter li.dc-facebook:hover a i{color:#3b5999}.dc-socialiconfooter li.dc-twitter:hover a i{color:#55acee}.dc-socialiconfooter li.dc-linkedin:hover a i{color:#0077b5}.dc-socialiconfooter li.dc-skype:hover a i{color:#00aff0}.dc-socialiconfooter li.dc-dropbox:hover a i{color:#007ee5}.dc-socialiconfooter li.dc-vimeo:hover a i{color:#1ab7ea}.dc-socialiconfooter li.dc-tumblr:hover a i{color:#34465d}.dc-socialiconfooter li.dc-yahoo:hover a i{color:#410093}.dc-socialiconfooter li.dc-googleplus:hover a i{color:#dd4b39}.dc-socialiconfooter li.dc-pinterestp:hover a i{color:#bd081c}.dc-socialiconfooter li.dc-youtube:hover a i{color:#cd201f}.dc-socialiconfooter li.dc-stumbleupon:hover a i{color:#eb4924}.dc-socialiconfooter li.dc-reddit:hover a i{color:#ff5700}.dc-socialiconfooter li.dc-quora:hover a i{color:#b92b27}.dc-socialiconfooter li.dc-yelp:hover a i{color:#af0606}.dc-socialiconfooter li.dc-soundcloud:hover a i{color:#f30}.dc-socialiconfooter li.dc-whatsapp:hover a i{color:#25d366}.dc-socialiconfooter li.dc-wechat:hover a i{color:#09b83e}.dc-socialiconfooter li.dc-instagram:hover a i{color:#e4405f}.dc-socialiconfooter li.dc-dribbble:hover a i{color:#ea4c89}.dc-socialiconfooter li.dc-flickr:hover a i{color:#ff0084}.dc-socialiconfooter li.dc-rss:hover a i{color:#f60}.dc-roundicontext .dc-usericonholder{width:250px;display:block;overflow:hidden;font-style:normal}.dc-roundicontext i,.dc-roundicontext span{float:left;font-size:inherit;line-height:inherit}.dc-roundicontext span{padding:0 15px 0 0}.dc-roundicontext:focus,.dc-roundicontext:hover{color:#fff;width:100%}.dc-roundicontext:hover .dc-usericonholder{width:100%}.dc-verticalmiddle{margin:0 -1px;float:none!important;display:inline-block;vertical-align:middle}.dc-description{width:100%;float:left}.dc-bglight{background:#f7f7f7}.dc-bgdark{background:#373542}.dc-stars span,.dc-stars{width:100px;height:16px;float:left;line-height:16px;position:relative}.dc-stars span:after,.dc-stars:before{top:0;left:0;font-size:16px;line-height:16px;font-weight:700;position:absolute;font-family:'Font Awesome\ 5 Free';color:rgba(218,218,218,.8);content:'\f005 \f005 \f005 \f005 \f005'}.dc-stars span{width:75%;overflow:hidden}.dc-stars span:after{color:#f1c40f}.row.no-gutters{margin-right:0;margin-left:0}.no-gutters>[class^="col-"],.no-gutters>[class*="col-"],.row.no-gutters>[class^="col-"],.row.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.dc-dropdowarrow{top:9px;right:15px;color:#fff;width:20px;height:20px;display:none;cursor:pointer;font-size:16px;line-height:20px;position:absolute;text-align:center;background-color:var(--themecolor)}.dc-dropdowarrow i{display:block;font-size:inherit;line-height:inherit}.dc-open>.dc-dropdowarrow>i:before{content:'\e874'}.menu-item-has-children,.menu-item-has-mega-menu{position:relative}.navbar-toggler{border:0;color:#fff;margin:28px 0;padding:6px 10px;border-radius:4px;background-color:var(--secthemecolor)}.navbar-toggler:focus{outline:0}.navbar-toggle .icon-bar{background:#fff}.dc-formtheme{width:100%;float:left}.dc-formtheme fieldset{border:0;margin:0;padding:0;width:100%;float:left;position:relative}.dc-inputwithicon{position:relative}.dc-inputwithicon i{top:0;right:0;z-index:2;width:40px;height:50px;line-height:50px;position:absolute;text-align:center}.dc-inputwithicon .form-control{z-index:1;position:relative}a,p a,p a:hover,a:hover,a:focus,a:active{color:var(--themecolor)}.page-links,.dc-pagination{width:100%;float:left;font:14px/24px'Open Sans',sans-serif}.dc-pagination ul{margin:0;padding:0;float:left;width:100%;list-style:none;text-align:center;line-height:inherit}.dc-pagination ul li{float:none;margin:0 3px;line-height:inherit;list-style-type:none;display:inline-block;vertical-align:middle}.dc-pagination ul li.dc-prevpage{float:left;margin-left:0;font-size:18px}.dc-pagination ul li.dc-nextpage{float:right;margin-right:0;font-size:18px}.dc-pagination ul li.dc-active a{color:#fff}.dc-pagination ul li a,.post-page-numbers{color:#999;width:36px;height:36px;display:block;font-size:14px;background:#fff;text-align:center;position:relative;line-height:36px;border-radius:4px;border:1px solid #ddd}.dc-pagination ul li a.dc-nextpage,.dc-pagination ul li a.dc-nextpage,.dc-pagination ul li a i{line-height:34px}.dc-pagination ul li a:hover,.post-page-numbers.current,.post-page-numbers:hover{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.post-page-numbers{display:inline-block;vertical-align:middle}.page-links{margin:0 0 20px}.dc-breadcrumbarea{float:left;width:100%;padding:20px 0;background:var(--terthemecolor)}.dc-breadcrumb{margin:0;padding:0;width:100%;float:left;color:#767676;list-style:none;font:400 13px/13pxPoppins,Arial,Helvetica,sans-serif}.dc-breadcrumb li{width:auto;float:left;padding:0 15px;position:relative;line-height:inherit;list-style-type:none}.dc-breadcrumb li:after{top:0;left:-3px;content:'\f105';font-weight:800;position:absolute;font-family:'Font Awesome\ 5 Free'}.dc-breadcrumb li:first-child{padding-left:0;font-weight:500}.dc-breadcrumb li:last-child{padding-right:0}.dc-breadcrumb li strong{color:#767676;display:block;font:400 13px/13pxPoppins,Arial,Helvetica,sans-seri}.dc-breadcrumb li:first-child:after{display:none}.dc-breadcrumb li a{color:#fff;display:block}.dc-main{padding:0}.dc-footer{background:var(--terthemefootercolor)}.dc-header{z-index:10;position:relative}.dc-logo{margin:33px 0;flex-basis:143px}.dc-logofooter svg,.dc-logo svg,.dc-logo a{display:block}.dc-navigationarea{float:left;width:100%;background:#fff}.dc-nav{float:left;font:500 14px/20pxPoppins,sans-serif}.dc-navigation{padding:0;width:100%;float:left}.dc-navigation ul{list-style:none;line-height:inherit}.dc-navigation>ul{width:100%;float:left;display:block;list-style:none;text-align:center;line-height:inherit}.dc-navigation ul li{line-height:inherit;list-style-type:none}.dc-navigation>ul>li{padding:0;width:auto;position:relative;vertical-align:top;display:inline-block}.dc-navigation>ul>li>a{padding:36px 15px}.dc-navigation>ul>li:before{top:50%;right:0;width:3px;height:3px;content:'';margin:-1px 0 0 -1px;border-radius:50px;position:absolute;background:var(--secthemecolor)}.dc-navigation>ul>li.current-menu-parent>a:after,.dc-navigation>ul>li.current_page_item>a:after,.dc-navigation>ul>li>a:after{bottom:0;left:50%;height:0;width:60px;content:'';position:absolute;margin-left:-30px;border-radius:3px 3px 0 0;background:var(--themecolor)}.dc-navigation>ul>li.current-menu-parent:hover>a:after,.dc-navigation>ul>li.current_page_item:hover>a:after,.dc-navigation>ul>li:hover>a:after,.dc-navigation>ul>li.current-menu-parent>a:after,.dc-navigation>ul>li.current_page_item>a:after,.dc-navigation>ul>li.dc-navactive>a:after{height:4px}.dc-navigation ul li a{display:block;color:var(--terthemecolor)}.children,.sub-menu,.mega-menu{top:150px;left:0;opacity:0;background:#fff;visibility:hidden;position:absolute}.children,.sub-menu{margin:0;width:220px}.dc-navigation .page_item_has_children:hover>.sub-menu,.dc-navigation .menu-item-has-children:hover>.sub-menu,.dc-navigation>ul>li:hover>.children,.dc-navigation>ul>li:hover>.sub-menu,.dc-navigation>ul>li:hover>.mega-menu{top:100%;opacity:1;visibility:visible}.menu-item-has-children>.sub-menu .menu-item-has-children:hover>.sub-menu{top:0}.dc-simplesocialicons.dc-socialiconsborder li a{border:0;line-height:inherit}.dc-simplesocialicons{font-size:16px;overflow:hidden;list-style:none;line-height:20px;text-align:center}.dc-simplesocialicons li{line-height:inherit;display:inline-block;vertical-align:middle;list-style-type:none}.dc-topbar .dc-rightarea .dc-simplesocialicons{float:left;padding:11px 0}.dc-topbar .dc-rightarea .dc-simplesocialicons li{float:left;width:auto;padding:0 10px}.dc-topbar .dc-rightarea .dc-simplesocialicons li:last-child{padding-right:0}.mega-menu-row{margin:0;display:table;table-layout:fixed}.dc-rightarea{float:right}.dc-topbar{padding:10px 0;background:#f7f7f7;border-top:1px solid;border-color:var(--themecolor)}.dc-helpnum{line-height:20px;display:inline-block;vertical-align:middle}.dc-helpnum span{font-size:13px;display:block;line-height:inherit}.dc-helpnum a{font-weight:700;font-size:18px;line-height:inherit;color:var(--secthemecolor)}.dc-rightarea .dc-loginarea>.dc-btn{margin-left:27px}.dc-userlogedin{width:auto;float:right;padding:20px 0;cursor:pointer;margin-left:25px;position:relative}.dc-userimg{margin:0;float:left;width:auto;margin-right:10px;background:#fff;border-radius:50%;border:1px solid #ddd}.dc-userimg img{width:100%;padding:3px;display:block;border-radius:50%}.dc-username{overflow:hidden;position:relative;padding:7px 30px 7px 0}.dc-username h4{max-width:100px;display:block;margin:0 0 2px;font-size:14px;font-weight:500;overflow:hidden;line-height:18px;white-space:nowrap;text-overflow:ellipsis}.dc-username span{display:block;color:var(--themecolor);font-size:13px;line-height:16px}.dc-header .dc-username span{max-width:110px;overflow:hidden;line-height:18px;white-space:nowrap;text-overflow:ellipsis}.dc-username:after{right:0;top:50%;font-size:10px;content:'\e64b';margin-top:-10px;line-height:20px;position:absolute;font-family:'themify';color:var(--terthemecolor)}.dc-usernav,ul.sub-menu,ul.children{-webkit-box-shadow:5px 10px 20px 0 rgba(0,0,0,.1);box-shadow:5px 10px 20px 0 rgba(0,0,0,.1)}.dc-navigation>ul>li>.children>li>a,.dc-navigation>ul>li>.sub-menu>li>a,.dc-navigation>ul>li>.mega-menu>li>a{background:#fcfcfc}.dc-navigation>ul>li>.children>li:last-child>a,.dc-navigation>ul>li>.sub-menu li:last-child>a,.dc-navigation>ul>li>.mega-menu>li:last-child>a{border-radius:0 0 4px 4px}.dc-navigation>ul>li>.children>li.page_item_has_children ul>li:last-child>a,.dc-navigation>ul>li>.sub-menu>li.menu-item-has-children ul>li:last-child>a{border-radius:0 0 4px 0}.dc-navigation>ul>li>.children>li.page_item_has_children ul>li:first-child>a,.dc-navigation>ul>li>.sub-menu>li.menu-item-has-children ul>li:first-child>a{border-radius:0 4px 0 0}.dc-navigation>ul>li>.sub-menu>li:hover>a,.dc-navigation>ul>li>.children>li:hover>a,.dc-navigation>ul>li>.mega-menu>li:hover>a{background:#fff}.dc-navigation>ul>li>.sub-menu>li>.sub-menu>li a,.dc-navigation>ul>li>.children>li>.children>li a,.dc-navigation>ul>li>.mega-menu>li>.sub-menu>li a{background:#fff}.dc-navigation>ul>li>.sub-menu>li>.sub-menu>li:hover a,.dc-navigation>ul>li>.children>li>.children>li:hover a,.dc-navigation>ul>li>.mega-menu>li>.sub-menu>li:hover a{background:#fcfcfc}.dc-navigation>ul>li>.children,.dc-navigation>ul>li>.sub-menu{border-radius:0 0 5px 5px}.dc-navigation ul li .children li a,.dc-navigation ul li .sub-menu li a{font-size:13px}.page_item_has_children,.menu-item-has-children,.menu-item-has-mega-menu{position:relative}.dc-dropdowarrow{top:11px;right:15px;color:#fff;z-index:1;width:20px;height:20px;display:none;cursor:pointer;font-size:12px;line-height:20px;position:absolute;text-align:center}.dc-navigation ul li .children li,.dc-navigation ul li .sub-menu li{text-align:left}.dc-navigation ul li .children li a,.dc-navigation ul li .sub-menu li a{font-size:13px;font-weight:400;padding:10px 20px}.children li.page_item_has_children>a:before,.sub-menu li.menu-item-has-children>a:before,.children li.menu-item-has-children>a:before,.sub-menu li.page_item_has_children>a:before,.children li.page_item_has_children>a:before{top:0;right:20px;font-size:10px;line-height:40px;position:absolute;color:var(--terthemecolor);content:"\e649";font-family:'themify'}.dc-navigation>ul>li.page_item_has_children .children li .children,.dc-navigation>ul>li.menu-item-has-children .sub-menu li .sub-menu,.dc-navigation>ul>li.page_item_has_children .sub-menu li .sub-menu{z-index:1;left:100%;border-radius:0 4px 4px 0}.children li.page_item_has_children:hover .children,.sub-menu li.page_item_has_children:hover .sub-menu{top:0;opacity:1;visibility:visible}.dc-navigation ul li .children li+li a,.dc-navigation ul li .sub-menu li+li a{border-top:1px solid #eee}.dc-usernav{left:0;opacity:0;top:140px;z-index:9;width:230px;visibility:hidden;position:absolute;border-radius:5px}.dc-userlogedin:hover .dc-usernav{top:100%;opacity:1;visibility:visible}.dc-usernav ul{width:100%;float:left;font-size:14px;background:#fff;list-style:none;line-height:19px;border-radius:0 0 4px 4px}.dc-usernav ul li{width:100%;float:left;position:relative;line-height:inherit;list-style-type:none}.dc-usernav ul li+li{border-top:1px solid #eee}.dc-usernav ul li a{color:var(--terthemecolor);display:block;padding:10px 19px;line-height:inherit;position:relative}.dc-usernav ul li a i{color:#999;font-size:14px;min-width:28px;line-height:inherit;display:inline-block;vertical-align:middle}.dc-usernav ul li a span{line-height:inherit;display:inline-block;vertical-align:middle}.dc-usernav ul li .sub-menu{border:0;left:auto;right:100%;display:block;opacity:0;z-index:9;visibility:hidden;position:absolute;border-radius:4px 0 0 4px}.dc-usernav ul li:hover .sub-menu{top:0;opacity:1;visibility:visible}.dc-usernav ul li .sub-menu li a{border-radius:0 5px 5px 0}.dc-usernav ul li.menu-item-has-children:after,.dc-usernav ul li.page_item_has_children:after{top:0;right:20px;color:#3d4461;font-size:10px;line-height:40px;position:absolute;content:"\e649";font-family:'themify'}.dc-verticalscrollbar{height:100%}.dc-navigation>ul>li.menu-item-has-children .sub-menu.menu-item-moved,.dc-navigation>ul>li.page_item_has_children .sub-menu.menu-item-moved{border-radius:4px 0 0 4px}.dc-navigation>ul>li>.sub-menu.menu-item-moved>li.menu-item-has-children ul>li:first-child>a{border-radius:4px 0 0 0}.dc-navigation>ul>li>.sub-menu.menu-item-moved>li.menu-item-has-children ul>li:last-child>a{border-radius:0 0 0 4px}.dc-loginarea{float:right;margin:20px 0 20px 25px}.dc-loginarea .dc-loginbtn{color:var(--terthemecolor);font:500 14px/20pxPoppins,sans-serif}.dc-loginoption>.dc-btn{padding:0 15px;line-height:36px}.dc-loginoption{position:relative;display:inline-block;vertical-align:middle}.dc-loginformhold{top:58px;z-index:9;width:350px;right:-156px;display:none;overflow:hidden;background:#fff;border-radius:4px;position:absolute;line-height:normal;-webkit-box-shadow:5px 10px 20px 0 rgba(0,0,0,.1);box-shadow:5px 10px 20px 0 rgba(0,0,0,.1)}.dc-loginheader{float:left;width:100%;padding:20px 20px 0}.dc-loginheader span{font-size:16px;line-height:16px;display:inline-block;vertical-align:middle}.dc-loginheader a{opacity:1;float:right;color:#ddd;font-size:14px;line-height:18px}.dc-loginheader a:hover{color:#ddd}.dc-logininfo{float:left;width:100%}.dc-loginform fieldset{padding:20px}.dc-loginform fieldset .form-group{margin:0 0 10px}.dc-loginform fieldset .form-group .form-control{height:40px;border:1px solid #ddd}.dc-logininfo .dc-btn{float:left;width:auto;min-width:0;line-height:32px;padding:0 30px}.dc-logininfo .dc-checkbox{width:auto;float:none;padding:8px 0;margin-left:20px;display:inline-block;vertical-align:middle;font-family:'Open Sans',sans-serif}.dc-loginfooterinfo{width:100%;float:left;background:#f7f7f7}.dc-loginfooterinfo a{width:50%;float:left;color:#55acee;font-size:14px;text-align:center;position:relative;line-height:50px}.dc-loginfooterinfo a+a:before{top:50%;left:0;content:'';width:1px;height:30px;background:#ddd;position:absolute;margin:-15px 0 0}.dc-hide-form{display:none}.modal-content{border:0;border-radius:4px}.dc-offerpopup .modal-dialog{max-width:540px}.dc-offerpopup .dc-modalcontent .dc-formhelp fieldset .form-group.dc-btnarea{margin-top:10px}.dc-popuptitle{float:left;width:100%;padding:13px 20px;border-bottom:1px solid #ddd}.dc-popuptitle h3{margin:0;font-size:18px;line-height:26px;font-weight:500;display:inline-block;vertical-align:middle}.dc-popuptitle a{opacity:1;font-size:20px;line-height:26px;color:var(--secthemecolor)}.dc-popuptitle a i{display:block;line-height:26px}.dc-popuptitle a:hover{color:var(--secthemecolor)}.dc-modalcontent{background:#fff}.dc-modalcontent .modal-body{padding:30px}.dc-modalcontent .dc-formhelp fieldset .form-group textarea{height:200px}.dc-modalcontent .dc-formhelp fieldset .form-group{margin:0 0 10px}.dc-modalcontent .dc-formhelp fieldset .form-group:last-child{margin:10px 0 0}.dc-headervtwo .dc-navigationarea{background:0;position:absolute}.dc-headervtwo .dc-navigation>ul>li>a{color:#fff}.dc-headervtwo .dc-loginarea>.dc-btn{color:#fff;border-color:#fff}.dc-headervtwo .dc-topbar{border:0;background:#fff}.dc-langchange{width:auto;float:right;margin:4px 0 4px 30px}.dc-headervtwo .dc-loginarea .dc-loginbtn{color:#fff}.dc-headervtwo .dc-loginarea>.dc-btn:hover{border-color:var(--themecolor)}.dc-langchange .dc-select select{height:34px;text-transform:uppercase;color:var(--secthemecolor);padding:0 30px 0 20px}.dc-langchange .dc-select:after{line-height:34px;color:var(--secthemecolor)}.dc-homesliderholder{background-size:cover;background-repeat:no-repeat}.dc-bannerslider li{width:10px;height:10px;border-radius:50px;list-style-type:none;background:var(--terthemecolor)}.dc-bannerslider li.active{background:var(--themecolor)}.dc-bannerdots{margin:0;bottom:0;display:none}.dc-homeslider{float:left;width:100%;overflow:hidden;min-height:694px;padding:40px 0 130px}.slider-item{height:auto;overflow:visible}.dc-bannerimg{margin:0;float:left;width:auto;position:relative}.dc-bannerimg img{width:100%;display:block}.dc-bannercontent{float:left;width:auto;padding:123px 0;margin-left:60px;position:relative}.dc-bannercontent h1{margin:0;font-size:70px;font-weight:700;line-height:73px}.dc-bannercontent h1 span,.dc-bannercontent h1 em{display:block;line-height:inherit;font-size:50px;font-style:normal;color:var(--secthemecolor)}.dc-bannercontent h1 span{line-height:65px}.dc-btnarea{float:left;width:100%}.dc-bannercontent .dc-btnarea{margin-top:15px}.dc-bannercontent .dc-btnarea .dc-btn{float:left}.dc-bannercontent .dc-btnarea .dc-btn+.dc-btn{margin-left:30px}.dc-bannervtwo{float:left;width:100%}.dc-silderimg{margin:0;width:100%;float:left;background:var(--terthemecolor)}.dc-silderimg img{opacity:.2;display:block;max-width:none;width:auto!important}.dc-homeslidervtwo{min-height:690px;position:relative;background:var(--terthemecolor)}.dc-slidercontentimg{float:left;width:100%;margin:37px 0 0!important}.dc-slidercontentimg img{width:auto;margin:0 auto;display:block}.dc-homevtwo .dc-doctorslider{margin-top:-20px}.dc-homevtwo .dc-doctordetails-holder{height:186px}.dc-homevtwo .dc-doctordetails-holder h3{margin:74px 0 10px}.dc-homevtwo .dc-doctordetails-holder:hover h3{margin:0}.dc-homevtwo .dc-doctorslider .owl-item .dc-doctordetails-holder{padding-top:20px}.dc-medicalfacility{float:left;width:100%;background:#fff;margin:82px 0;border-radius:4px}.dc-medicalform{padding:30px;border-top:1px solid #eee}.dc-medicalform fieldset{float:left;width:100%;margin:-5px}.dc-medicalform fieldset .form-group{margin:0;padding:5px}.dc-medicalform fieldset .form-group.dc-btnarea{margin-top:10px}.dc-medicalfacility .dc-title{padding:23px 30px}.dc-medicalfacility .dc-title h1{margin:0;color:#2d3e50;font-size:26px;line-height:73px}.dc-medicalfacility .dc-title h1 em{display:block;margin-bottom:16px;font-style:normal;color:var(--secthemecolor)}.dc-medicalfacility .dc-title h1 span{display:block;font-size:50px;line-height:73px;margin-bottom:9px}.dc-medicalform fieldset .dc-btnarea .dc-docsearch{margin:9px 0}.dc-searchholder{margin-bottom:20px}.dc-searchform-holder{float:left;width:100%;z-index:2;position:relative;background:#fff;border-radius:4px;-webkit-box-shadow:0 9px 20px 0 rgba(165,165,165,.5);box-shadow:0 9px 20px 0 rgba(165,165,165,.5)}.dc-advancedsearch{float:left;width:58%;position:relative;z-index:9}.dc-title{float:left;width:100%}.dc-advancedsearch .dc-title{padding:23px 30px 0}.dc-advancedsearch .dc-title h1{margin:0;font-size:20px;line-height:73px;display:inline-block;vertical-align:middle}.dc-docsearch{color:#999;float:right;text-transform:uppercase;font:400 11px/16pxPoppins,sans-serif}.dc-docsearch span:last-child{display:inline-block;vertical-align:middle;margin-left:10px}.dc-advanceicon{display:inline-block;vertical-align:middle}.dc-advanceicon i{width:22px;display:block;margin:7px 0 0;position:relative;border:1px solid #bababa}.dc-advanceicon i:first-child{margin:0}.dc-advanceicon i:after{top:0;left:0;width:6px;height:6px;content:'';background:#fff;position:absolute;border-radius:50px;margin:-3px 0 0 -5px;border:1px solid #bababa}.dc-advanceicon i:first-child:after{left:50%}.dc-advanceicon i:nth-child(2):after{left:20%}.dc-advanceicon i:nth-child(3):after{left:80%}.dc-docsearch:hover .dc-advanceicon i:first-child:after{left:10%}.dc-docsearch:hover .dc-advanceicon i:nth-child(2):after{left:80%}.dc-docsearch:hover .dc-advanceicon i:nth-child(3):after{left:20%}.dc-form-advancedsearch{float:left;width:100%;padding:15px 30px 30px}.dc-form-advancedsearch fieldset{float:left;width:100%;margin:-5px;padding-right:60px}.dc-form-advancedsearch fieldset .form-group{margin:0;padding:5px}.dc-form-advancedsearch fieldset .form-group:first-child{width:60%}.dc-form-advancedsearch fieldset .form-group:nth-child(2){width:40%}.dc-advancesearch-holder{float:left;width:100%;display:flex;text-align:center;align-items:center;justify-content:center;padding:12px 10px 11px;border-top:1px solid #eee}.dc-advancesearch-holder .dc-advanceicon i{border-color:#b4b4b4}.dc-advancesearch-holder .dc-advanceicon i+i{margin-top:5px}.dc-advancesearch-holder .dc-docsearch{float:none;min-height:20px;display:inline-block;vertical-align:middle}.dc-formbtn{top:5px;right:5px;position:absolute}.dc-formbtn button{width:50px;color:#fff;height:50px;display:block;font-size:16px;line-height:50px;text-align:center;border-radius:4px;background-color:var(--themecolor)}.dc-formbtn button:hover,.dc-formbtn button:focus{color:#fff}.dc-btn.dc-serach-form-v2{background:transparent}.dc-btn.dc-serach-form-v2:hover{background:var(--themecolor)}.dc-formbtn button:hover{-webkit-box-shadow:0 9px 20px 0 var(--shadowcolor);box-shadow:0 9px 20px 0 var(--shadowcolor)}.dc-jointeamholder{float:left;width:42%}.dc-jointeam{float:left;width:100%;position:relative;padding:0 10px 0 20px;border-radius:0 4px 4px 0;background:var(--terthemecolor)}.dc-jointeamimg{float:left;width:auto;margin:-21px 0 0!important}.elementor .elementor-widget:not(.elementor-widget-text-editor) .dc-jointeamimg{margin:-22px 0 0!important}.dc-jointeamcontent{overflow:hidden;padding:35px 0 43px 30px}.dc-jointeamcontent h3{color:#fff;font-size:26px;margin:0 0 14px;line-height:30px}.dc-jointeamcontent h3 span{font-size:16px;display:block;line-height:inherit;font-weight:400}.dc-jointeamcontent .dc-btn{line-height:32px}.dc-jointeamnoti{top:-12px;width:24px;color:#fff;right:-12px;font-size:14px;line-height:24px;border-radius:50px;text-align:center;position:absolute;background:var(--secthemecolor)}.dc-jointeamnoti i{display:block;line-height:24px}.dc-doctorslider{float:left;width:100%}.dc-doctordetails-holder{float:left;width:100%;padding:30px;height:280px;background:#fff;overflow:hidden;position:relative;border:1px solid #eee}.dc-doctordetails-holder:after{left:0;width:0;bottom:0;height:2px;content:'';background:#eee;position:absolute}.dc-doctordetails-holder:hover:after{width:100%}.dc-doctorslider .owl-item+.owl-item .dc-doctordetails-holder{border-left:0}.dc-doctordetails-holder h3{display:block;font-size:26px;line-height:20px;margin:165px 0 0;overflow:hidden;white-space:nowrap;line-height:inherit;text-overflow:ellipsis}.dc-doctordetails-holder h3 span{display:block;font-size:16px;font-weight:400;margin-bottom:5px;overflow:hidden;white-space:nowrap;line-height:inherit;text-overflow:ellipsis;color:var(--terthemecolor)}.dc-doctordetails-holder .dc-btn{width:100%;margin-top:30px}.dc-doctordetails-holder:hover .dc-btn{margin-top:26px}.dc-slidercounter{right:0;bottom:0;font-size:160px;line-height:128px;position:absolute;color:rgba(61,68,97,.06);font-family:'Poppins',sans-serif}.dc-doctordetails-holder:hover{background:#fcfcfc}.dc-doctordetails-holder:hover .dc-slidercounter{opacity:0;visibility:hidden}.dc-doctordetails-holder:hover h3{margin:85px 0 0}.dc-titlecolor1 .dc-btn{border-color:#1abc9c}.dc-titlecolor1 .dc-btn:hover{background:#1abc9c;-webkit-box-shadow:0 9px 20px 0 rgba(26,188,156,.5);box-shadow:0 9px 20px 0 rgba(26,188,156,.5)}.dc-titlecolor2 .dc-btn{border-color:var(--themecolor)}.dc-titlecolor2 .dc-btn:hover{background:var(--themecolor);-webkit-box-shadow:0 9px 20px 0 rgba(63,171,243,.5);box-shadow:0 9px 20px 0 rgba(63,171,243,.5)}.dc-titlecolor3 .dc-btn{border-color:#f1c40f}.dc-titlecolor3 .dc-btn:hover{background:#f1c40f;-webkit-box-shadow:0 9px 20px 0 rgba(241,196,15,.5);box-shadow:0 9px 20px 0 rgba(241,196,15,.5)}.dc-titlecolor4 .dc-btn{border-color:#9b59b6}.dc-titlecolor4 .dc-btn:hover{background:#9b59b6;-webkit-box-shadow:0 9px 20px 0 rgba(155,89,182,.5);box-shadow:0 9px 20px 0 rgba(155,89,182,.5)}.dc-titlecolor5 .dc-btn{border-color:var(--secthemecolor)}.dc-titlecolor5 .dc-btn:hover{background:var(--secthemecolor);-webkit-box-shadow:0 9px 20px 0 rgba(255,88,81,.5);box-shadow:0 9px 20px 0 rgba(255,88,81,.5)}.dc-titlecolor6 .dc-btn{border-color:#2eca80}.dc-titlecolor6 .dc-btn:hover{background:#2eca80;-webkit-box-shadow:0 9px 20px 0 rgba(46,202,128,.5);box-shadow:0 9px 20px 0 rgba(46,202,128,.5)}.dc-titlecolor7 .dc-btn{border-color:#7751e5}.dc-titlecolor7 .dc-btn:hover{background:#7751e5;-webkit-box-shadow:0 9px 20px 0 rgba(119,81,229,.5);box-shadow:0 9px 20px 0 rgba(119,81,229,.5)}.dc-titlecolor1.dc-doctordetails-holder:after{background:#1abc9c}.dc-titlecolor2.dc-doctordetails-holder:after{background:var(--themecolor)}.dc-titlecolor3.dc-doctordetails-holder:after{background:#f1c40f}.dc-titlecolor4.dc-doctordetails-holder:after{background:#9b59b6}.dc-titlecolor5.dc-doctordetails-holder:after{background:var(--secthemecolor)}.dc-titlecolor6.dc-doctordetails-holder:after{background:#2eca80}.dc-titlecolor7.dc-doctordetails-holder:after{background:#7751e5}.dc-titlecolor1 h3{color:#1abc9c}.dc-titlecolor2 h3{color:var(--themecolor)}.dc-titlecolor3 h3{color:#f1c40f}.dc-titlecolor4 h3{color:#9b59b6}.dc-titlecolor5 h3{color:var(--secthemecolor)}.dc-titlecolor6 h3{color:#2eca80}.dc-titlecolor7 h3{color:#7751e5}.dc-text-center{text-align:center}.dc-sectionhead{float:left;width:100%;margin-top:-4px;margin-bottom:20px}.dc-sectiontitle{float:left;width:100%}.dc-sectiontitle h1{float:left;width:100%;margin:0 0 17px;font-size:36px;line-height:34px}.dc-sectiontitle h1 span{display:block;font-size:16px;font-weight:400;line-height:20px;margin-bottom:6px}.dc-sectiontitle h1 em{font-style:normal;display:inline-block;color:var(--secthemecolor)}.dc-sectionhead .dc-description p{margin-bottom:13px;font-size:16px;line-height:1.65}.dc-sectionheadvtwo{margin:0}.dc-sectionheadvtwo .dc-sectiontitle h1{font-size:40px;line-height:45px;margin-bottom:14px}.dc-sectionheadvtwo .dc-sectiontitle h1 span{margin-top:5px;font-size:40px;margin-bottom:0;line-height:inherit;color:var(--secthemecolor)}.dc-bringcareholder,.dc-bringcarecontent{float:left;width:100%}.dc-bringcarecontent .dc-btnarea{margin-top:20px}.dc-bringcarecontent .dc-btnarea .dc-btn{float:left}.dc-bringcarecontent .dc-btnarea .dc-btn+.dc-btn{margin-left:30px}.dc-bringimg-holder{float:left;width:100%;height:100%;padding-left:35px;padding-bottom:20px}.dc-doccareimg{width:auto;float:left;z-index:9;height:100%;margin:0 0 20px}.dc-doccareimg:before{top:20px;left:20px;content:'';width:100%;z-index:-1;height:100%;position:absolute;background:url(../../../themes/doctreat/images/img-bg.png);background-size:100% 100%;background-repeat:no-repeat}.dc-doccareimg img{width:100%;display:block}.dc-doccareimg figcaption{bottom:20px;right:-117px;margin-right:10px;position:absolute}.dc-doccareimg figcaption:after{width:4px;content:'';height:100%;right:-10px;position:absolute;background:var(--secthemecolor)}.dc-doccarecontent{float:left;width:100%;padding:24px 30px 26px;border-radius:4px 0 0 4px;background:var(--terthemecolor)}.dc-doccarecontent h3{margin:0;color:#fff;font-size:26px;line-height:26px}.dc-doccarecontent h3 em{font-size:16px;font-weight:400;display:block;margin-bottom:4px;font-style:normal;line-height:inherit}.dc-sectionbg{position:relative}.dc-sectionbg:after{position:absolute;left:0;content:'';width:588px;height:303px;bottom:-205px;z-index:99;background:url(../../../themes/doctreat/images/section-bg.png)}.dc-bgcolor{background:#e8f6ff}.dc-workdetails-holder{position:relative}.dc-main-section.dc-workdetails-holder{padding-top:0}.dc-workdetails{float:left;width:100%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-webkit-box-orient:vertical;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.dc-workdetails-bordertwo,.dc-workdetails-border{position:relative}.dc-workdetails-border:after,.dc-workdetails-bordertwo:before{position:absolute;top:0;top:20px;content:'';left:-127px;width:235px;height:148px;background:url(../../../themes/doctreat/images/work-icon/line-01.png);background-repeat:no-repeat;background-size:100% 100%}.dc-workdetails-bordertwo:before{background:url(../../../themes/doctreat/images/work-icon/line-02.png);left:-138px}.dc-workdetail{float:left;width:auto;padding:20px;margin-bottom:30px;text-align:center;border-radius:100%;background:url(../../../themes/doctreat/images/border-img.png);background-repeat:no-repeat;background-size:100% 100%}.dc-workdetail figure{width:160px;height:160px;margin:0 auto;background:#fff;border-radius:100%;-webkit-box-shadow:0 0 20px 0 rgba(153,153,153,.3);box-shadow:0 0 20px 0 rgba(153,153,153,.3);text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-webkit-box-orient:vertical;justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.dc-workdetail figure img{width:70px;margin:0 auto;display:block}.dc-workdetails .dc-title span{font-size:16px;display:block;margin-bottom:5px;line-height:20px;font-family:'Poppins',sans-serif}.dc-workdetails .dc-title h3{margin:0;font-size:26px;line-height:30px}.dc-workdetails .dc-title h3 a{display:inline-block;vertical-align:middle;color:var(--terthemecolor)}.dc-ratedecontent{float:left;width:100%;padding:94px 40px 80px}.dc-ratedecontent .dc-btnarea{margin-top:3px;text-align:center}.dc-neurosurgeons-img{width:112px;height:112px;background:#fff;border-radius:100%;margin:0 auto 36px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-direction:normal;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 0 14px rgba(255,255,255,.3);box-shadow:0 0 0 14px rgba(255,255,255,.3)}.dc-neurosurgeons-img img{width:auto;display:block}.dc-docpostslider{float:left;width:100%}.dc-docpostslider .owl-stage-outer{padding:67px 0 24px 30px}.dc-docpostslider .item{float:left;width:100%}.dc-docfeatured{float:left;widows:100%;margin-top:-30px}.dc-docfeatured>div>div{margin-top:30px}.dc-docfeatured>div>div>.dc-btnarea{margin-top:10px;text-align:center}.dc-docfeatured .dc-docpostcontent>.dc-title>.dc-title{float:none;display:flex}.dc-docfeatured .dc-docpostcontent{padding:17px 20px 20px}.dc-docfeatured .dc-doclocation span{line-height:14px}.dc-docpostholder{float:left;width:100%;border-radius:4px}.dc-docpostholder:hover{-webkit-box-shadow:0 9px 20px 0 rgba(165,165,165,.5);box-shadow:0 9px 20px 0 rgba(165,165,165,.5)}.dc-docpostholder:hover .dc-docpostcontent .dc-btn{color:#fff;background:var(--themecolor);-webkit-box-shadow:0 9px 20px 0 var(--shadowcolor);box-shadow:0 9px 20px 0 var(--shadowcolor)}.dc-docpostholder:hover .dc-docpostimg img{opacity:.7}.dc-docpostimg{margin:0;float:left;width:100%;background:#000;overflow:hidden;position:relative;border-radius:4px 4px 0 0;max-height:200px}.dc-docpostimg img{width:100%;display:block}.dc-docpostimg figcaption{top:0;left:0;content:'';width:100%;height:100%;position:absolute}.dc-featuredtag{top:0;left:0;width:40px;height:40px;position:absolute;border-top:40px solid var(--secthemecolor);border-right:40px solid transparent}.dc-featuredtag i{left:8px;top:-42px;color:#fff;bottom:auto;font-size:12px;line-height:30px;position:absolute}.dc-like{padding:5px;background:#fff;border-radius:100%;display:inline-block;vertical-align:middle}.dc-like i{width:38px;color:#ddd;display:block;line-height:38px;text-align:center;border-radius:4px;border:1px solid #eee}.dc-liked i,.dc-like:hover i{color:var(--secthemecolor)}.dc-doclocationvtwo .dc-btnarea .dc-like.dc-liked i,.dc-doclocationvtwo .dc-btnarea .dc-like:hover i{border-color:var(--secthemecolor)}.dc-docpostcontent{float:left;width:100%;padding:20px;position:relative;border:1px solid #eee;border-top:0;border-radius:0 0 4px 4px}.dc-docpostcontent .dc-like{right:10px;top:-24px;position:absolute}.dc-docpostcontent .dc-like i{border-radius:50%;width:40px}.dc-docstatus{margin-bottom:3px;display:inline-block;vertical-align:middle;font:400 13px/16pxPoppins,sans-serif}.dc-docpostcontent .dc-title h3{margin:0 0 4px;font-size:16px;font-weight:500;line-height:22px;float:left}.dc-docpostholder .dc-docpostcontent .dc-title h3{width:100%}.dc-docpostcontent .dc-title h3 a{float:left;max-width:80%;overflow:hidden;white-space:nowrap;line-height:inherit;text-overflow:ellipsis;color:var(--terthemecolor)}.dc-docpostcontent .dc-title h3 i{font-size:14px;margin-left:1px;line-height:20px;display:inline-block;vertical-align:middle}.dc-docpostcontent .dc-title>h3 i{margin-left:1px}.dc-docpostcontent .dc-title h3 i:nth-child(2){margin-left:8px}.dc-docpostcontent .dc-title h3 i.fa-award{color:var(--themecolor)}.dc-docpostcontent .dc-title h3 i.fa-check-circle{color:#1abc9c}.dc-awardtooltip{position:relative}.dc-awardtooltip em{top:20px;left:25px;z-index:999;opacity:0;width:160px;color:#767676;padding:0 5px;visibility:hidden;font-style:normal;position:absolute;background:#fff;font:11px/18px'Open Sans',sans-serif;border:1px solid #9297a4;-webkit-box-shadow:0 3px 20px 0 rgba(165,165,165,.3);box-shadow:0 3px 20px 0 rgba(165,165,165,.3)}.dc-awardtooltip:hover em{top:0;opacity:1;visibility:visible}.dc-awardtooltip em:before{width:0;height:0;content:'';border-top:5px solid transparent;border-right:7px solid #9297a4;border-bottom:5px solid transparent;position:absolute;left:-8px;top:50%;margin:-5px 0 0}.dc-docinfo{float:left;width:100%;list-style:none;line-height:16px}.dc-docinfo li{width:100%;float:left;line-height:inherit;list-style-type:none}.dc-docinfo li+li{margin-top:5px}.dc-docinfo li em{display:block;color:#767676;font-size:13px;font-style:normal;line-height:inherit}.dc-stars{width:80px}.dc-stars span:after,.dc-stars:before{font-size:12px}.dc-doclocation{float:left;width:100%;margin-top:20px}.dc-doclocation span{display:block;color:#767676;font-size:13px;line-height:16px}.dc-doclocation span+span{margin-top:8px}.dc-doclocation span i{font-size:12px;min-width:20px;vertical-align:top;line-height:inherit;display:inline-block}.dc-doclocation .dc-btn{margin-top:18px;max-width:145px;line-height:32px}.dc-next,.dc-prev{width:40px;color:#999;float:left;cursor:pointer;font-size:14px;line-height:36px;text-align:center;border:2px solid #eee;border-radius:100%}.dc-prev{margin-right:20px}.dc-next:hover,.dc-prev:hover{color:var(--themecolor);border-color:var(--themecolor)}.dc-next span,.dc-prev span{display:block;line-height:36px}.dc-docslidernav{top:0;left:30px;margin:14px 0;position:absolute}.dc-appicons{float:left;width:100%;list-style:none}.dc-appicons li{width:auto;float:left;border-radius:5px;list-style-type:none}.dc-appicons li+li{margin-left:30px}.dc-appicons li figure{margin:0;float:left;width:auto}.dc-appicons li img{width:100%;display:block;border-radius:5px}.dc-appcontent{float:left;width:100%}.dc-appcontent .dc-sectionhead .dc-description p{margin-bottom:23px}.dc-appbgimg{float:left;width:100%;padding:20px 0}.dc-appbgimg figure{margin:0;float:left;width:auto}.dc-appbgimg figure img{width:auto;height:350px;display:block;max-width:none;margin-left:-62px}.dc-articlesholder{float:left;width:100%}.dc-article{float:left;width:100%;border-radius:4px}.dc-article:hover{-webkit-box-shadow:0 9px 20px 0 rgba(165,165,165,.5);box-shadow:0 9px 20px 0 rgba(165,165,165,.5)}.dc-articleimg{float:left;width:100%;margin:0;background:#000;border-radius:4px 4px 0 0}.dc-articleimg>img{width:100%;display:block;border-radius:4px 4px 0 0}.dc-article:hover .dc-articleimg>img{opacity:.7}.dc-articlecontent{float:left;width:100%;border-radius:4px;border:1px solid #eee}.dc-articleimg+.dc-articlecontent{border-top:0;border-radius:0 0 4px 4px}.dc-articlecontent .dc-title h3{margin:0 0 5px;font-size:16px;font-weight:500;line-height:24px;height:40px}.dc-articlecontent .dc-title>a{font-size:13px;line-height:20px}.dc-articlecontent .dc-title h3 a{color:var(--terthemecolor);word-break:break-word}.dc-articleby{display:block;color:#55acee;font-size:13px;line-height:16px;margin-bottom:4px}.dc-datetime{display:block;color:#767676;font-size:13px;line-height:16px}.dc-datetime i{margin-right:5px;display:inline-block;vertical-align:middle;color:var(--terthemecolor)}.dc-articleimg figcaption{top:0;left:0;width:100%;height:100%;overflow:hidden;position:absolute}.dc-articlesdocinfo{bottom:10px;padding:2px;right:-130px;background:#fff;position:absolute;border-radius:15px}.dc-article:hover .dc-articlesdocinfo{right:10px}.dc-articlesdocinfo img{width:auto;float:left;border-radius:50px}.dc-articlesdocinfo span{width:136px;padding:0 10px;overflow:hidden;max-width:300px;white-space:nowrap;line-height:inherit;display:inline-block;vertical-align:middle;text-overflow:ellipsis;color:var(--terthemecolor);font:400 14px/20pxPoppins,sans-serif}.dc-article:hover .dc-articlesdocinfo span{width:auto}.dc-article img{display:block;z-index:999999;position:relative}.dc-articlesdocinfo{z-index:999999}.dc-dayon{color:var(--secthemecolor);font-style:normal}.dc-bold{font-weight:700;font-style:normal}.dc-moreoptions{float:left;width:100%;list-style:none;font-size:13px;text-align:right;line-height:20px;padding:15px 30px;border-top:1px solid #efefef;margin:0}.dc-moreoptions li{width:auto;float:none;padding-right:15px;display:inline-block;line-height:inherit;list-style-type:none;vertical-align:middle}.dc-moreoptions li:last-child{padding:0}.dc-moreoptions li a{color:#767676;line-height:inherit;display:inline-block;vertical-align:middle}.dc-moreoptions li a i{margin-right:5px}.dc-footercol{float:left;width:100%}.dc-footeraboutus{float:left;width:100%;padding:60px 0 100px;margin:20px 0 -20px}.dc-widgetskills{float:left;width:100%;margin:-4px 0 -5px}.dc-fwidgettitle{float:left;width:100%;padding-bottom:15px}.dc-fwidgettitle h3{margin:0;display:block;font-size:18px;font-weight:400;line-height:21px}.dc-fwidgetcontent{float:left;width:100%;font-size:14px;list-style:none;line-height:20px;font-family:'Open Sans',sans-serif}.dc-fwidgetcontent li{float:left;width:100%;padding:5px 0;line-height:inherit;list-style-type:none}.dc-fwidgetcontent li:last-child{padding-bottom:0}.dc-fwidgetcontent li a{display:block;position:relative;line-height:inherit;color:#fff}.dc-fwidgetcontent li a:after{left:0;top:7px;opacity:0;width:3px;height:3px;content:'';visibility:hidden;position:absolute;background:var(--secthemecolor)}.dc-fwidgetcontent li:hover a,.dc-fwidgetcontent li a:focus{padding-left:10px}.dc-fwidgetcontent li:hover a:after{opacity:1;visibility:visible}.dc-fwidgetcontent li.dc-viewmore a{color:#55acee;font-family:'Poppins',sans-serif}.dc-footertopbar{float:left;width:100%;margin:-40px 0}.dc-footer-call-email{width:100%;margin:0 auto;max-width:645px;padding:20px 30px;background:#fff;border-radius:40px;-webkit-box-shadow:0 9px 20px 0 rgba(0,0,0,.2);box-shadow:0 9px 20px 0 rgba(0,0,0,.2)}.dc-callinfoholder{float:left;width:auto}.dc-callinfoimg{float:left;width:auto;margin:0 20px 0 0}.dc-callinfoimg img{width:100%;display:block}.dc-callinfocontent{overflow:hidden;padding:0 0 0 20px;margin-left:20px;border-left:1px solid #ddd}.dc-callinfocontent h3{margin:0;font-size:18px;line-height:20px}.dc-callinfocontent h3 span{display:block;font-size:13px;font-weight:400;line-height:inherit;color:var(--terthemecolor)}.dc-callinfocontent h3 a{display:block;line-height:inherit;color:var(--secthemecolor)}.dc-mailinfoholder{float:right}.dc-mailinfoholder .dc-callinfoimg{float:right;margin:0 0 0 20px}.dc-mailinfoholder .dc-callinfocontent{border:0;text-align:right;margin:0 20px 0 0;padding:0 20px 0 0;border-right:1px solid #ddd}.dc-or-text{margin:10px 0;font-size:14px;display:block;line-height:20px;text-align:center}.dc-fthreecolumns{float:left;width:100%;padding:60px 0}.dc-footertopbar+.dc-fthreecolumns{padding-top:100px}.dc-logofooter{float:none;margin:0 0 24px;flex-basis:164px}.dc-logofooter a{display:block}.dc-footercontent{float:left;width:100%}.dc-footercontent .dc-description p{color:#fff;font-size:14px;margin:0 0 15px;line-height:24px}.dc-detailsinfo{padding:0 6px;font-size:14px;line-height:20px;position:relative;text-decoration:none;width:auto!important}.dc-detailsinfo:hover{text-decoration:none}.dc-detailsinfo:after,.dc-detailsinfo:before{top:0;left:0;content:'[';color:#dadada;position:absolute}.dc-detailsinfo:after{left:auto;right:0;content:']'}.dc-detailsinfo.dc-detailsinfofooter{margin:0 0 0 2px}.dc-detailsinfo.dc-detailsinfofooter:before,.dc-detailsinfo.dc-detailsinfofooter:after{color:#dadada}.dc-footercontactus{float:left;width:100%;color:#fff;list-style:none;margin-bottom:30px;font:400 14px/ 20px'Open Sans',sans-serif}.dc-footercontactus li{width:100%;float:left;line-height:inherit;list-style-type:none}.dc-footercontactus li span{display:block;line-height:inherit}.dc-footercontactus li i{min-width:30px;display:inline-block}.dc-footercontactus li a{color:#27c5f1}.dc-footercontactus li a i{color:#FFF}.dc-footercontactus li address{margin:0;font-style:normal}.dc-footercontactus li+li{margin-top:10px}.dc-fsocialicon{float:left;width:100%}.dc-fsocialicon .dc-simplesocialicons li{float:left}.dc-fsocialicon .dc-simplesocialicons li a{background:0;color:#FFF}.dc-fsocialicon .dc-simplesocialicons li+li{margin-left:20px}.dc-fcol{float:left;width:100%}.dc-ftitle{float:left;width:100%;margin:0 0 20px}.dc-ftitle h3{color:#fff;font-size:20px;font-weight:400;margin:0;line-height:18px}.doc-widgetheading h2 a,.dc-ftitle h3 a{color:#fff}.dc-livefeeddetails{float:left;width:100%;color:#fff;list-style:none}.dc-livefeeddetails li{width:100%;float:left;list-style-type:none}.dc-livefeeddetails li+li{margin-top:30px}.dc-latestadimg{float:left;width:auto;margin:0 10px 0 0}.dc-latestadimg img{width:auto;display:block}.dc-latestadcontent{padding:5px 0;overflow:hidden}.dc-latestadcontent p{font-size:14px;line-height:16px;margin-bottom:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dc-latestadcontent p em{color:#999;font-style:normal}.dc-latestadcontent p a{color:#27c5f1;text-decoration:none}.dc-latestadcontent time{color:#FFF;display:block;font:700 13px/ 14px'Open Sans',sans-serif;opacity:.8}.dc-formnewsletter fieldset .form-group{margin:0}.dc-formnewsletter fieldset .form-group .form-control{z-index:1;height:44px;font-size:14px;border-radius:4px;position:relative;padding:10px 65px 10px 17px}.dc-formnewsletter button{top:0;right:0;z-index:2;color:#fff;width:44px;height:44px;line-height:44px;position:absolute;border-radius:0 4px 4px 0;background:var(--themecolor)}.dc-formnewsletter fieldset .form-group .form-control::placeholder{color:#999}.dc-footerapps{float:left;width:100%}.dc-btnapps{float:left;width:100%;list-style:none}.dc-btnapps li{width:auto;float:left;list-style-type:none}.dc-btnapps li+li{margin-left:10px}.dc-btnapps li a img{max-width:110px;border-radius:4px}.dc-newsletterholder .dc-description{margin-bottom:8px;margin-top:-6px}.dc-footerbottom{float:left;width:100%;background:rgba(0,0,0,.1)}.dc-copyright{margin:0;color:#fff;display:block;padding:24px 0;text-align:center;font:400 14px/ 20px'Open Sans',sans-serif}.dc-copyright span{color:#21b8f0}.dc-docpostslider.owl-carousel .owl-item,.dc-docpostslider.owl-carousel .owl-wrapper{-webkit-transform:none;-moz-transform:none;-ms-transform:none!important}.dc-formhelp fieldset .form-group:first-child{margin-bottom:10px}.dc-formhelp fieldset .form-group textarea{height:240px}.dc-formhelp fieldset .dc-btnarea{margin-bottom:0}.dc-prohelpholder .dc-sectionheadvtwo{margin-bottom:20px}.dc-feedbackholder{float:left;width:100%}.dc-feedbackholder .dc-sectionhead .dc-sectiontitle h1{font-size:26px;line-height:28px;margin-bottom:10px}.dc-feedbackcontent-holder{float:left;width:100%;margin-bottom:23px}.dc-feedbackcontent{overflow:hidden;padding-left:20px}.dc-feedbackcontent .dc-title{margin-bottom:7px}.dc-feedbackcontent .dc-title h3{margin:0;font-size:18px;font-weight:500;line-height:20px}.dc-feedbackcontent .dc-title h3 a{color:var(--terthemecolor)}.dc-feedbackcontent .dc-title>a{font-size:13px;line-height:20px;display:inline-block;vertical-align:middle}.dc-feedbackcontent .dc-title span{display:block;color:#767676;font-size:13px;line-height:20px}.dc-feedbackimg{margin:0;width:auto;float:left;border-radius:4px;border:1px solid #ddd}.dc-feedbackimg img{width:100%;display:block}.dc-feedbackcontent .dc-description p{margin-bottom:0;line-height:24px;font-family:'Open Sans',sans-serif}.dc-feedbackholder>.dc-btnarea{position:relative}.dc-feedbackholder>.dc-btnarea .dc-btn{float:right}.dc-feedbackholder>.dc-btnarea hr{margin:0;border:0}.dc-feedbackholder>.dc-btnarea hr:before{left:0;top:50%;content:'';width:65%;height:1px;background:#eee;position:absolute}.dc-color1{border-color:#1abc9c}.dc-color2{border-color:var(--themecolor)}.dc-color3{border-color:#f1c40f}.dc-color4{border-color:#9b59b6}.dc-color5{border-color:var(--secthemecolor)}.dc-color6{border-color:#2eca80}.dc-color7{border-color:#7751e5}.dc-innerbanner{float:left;width:100%}.dc-innerbannerform{padding:20px 110px 20px 0}.dc-innerbannerform fieldset{padding-right:174px}.dc-innerbannerform .dc-btnarea{top:5px;right:5px;width:auto;position:absolute}.dc-innerbanner>.dc-docsearch{top:0;right:15px;color:#fff;margin:29px 0;position:absolute}.dc-innerbannerform .dc-btnarea>.dc-btn[type="submit"],.dc-innerbannerform .dc-btnarea>a{color:#fff}.dc-innerbannerform .dc-btnarea>.dc-btn[type="submit"],.dc-innerbannerform .dc-btnarea>a.dc-btn{width:164px}.dc-innerbanner>.dc-docsearch .dc-advanceicon i{border-color:#fff}.dc-innerbanner>.dc-docsearch .dc-advanceicon i:after{border:2px solid #fff;background:var(--terthemecolor)}.dc-advancedsearch-holder{float:left;display:none;width:100%;background:#31364e;border-top:1px solid #4e5779}.dc-advancedsearchs{float:left;width:100%;padding:20px 0;position:relative}.dc-form-advancedsearchs fieldset{float:left;width:100%;margin:0 -5px;padding-right:130px}.dc-form-advancedsearchs fieldset .form-group{margin:0;width:25%;padding:0 5px}.dc-form-advancedsearchs fieldset .form-group .form-control,.dc-form-advancedsearchs fieldset .form-group .dc-checkbox,.dc-form-advancedsearchs fieldset .form-group .dc-select select{border:1px solid #4e5779}.dc-form-advancedsearchs fieldset .form-group .dc-select select,.dc-form-advancedsearchs fieldset .form-group .dc-select,.dc-form-advancedsearchs fieldset .form-group .form-control,.dc-form-advancedsearchs fieldset .form-group input[type="text"]::placeholder,.dc-form-advancedsearchs fieldset .form-group .dc-select:after{color:#fff;height:44px}.dc-form-advancedsearchs fieldset .form-group .form-control,.dc-form-advancedsearchs fieldset .form-group .dc-select,.dc-form-advancedsearchs fieldset .form-group .dc-select select,.dc-form-advancedsearchs fieldset .form-group .dc-checkbox{background:var(--terthemecolor)}.dc-form-advancedsearchs fieldset .form-group .dc-checkbox{height:44px;border-radius:4px;padding:11px 20px}.dc-form-advancedsearchs fieldset .form-group .dc-checkbox label{color:#fff;font-family:'Open Sans',sans-serif}.dc-typeoptions{float:left;width:100%;position:relative}.dc-typeoptions span{top:0;left:20px;color:#fff;font-size:14px;line-height:44px;position:absolute}.dc-typeoptions .dc-select select{padding-left:60px}.dc-typeoptions .dc-select select,.dc-typeoptions .dc-select{background:transparent!important}.dc-form-advancedsearchs fieldset .form-group .dc-typeoptions .dc-select select{color:#3ea5ea}.dc-form-advancedsearchs fieldset .dc-btnarea{top:0;right:5px;width:auto;position:absolute}.dc-form-advancedsearchs fieldset .dc-btnarea .dc-resetbtn{color:#fff;width:auto;min-width:0;padding:0 17px;line-height:42px;background:#83444f;border:1px solid var(--secthemecolor)}.dc-form-advancedsearchs fieldset .dc-btnarea .dc-resetbtn:hover{box-shadow:none}.dc-form-advancedsearchs fieldset .form-group .dc-select:after{line-height:44px}.dc-advancedsearchs{position:relative}.dc-advancedsearchs:before{width:0;top:-7px;height:0;right:40px;content:'';position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #31364e}.dc-aboutstep{float:left;width:100%}.dc-aboutstep .dc-sectionheadvtwo{margin:0 0 3px}.dc-welcome-holder{float:left;width:100%}.dc-bksteps .dc-welcomecontent{float:left;width:100%;padding:30px;border:1px solid #eee;border-radius:4px;text-align:center}.dc-welcomeimg{float:left;width:100%;margin:0 0 23px}.elementor .elementor-widget:not(.elementor-widget-text-editor) .dc-welcomeimg{margin:0 0 23px}.dc-bksteps .dc-welcomeimg img{width:100%;max-width:65px;margin:0 auto;display:block}.dc-welcomecontent .dc-title{margin-bottom:15px;word-break:break-word}.dc-welcomecontent .dc-title h3{margin:0;font-size:20px;line-height:30px}.dc-welcomecontent .dc-title h3 span{font-size:16px;font-weight:400;display:block;line-height:20px}.dc-welcomecontent .dc-description p{margin:0;font:400 14px/24px'Open Sans',sans-serif}.dc-ourteamholder{float:left;width:100%}.dc-ourteam{float:left;width:100%;background:#fff;border-radius:4px}.dc-ourteam:hover{-webkit-box-shadow:0 9px 20px 0 rgba(165,165,165,.5);box-shadow:0 9px 20px 0 rgba(165,165,165,.5)}.dc-ourteamimg{float:left;margin:0;width:100%;background:#000;border-radius:4px 4px 0 0}.dc-ourteamimg img{width:100%;display:block;border-radius:4px 4px 0 0}.dc-ourteam:hover .dc-ourteamimg img{opacity:.7}.dc-ourteamcontent{float:left;width:100%;padding:30px;text-align:center;border:1px solid #eee;border-top:0;border-radius:0 0 4px 4px}.dc-ourteamcontent .dc-title>a{display:block;font-size:13px;line-height:16px;margin-bottom:6px}.dc-ourteamcontent .dc-title h3{margin:0 0 12px;font-size:18px;font-weight:500;line-height:20px}.dc-ourteamcontent .dc-title h3 a{color:var(--terthemecolor)}.dc-ourteamcontent .dc-simplesocialicons{float:left;width:100%;line-height:16px}.dc-ourteamcontent .dc-simplesocialicons li{padding:0 10px}.dc-testimonials{width:100%;float:left}.dc-testimonials-head{float:left;width:100%;text-align:center}.dc-testimonials-head .dc-title{position:relative;padding-bottom:70px;margin-bottom:30px}.dc-testimonials-head .dc-title:after{left:50%;bottom:0;width:1px;content:'';height:40px;position:absolute;background:var(--secthemecolor)}.dc-testimonials-head .dc-title h3{margin:0;font-size:40px;line-height:40px}.dc-testimonials-head .dc-title h3 span{display:block;margin-top:10px;font-weight:400;color:var(--secthemecolor)}.dc-heart{float:left;width:100%;margin-bottom:75px;position:relative;margin-top:-130px}.dc-heart span{color:#fff;display:block;margin:0 auto;font-size:40px;max-width:100px;border-radius:50%;line-height:100px;text-align:center;background:var(--secthemecolor)}.dc-hearticon i{display:block;line-height:100px}.dc-heart span{position:relative}.dc-heart span:after,.dc-heart span:before{position:absolute;left:0;top:0;content:'';height:100%;width:100%;border-radius:50%;-webkit-animation:pulse 2s infinite;-moz-animation:pulse 2s infinite;-o-animation:pulse 2s infinite;animation:pulse 2s infinite}.dc-heart span:before{-webkit-animation:pulset 2s infinite;-moz-animation:pulset 2s infinite;-o-animation:pulset 2s infinite;animation:pulset 2s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,88,82,.8)}70%{-webkit-box-shadow:0 0 0 20px rgba(255,88,82,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,88,82,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(255,88,82,.8);box-shadow:0 0 0 0 rgba(255,88,82,.4)}70%{-moz-box-shadow:0 0 0 20px rgba(255,88,82,0);box-shadow:0 0 0 20px rgba(255,88,82,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,88,82,0);box-shadow:0 0 0 0 rgba(255,88,82,0)}}@-webkit-keyframes pulset{0%{-webkit-box-shadow:0 0 0 0 rgba(255,88,82,.4)}70%{-webkit-box-shadow:0 0 0 40px rgba(255,88,82,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,88,82,0)}}@keyframes pulset{0%{-moz-box-shadow:0 0 0 0 rgba(255,88,82,.4);box-shadow:0 0 0 0 rgba(255,88,82,.4)}70%{-moz-box-shadow:0 0 0 40px rgba(255,88,82,0);box-shadow:0 0 0 40px rgba(255,88,82,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,88,82,0);box-shadow:0 0 0 0 rgba(255,88,82,0)}}.dc-customerfeedbacks{float:left;width:100%}.dc-authorpicslider{float:none;width:250px;margin:0 auto;display:block}.dc-authorpicslider .item{float:left;width:100%}.dc-authorpicslider .item figure{margin:0;float:left;width:100%;border-radius:50%}.dc-authorpicslider .item figure img{width:100%;margin:0 auto;display:block;max-width:50px;border-radius:50%}.dc-authorpicslider .center .item figure img{max-width:100%}.dc-authorpicslider .center .item figure{max-width:none;max-width:90px;border:4px solid #fff}.dc-feedbackslider{float:left;width:100%;margin-top:30px;text-align:center}.dc-testimonialscontent{float:left;width:100%}.dc-testimonialscontent .dc-description blockquote p,.dc-testimonialscontent .dc-description blockquote{border:0;padding:0;font-size:16px;line-height:26px;background:transparent;color:var(--terthemecolor);font-family:'Poppins',sans-serif}.dc-testimonialscontent .dc-description blockquote p{margin:0}.dc-testimonialscontent .dc-description blockquote q span{color:var(--secthemecolor)}.dc-testimonialscontent .dc-title>span{display:block;margin-top:5px;font:400 14px/20pxPoppins,sans-serif}.dc-testimonialscontent .dc-title>h3{margin:0;font-size:24px;line-height:24px;color:var(--secthemecolor)}.dc-clientslogo{float:left;width:100%}.dc-clientslogo ul{width:100%;float:left;list-style:none;background:#fff}.dc-clientslogo ul li{width:25%;float:left;list-style-type:none;border-left:1px solid #eee}.dc-clientslogo ul li:nth-child(n+5){border-top:1px solid #eee}.dc-clientslogo ul li:first-child,.dc-clientslogo ul li:nth-child(5){border-left-color:transparent}.dc-clientslogo ul li a{display:block}.dc-clientslogo ul li a img{width:100%;display:block;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.4}.dc-clientslogo ul li:hover a img{opacity:1;-webkit-filter:grayscale(0%);filter:grayscale(0%)}.dc-searchresult-holder{float:left;width:100%}.dc-searchresult-head{float:left;width:100%;margin-bottom:20px}.dc-searchresult-head .dc-title{width:auto}.dc-searchresult-head .dc-title h4{margin:0;color:#767676;padding:8px 0;font-size:14px;font-weight:400;line-height:20px}.dc-searchresult-head .dc-title h4 strong{color:#767676;font-weight:700}.dc-searchresult-head .dc-rightarea .dc-select{width:160px}.dc-searchresult-head .dc-rightarea .dc-select+.dc-select{margin-left:10px}.dc-searchresult-head .dc-rightarea .dc-select select{height:36px;padding:0 30px 0 20px}.dc-searchresult-head .dc-rightarea .dc-select:after{line-height:36px}.dc-gridlist-option{float:right;margin-left:10px}.dc-gridlist-option a{float:left;width:36px;color:#999;line-height:32px;text-align:center;border-radius:4px;border:2px solid #eee}.dc-gridlist-option a+a{margin-left:10px}.dc-gridlist-option .dc-linkactive,.dc-gridlist-option a:hover{color:#fff;background:var(--secthemecolor);border-color:var(--secthemecolor)}.dc-gridlist-option a i{display:block;line-height:32px}.dc-searchresult-grid{float:left;width:100%}.dc-searchresult-grid>div>.col-12:nth-child(n+4){margin-top:30px}.dc-searchresultad{margin:0;float:left;width:100%;text-align:center}.dc-searchresultad span{color:#999;display:block;font-size:9px;line-height:14px;text-align:center;margin-top:10px;text-transform:uppercase}.dc-searchresultad img{padding:10px;border-radius:4px;background:#fff;border:1px solid #eee}.dc-widget{float:left;width:100%;border-radius:4px;margin:0 0 30px}.dc-widgettitle{float:left;width:100%;padding:15px 20px;border-radius:4px 4px 0 0;background:var(--themecolor)}.dc-widgettitle h3{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:20px}.dc-widgetcontent{float:left;width:100%;padding:20px;background:#fcfcfc;border-radius:0 0 4px 4px}.dc-footer .dc-widgetcontent{background:#FFF}.dc-onlinuserimg{margin:0;float:left;width:100%;border-radius:4px 4px 0 0}.dc-onlinuserimg img{width:100%;display:block;border-radius:4px 4px 0 0}.dc-onlinuserimg figcaption{top:0;left:0;width:100%;height:100%;position:absolute}.dc-onlinuserimg figcaption span{top:10px;right:10px;color:#fff;font-size:12px;min-width:38px;line-height:17px;text-align:center;border-radius:4px;position:absolute;text-transform:uppercase;background:var(--secthemecolor)}.dc-onlineoption-content{width:100%;float:left;padding:28px 29px 30px;text-align:center;border:1px solid #eee;border-top:0;border-radius:0 0 4px 4px}.dc-onlineoption-content .dc-title h3{margin:0 0 15px;font-size:22px;line-height:24px}.dc-onlineoption-content .dc-title h3 span{display:block;font-size:16px;font-weight:400;line-height:16px;margin-bottom:8px}.dc-onlineoption-content .dc-btnarea .dc-btn{border:0;width:100%;line-height:38px;background:#1abc9c;-webkit-box-shadow:0 9px 20px 0 rgba(26,188,156,.5);box-shadow:0 9px 20px 0 rgba(26,188,156,.5)}.dc-onlineoption-content .dc-btnarea span{display:block;font-size:18px;margin-top:26px;line-height:22px;text-align:center}.dc-onlineoption-content .dc-btnarea span em{display:block;font-size:13px;font-style:normal}.dc-mostsearch-content{float:left;width:100%;line-height:20px;list-style:none}.dc-mostsearch-content li{float:left;width:100%;list-style-type:none;line-height:inherit}.dc-mostsearch-content li+li{margin-top:15px}.dc-mostsearch-content li a{color:#767676;font-size:14px;padding-left:10px;position:relative;line-height:inherit}.dc-mostsearch-content li a:hover{color:var(--secthemecolor)}.dc-mostsearch-content li a:before{left:0;top:10px;width:3px;height:3px;content:'';line-height:20px;background:#767676;position:absolute;border-radius:50px}.dc-mostsearch-content li a:hover:before{background:var(--secthemecolor)}.dc-appimgs{margin:0;float:left;width:100%;border-radius:4px 4px 0 0}.dc-appimgs img{display:block;width:100%;border-radius:4px 4px 0 0}.dc-mobileapp-content{float:left;width:100%;text-align:center;border:1px solid #eee;border-top:0;padding:24px 10px 10px;border-radius:0 0 4px 4px}.dc-mobileapp-content .dc-title h3{margin:0 0 9px;font-size:22px;line-height:24px}.dc-mobileapp-content .dc-title h3 span{display:block;font-size:16px;font-weight:400;margin-bottom:4px}.dc-mobileapp-content .dc-description p{margin:0 0 23px;line-height:24px;font-family:'Open Sans',sans-serif}.dc-appemail-form{float:left;width:100%;position:relative}.dc-appemail-form input{height:44px;padding-right:40px}.dc-appemail-form button{top:0;right:20px;width:auto;font-size:14px;line-height:44px;text-align:center;position:absolute;background:transparent;color:var(--secthemecolor)}.dc-appemail-form button:focus{outline:0}.dc-searchresult-list .dc-docpostcontent{width:auto;float:none;padding:0 30px;overflow:hidden;border:1px solid #eee;border-left:0;border-radius:0 4px 4px 0}.dc-searchresult-list .dc-docpostholder{overflow:hidden}.dc-searchresult-list .dc-docpostholder .dc-doclocation{width:auto;float:right;min-width:255px;padding:24px 0 24px 30px;border-left:1px solid #eee}.dc-searchresult-list .dc-docpostholder .dc-title{width:auto;padding:25px 0}.dc-searchresult-list .dc-docpostholder .dc-docpostimg{width:auto;overflow:hidden;border-radius:4px 0 0 4px}.dc-searchvlistvtwo .dc-docpostholder .dc-docpostimg{border-radius:4px}.dc-searchresult-list .dc-docpostholder .dc-docpostimg img{border-radius:0}.dc-doclocationvtwo{margin:0}.dc-doclocationvtwo .dc-btnarea{margin-top:18px}.dc-doclocationvtwo .dc-btnarea .dc-btn{margin:0}.dc-doclocationvtwo .dc-btnarea .dc-like{padding:0;margin-left:7px;position:static}.dc-doclocationvtwo .dc-btnarea .dc-like i{width:36px;line-height:32px;border-width:2px;border-radius:4px}.dc-doclocationvtwo .dc-btnarea .dc-like i:before{transition:none}.dc-searchresult-list .dc-docpostholder:nth-child(n+2){margin-top:20px}.dc-searchresult-list .dc-searchresultad{margin:30px 0 10px}.dc-searchresult-list .dc-pagination{margin-top:30px}.dc-searchvtwo{float:left;padding:20px;max-width:535px;min-width:535px}.dc-docinfo .dc-stars{width:68px;margin-right:10px}.dc-docpostslider .dc-docinfo .dc-stars{width:68px;margin-right:10px}.dc-docpostslider .dc-docpostcontent .dc-title h3 a{max-width:80%}.dc-searchvtwo .dc-docpostimg{margin-right:20px}.dc-searchvlistvtwo .dc-docpostcontent{border:0;padding:0}.dc-searchvlistvtwo .dc-docpostholder .dc-title{float:none;padding:2px 0 3px;overflow:hidden}.dc-searchvlistvtwo .dc-docpostholder{border:1px solid #eee}.dc-searchvlistvtwo .dc-docpostholder .dc-doclocation{min-width:285px;padding:26px 0 26px 30px}.dc-searchvtwo .dc-tags{margin-top:20px}.dc-tags{float:left;width:100%}.dc-tags ul{float:none;width:auto;margin:-5px;overflow:hidden;list-style:none}.dc-tags ul li{float:left;width:auto;padding:5px;list-style-type:none}.dc-tags ul li a{float:left;color:#767676;font-size:12px;padding:0 14px;line-height:24px;border-radius:4px;background:#f7f7f7}.dc-tags ul li a:hover{color:#fff;background:#55acee}.dc-tags a.dc-tagviewall{color:#55acee!important;background:transparent!important}.dc-available{color:#1abc9c;font-style:normal}.dc-docsingle-header{float:left;width:100%;margin-bottom:30px}.dc-docsingleimg{margin:0;float:left;width:auto;overflow:hidden;background:#fff;margin-right:30px;border-radius:4px;border:1px solid #eee}.dc-docsingleimg img{width:100%;padding:5px;display:block}.dc-docsingle-content{overflow:hidden;margin-top:-5px}.dc-docsingle-content .dc-title{position:relative;margin-bottom:20px}.dc-docsingle-content .dc-title .dc-docstatus{font-size:16px;line-height:20px;margin-bottom:6px}.dc-docsingle-content .dc-title h1{margin:0 0 8px;font-size:22px;line-height:73px}.dc-docsingle-content .dc-title h1 a{float:left;max-width:500px;overflow:hidden;white-space:normal;line-height:inherit;text-overflow:ellipsis;color:var(--terthemecolor)}.dc-docsingle-content .dc-title h1 i{font-size:16px;margin-left:5px;line-height:24px;display:inline-block;vertical-align:middle}.dc-docsingle-content .dc-title h1 i.icon-sheild{color:#f1c40f;font-size:16px}.dc-docsingle-content .dc-title h1 i.fa-check-circle{color:#1abc9c}.dc-docsingle-content .dc-title h1 i.fa-award:before{content:"\e900";font-family:'icomoon'}.dc-docsingle-content .dc-btnarea .dc-btn+.dc-like{margin-left:10px}.dc-docsingle-content .dc-btnarea .dc-like{padding:0}.dc-docsingle-content .dc-like i{display:block;line-height:32px;border-width:2px;border-radius:4px;width:36px}.dc-docsingle-content .dc-like i:before{transition:none}.dc-docsingle-content .dc-like:hover i,.dc-docsingle-content .dc-like.dc-liked i{border-color:var(--secthemecolor)}.dc-docsingle-content .dc-like:hover i{color:var(--secthemecolor)}.dc-docsingle-content .dc-docinfo li+li{margin-top:10px}.dc-docsingle-content .dc-title .dc-docinfo{line-height:20px}.dc-docsingle-content .dc-title .dc-docinfo li em{font-size:16px}.dc-docsingle-content .dc-title .dc-docinfo .dc-stars{width:78.75px;line-height:20px;margin-right:7px}.dc-docsingle-content .dc-title .dc-docinfo .dc-stars span{line-height:20px}.dc-docsingle-content .dc-title .dc-docinfo .dc-stars span:after,.dc-docsingle-content .dc-title .dc-docinfo .dc-stars:before{font-size:14px;line-height:20px}.dc-docsingle-content .dc-description p{margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font:14px/24px'Open Sans',sans-serif}.dc-docsingle-content .dc-btnarea{margin-top:13px}.dc-docsingle-content .dc-btnarea .dc-btn{float:left;line-height:32px}.dc-docsingle-content .dc-btnarea .dc-btn:hover{box-shadow:none}.dc-docsingle-content .dc-btnarea .dc-btn+.dc-btn{margin-left:10px}.dc-docsingle-holder{float:left;width:100%}.dc-navdocsingletab{width:100%;float:left;display:block;line-height:38px;list-style-type:none}.dc-navdocsingletab li{width:auto;float:left;line-height:inherit;list-style-type:none}.dc-navdocsingletab li a{color:#767676;display:block;font-size:14px;padding:0 30px;font-weight:500;line-height:38px;border:1px solid #eee;border-left:0;border-bottom:0;border-radius:4px 4px 0 0}.dc-navdocsingletab li:first-child a{border-left:1px solid #eee}.dc-navdocsingletab li a.active{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.dc-contentdoctab{float:left;width:100%;padding:30px;border:1px solid #eee;border-radius:0 0 4px 4px}.single-doctors .dc-contentdoctab.dc-articles-holder{border:0;padding:0}.dc-location-holder .dc-searchresult-head .dc-title h4{font-size:18px;color:var(--terthemecolor)}.dc-location-holder .dc-searchvlistvtwo .dc-docpostcontent .dc-searchvtwo{max-width:475px}.dc-shareprofile{float:left;width:100%;margin:30px 0 0}.dc-shareprofile ul{float:none;width:auto;line-height:20px;text-align:right;padding:15px 20px;margin:0 -30px -30px;border-top:1px solid #eee}.dc-shareprofile ul li{float:none;width:auto;padding:0 7px}.dc-shareprofile ul li:last-child{padding-right:0}.dc-sharecontent{padding:0;font-size:14px;line-height:20px;color:var(--terthemecolor)}.dc-registerformhold{float:left;width:100%;background:#f7f7f7}.dc-registerformmain{float:left;width:100%;padding:30px}.dc-registerhead{float:left;width:100%;margin:0 0 15px;padding:0 100px;text-align:center}.dc-registerhead .dc-title h3{font-size:28px;line-height:30px;margin:0 0 16px;text-transform:inherit}.dc-registerhead .dc-description p{margin:0 0 8px;font:14px/24px'Open Sans',sans-serif}.dc-joinforms{float:left;width:100%}.dc-joinsteps{float:left;width:100%;margin:0 0 30px;list-style:none;text-align:center}.dc-joinsteps li{padding:0 12px;margin:0 15px;position:relative;display:inline-block;vertical-align:middle;list-style-type:none}.dc-joinsteps li+li:after{width:30px;content:'';top:50%;left:-32px;height:2px;margin-top:-1px;background:#ddd;position:absolute}.dc-joinsteps li a{color:#999;width:40px;height:40px;display:block;text-align:center;border-radius:50px;border:2px solid #ddd;font:700 13px/38pxPoppins,sans-serif}.dc-joinsteps li.dc-done-next a{color:#fff;background:#00cc8d;border-color:#00cc8d}.dc-joinsteps li.dc-active a{color:#00cc8d;border-color:#00cc8d}.dc-formregister .dc-formregisterstart{float:left;width:100%;margin-top:30px}.dc-startoption{float:left;width:100%;background:#fff;border-radius:4px;border:2px solid #eee;list-style-type:none}.dc-startoption li{float:left;width:33.33%;padding:15px 20px;line-height:inherit;list-style-type:none;border-right:2px solid #eee}.dc-startoption li:last-child{border:0}.dc-formregister .dc-registerformgroup{float:none;width:auto;margin:-5px}.form-group-half{width:50%}.dc-formregister .dc-registerformgroup .form-group{margin:0;padding:5px}.dc-form-group-dropdown .form-control{padding:10px 10px 10px 113px}.dc-form-group-dropdown .dc-select{top:5px;left:5px;width:95px;position:absolute}.dc-form-group-dropdown .dc-select select{border-radius:4px 0 0 4px}.dc-formtitle h4{font-size:18px;margin:0 0 20px;font-weight:400;line-height:18px}.dc-joinnowholder{float:left;width:100%;margin-top:37px;text-align:center}.dc-joinnowholder .dc-title h4{font-size:20px;margin:0 0 7px;font-weight:400;line-height:22px}.dc-joinnowholder .dc-description p{margin:0;padding:0 50px;font:14px/24px'Open Sans',sans-serif}.dc-iconwithtext{overflow:visible;margin:20px 0 -5px;text-align:center;float:left;width:100%}.dc-iconwithtext li{padding:0;float:none;margin:5px 0;display:inline-block;vertical-align:middle}.dc-iconwithtext li+li{margin-left:7px}.dc-iconwithtext li a{padding:0;width:auto;height:44px;line-height:44px;border-radius:4px}.dc-iconwithtext li a:hover{-webkit-box-shadow:10px 10px 25px 0 rgba(0,0,0,.25);box-shadow:10px 10px 25px 0 rgba(0,0,0,.25)}.dc-iconwithtext li a i{width:44px;height:24px;line-height:24px;border-right:1px solid rgba(255,255,255,.4);display:inline-block}.dc-iconwithtext li a em{padding:0 20px;font-weight:700;font-style:normal;line-height:inherit}.dc-termsconditions .dc-checkboxholder .dc-checkbox input[type=checkbox]+label span{color:#323232;margin-top:-5px;font-size:14px;line-height:23px}.dc-checkboxholder{float:left;width:100%;margin:30px 0 0}.dc-checkboxholder .dc-radio,.dc-checkboxholder .dc-checkbox{margin:0 0 20px}.dc-checkboxholder .dc-checkbox input[type=checkbox]+label{color:#323232;font:400 14px/14px'Open Sans',sans-serif}.dc-checkboxholder .dc-checkbox input[type=checkbox]+label a{color:#55acee}.dc-joinformc{float:left;width:100%}.dc-joinformsimg{width:220px;display:block;margin:0 auto 35px!important}.dc-joinformsimg img{width:100%;display:block}.dc-verifyform .form-group{margin:0}.dc-verifyform .form-group label{margin:0 0 7px;font-size:14px;line-height:16px;color:#767676}.dc-verifyform .form-group label a{color:#55acee}.dc-verifyform .form-group.dc-btnarea{margin:10px 0 0}.dc-gotodashboard{float:left;width:100%;text-align:center}.dc-gotodashboard span{font-size:14px;line-height:22px;display:block}.dc-gotodashboard span a{color:#55acee}.dc-registerformfooter{float:left;width:100%;padding:20px;text-align:center;border-top:1px solid #ddd}.dc-registerformfooter span{display:block;font-size:14px;line-height:29px}.dc-registerformfooter span a{color:#55acee}.dc-aboutinfo{float:left;width:100%;margin-bottom:40px}.dc-aboutinfovtwo{margin-bottom:0}.dc-infotitle{float:left;width:100%}.dc-infotitle h3{margin:0;font-size:18px;font-weight:400;line-height:20px;margin-bottom:20px}.dc-aboutinfo .dc-description p{margin:0 0 24px;color:var(--terthemecolor);font:14px/24px'Open Sans',sans-serif}.dc-aboutinfo .dc-description p:last-child{margin:0}.dc-expandedu{float:left;width:100%;list-style:none;line-height:18px;border:1px solid #eee}.dc-expandedu li{float:left;width:100%;padding:15px 20px;line-height:inherit;list-style-type:none}.dc-expandedu li:nth-child(even){background:#fcfcfc}.dc-expandedu li+li{border-top:1px solid #eee}.dc-expandedu li span{font-size:14px;min-width:430px;line-height:inherit;display:block;vertical-align:middle;color:var(--terthemecolor)}.dc-expandedu li em{color:#767676;font-style:normal;line-height:inherit;font-family:'Open Sans',sans-serif}.dc-specializations .dc-infotitle h3 a{font-size:13px;display:inline-block;vertical-align:baseline;font-family:'Open Sans',sans-serif}.dc-specializationslist{float:left;width:100%;list-style:none;line-height:20px;font-family:'Open Sans',sans-serif}.dc-specializationslist li{float:left;width:33.33%;padding-left:12px;position:relative;line-height:inherit;list-style-type:none}.dc-specializationslist li:nth-child(n+4){margin-top:10px}.dc-specializationslist li:before{left:0;top:10px;width:3px;height:3px;content:'';position:absolute;background:var(--secthemecolor);border-radius:50%}.dc-specializationslist li span{font-size:14px;display:block;line-height:inherit;color:var(--terthemecolor)}.dc-specializationslist li span a{color:var(--terthemecolor)}.dc-memberships .dc-specializationslist li{width:100%}.dc-memberships .dc-specializationslist li:nth-child(n+2){margin-top:10px}.dc-downloads-listing{float:left;width:100%;list-style:none}.dc-downloads-listing li{float:left;width:50%;padding-left:60px;position:relative;list-style-type:none}.dc-downloads-listing li:nth-child(n+3){margin-top:20px}.dc-downloads-listing li:before{left:0;top:0;content:'';width:50px;height:50px;position:absolute;background:url(../../../themes/doctreat/images/icon-imgs/img-01.png);background-repeat:no-repeat}.dc-downloads-listing li h3{margin:0;font-size:14px;font-weight:400;line-height:16px;padding:6px 0 5px;word-break:break-word}.dc-downloads-listing li h3 span{display:block;color:#767676;font-size:13px;margin-top:7px}.dc-gallery-holder{margin:0}.dc-accordion{float:left;width:100%}.dc-panel{float:left;width:100%}.dc-panel+.dc-panel{margin-top:10px}.dc-paneltitle{float:left;width:100%;display:flex;padding:10px 20px;position:relative;background:#fcfcfc;border-radius:4px;border:1px solid #eee;align-items:center}.dc-paneltitle.active{border-radius:4px 4px 0 0}.dc-paneltitle:after{top:50%;right:20px;color:var(--terthemecolor);font-size:14px;content:'\e61a';margin-top:-10px;line-height:20px;position:absolute;font-family:'themify'}.dc-paneltitle.active:after{content:"\e622";color:var(--secthemecolor)}.dc-titleicon{margin:0;width:auto;float:left;margin-right:20px;padding:6px 20px 6px 0;border-right:1px solid #eee}.dc-titleicon img{width:100%;display:block}.dc-paneltitle span{padding:5px 0;font-size:14px;line-height:18px;display:inline-block;vertical-align:middle;color:var(--terthemecolor)}.dc-paneltitle span em{color:#767676;display:block;margin-top:4px;font-size:13px;font-style:normal;line-height:14px}.dc-panelcontent{float:left;width:100%;border:1px solid #eee;border-top:0}.dc-childaccordion{float:left;width:100%;position:relative}.dc-subpanel{float:left;width:100%;position:relative}.dc-subpanel .dc-subpaneltitle:before{top:0;left:-1px;height:0;width:2px;content:'';position:absolute;background:var(--secthemecolor)}.dc-subpanel .dc-subpaneltitle.active:before,.dc-subpanel:hover .dc-subpaneltitle:before{height:100%}.dc-subpanel+.dc-subpanel{border-top:1px solid #eee}.dc-subpaneltitle{float:left;width:100%}.dc-subpaneltitle.active,.dc-subpaneltitle:hover{background:#fcfcfc}.dc-subpaneltitle span{color:var(--terthemecolor);display:block;font-size:14px;line-height:20px;padding:15px 30px 15px 20px;font-family:'Open Sans',sans-serif}.dc-subpaneltitle span em{float:right;font-style:normal}.dc-subpanelcontent{float:left;width:100%;padding:20px;border-top:1px solid #eee}.dc-subpanelcontent .dc-description p{font-size:14px;line-height:24px}.dc-subpanelcontent .dc-description p a{text-decoration:none}.dc-contentdoctab .dc-searchresult-head .dc-title h4{color:var(--terthemecolor);font-size:18px}.single-healthforum .dc-contentdoctab .dc-searchresult-head .dc-title h4{padding:0}.dc-consultation,.dc-consultation-content{float:left;width:100%}.dc-consultation-details{float:left;width:100%;padding:20px;position:relative;border-top:1px solid #eee;list-style-type:none}.dc-consultation-details:before{top:0;left:0;height:0;width:2px;content:'';position:absolute;background:var(--secthemecolor)}.dc-consultation-details:hover:before{height:100%}.dc-consultation-img{margin:0;float:left;width:auto;max-width:40px;min-width:40px;border:1px solid #ddd;border-radius:50px;margin-right:10px;min-height:40px;display:flex;justify-content:center;align-items:center}.dc-imgcolor1{border-color:#1ebd9e}.dc-imgcolor2{border-color:#9e5eb8}.dc-imgcolor3{border-color:#f1c616}.dc-consultation-img img{width:auto;display:block;border-radius:50px}.dc-consultation-title{overflow:hidden}.dc-consultation-title h5{margin:0;font-size:16px;width:80%;font-weight:500;line-height:20px;display:inline-block;vertical-align:middle}.dc-consultation-title h5 a{color:var(--terthemecolor)}.dc-consultation-title h5 em{display:block;color:#767676;font-weight:400;font-size:13px;font-style:normal}.dc-consultation-title span{float:right;color:#767676;font-size:13px;padding:10px 0;line-height:20px}.dc-consultation-details .dc-description{margin-top:20px}.dc-consultation-details .dc-description p{margin:0;font-size:14px;line-height:24px}.dc-consultation-content .dc-pagination{padding:30px;border-top:1px solid #eee}.dc-consultation-details:last-child{padding-bottom:0}.dc-feedback-content .dc-consultation-img{border:0}.dc-feedback-content .dc-description p{margin-bottom:20px}.dc-feedback-content .dc-description p a{color:var(--themecolor);text-decoration:none}.dc-feedback-content .dc-description>a{font-size:13px;line-height:16px}.dontrecommend{color:var(--secthemecolor)}.dontrecommend i:before{content:"\e671"}.dc-feedback-content .dc-description>a i{margin-right:5px}.dc-feedback-content .dc-consultation-title h5 em i{color:#1abc9c}.dc-articles{float:left;width:100%}.dc-articleslist-content{float:left;width:100%}.dc-articles-list .dc-articleimg{width:auto}.dc-articles-list .dc-articlecontent{width:auto;float:none;overflow:hidden;border:1px solid #eee;border-left:0;border-radius:0 4px 4px 0}.dc-articles-list .dc-article+.dc-article{margin-top:20px}.dc-articles-list .dc-article .dc-articleimg,.dc-articles-list .dc-article .dc-articleimg>img{border-radius:4px 0 0 4px}.dc-articles-list .dc-pagination{margin-top:30px}.dc-articles-list .dc-articlecontent .dc-title{min-height:165px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;height:100%}.dc-articles-list .dc-articlecontent .dc-moreoptions{min-height:53px;line-height:30px;padding:10px 30px}.dc-popupsubtitle{float:left;width:100%}.dc-popupsubtitle h3{font-size:14px;font-weight:400;margin:0 0 15px;line-height:20px}.dc-subtitlewithbtn h3{margin:0;padding:10px 0;display:inline-block;vertical-align:middle}.dc-subtitlewithbtn .dc-btnarea{float:right;width:auto}.dc-subtitlewithbtn .dc-btnarea .dc-btn{min-width:135px;color:#767676;line-height:38px;font-size:16px;cursor:pointer;border:1px solid #ddd}.dc-subtitlewithbtn .dc-btnarea .dc-btn:hover{color:#fff;border-color:var(--themecolor)}.dc-subtitlewithbtn .dc-btnarea input[type="radio"]{display:none}.dc-subtitlewithbtn .dc-btnarea label i:before{transition:none}.dc-formfeedback{margin-top:20px}.dc-formfeedback fieldset{margin-bottom:20px}.dc-subtitlewithbtn .dc-btnarea .dc-btn:nth-child(n+2){margin-left:7px}.dc-modalcontent .dc-formhelp fieldset .form-group:last-child{margin-top:0}.dc-formfeedback fieldset .form-group{margin:0 0 10px}.dc-formfeedback fieldset .form-group:last-child{margin:0}.dc-feedbackpopup .modal-dialog{max-width:540px}.dc-popupcheckbox{float:left;width:100%}.dc-popupcheckbox .dc-checkbox{width:50%}.dc-popupcheckbox .dc-checkbox:nth-child(n+3){margin-top:10px}.dc-popupcheckbox .dc-checkbox input[type=checkbox]+label span{font-weight:400}.dc-rating-holder{float:left;width:100%;margin:20px 0;padding:20px;background:#f7f7f7}.dc-ratingtitle{float:left;width:auto}.dc-ratingtitle h3{margin:0;font-size:18px;font-weight:400;line-height:20px}.dc-ratingtitle h3 span{display:block;font-size:14px}.dc-ratingarea{float:right;height:auto}.dc-rating-content{display:block;color:#767676;font-size:12px;line-height:12px;text-align:right}.dc-rating-holder textarea.form-control{height:200px}.dc-formsubmit .dc-btnarea a{float:left;margin-right:15px}.dc-formsubmit .dc-btnarea .dc-checkbox{width:auto;padding:15px 0}.dc-themerangeslider{width:100%;float:left;height:2px;border-radius:0;margin:10px 0 54px;border:0!important;background:var(--secthemecolor)}.dc-themerangeslider .ui-slider-handle{top:0;width:20px;height:20px;margin:-9px 0 0;background:var(--secthemecolor);border:0!important;border-radius:50% 50% 50% 0;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:0 9px 20px 0 rgba(255,88,81,.5);box-shadow:0 9px 20px 0 rgba(255,88,81,.5)}.dc-themerangeslider .ui-slider-handle:focus{outline:0}.ui-slider-horizontal .ui-slider-range{background:#eee}.dc-timerange{width:100%;float:left;font-size:12px;margin-top:20px;list-style:none;line-height:16px;font-family:'Poppins',sans-serif}.dc-timerange li{width:25%;float:left;line-height:inherit;list-style-type:none}.dc-timerange li:nth-child(2){text-align:center}.dc-timerange li:nth-child(3),.dc-timerange li:nth-child(4){text-align:right}.dc-timerange li span{display:block;cursor:pointer}.dc-popupfooter{float:left;padding-top:20px;width:100%;text-align:center;margin:10px 0 -10px;border-top:1px solid #eee}.dc-popupfooter span{color:#767676;display:block;font-size:13px;line-height:16px;font-family:'Open Sans',sans-serif}.dc-appointmentpopup .dc-popuptitle .dc-close{top:0}.dc-appointmentpopup .dc-popuptitle .dc-close i{line-height:54px}.dc-appointmentpopup .dc-modalcontent .modal-body{padding:0}.dc-appointmentpopup .dc-modalcontent .dc-joinsteps{margin:0;padding:30px 30px 23px}.dc-appointmentpopup .dc-modal-content-one .dc-joinsteps{padding:30px}.dc-appointmentpopup .dc-select .chosen-container-multi:after{display:none}.dc-appointmentpopup .modal-dialog{max-width:730px}.dc-visitingdoctor{float:left;width:100%}.dc-visitingdoctor .dc-booking-step1>.dc-title{padding:0 30px}.dc-visitingdoctor .dc-booking-step1>.dc-title>span{padding:10px 0;display:inline-block;font:14px/20pxPoppins,sans-serif}.dc-tabbtns{float:right}.dc-tabbtns .dc-tabbtns-active{color:#fff;background:var(--themecolor);border-color:var(--themecolor)}.dc-tabbtns a{float:left;min-width:228px;color:#767676;padding:0 30px;font-size:16px;line-height:38px;border-radius:4px;text-align:center;position:relative;border:1px solid #eee}.dc-tabbtns a:hover{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.dc-tabbtns a+a{margin-left:10px}.dc-popupdropdown:after{width:0;height:0;position:absolute;left:50%;bottom:-5px;content:'';margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--themecolor);opacity:0;visibility:hidden}.dc-tabbtnsactive .dc-popupdropdown{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.dc-tabbtnsactive .dc-popupdropdown:after{opacity:1;visibility:visible}.dc-docinfoform{padding:20px;margin-top:15px;background:#f7f7f7}.dc-docinfoform fieldset{margin:0 -5px;float:none;width:auto}.dc-docinfoform .form-group{margin:0;padding:0 5px}.form-group-relation{display:none}.dc-vistingdocinfo{float:left;width:100%;padding:30px}.dc-vistingdocinfo fieldset{margin:-5px;float:left;width:100%}.dc-vistingdocinfo fieldset .form-group{margin:0;padding:5px}.dc-vistingdocinfo fieldset .form-group.form-group-half{width:33.33%}.dc-vistingdocinfo fieldset .form-group textarea{height:200px}.dc-appointment-holder{float:left;width:100%;padding:0 30px 30px}.dc-appointment-holder .dc-title{margin:0 0 20px}.dc-appointment-holder .dc-title h4{margin:0;float:left;font-size:18px;font-weight:400;line-height:20px}.dc-appointment-holder .dc-title .dc-checkbox{width:auto;float:right}.dc-appointment-content{float:left;width:100%}.dc-appointment-calendar{float:left;width:50%;padding-right:15px}.dc-appointment-time-holder{width:50%;float:left;padding-left:15px}.dc-calendar{width:100%;float:left;background:#fff;border-radius:6px 6px 0 0}.fc-toolbar{margin:0;width:100%;float:left;padding:10px 20px;text-align:center;position:relative;background:var(--terthemecolor);border-radius:4px 4px 0 0}.fc-toolbar .fc-left,.fc-toolbar .fc-right{float:none;display:inline-block;vertical-align:middle}.fc-toolbar h2{color:#fff;font-size:14px;font-weight:400;line-height:16px}.fc-toolbar .fc-right .fc-today-button{display:none}.fc-button-group,.fc .fc-toolbar>*>*{margin:0}.fc button{top:50%;border:0;padding:0;height:auto;background:0;box-shadow:none;position:absolute;margin:-12px 0 0!important}.fc button .fc-icon{margin:0;padding:0}.fc-icon-left-single-arrow:after{top:auto;font-weight:400}.fc-corner-left span,.fc-corner-right span{margin:0;color:#fff}.fc-state-default.fc-corner-left{left:20px}.fc-state-default.fc-corner-right{right:20px}.fc-view-container{width:100%;float:left}.fc table{margin:0;font-size:14px;font-weight:400;font-family:'Poppins',sans-serif}.fc-row .fc-content-skeleton{padding:0}.fc td,.fc th{padding:0;cursor:pointer;line-height:44px;border-color:#eee;font-weight:400;vertical-align:middle}.fc-basic-view .fc-body .fc-row{min-height:auto}.fc-other-month.fc-past span{color:#999}.fc-other-month.fc-future{background:#f7f7f7;border-color:#f7f7f7}.fc-other-month.fc-future span{color:#f7f7f7}.chosen-container{border:0;height:50px;outline:0;font-size:14px;background:#fff;box-shadow:none;line-height:18px;border-radius:5px;width:100%!important}.chosen-container-single .chosen-single{margin:0;z-index:2;color:#999;width:100%;height:50px;outline:0;background:0;font-size:14px;box-shadow:none;line-height:18px;padding:10px 18px;border-radius:5px;vertical-align:top;display:inline-block;border:2px solid #eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container-active.chosen-with-drop .chosen-single{background:#fff;border:2px solid #eee}.chosen-container-single .chosen-single span{margin:0;color:#999;width:100%;line-height:27px}.chosen-container.chosen-with-drop .chosen-drop{left:0;border:1px solid #dfdfdf}.chosen-container .chosen-results{margin:0;padding:0;width:100%;float:left;color:#767676;line-height:34px}.chosen-container .chosen-results li.active-result:hover{color:#323232}.chosen-container .chosen-results li{padding:2px 15px;line-height:inherit;font-family:'Open Sans',sans-serif}.chosen-container .chosen-results li.highlighted{background:#fcfcfc;color:#373542!important}.chosen-container-single .chosen-search input[type="text"]{height:40px;border-color:#ddd;border-radius:4px}.dc-innerbanner-holder{background:var(--terthemecolor)}.dc-typeoptions{background:var(--terthemecolor)}.chosen-container-multi{margin:0;z-index:2;color:#999;width:100%;height:auto;outline:0;padding:4px 10px;padding-right:40px;background:0;font-size:14px;box-shadow:none;line-height:18px;border-radius:5px;vertical-align:top;display:inline-block;border:2px solid #eee;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container-multi .chosen-choices{border:0;background:0;box-shadow:none}.chosen-container-multi .chosen-choices li.search-choice{color:#767676;font-size:14px;box-shadow:none;line-height:26px;background:#fcfcfc;border:1px solid #f2f2f2;padding:3px 40px 3px 20px;font-family:'Open Sans',sans-serif}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{padding:19px 0}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after{top:0;left:0;margin:0;display:block;font-size:14px;cursor:pointer;font-weight:700;content:'\f00d';position:absolute;width:100%!important;font-family:'Font Awesome\ 5 Free';text-align:center!important;line-height:14px!important}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:50%;right:15px;margin-top:-7px}.chosen-container-multi .chosen-choices li.search-choice:hover{background:#fff5f5;border-color:var(--secthemecolor)}.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close:after{color:var(--secthemecolor)}.chosen-container-multi:after{top:0;right:15px;z-index:2;color:#666;display:block;content:'\e874';position:absolute;text-align:center;font-size:inherit;line-height:50px;font-family:'Linearicons-Free'}.chosen-container.chosen-container-multi .group-option,.chosen-container .chosen-results li.group-result{font-size:13px;color:#3d4461;padding:0 30px;font-weight:400;font-family:'Poppins',sans-serif}.chosen-container .chosen-results li.group-option{padding-left:50px}.chosen-container.chosen-container-multi .group-option{color:#767676}.chosen-container .chosen-results li.highlighted{color:#767676!important;background:transparent}.dc-vistingdocinfo .chosen-container .chosen-results{padding:20px 0;line-height:23px}.dc-vistingdocinfo .chosen-container .chosen-results li.result-selected{color:#3d4461;position:relative}.dc-vistingdocinfo .chosen-container .chosen-results li.result-selected:before{position:absolute;left:30px;color:#1abc9c;content:'\f00c';font-size:12px;line-height:23px;font-family:'Font Awesome\ 5 Free'}.dc-vistingdocinfo .chosen-container .chosen-results li.group-result{position:relative}.dc-vistingdocinfo .chosen-container .chosen-results li.group-result:before{position:absolute;left:20px;content:'';background:var(--secthemecolor);width:3px;top:12px;height:3px;line-height:23px;border-radius:50px}.dc-tinymceeditor .mce-panel.mce-tinymce{border-radius:4px;border:2px solid #eee!important}.dc-tinymceeditor .wp-editor-container{border:0}.dc-tinymceeditor .mce-panel.mce-tinymce iframe{width:99%!important}.mce-branding-powered-by{display:none}.chosen-container .chosen-results li.group-result{margin-bottom:2px}.dc-errorpage{width:100%;float:left}.dc-errorpage figure{margin:0;width:100%}.dc-errorpage figure img{display:block;width:100%}.dc-errorcontent{width:100%;float:left;padding:40px 0}.dc-errorcontent .dc-title h4{font-size:16px;line-height:18px;font-weight:400;margin:0 0 10px}.dc-errorcontent .dc-title h3{font-size:26px;line-height:28px;margin:0 0 20px}.dc-errorcontent .dc-formsearch fieldset .form-group{margin:0}.dc-errorcontent .dc-formsearch fieldset .form-group .form-control{margin:0 0 20px}.dc-errorcontent .dc-btnarea .dc-btn{margin:0 10px 0 0}.dc-errorcontent .dc-btnarea span a{display:inline-block}.dc-errorcontent .dc-btnarea span{float:right;margin:15px 0 0;font:14px/20px'Open Sans',Arial,Helvetica,sans-serif}.dc-maincmngsoon{background-image:url(https://doktorbilgini.com/wp-content/themes/doctreat/images/coomingsoon.jpg);background-size:cover;background-repeat:no-repeat}.dc-header .dc-commingtopbar{border:0;background:#fff;padding:40px 35px;margin:0 0 -20px}.dc-header .dc-commingtopbar .dc-rightarea .dc-simplesocialicons{padding:5px 0}.dc-commingtopbar .dc-logo{margin:0}.dc-commingtopbar .dc-rightarea{padding:0}.dc-cmgsoonftr .dc-footerbottom{background:#fff}.dc-cmgsoonftr .dc-footerbottom .dc-copyright{padding:20px 0;color:var(--terthemecolor)}.dc-cmgsooncontent{width:100%;float:left;padding:150px 0}.dc-cmgsooncontent .dc-title h4{font-size:50px;color:#fe736e;margin:0 0 6px;line-height:57px}.dc-cmgsooncontent .dc-title h3{font-size:70px;margin:0 0 15px;line-height:80px}.dc-cmgsooncontent .dc-formnewsletter{margin:0 0 20px}.dc-cmgsooncontent .dc-btnarea span{float:right;padding:12px 0}.dc-cmgdetails{float:left;width:100%;max-width:540px}.dc-comming-sooncounter{float:left;width:100%;list-style:none}.dc-counterbox+.dc-counterbox{padding:30px 0 0;margin:0 0 -15px;border-top:1px solid #ddd}.dc-counterbox{width:100%;float:left;color:#fff;text-align:center;list-style-type:none}.dc-comming-sooncounter .timer_box h1{margin:0;color:#fff;font-size:140px;line-height:140px;text-shadow:9px 0 20px rgba(165,165,165,.5)}.dc-comming-sooncounter .timer_box p{margin:0;font-size:40px;font-weight:700;line-height:46px;text-transform:uppercase;color:var(--secthemecolor);transform:translate(10px,-57px);-ms-transform:translate(10px,-57px);-webkit-transform:translate(10px,-57px)}.dc-comming-sooncounter .dc-counterbox:last-child{margin:0 0 -50px}.dc-comingsoon-holder{position:relative}.dc-comingsoon-holder:before,.dc-comingsoon-holder:after{z-index:1;top:-100px;left:280px;content:'';width:135px;height:138px;position:absolute;background:url(https://doktorbilgini.com/wp-content/themes/doctreat/images/coomingsoon-holder.png)}.dc-comingsoon-holder:after{left:auto;right:280px;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:FlipH}.dc-comingsoon-aligncenter{overflow:hidden;margin:0 auto;max-width:1720px;border-radius:4px;-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.25);box-shadow:0 10px 20px 0 rgba(0,0,0,.25)}.dc-comingsoon-content{float:left;width:100%}.dc-comingsoon-logo{display:block;margin:0 0 55px}.dc-cmgsooncntent .dc-title h1{color:#fff;font-size:50px;margin:0 0 20px;line-height:60px}.dc-cmgsooncntent .dc-title h1 span{display:block;font-weight:400}.dc-cmgsooncntent .dc-description{color:#fff}.dc-cmgdetails .dc-description p,.dc-cmgsooncntent .dc-description p{margin:0;font-size:18px;line-height:28px;font-family:'Open Sans',sans-serif}.dc-cmgdetails .dc-description p{margin-bottom:23px}.dc-comming-sooncountervtwo{float:left;width:100%;margin-top:73px;list-style:none}.dc-counterboxes{width:auto;float:left;color:#fff;padding:0 40px;list-style-type:none}.dc-counterboxes:first-child{padding-left:0}.dc-counterboxes:last-child{padding-right:0}.dc-counterboxes+.dc-counterboxes{border-left:1px solid rgba(255,255,255,.5)}.dc-comming-sooncountervtwo .timer_box h1{margin:0;color:#fff;font-size:70px;line-height:70px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.dc-comming-sooncountervtwo .timer_box p{margin:0;color:#fff;font-size:30px;transform:inherit;font-weight:400;line-height:36px;text-transform:capitalize;font-family:'Open Sans',sans-serif;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.dc-comingsoonimg{float:left;width:100%}.dc-comingsoonimg figure{margin:0;float:left;width:100%;padding-right:50px}.dc-comingsoonimg figure img{width:auto;float:right;display:block;max-height:730px}.dc-comingsoonvtwo{position:relative;background:-moz-linear-gradient(left,rgba(61,68,97,1) 0,rgba(61,68,97,0) 100%);background:-webkit-linear-gradient(left,rgba(61,68,97,1) 0,rgba(61,68,97,0) 100%);background:linear-gradient(to right,rgba(61,68,97,1) 0,rgba(61,68,97,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--terthemecolor)',endColorstr='#003d4461',GradientType=1)}.dc-comingsoonvtwo:after{top:0;left:0;content:'';z-index:-2;opacity:1;width:100%;height:100%;display:block;position:absolute;background-size:cover;background-repeat:no-repeat;background-image:url(https://doktorbilgini.com/wp-content/themes/doctreat/images/coomingsoon.png)}.dc-comingsoonvtwo .dc-comingsoon-content{padding:200px 0 200px 140px}.dc-comingsoonvtwo .dc-comingsoon-content .dc-cmgsooncntent{float:left;max-width:560px}.dc-comgsnspace{padding:80px 0 0}.dc-howitswork{width:100%;float:left}.dc-howitswork .dc-sectionhead .dc-description{width:85%;float:none;margin:0 auto}.main-timeline{position:relative;-webkit-transition:all .4s ease 0;-moz-transition:all .4s ease 0;-ms-transition:all .4s ease 0;transition:all .4s ease 0}.main-timeline:before{top:0;content:"";left:50%;width:3px;height:100%;position:absolute;background-image:url(../../../themes/doctreat/images/howitswork/img-01.png)}.main-timeline .timeline+.timeline{margin-top:100px;position:relative}.main-timeline .timeline:before,.main-timeline .timeline:after{content:"";display:block;width:100%;clear:both}.main-timeline .timeline-icon{width:30px;z-index:9;height:30px;border-radius:50%;overflow:hidden;margin-left:-13px;position:absolute;top:65px;left:50%;text-align:center;border:1px solid #ddd;background-color:#fff}.main-timeline .timeline-icon i{font-size:30px;line-height:50px;color:#fff}.main-timeline .timeline-content{width:44%}.main-timeline .dc-title h3{margin:0 0 15px;font-size:22px;line-height:24px}.main-timeline .dc-title h3 span{display:block;font-size:16px;font-weight:400;margin-bottom:4px}.main-timeline .timeline-content.right{float:right}.dc-workingtimeline{width:100%;float:left;position:relative}.main-timeline .timeline-content p{margin:0}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content{float:left}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:nowrap}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg span{display:inline-block;font-size:50px;line-height:50px;color:#e5e5e5;font-weight:700;margin:0 100px 0 0}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg figure{margin:0;border-right:1px solid #f7f7f7;border-left:1px solid #f7f7f7}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg figure:after{top:78px;content:"";left:-59px;height:1px;z-index:1;width:305px;position:absolute;background-repeat:no-repeat;background-image:url(../../../themes/doctreat/images/howitswork/line.png)}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg figure img{z-index:9;width:100%;display:block;position:relative;background:#fff}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right{padding:0}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right .dc-contentwithimg span{float:right;margin:0 0 0 117px;margin-left:auto}.main-timeline .timeline-content.float-right{padding:20px 0 0}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right .dc-contentwithimg figure{transform:translateX(50px);-ms-transform:translateX(50px);-webkit-transform:translateX(50px)}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right .dc-contentwithimg figure:after{left:-82px}.dc-workingtimeline .dc-btnarea{text-align:center}.dc-workingtimeline .dc-btnarea .dc-btn{margin-top:5px}.dc-workingtimeline .main-timeline .timeline:last-child{padding:0 0 100px}.dc-contactvone{z-index:9;float:left;width:100%;background:#fff;margin:0 0 -160px;border-radius:4px;position:relative;-webkit-box-shadow:0 9px 20px 0 rgba(165,165,165,.5);box-shadow:0 9px 20px 0 rgba(165,165,165,.5)}.dc-contactvone .dc-title{padding:20px;border-bottom:1px solid #eee}.dc-contactvone .dc-title h4{margin:0;font-size:18px;line-height:19px;font-weight:500}.dc-contactvone .dc-medicalform textarea.form-control{resize:none;height:200px}.dc-contactvone .dc-medicalform fieldset .form-group.dc-btnarea{margin-top:10px}.dc-cntctfrmdetail{width:100%;float:left;padding:40px 0 0 30px}.dc-ourcontact-holder{padding-bottom:0}.dc-cntctfrmdetail .dc-title span{display:block;margin:0 0 4px;font-size:16px;font-weight:400;line-height:20px}.dc-cntctfrmdetail .dc-title h3{font-size:26px;margin:0 0 17px;line-height:30px}.dc-cntctfrmdetail .dc-description p{font-size:14px;margin:0 0 28px;line-height:24px;font-family:'Open Sans',sans-serif}.dc-formcontactus{float:left;width:100%;list-style:none;color:var(--terthemecolor);font:400 14px/ 20px'Open Sans',Arial,Helvetica,sans-serif}.dc-formcontactus li{width:100%;float:left;line-height:19px;list-style-type:none}.dc-formcontactus li a{font-size:16px;display:inline-block;color:var(--terthemecolor)}.dc-formcontactus li address{margin:0;font-size:16px;font-style:normal;display:flex}.dc-formcontactus li+li{margin-top:20px}.dc-formcontactus li i{font-size:16px;margin:0 10px 0 0;text-align:center;display:inline-block;vertical-align:baseline;color:var(--secthemecolor)}.dc-formcontactus li span{display:block;line-height:inherit}.dc-shadedmap{position:relative;width:100%;float:left;margin:0 0 -20px}.dc-shadedmap:after{content:'';top:0;left:0;z-index:0;width:100%;height:200px;display:block;position:absolute;background-size:100% 100%;background:url(../../../themes/doctreat/images/howitswork/shade.png);background-repeat:no-repeat}.dc-thememap{height:600px}.dc-thememapvtwo{height:426px}.dc-tablocate{margin:0 15px 15px}.dc-reportform .dc-appemail-form{margin:0 0 10px}.dc-reportform .dc-btnarea .dc-btn{width:145px;line-height:31px}.dc-reportform .form-group{margin:0 0 10px}.dc-reportform .form-group textarea.form-control{height:200px}.dc-forumform{width:100%;float:left;padding:20px;background-color:#e8f6ff}.dc-forumform fieldset{float:left;width:100%;margin:-5px;padding-right:170px}.dc-forumform fieldset .form-group{margin:0;padding:5px}.dc-forumform fieldset .form-group .form-control,.dc-forumform fieldset .form-group .chosen-single,.dc-forumform fieldset .form-group .chosen-container{height:44px}.dc-forumform fieldset .form-group:first-child{width:60%}.dc-forumform fieldset .form-group:nth-child(2){width:40%}.dc-forumform fieldset .form-group .dc-select:after{line-height:44px}.dc-forumform fieldset .form-group .chosen-container-single .chosen-single span{line-height:20px}.dc-forumform .dc-btnarea{bottom:0;padding:5px;right:0;width:auto;position:absolute}.dc-forumform .dc-btnarea button[type=submit],.dc-forumform .dc-btnarea a{line-height:40px}.dc-postquestion{width:60%;float:left;padding:44px 50px}.dc-questionsection{width:100%;float:left;padding:5px;margin:0 0 30px;position:relative;border-radius:4px;border:1px solid #eff2f5}.dc-askquery{width:100%;float:left;background-size:100% 100%;background-image:url(../../../themes/doctreat/images/bglight.jpg)}.dc-postquestion .dc-title span{font-size:16px;line-height:17px;margin:0 0 7px;display:block}.dc-postquestion .dc-title h1{line-height:36px;margin:0 0 18px;font-size:36px}.dc-postquestion .dc-btnarea .dc-btn{width:180px}.dc-postquestion .dc-description p{font-size:16px;margin:0 0 23px}.dc-questionsection figure{margin:0;right:50px;bottom:5px;position:absolute}.dc-questionsection figure img{width:100%;display:block}.dc-forumcontent .dc-consultation-details .dc-consultation-title span i{font-size:12px;vertical-align:middle;display:inline-block}.dc-forumcontent .dc-consultation-title h5 i.fa-check-circle{color:#1abc9c;padding:0 5px}.dc-forumcontent .dc-consultation-title h5 i.fa-award{color:var(--themecolor)}.dc-forumcontent .dc-consultation-details .dc-consultation-title span{cursor:pointer}.dc-forumcontent .dc-consultation-details .dc-consultation-title span.dc-likans{color:var(--themecolor)}.dc-forumcomments{width:100%;float:left;padding:30px;margin:0 0 30px;border-radius:4px;border:1px solid #eee;background-color:#fcfcfc}.dc-forumcomments-details{width:100%;float:left}.dc-forumcomments-details .dc-consultation-title+.dc-description{margin:20px 0 0}.dc-forumcomments .dc-formtheme .form-group textarea{height:200px}.dc-forumcomments-details>a{float:left;color:var(--terthemecolor);display:inline-block;vertical-align:middle;font-size:18px;line-height:42px;margin:0 16px 0 0}.dc-forumcomments-details .dc-consultation-title{float:left}.dc-itsworkvtwo{width:100%;float:left}.dc-itsworkvtwoitem{width:100%;float:left;padding:0 0 70px;border-bottom:1px solid #eee}.dc-workvtwocontent{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:250px}.dc-workvtwocontent .dc-title h3{margin:0 0 16px;font-size:36px;line-height:40px}.dc-workvtwocontent .dc-title h3 span{display:block;font-size:16px;line-height:16px;font-weight:400;margin-bottom:5px}.dc-workvtwoimg{width:100%;float:left}.dc-workvtwoimg figure{margin:0;width:100%;float:left}.dc-workvtwoimg figure img{float:left;width:350px;display:block}.dc-workvtwocontent .dc-description p{font-size:16px;margin:0 0 23px;line-height:26px}.dc-itsworkvtwo .dc-itsworkvtwoitem+.dc-itsworkvtwoitem{padding:80px 0}.dc-itsworkvtwo .dc-itsworkvtwoitem:last-child{border:0;padding-bottom:0}.dc-timeslots{margin:-5px;display:flex;flex-wrap:wrap}.dc-timeslots .dc-radio{padding:5px;width:33.33%}.dc-timeslots .dc-radio input[type=radio]+label{font-size:14px;padding:0 12px;font-weight:400;line-height:33px;background:#fff;overflow:hidden;border-radius:4px;min-height:35px;text-align:center;border:1px solid #ddd;color:var(--terthemecolor)}.dc-timeslots .dc-radio input[type=radio]+label:hover,.dc-timeslots .dc-radio input[type=radio]:checked+label{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.dc-timeslots .dc-radio input[type=radio]:checked+label{-webkit-box-shadow:0 9px 20px 0 var(--shadowcolor);box-shadow:0 9px 20px 0 var(--shadowcolor)}.dc-timeslots .dc-radio input[type=radio]:disabled+label{color:#767676;background:#f7f7f7;border-color:#f7f7f7}.dc-timeslots .dc-radio input[type=radio]:disabled+label:hover span{margin:0}.dc-timeslots .dc-radio input[type=radio]:disabled+label em{display:none}.dc-timeslots .dc-radio input[type=radio]+label:before,.dc-timeslots .dc-radio input[type=radio]:checked+label:before{display:none}.dc-selectedtime{clear:both;padding:0;overflow:hidden;margin:100px -20px 0;border-top:1px solid #eee}.dc-timeslots .dc-radio input[type=radio]:checked+label:after{display:none}.dc-timeslots .dc-radio input[type=radio]+label span{display:block}.dc-timeslots .dc-radio input[type=radio]+label em{display:block;color:#fff;font-style:normal;margin-bottom:-33px}.dc-timeslots .dc-radio input[type=radio]+label:hover em{margin-bottom:-33px}.dc-timeslots .dc-radio input[type=radio]+label:hover span{margin-top:-33px}ul{list-style-type:none}.dc-floatclear{clear:both}.dc-marginright{margin:40px 0}.dc-contactinfo{clear:both;padding-top:30px;font:400 16px/40px'Open Sans',Arial,Helvetica,sans-serif}.dc-welcomecontent .dc-contactinfo ul li:first-child>span{color:var(--terthemecolor);display:flex}.dc-welcomecontent .dc-contactinfo ul li{line-height:19px}.dc-welcomecontent .dc-contactinfo ul li:nth-child(n+2){margin-top:22px}.dc-contactinfo ul li{list-style-type:none;line-height:unset}.dc-contactinfo ul li span{color:var(--secthemecolor);margin-right:15px}.dc-paddingr{padding-right:37px}.dc-map{padding:6px;border:1px solid #eff2f5}#map{height:426px;width:100%}.dc-querycontent{position:relative;padding-bottom:201px}.dc-querycontent .dc-sectionheadvtwo{margin-top:-8px}.dc-querycontent .dc-btnarea{margin-top:10px}.dc-bgqueryimg{background-image:url(../../../themes/doctreat/images/bglight.jpg)}.dc-pnone{margin-bottom:13px}.dc-queryimg{position:absolute;top:147%;left:0;margin:unset}.dc-querycontent .dc-btnarea .dc-btn:first-child{margin-right:11px}.dc-querycontent .dc-btnarea .dc-btn:last-child{margin-left:11px}.dc-card-review{float:left;width:100%;padding:0}.dc-form .form-row .form-group{margin-bottom:10px}.dc-form input{border:2px solid #eee;height:44px}.dc-form .form-row{margin:0 -5px}.dc-form textarea{height:200px;width:100%;resize:none;border:1px solid #eee}.dc-form textarea::placeholder{color:#999}.dc-form-first input{height:46px}.dc-form-first textarea{height:200px;border:2px solid #eee}.dc-btns{background-color:var(--themecolor);color:#fff;font:400 14px/40pxPoppins,Arial,Helvetica,sans-serif;padding:4px}.dc-icon{background:inherit!important;color:var(--terthemecolor)!important}.dc-borderlt-0 .dc-articlecontent{border:1px solid #eee;border-left:0}.dc-borderlt-0 .dc-articleimg{width:492px}.dc-borderlt-0 .dc-articleimg img{height:100%}.dc-borderlt-0 .dc-option{height:53px}.dc-searchresult-head .dc-title h3{font-size:22px;font-weight:400}.dc-option{padding:0;height:50px}.dc-option li{align-self:center;margin-right:14px;padding-right:0}.dc-option>li:last-child{margin-right:19px}.dc-articlesrow>.col-12:last-child{margin-top:30px}.dc-ellipsis h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dc-para99{margin:0 0 8px}.dc-runner>.dc-runner-img{margin-bottom:11px}.dc-runner-img{margin:0}.dc-runner-img img{border-radius:4px}.dc-runner-content a{font:400 14px/24pxPoppins,Arial,Helvetica,sans-serif}.dc-runner-content ul.flex-wrap a{color:#767676}.dc-runner-content a:empty{display:none}.dc-runner-content a:not(:first-child)::before{content:', ';margin-left:-3px}.dc-runner-heading h1{font:400 24px/34pxPoppins,sans-serif;margin-bottom:0;word-break:break-word}.dc-bread-current{word-break:break-all;color:#fff}.dc-runner-content ul li{list-style-type:none;padding-right:24px;font:400 14px/24px'Open Sans',Arial,Helvetica,sans-serif;color:#767676}.dc-runner-content ul li i{margin-right:8px}.dc-para{font:400 14px/24px'Open Sans',sans-serif;margin-bottom:21px}.dc-para>:first-child p{margin-bottom:23px}.dc-99-section{width:100%;margin-top:2px}.dc-99icon-main{border-radius:50%;padding:6px;background-color:#d9eefd}.dc-99icon{background-color:var(--themecolor);padding:20px;font-size:30px;line-height:25px;border-radius:36px;color:#fff}.dc-99-content{padding-left:11px;padding-top:20px}.dc-99-content em{font:italic 400 18px/28px'Open Sans',sans-serif}.dc-para-content{margin-top:24px}.dc-para-content p{margin-bottom:0}.dc-py-15{padding:15px 0}.dc-pl-30{padding-left:30px}.dc-section{width:auto}.dc-section figure img{width:auto;margin:0 auto;display:block}.dc-section-content{padding-top:4px}.dc-section-content em{font:italic 400 13px/22px'Open Sans',sans-serif}.dc-content ul li{list-style-type:none;font:400 14px/30px'Open Sans',sans-serif}.dc-para-padding{padding-top:21px}.dc-pb-10{padding-bottom:10px}.dc-pb-20{padding-bottom:20px}.dc-para-padding p{margin-bottom:10px}.dc-para2{margin:1px 0 21px}.dc-flex{flex:1}.dc-mt-18{margin-top:18px}.dc-my2{margin:8px 0 5px}.dc-my-20{margin:20px 0 0}.dc-card1{border-color:#eee}.dc-card{border-color:#eee}.dc-card-tags{padding:20px 0}.dc-tags1{margin-top:-10px;margin-bottom:0}.dc-tags1 li{margin-top:10px;list-style-type:none}.dc-tags1 li:first-child{font-size:14px;line-height:24px}.btn:focus{box-shadow:none}.dc-tags1 li:nth-last-child(n+2){margin-right:10px}.dc-tags1 li a{color:#6f6f6f;font-size:12px;display:block;padding:0 15px;line-height:24px;border-radius:4px;background-color:#f7f7f7;font-family:'Poppins',sans-serif}.dc-tags-social{margin:0}.dc-tags-social li{list-style-type:none}.dc-tags-social li:first-child{font-size:14px;font-family:'Poppins',sans-serif}.dc-tags-social li:nth-child(1n+2){font-size:16px;padding-left:19px}.dc-tags-social li:nth-child(2){padding-left:10px}.dc-fb a i{color:#3b5999}.dc-twit a i{color:#55acee}.dc-ld a i{color:#0077b5}.dc-instg a i{color:#e4405f}.dc-yt a i{color:#cd201f}.dc-google-plus a i{color:#dd4b39}.dc-google a i{color:#dd4b39}.dc-p-flex{padding-top:17px}.dc-p-flex2{padding-top:17px}.dc-heading>h1{font:400 20px/0.7poppins,sans-serif}.dc-mb-20{margin-bottom:20px}.dc-mt-20{margin-top:20px}.dc-py-20{padding:40px 0}.dc-pt-21{padding-top:21px}.dc-pl-10{padding-left:10px}.dc-title-content h5{font:500 16px/24pxpoppins,sans-serif;margin:0}.dc-title-content h5 a{color:var(--terthemecolor)}.dc-title-content span{font:400 13px/23px'Open Sans',sans-serif;padding-left:8px;display:inline-block}.dc-title-socialicons li{padding-left:19px;font-size:16px;line-height:40px}.dc-author-description p{color:var(--terthemecolor);font:400 14px/24px'Open Sans',sans-serif}.dc-author-description p:last-child{margin:0}.dc-comments.dc-users-review>ul>li{list-style-type:none;float:left;width:100%}.comment-respond{position:relative;float:left;width:100%;margin-bottom:40px}.dc-card-review .comment-respond{margin-bottom:0}.dc-card-img{padding-right:10px;padding-bottom:10px}.dc-card-img img{max-width:55px;max-width:none;border-radius:4px}.dc-reply span{padding-right:7px;font:400 13px/24px'Open Sans',sans-serif}.dc-card-reply{padding-top:10px}.dc-pt-10{padding-top:10px}.dc-mt-10{margin-top:10px}.dc-mt-40{margin-top:40px}.dc-btn-outline{font:400 14pxPoppins,sans-serif;color:var(--terthemecolor);padding:5px 35px;border:2px solid var(--themecolor)}.dc-btn-outline:hover{background-color:var(--themecolor);border-color:var(--themecolor)}.card-title h4{font:400 20pxPoppins,sans-serif}.card-title{margin-bottom:20px}.card-text .btn-outline-primary{padding:9px 56px;font:400 14pxPoppins,sans-serif;color:var(--terthemecolor)}.card-text .btn-outline-primary:hover{border-color:var(--themecolor);color:#fff}.dc-bg-fc{background-color:#fcfcfc}.dc-cardbg-color{background-color:#fcfcfc}.dc-my-btn{margin-top:10px;margin-bottom:40px}.dc-cardtitle-firstuser{margin-bottom:13px}.dc-cardtitle-firstuser img{max-width:none}.dc-cardtitle-user{margin-bottom:13px}.dc-card-firstbody{padding:29px 29px 22px}.dc-card-body{padding:24px 30px}body.single-post .dc-card-body{padding:21px 26px 20px 28px}.dc-sidebar-grid{margin-top:30px}.dc-categories-content{float:left;width:100%;line-height:20px;list-style:none}.dc-categories-content li{float:left;width:100%;list-style-type:none;line-height:inherit}.dc-categories-content li a{color:#767676;font-size:14px;padding-left:10px;position:relative;line-height:inherit}.dc-categories-content li a:before{left:0;top:10px;width:3px;height:3px;content:'';line-height:20px;background:#767676;position:absolute;border-radius:50px}.dc-categories-content li a:hover:before{background:var(--secthemecolor)}.dc-categories-content li+li{margin-top:15px}.dc-categories-content li a:hover{color:var(--secthemecolor)}.dc-featured-content{float:left;width:100%;line-height:20px;list-style:none}.dc-featured-content li{float:left;width:100%;list-style-type:none;line-height:inherit;display:flex}.dc-featured-content li span{width:auto;overflow:hidden}.dc-featured-content li a{color:var(--terthemecolor);font-size:14px;padding-left:10px;position:relative;line-height:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;width:100%}.dc-featured-content li+li{margin-top:20px}.dc-featured-content li a:hover{color:var(--secthemecolor)}.dc-featured-content li span span{padding-left:10px;color:#767676}.dc-popup-doc{padding:0 30px 12px}.dc-popup-doc:after{content:'';border-bottom:1px solid}.dc-popup-row{padding-top:10px}#sec1{background-color:#fff}.modal-footer.dc-modal-footer{justify-content:space-between;padding:30px}.modal-footer.dc-modal-footer .dc-btn{background-color:var(--themecolor);color:#fff}.modal-footer.dc-modal-footer .dc-btn:focus{box-shadow:none}.modal-footer.dc-modal-footer .dc-footer-terms p{font:400 13px'Open Sans',sans-serif}.modal-footer.dc-modal-footer .dc-footer-terms p a{color:var(--themecolor);text-decoration-line:none}#dcbtn2{display:none}#dcModalBody2{display:none;opacity:1;background-color:#fff}#dcModalBody3{display:none;padding:0 30px 30px}#dcModalBody3 h5{margin-bottom:6px;font:400 18px/26px'Poppins Sans',sans-serif}#dcModalBody3 p{margin-bottom:23px;font:400 14px'Open Sans',sans-serif}#dcModalBody3 p a{color:#3fabf3;text-decoration-line:none}#dcModalBody3 input::placeholder{color:#999;font:400 14px'Open Sans',sans-serif}#dcModalBody3 input{width:100%}#dcbtn3{display:none}#dcModalBody4{display:none;padding:0 30px;text-align:center}.dc-modal-body4-title{clear:both;margin-bottom:45px;text-align:left}#dcModalBody4 .dc-modal-body4-title h6{margin-bottom:14px;font:400 16px/24px'Poppins Sans',sans-serif}#dcModalBody4 .dc-modal-body4-title h4{font:400 18px/20px'Poppins Sans',sans-serif;margin:0 0 7px;line-height:1.5}#dcModalBody4 .dc-modal-body4-description p{color:#767676;font:400 14px/24px'Poppins Sans',sans-serif}#dcModalBody4 .dc-modal-body4-description p a{color:#55acee;text-decoration-line:none}#dcModalBody4 .modal-footer{border-top:0}.dc-visit{clear:both}.dc-visit>span{font:400 18px/28pxPoppins,sans-serif}.dc-modal-content-two .dc-joinsteps{padding:30px 30px 23px}.dc-modal-content-three .dc-joinsteps{padding:30px 30px 24px}.dc-modal-content-four .dc-joinsteps{padding:30px 30px 25px}.dc-modal-content-two .form-group{margin-bottom:10px}#dcbtn4{display:none}@keyframes slideLeftIn{0%{transform:translateX(50px);opacity:0}100%{transform:translateX(0);opacity:1}}.carousel-item .dc-craousel-content{animation-duration:500ms}.carousel-item img{animation:slideLeftIn 800ms ease-in-out forwards;animation-fill-mode:both;animation-delay:250ms}.carousel-item .dc-bannercontent .dc-content-carousel{animation:slideLeftIn 800ms ease-in-out forwards;animation-fill-mode:both;animation-delay:750ms}.dc-carousel-control-prev,.dc-carousel-control-next{position:absolute;top:50%;height:0;bottom: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;color:#fff;text-align:center}.dc-carousel-control-prev{left:-1%}.dc-carousel-control-next{right:-1%}.dc-carousel-control-prev-icon{left:0;color:#999;width:100px;height:40px;padding-top:6px;position:relative;padding-left:26px;border-radius:20px;background-color:#fff;transition:all 300ms ease-in-out;font:700 14px/14pxPoppins,sans-serif;-webkit-transition:all 300ms ease-in-out}.dc-carousel-control-next-icon{color:#999;position:relative;border-radius:20px;width:100px;height:40px;padding-right:26px;padding-top:6px;background-color:#fff;font:700 14px/14pxPoppins,sans-serif;transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;right:0}.dc-carousel-control-next-icon:hover{color:var(--terthemecolor);right:53px;box-shadow:0 9px 20px rgba(153,153,153,.5)}.dc-carousel-control-next-icon:after{content:'\e628';font-family:'themify';position:absolute;color:var(--secthemecolor);top:30%;left:48%;bottom:0;right:0;visibility:hidden;opacity:0}.dc-carousel-control-next-icon:hover:after{transition:all ease-in-out 500ms;opacity:1;visibility:visible}.dc-carousel-control-prev-icon:hover{color:#3d4461;left:53px;box-shadow:0 9px 20px rgba(153,153,153,.5)}.dc-carousel-control-prev-icon:before{content:'\e629';font-family:'themify';position:absolute;color:var(--secthemecolor);top:30%;right:48%;bottom:0;left:0;visibility:hidden;opacity:0}.dc-carousel-control-prev-icon:hover:before{transition:all ease-in-out 500ms;opacity:1;visibility:visible}#slider-nav.slick-slide.slick-active{width:50px!important}.slick-slide.slick-center img{border:4px solid #fff;opacity:1;box-shadow:0 5px 10px rgba(165,165,165,.5)}.slider-nav figure{margin:0;position:relative;border-radius:50%}.slider-nav figure:before{width:90px;top:50%;margin:-45px 0 0 -45px;left:50%;height:90px;content:'';position:absolute;border-radius:50%;background:rgba(0,0,0,.3)}.slick-slide.slick-center figure:before{display:none}.slider-nav figure img{margin:0 auto;display:block;border-radius:50%}.prevdiv{float:right}.nextdiv{float:left}.dc-bannercotent-craousel{margin-left:60px;padding:65px 0 13px}.dc-num{font:300 120px/104pxPoppins,sans-serif;color:rgba(61,68,97,.1);margin-left:-5px}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;animation:slideLeftIn 800ms ease-in-out forwards;animation-fill-mode:both}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.dc-py-para{margin:2px 0 8px}.dc-articlesrow>.col-12:nth-child(n+3){margin-top:30px}.dc-articlesrow>.col-xl-4:nth-child(3){margin:0}@media(max-width:1199px){.dc-workingtimeline .main-timeline .timeline-content+.timeline-content{margin-top:20px}.dc-articlesrow>.col-12:nth-child(n+3){margin-top:30px}}@media(max-width:767px){.dc-articlesrow>.col-12:nth-child(n+2){margin-top:30px}}@media(min-width:576px){.dc-author>li>.dc-child{padding-left:0}}@media(min-width:768px){.dc-author>li>.dc-child{padding-left:44px}}@media(min-width:992px){.dc-author>li>.dc-child{padding-left:74px}.dc-99-section{width:90%}}@media(min-width:1200px){.dc-99-section{width:70%}.dc-content.align-self-center.dc-para-padding{padding-top:0}.dc-p-flex{padding:0 0 26px 30px}.dc-p-flex2{padding:0 30px 15px 0}}[id*="dc-authorpicslider-"] figure,#dc-authorpicslider figure{padding-bottom:20px}[id*="dc-authorpicslider-"] .slick-slide:focus,#dc-authorpicslider .slick-slide:focus{outline:0}[id*="dc-feedbackslider-"],#dc-feedbackslider{margin-top:10px}.slick-slide.slick-active figure{float:right;width:90px}.slick-track .slick-slide figure{margin:4px 0!important;transform:scale(.7)}.slick-slide.slick-center figure{float:none;margin:0!important;width:auto;transform:scale(1);background:transparent}.slick-slide.slick-center figure img{max-width:98px;max-height:98px}[id*="dc-authorpicslider-"] figure,#dc-authorpicslider figure{padding:0}[id*="dc-authorpicslider-"] .slick-list .slick-track{padding:0 0 10px}.slick-slide.slick-active.slick-center+.slick-active figure{float:left}.dc-nav{float:none;width:auto;display:inline-block;vertical-align:middle}.dc-articles-mt>div:nth-child(n+3){margin-top:30px}.loc-icon .geolocate{top:5px;right:25px;position:absolute;line-height:50px}.loc-icon input[type="text"]{padding-right:40px}.dc-form-advancedsearchs .form-group .dc-select .chosen-container,.dc-form-advancedsearchs .form-group .chosen-container-single .chosen-single{height:44px;background:var(--terthemecolor)}.dc-form-advancedsearchs .form-group .chosen-container-single .chosen-single{box-shadow:none;border-radius:4px;border:1px solid #4e5779}.dc-form-advancedsearchs .form-group .chosen-container-single .chosen-single span{color:#fff;line-height:20px}.dc-alert-loader{float:left;position:relative;border-radius:4px}.dc-alert-loader .dc-close{top:50%;right:0;width:40px;line-height:20px;margin-top:-10px;background:transparent;position:absolute}.dc-alert-loader .dc-description p{margin:0;display:flex;padding:10px 0;align-items:center}.dc-alert-loader .dc-description p i{width:50px;float:left;line-height:50px;text-align:center;margin-right:20px;display:inline-block;vertical-align:middle;border-right:1px solid rgba(255,255,255,.5)}.dc-chatpopup{z-index:99;width:70px;height:70px;right:30px;bottom:30px;position:fixed;border-radius:50%;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.2);box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.dc-chatbox{right:0;width:370px;padding:20px;bottom:100px;display:none;background:#fff;position:absolute;border-radius:10px 10px 0 10px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.2);box-shadow:0 0 15px 0 rgba(0,0,0,.2)}.dc-chatbox:before{top:100%;right:0;width:0;height:0;content:'';position:absolute;border-top:13px solid #fff;border-left:15px solid transparent}.dc-themeimgborder{width:70px;height:70px;cursor:pointer;overflow:hidden;position:relative;border-radius:50%}.dc-chatbox .dc-replaybox .form-control{border:0;height:70px;box-shadow:none}.emojionearea .emojionearea-editor{height:70px;min-height:70px}.dc-chatbox .dc-messages{height:400px}.dc-chatbox .dc-memessage figure,.dc-chatbox .dc-offerermessage figure{width:30px;height:30px;margin:0;bottom:21px;overflow:hidden;border-radius:50%;position:absolute}.dc-offerermessage figure{left:0}.dc-offerermessage,.dc-memessage{width:100%;float:left;margin:8px 0;position:relative;padding:0 70px}.dc-offerermessage .dc-description time,.dc-memessage .dc-description time{width:100%;float:left;color:#666;font-size:11px;line-height:16px}.dc-memessage .dc-description time{text-align:right;position:relative;padding:0 16px 0 0}.dc-offerermessage .dc-description p,.dc-memessage .dc-description p{padding:10px;font-size:14px;color:#323232;margin:0 0 5px;max-width:485px;line-height:24px;background:#f7f7f7}.dc-memessage .dc-description p{float:right}.dc-offerermessage .dc-description p{border-radius:10px 10px 10px 0;float:left}.dc-memessage .dc-description p{border-radius:10px 10px 0 10px}.dc-memessage figure{right:0}.dc-chatbox .dc-offerermessage,.dc-chatbox .dc-memessage{padding:0 50px}.dc-themeimgborder:after{top:0;left:0;z-index:2;content:'';width:100%;height:100%;display:block;position:absolute;border-radius:50px;border:6px solid rgba(255,255,255,.5)}.dc-replaybox{float:left;width:100%;border-radius:4px;border:1px solid #ddd}.dc-iconbox{width:100%;float:left;height:37px;text-align:right;border-top:1px solid #ddd}.dc-replaybox .form-control{border:0;width:100%;float:left;resize:none;padding:8px;height:130px;font-size:13px;line-height:16px;border-radius:0}.dc-iconbox>i{width:37px;float:left;cursor:pointer;font-size:16px;text-align:center;line-height:36px;border-right:1px solid #ddd}.dc-iconbox>i:hover{background:#f7f7f7}.dc-replaybox>.form-group{margin:0}.dc-btnsendmsg{color:#fff;width:70px;margin:4px;height:29px;background:var(--themecolor);line-height:29px;text-align:center;border-radius:4px;display:inline-block;vertical-align:middle}.dc-btnsendmsg:hover,.dc-btnsendmsg:focus{color:#fff}.emojionearea .emojionearea-editor{height:100px}.dc-emptydata{width:100%;float:left;position:relative}.dc-emptydata:before,.dc-emptydata:after{top:0;left:0;width:1px;content:'';height:100%;position:absolute;background-size:15px 15px;background-image:linear-gradient(to top,transparent 50%,#ddd 50%)}.dc-emptydata:before{left:auto;right:0}.dc-emptydetails{top:0;left:0;padding:10px;width:100%;height:780px;margin:0 auto;text-align:center;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center}.dc-emptydetails.dc-emptyholder-sm{height:450px}.dc-emptydetails span{background:url(../../../themes/doctreat/images/empty-imgs/img-01.png);height:200px;width:200px;margin:0 auto;display:block;background-size:100% 100%}.dc-empty-invoice span{background:url(../../../themes/doctreat/images/empty-imgs/img-01.png)}.dc-empty-person span{background:url(../../../themes/doctreat/images/empty-imgs/img-02.png)}.dc-empty-projects span{background:url(../../../themes/doctreat/images/empty-imgs/img-03.png)}.dc-empty-message span{background:url(../../../themes/doctreat/images/empty-imgs/img-04.png)}.dc-empty-saved span{background:url(../../../themes/doctreat/images/empty-imgs/img-05.png)}.dc-emptydetails em{color:#999;display:block;font-size:18px;line-height:20px;font-style:normal}.dc-emptydetails:before,.dc-emptydetails:after{left:0;top:auto;bottom:0;width:100%;content:'';height:1px;position:absolute;background-size:15px 40%;background-image:linear-gradient(to right,transparent 50%,#ddd 50%)}.dc-emptydetails:after{top:0;bottom:auto}.dc-searchvlistvtwo .dc-docpostcontent{display:flex}.dc-searchvlistvtwo .dc-docpostholder .dc-doclocation{display:flex;flex-direction:column;justify-content:center}.dc-location-holder .dc-searchvlistvtwo .dc-docpostcontent .dc-searchvtwo{min-width:475px}.sticky-queue .dc-alert-loader{float:right}.dc-userimg img{max-width:48px;min-width:48px}.option-with-flag.highlighted,.option-with-flag{padding-left:30px!important;background-size:18px!important;background-repeat-x:no-repeat!important;background-repeat-y:no-repeat!important;background-position:5px!important}.dc-searchgbtn{top:0;right:0;color:#fff;width:50px;display:block;line-height:50px;position:absolute;text-align:center;border-left:1px solid #ddd;border-radius:0 5px 5px 0;background:var(--secthemecolor)}.dc-tag-v2{float:left;width:100%;line-height:16px;margin-left:-5px}.dc-tag-v2 a{color:#55acee;font-size:13px;margin-left:5px;line-height:16px;margin-bottom:4px;display:inline-block;text-transform:capitalize}.dc-sidebar-grid.float-left{width:100%}.widget_categories{float:left;width:100%;border-radius:4px;margin:0 0 30px}.doc-widgetheading{float:left;width:100%;padding:15px 20px;border-radius:4px 4px 0 0;background:var(--themecolor)}.doc-widgetheading h2{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:20px}.dc-widget.widget_archive ul,.widget_categories form,.widget_nav_menu ul#menu-all-pages,.widget_categories>ul{float:left;width:100%;line-height:1.45;padding:15px 20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-footer .dc-widget.widget_archive ul,.dc-footer .widget_categories form,.dc-footer .widget_nav_menu ul#menu-all-pages,.dc-footer .widget_categories>ul{background:#fff;border-radius:4px}.widget_categories form .postform{float:left;width:100%;margin:0!important}.widget_categories>ul>li{float:left;width:100%;list-style-type:none;line-height:inherit}.widget_categories>ul>li+li{margin-top:10px}.widget_categories ul li a{color:#6f6f6f;font-size:14px;padding-left:10px;position:relative;line-height:inherit}.widget_recent_comments .recentcomments a,.tagcloud a:hover,.dc-footer .dc-widgetcontactus>ul li a:hover,.widget_nav_menu .menu li a:hover,.widget_nav_menu ul li .sub-menu li a:hover,.widget_categories>ul>li>a:hover{color:var(--themecolor)}.widget_categories ul li a:before{left:0;top:10px;width:3px;height:3px;content:'';line-height:20px;background:#6f6f6f;position:absolute;border-radius:50px}.dc-preloader-section{top:0;left:0;width:100%;height:100%;z-index:9999;position:fixed;background:rgba(0,0,0,.5)}.dc-docsingle-holder .dc-feedback .dc-consultation-content .dc-pagination{border-bottom:1px solid #eee}.dc-pagination ul li i:before{transition:none}.dc-docsingle-holder .dc-feedback .dc-consultation-content .dc-description{margin:0}.dc-docsingle-holder .dc-feedback .dc-consultation-content .dc-consultation-title+.dc-description{margin-top:13px}#cancel-comment-reply-link{position:absolute;top:30px;right:0}.dc-blog-search .dc-searchgbtn{min-height:50px}.card-title h4 #cancel-comment-reply-link{margin:0;font-size:14px;line-height:20px;float:right;padding:5px 0}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:100%}.edit-account fieldset{margin:0;border:0;padding:0;float:left;width:100%}.widget_product_search button[type=submit],.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce-MyAccount-content input[type=submit],.woocommerce-MyAccount-content .woocommerce-Button.button{padding:0 50px;position:relative;text-align:center;border-radius:5px;display:inline-block;color:#fff!important;vertical-align:middle;text-transform:uppercase;background:var(--themecolor);font:700 13px/50pxPoppins,Arial,Helvetica,sans-serif}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--themecolor)}.wc-stripe-checkout-button{color:#FFF;border-radius:4px}.edit-account{margin:-5px}.woocommerce form .form-row,.edit-account p{padding:5px;text-align:left}.woocommerce-Addresses>div{max-width:none;padding:0!important;width:100%!important}.woocommerce-Addresses>div+div{padding-top:10px!important;border-top:1px solid #ddd}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:50%;max-width:none}span.woocommerce-input-wrapper,.woocommerce form .form-row label{width:100%}.select2-container--default .select2-selection--single{height:50px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px}.select2-container--default .select2-selection--single{border-color:#ddd}.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box,.wc-stripe-elements-field,.wc-stripe-iban-element-field{float:left;width:100%}.woocommerce-checkout #payment div.payment_box p:last-child label{margin:0;width:auto!important}.woocommerce-checkout #payment ul.payment_methods li input{margin-top:7px!important}.woocommerce form .form-row textarea{height:200px}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{line-height:26px}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{list-style-type:none}.sticky-queue .dc-alert{position:relative;border-radius:4px;padding:20px 50px 20px 20px;float:left;width:100%}.sticky-queue .dc-alert+.dc-alert{margin:10px 0 0}.sticky-queue i{font-size:22px;margin-right:20px;display:inline-block;vertical-align:middle}.sticky-queue .dc-close{top:6px;right:10px;float:right;font-size:18px;position:absolute;background:transparent}.sticky-queue .dc-close span:focus,.sticky-queue .dc-close:focus,.sticky-queue .dc-close i:focus{outline:none}.sticky-queue .dc-close i{margin:0}.sticky-queue .dc-description{display:inline-block;vertical-align:baseline}.sticky-queue .dc-description p{margin:0;line-height:20px}.sticky-queue{z-index:9999999;position:fixed;width:420px;overflow:hidden}.sticky-note{padding:20px;margin:0;line-height:15px}.sticky{font-size:12px;color:#555;position:relative}.sticky-close{position:absolute;top:5px;right:5px;height:11px;line-height:11px;width:11px;cursor:pointer;text-align:right}.sticky-close:before{content:"\2716"}.top-right{right:20px}.top-center{top:36px;left:50%;margin-left:-210px}.top-left{left:20px}.top-right,.top-center,.top-left{top:36px}.bottom-right{right:20px}.bottom-center{bottom:-2px;left:50%;margin-left:-125px}.bottom-left{left:20px}.bottom-right,.bottom-center,.bottom-left{bottom:36px}.border-top-right,.border-top-center,.border-top-left{margin-top:1px}.border-bottom-right,.border-bottom-center,.border-bottom-left{margin-top:1px}.success{background:#00cc8d;color:#fff}.warning{background:#eca137;color:#fff}.important{background:#DB4438;color:#fff}.info{background:#3a87ad;color:#fff}.woocommerce-error,.woocommerce-info,.woocommerce-message{float:left;width:100%}.woocommerce form.checkout_coupon{margin:0 15px 20px 0!important;border-color:#dbdbdb}.woocommerce form.checkout_coupon .form-row{padding:0}.woocommerce form.checkout_coupon .form-row-last{margin:0}.woocommerce-checkout .woocommerce .woocommerce-checkout .col2-set{width:auto;margin:0 -15px}.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-additional-fields .notes,.woocommerce-checkout .woocommerce .woocommerce-checkout .shipping_address .form-row,.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row{padding:0}.woocommerce .product .entry-summary>.entry-title{font-size:24px;margin:0 0 14px;line-height:24px}.woocommerce .product .entry-summary>.price{color:#323232;font-size:16px;font-weight:400;line-height:16px}.woocommerce .entry-summary .quantity .qty{height:46px}.button.product_type_variable{min-width:170px}.woocommerce div.product .entry-summary form.cart .group_table td.woocommerce-grouped-product-list-item__label{text-align:left;padding-left:1.5em;padding-right:1.5em}.woocommerce div.product .entry-summary form.cart .group_table td:last-child{text-align:right;padding:5px 0}.woocommerce .entry-summary form.cart .group_table td.woocommerce-grouped-product-list-item__label label{margin:13px 0}.woocommerce .entry-summary form.cart .group_table td.woocommerce-grouped-product-list-item__label label a{display:block;line-height:20px}.woocommerce div.product .entry-summary form.cart .button{padding:0 30px;line-height:46px}.woocommerce-page div.product div.entry-summary{width:49%}.woocommerce div.product form.cart .variations tbody tr{display:block}.woocommerce div.product form.cart .variations tbody tr+tr{margin-top:20px}.woocommerce div.product form.cart .variations{margin-bottom:20px}.woocommerce div.product form.cart .woocommerce-variation-price{margin:0 0 10px}.woocommerce div.product form.cart .variations td.label{min-width:100px;text-align:left;padding:11px 0 1px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:22.15%}body.single-product .type-product{float:left;width:100%}#calc_shipping_state_field>span{float:left;width:100%;text-align:left}.woocommerce-order-details__title,.woocommerce-column__title,.cart-data-wrap h3{display:block;font-size:18px;font-weight:400;margin:0 0 10px;line-height:23px}section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{margin:0 -15px;width:auto}.woocommerce table.my_account_orders .button{height:auto;padding:0 30px;min-width:auto;display:inline-block;vertical-align:middle;font:700 13px/36pxPoppins,Arial,Helvetica,sans-serif}.woocommerce table.shop_table th{font-size:16px;line-height:30px}.payout-holder .dc-checkboxholder .dc-radio{width:220px;padding:0 5px;margin:0 0 10px}.payout-holder .dc-checkboxholder .dc-radio label{margin:0;border-radius:4px;border:1px solid #dbdbdb;padding:20px 30px 20px 40px}.woocommerce-checkout #payment ul.payment_methods li label{overflow:hidden}.woocommerce-checkout #payment ul.payment_methods li input{float:left}.payout-holder .dc-checkboxholder .dc-radio input[type=radio]+label:before{top:50%;left:10px;margin-top:-8px}.payout-holder .dc-checkboxholder .dc-radio input[type=radio]+label:after{top:50%;margin-top:-3px;left:15px}.woo-pagination{text-align:center;margin-top:30px}.woo-pagination span,.woo-pagination a{color:#999;width:36px;height:36px;margin:0 3px;font-size:14px;background:#fff;text-align:center;position:relative;line-height:36px;border-radius:6px;display:inline-block;vertical-align:middle;border:1px solid #ddd}.woo-pagination span:hover,.woo-pagination a:hover,.woo-pagination a:focus,.woo-pagination span{color:#fff}.woo-pagination a.prev,.woo-pagination a.next{float:right;font-size:18px;margin:0 0 0 3px}.woo-pagination a.prev{float:left;margin:0 3px 0 0}.woocommerce-checkout .woocommerce{float:left;width:100%}.style-name .sp-pk-allowed{color:#00cc67}#ship-to-different-address span,#order_review_heading,.woocommerce-billing-fields h3{display:block;font-size:18px;font-weight:400;line-height:24px}#ship-to-different-address span{display:inline-block}.select2-results__options{list-style:none}.select2-results__options li{list-style-type:none}.woocommerce table.shop_table,.cart-data-wrap{margin-top:20px}.woocommerce table.shop_table{margin-top:0}.woocommerce-checkout .form-row.place-order{margin:0}.woocommerce table.shop_table tfoot th{font-weight:500}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:100%;padding:0;background:#fff}.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid #ddd}.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{border:0}#ship-to-different-address label{margin:0;font-size:18px;font-weight:400;line-height:24px}.woocommerce-checkout .woocommerce form .form-row textarea{resize:none}.woocommerce ul.order_details li:last-of-type{margin:0;padding:0}.woocommerce-cart .woocommerce .product-remove a.remove{width:20px;height:20px;margin:0 auto;line-height:20px;text-align:center}.woocommerce-cart .woocommerce .product-name a{color:#767676}.woocommerce-cart .woocommerce .quantity .qty{width:auto;max-width:100px}.woocommerce-cart .woocommerce-cart-form table.cart tbody tr td>button{padding:0 30px!important}.woocommerce-cart table.cart td.actions .coupon .input-text{width:auto}.wc-stripe-checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{margin:0;padding:0 50px;text-align:center;display:inline-block;vertical-align:middle;font:700 13px/50pxPoppins,Arial,Helvetica,sans-serif;width:100%}.cart_totals.calculated_shipping h2{display:block;font-size:18px;font-weight:400;line-height:24px}.woocommerce-cart .woocommerce .return-to-shop{margin:0}.woocommerce-products-header__title.page-title,.woocommerce div.product .product_title{font-size:20px;margin:0 0 16px;font-weight:400;line-height:18px}.woocommerce div.product .woocommerce-tabs .panel h2,.related.products h2{font-size:18px;margin:0 0 16px;font-weight:400;line-height:18px}.related.products h2{margin:0 0 20px}.woocommerce .woocommerce-result-count{margin:0;font:14px/14px'Open Sans',Arial,Helvetica,sans-serif}.woocommerce .woocommerce-breadcrumb{font-size:13px;margin:0 0 20px;line-height:15px}.woocommerce span.onsale{top:10px;left:10px}.woocommerce ul.products li.product .onsale{top:10px;right:10px;margin:0}.woocommerce span.onsale{margin:0;padding:0;min-width:40px;min-height:auto;line-height:40px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding-top:0}.woocommerce ul.products li.product .button{padding:0 20px;line-height:40px}.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0;font-size:18px;margin:0 0 16px;font-weight:400;line-height:18px}.woocommerce ul.products li.product .price{font-size:14px;line-height:15px}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:14px;line-height:15px}.woocommerce-product-details__short-description{font:14px/14px'Open Sans',Arial,Helvetica,sans-serif}.woocommerce .quantity .qty{min-width:100px}.woocommerce ul.products,.woocommerce-page ul.products{margin:0 0 -2.992em}.woocommerce-Reviews .comment-respond .comment-reply-title{display:block;font-size:14px;margin:0 0 10px;line-height:16px}.comment-form fieldset{margin:0;padding:30px;border-radius:4px;border-color:#ddd}.woocommerce #review_form .comment-form-rating p{width:auto}.woocommerce #review_form #respond textarea{float:left;width:100%;height:210px;resize:none}.woocommerce #review_form #respond p.form-submit{margin:0}.comment-form-rating label,.comment-form-comment label{font-size:14px;line-height:16px;text-transform:capitalize}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{top:0;left:50%;right:auto;width:20px;margin:0 0 0 -10px}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:1}.woocommerce #respond input#submit.loading:before,.woocommerce a.button.loading:before,.woocommerce button.button.loading:before,.woocommerce input.button.loading:before{left:0;right:0;content:'';width:100%;height:100%;opacity:.5;background:#000;border-radius:4px;position:absolute}.woocommerce div.product form.cart div.quantity{margin-right:10px}.woo-pagination span.current,.woo-pagination a:hover{color:#fff}.woo-pagination a:focus{color:#767676}.woo-pagination ul li a i{display:block;line-height:44px}.woo-pagination ul li span,.woo-pagination ul li a{margin:0}.related.products{float:left;width:100%;padding-top:30px;border-top:1px solid #ddd}#recentcomments .recentcomments a{line-height:22px;display:inline!important;padding:0!important;margin:0!important}#recentcomments .recentcomments a:hover{color:var(--themecolor)}#order_review_heading{margin-top:20px}.woocommerce-order-pay .woocommerce .woocommerce-checkout .form-row{padding:0}.woocommerce-order-pay .woocommerce .woocommerce-checkout .form-row input{margin:4px 10px 0 0}.woocommerce-order-pay .woocommerce .woocommerce-checkout .form-row label{width:auto;line-height:20px}.woocommerce .product .entry-summary>.price{float:right;font-size:18px;font-weight:600;margin:0;line-height:24px}body.single-product .woocommerce-grouped-product-list .type-product{float:none;width:auto}.woocommerce .product .entry-summary>.entry-title{display:inline-block}body.single-employers .dc-sidebar,body.single-projects .dc-sidebar{background:#FFF}body.single-projects .dc-sidebar .dc-proposalsr+.dc-widget{border:0}.cart-style label{margin-bottom:0}.cart-style label span{display:block;padding:10px 15px}.dc-tabbtns .dc-radio input[type=radio]+label:after,.dc-tabbtns .dc-radio input[type=radio]+label:before{display:none}.dc-tabbtns .dc-radio input[id=someelse]+label,.dc-tabbtns .dc-radio input[id=myself]+label{float:left;width:100%;padding:0 30px;font-size:16px;font-weight:400;line-height:38px;border-radius:4px;text-align:center;position:relative;border:1px solid #eee}.dc-tabbtns .next-step{width:auto;min-width:228px}.dc-tabbtns .dc-radio+.dc-radio{margin-left:10px}.dc-tabbtns .dc-radio input[id=someelse]+label{background:#fff;color:#767676;border:1px solid #eee}.dc-moreservice{float:left;width:100%}.dc-moreservice .dc-panelcontent{padding:30px}.dc-moreservice .dc-panelcontent .dc-subtitle{float:left;width:100%}.dc-moreservice .dc-panelcontent .dc-subtitle h4{margin:0;font-size:18px;font-weight:400;line-height:20px;margin-bottom:20px}.dc-moreservice .dc-checkbox-holder{float:left;width:100%}.dc-moreservice .dc-checkbox-holder .dc-checkbox{width:auto;margin-left:30px;margin-top:10px}.dc-moreservice .dc-checkbox-holder{margin-left:-30px;margin-top:-10px}.at-taxesfees{float:left;width:100%;list-style:none;padding:20px;background:#f7f8f9;border-radius:4px}.at-taxesfees li{width:100%;float:left;list-style-type:none}.at-taxesfees li+li{margin-top:10px}.at-taxesfees li em{float:right;font:700 13px/16pxNunito,sans-serif}.at-taxesfees li i{color:#b4b4b4;min-width:20px;text-align:right;font-size:11px}.at-taxesfees li span{display:block;font-size:13px;line-height:16px;text-transform:capitalize}.at-taxesfees .at-toteltextfee,.at-taxesfees .at-textfee{margin-top:17px;padding-top:17px;border-top:1px solid #ddd}.at-taxesfees .at-toteltextfee span em,.at-taxesfees .at-toteltextfee span{color:var(--secthemecolor)}.dc-replaybox .emojionearea .emojionearea-editor{height:70px;min-height:70px}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding:0;text-align:center}.comment-navigation{float:left;width:100%;margin:20px 0 0}.comment-navigation .nav-links{background:#f7f7f7;padding:10px 15px;border-radius:4px;margin-bottom:15px;float:left;width:100%}.elementor-section-wrap section.elementor-top-section{padding:80px 0}.elementor-widget:not(:last-child){margin-bottom:0!important}.dc-breadcrumbarea+.dc-main{padding:80px 0 100px}.elementor .elementor-custom-embed{line-height:0;padding:6px;border:1px solid #eff2f5;float:left;width:100%}.dc-livefeeddetails .dc-latestadimg img{max-width:50px;border-radius:4px}.wp-block-cover-text,.dc-description p.wp-block-cover-text{font-size:2em;text-transform:none;line-height:1.3em;color:#FFF}.wp-block-quote.is-style-large p{font-size:24px;line-height:1.5em}.dc-description .wp-block-pullquote p{font-size:20px;line-height:1.5}figure.wp-block-image.alignwide{margin:0}.wp-block-image.alignwide+h3{margin-top:30px;margin-bottom:0}.wp-block-pullquote blockquote{margin:0}.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em;border-left:4px solid var(--themecolor);padding-left:1em}.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color{background:transparent}.wp-block-cover+p{margin-top:23px}.wp-block-media-text{margin-bottom:30px}p.has-large-font-size,.dc-description p.has-large-font-size{font-size:28px;line-height:1.5em}.dc-postarticlemeta li{padding-right:10px;border-right:1px solid #adadad}.dc-postarticlemeta li:last-child{border-right:0}.dc-articlesingle-content .dc-postarticlemeta{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;align-items:baseline;-webkit-align-content:center;-ms-flex-line-pack:center;justify-content:flex-start}.dc-articlesingle-content .dc-postarticlemeta li:first-child{min-width:137px}.wp-block-embed+.wp-block-embed{margin-top:15px;float:left;width:100%}.dc-description .wp-block-cover+p{margin:20px 0}.comment-entry .dc-author-description h2,body.single-post .dc-description h2{display:block;font-size:28px;margin:0 0 15px;line-height:26px}.comment-entry .dc-author-description h3,body.single-post .dc-description h3{margin:0 0 15px}.comment-entry .dc-author-description table{margin-bottom:30px}.wp-block-cover{margin:0 0 15px}.wp-block-cover.alignleft{margin:5px 20px 20px 0}.wp-block-button{margin-bottom:1.5em}.has-regular-font-size{font-size:16px}p.has-small-font-size,.dc-description p.has-small-font-size{font-size:14px;line-height:1.5em}p.has-extra-large-font-size,.dc-description p.has-extra-large-font-size{font-size:48px;line-height:1.5em}.has-text-color.has-light-gray-color,.has-text-color.has-light-gray-color cite{color:#767676!important}.has-text-color.has-very-dark-gray-color,.has-text-color.has-very-dark-gray-color cite{color:#323232!important}.block-editor-rich-text__editable a{color:#007fac}.wp-block-quote:not(.is-large):not(.is-style-large),.wp-block-quote.is-large,.wp-block-quote.is-style-large{padding:20px}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:13px;color:#767676}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border-left:4px solid var(--themecolor)}.wp-block-quote.has-text-align-left.is-large cite,.wp-block-quote.has-text-align-left{text-align:left}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:inherit}.has-light-gray-background-color.has-light-gray-background-color{background-color:#767676}.has-very-dark-gray-background-color.has-very-dark-gray-background-color{background-color:#323232}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:inherit}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6;margin-bottom:0}.wp-block-audio{margin:0;padding:0 0 15px;float:left;width:100%}.wp-block-table td,.wp-block-table th{border-top:1px solid #eee;border:1px solid #eee;line-height:2.5;padding-left:3px;text-align:center;vertical-align:top}.dc-description .wp-block-cover-image .wp-block-cover-image-text,.dc-description .wp-block-cover-image .wp-block-cover-text,.dc-description .wp-block-cover-image h2,.dc-description .wp-block-cover .wp-block-cover-image-text,.dc-description .wp-block-cover .wp-block-cover-text,.dc-description .wp-block-cover h2{font-size:2em;line-height:1.25;text-align:left}.wp-block-column p{line-height:1.5em}.wp-block-latest-posts.is-grid li{list-style:none}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){margin-bottom:2rem;margin-top:2rem;overflow:hidden;clear:both}.wp-block-categories-list.aligncenter{text-align:center}.wp-block-search .wp-block-search__button{background:#f7f7f7;border-radius:4px;border:1px solid #ccc;box-shadow:inset 0 -1px 0 #ccc;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:13px;padding:6px 30px}.wp-block-latest-posts.is-grid li{margin-bottom:5px}.wp-block-embed-vimeo{position:relative;display:block;width:100%;padding:0;overflow:hidden}.wp-block-embed-vimeo embed{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}blockquote:not(.blockquote-link){padding:20px;background:#f7f7f7;padding-left:15px;border-left:4px solid var(--themecolor);font-size:14px;line-height:40px;position:relative;overflow:hidden}.wp-block-button__link{border-radius:28px}.wp-block-button__link.has-strong-theme-color-background-color{background:var(--themecolor)}.wp-block-button__link.has-light-gray-background-color{background:#767676}.wp-block-button__link.has-very-light-gray-background-color{background:#eee}.wp-block-button__link.has-very-dark-gray-background-color{background:var(--terthemecolor)}blockquote:not(.blockquote-link) p{margin:0}.wp-block-pullquote{border-top:0;text-align:center;border-bottom:0;padding:0;padding:0;border-left:4px solid var(--themecolor)}.wp-block-pullquote:not(.is-style-solid-color) blockquote{border:0}.dc-bannercontent .dc-formbanner .dc-radioholder{z-index:2}@media(max-width:1199px){body.post-template-full-single-post .dc-articlesingle-holder .dc-articlesingle-content{padding:30px}}@media(max-width:991px){.has-4-columns .wp-block-column{margin:0 10px}.has-6-columns .wp-block-column{margin:0 10px}.has-4-columns .wp-block-column:first-child,.has-6-columns .wp-block-column:first-child{margin-left:0}.has-4-columns .wp-block-column:last-child,.has-6-columns .wp-block-column:last-child{margin-right:0}.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin:0 16px 16px 0}.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/6)}}@media(max-width:480px){.dc-doccarecontent h3{font-size:22px}.wp-block-quote.is-style-large p{font-size:20px}.dc-description .wp-block-pullquote p,.wp-block-pullquote.is-style-solid-color blockquote p{font-size:22px}.dc-articlesingle-content .dc-postarticlemeta{display:block}.dc-description p.wp-block-cover-text{font-size:1.5em}}@media(min-width:991px){.dc-main .alignwide{max-width:100%}.single-full-section .alignfull:not(.has-background-dim),.dc-main .alignfull:not(.has-background-dim){background:#FFF}}.dc-articlesingle-content .dc-description ul.wp-block-gallery.alignwide,ul.wp-block-gallery.alignwide{width:auto;float:none}.wp-block-gallery{clear:both;overflow:hidden}.wp-block-cover.has-left-content{margin-bottom:20px}.wp-block-cover .wp-block-cover-text strong{color:inherit}.wp-block-archives-dropdown{margin-bottom:15px}.wp-block-separator{border-color:#e4e4e4}.wp-block-verse{background:#323232;color:#FFF;padding:15px;border-left:4px solid var(--themecolor);border-radius:5px;font:400 16px/26px'Open Sans',Arial,Helvetica,sans-serif}.wp-block-table{border-collapse:collapse;margin:0;margin-bottom:15px}@media all and (min-width:600px){.alignfull.has-2-columns .wp-block-column p,.wp-block-column{margin:0}.alignfull.has-2-columns .wp-block-column{padding-left:15px;padding-right:15px;margin:0}.alignfull .wp-block-column{padding-left:20px}}blockquote.dc-blockquotevone,.dc-blockquotevone{margin:0;border:0;width:100%;float:left;quotes:none;font-size:20px;text-align:center;line-height:30px;position:relative;padding:0 250px 23px;background:0}blockquote.dc-blockquotevone p,.dc-blockquotevone p{font-size:inherit!important;line-height:inherit!important}blockquote.dc-blockquotevone q,.dc-blockquotevone q{margin:0;display:block}.alignfull.has-2-columns .wp-block-column{padding:0 20px}.widget_categories.widget_categories ul li,.widget_archive.widget_categories ul li{text-align:right}.widget_categories.widget_categories ul li a,.widget_archive.widget_categories ul li a{float:left;text-align:left}.widget_search .dc-formsearch{padding:20px;line-height:20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-footer .widget_search .dc-formsearch{border-radius:4px}.widget_search .dc-formsearch fieldset>.form-group{margin:0}.widget_categories select#cat,.widget_archive select[name="archive-dropdown"]{width:100%;margin-top:20px}.calendar_wrap{float:left;width:100%;padding:20px;line-height:20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-footer .calendar_wrap{background:#fff}.calendar_wrap #wp-calendar{margin:0;background:#fff}.widget_recent_comments.widget_categories ul li{text-align:left;word-break:break-word}.widget_recent_comments.widget_categories ul li a{float:none}.widget_recent_comments.widget_categories>ul>li>a:before{display:none}.widget_rss.widget_categories ul li{text-align:left}.widget_text .textwidget{float:left;width:100%;padding:15px 20px 20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-footer .widget_text .textwidget{background:#3d4561}.widget_text .textwidget[name="monster-widget-just-testing"]{width:100%}.widget_nav_menu .menu{float:left;width:100%;list-style:none}.widget_nav_menu .menu li{float:left;width:100%;list-style-type:none}.widget_nav_menu .menu li a:before{display:none}.widget_nav_menu .menu li a{color:var(--terthemecolor)}.widget_nav_menu .menu-testing-menu-container{float:left;width:100%;padding:11px 20px;background:#f7f7f7;border-radius:0 0 4px 4px}.blog-list-view-template .dc-articlecontent .dc-title{padding:0}.blog-list-view-template .dc-article+.dc-article{margin-top:30px}.blog-list-view-template .dc-postarticlemeta{margin-bottom:20px}.dc-postarticlemeta{font-size:13px;float:left;width:100%;list-style:none;margin-left:-10px;line-height:20px}.dc-postarticlemeta li{float:left;width:auto;margin-left:10px;line-height:inherit;list-style-type:none;font:400 14px/24px'Open Sans',Arial,Helvetica,sans-serif}.dc-postarticlemeta li i{margin-right:5px}.blog-list-view-template>.theme-nav{float:left;width:100%;margin-top:30px}.woo-pagination span.current,.woo-pagination span.current:hover,.dc-pagination ul li.dc-active a{background:var(--themecolor);border-color:var(--themecolor)}.sticky .sticky-wrap.dc-themetag{top:0;right:0;color:#fff;padding:0 15px;position:absolute;background:var(--secthemecolor);border-radius:0 4px 0 4px}.dc-article.sticky{position:relative}.search-page-header{padding:30px;background:#f7f7f7;border-radius:4px;margin-bottom:30px}.search-page-header .border-left{border-left:0!important}.dc-blog-search .dc-formsearch .form-group{margin:0}.dc-sc-latest-articals .dc-articlecontent{padding:0}.elementor .elementor-widget:not(.elementor-widget-text-editor) .dc-neurosurgeons-img{margin:0 auto 36px}.widget_recent_entries>ul{float:left;width:100%;padding:15px 20px;line-height:20px;background:#f7f7f7;border-radius:0 0 4px 4px}.widget_recent_entries>ul li{float:left;width:100%;list-style-type:none;line-height:inherit}.widget_recent_entries>ul li a{color:#6f6f6f;font-size:14px;display:block;overflow:hidden;padding-left:10px;position:relative;white-space:nowrap;line-height:inherit;text-overflow:ellipsis}.widget_recent_entries>ul li a:before{left:0;top:10px;width:3px;height:3px;content:'';line-height:20px;background:#6f6f6f;position:absolute;border-radius:50px}.widget_recent_entries>ul li a:hover{color:var(--themecolor)}.widget_recent_entries>ul li a:hover:before{background:var(--themecolor)}.widget_recent_entries>ul li span{display:block;padding-left:10px;font-size:13px;color:#6f6f6f}.widget_recent_entries>ul li+li{margin-top:15px}.dc-runner-content span:empty+a:before{display:none}.dc-content ul li i{font-family:'Font Awesome\ 5 Free'}.dc-btnreply{color:var(--terthemecolor);font:400 13px/24px'Open Sans',sans-serif}.dc-btnreply i{margin-left:7px;color:var(--themecolor)}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.dc-comment-cal{font:400 14px/24px'Open Sans',Arial,Helvetica,sans-serif;color:#767676}.dc-comment-cal i{margin-right:5px}.dc-searchvlistvtwo .dc-docpostholder .dc-title>a+a{margin-left:5px}.dc-searchvlistvtwo .dc-docpostholder .dc-title>a{display:inline-block;vertical-align:middle;line-height:20px}.dc-docsingle-holder .dc-contentdoctab.dc-userdetails-holder{padding-top:30px}.dc-docsingle-holder .dc-consultation-content{border-left:1px solid #eee;border-right:1px solid #eee;border-radius:4px}.wp-block-image>.aligncenter{width:100%;text-align:center}.wp-block-image>.aligncenter>a,.wp-block-image>.aligncenter>img{display:block;margin:0 auto;width:580px}.card.dc-card{float:left;width:100%;display:block;background:#fcfcfc;margin-top:-1px}.wp-block-video[poster]{width:100%}.wp-block-archives li,.wp-block-latest-comments li,.wp-block-categories li,.wp-block-latest li,.wp-block-latest-posts li{list-style-type:none}.wp-block-archives li a,.wp-block-latest-comments li a,.wp-block-categories li a,.wp-block-latest li a,.wp-block-latest-posts li a{color:#6f6f6f;text-decoration:underline}.wp-block-archives li a:hover,.wp-block-latest-comments li a:hover,.wp-block-categories li a:hover,.wp-block-latest li a:hover,.wp-block-latest-posts li a:hover{color:var(--themecolor)}.wp-block-image>.aligncenter>a,.wp-block-image>.aligncenter>img{width:auto}.dc-classimg{margin:0;text-align:center}.dc-users-review ul li+li{margin:10px 0 0}.post-password-form p input[type=submit]{color:#fff;padding:0 50px;background:var(--themecolor);position:relative;text-align:center;border-radius:5px;border:0;margin:0 0 0 15px;display:inline-block;vertical-align:middle;text-transform:uppercase;font:700 13px/50pxPoppins,Arial,Helvetica,sans-serif}.dc-formleavecomment fieldset .form-group{margin-bottom:10px}.dc-formleavecomment fieldset button[type="submit"]{margin-top:10px}.dc-description p:last-child .alignright{clear:both}.dc-comments ul.children{opacity:1;width:100%;box-shadow:none;margin-top:10px;position:static;visibility:visible;padding-left:95px;list-style-type:none}.dc-comments ul.children li{list-style-type:none}.dc-users-review ul li .card-text.dc-author-description>ol li,.dc-users-review ul li .card-text.dc-author-description>ul li{margin:0}.dc-comments .dc-card-img{padding-right:0}.dc-comments .dc-card-img img{max-width:55px;margin-right:10px;border:1px solid #eee;background:#fcfcfc;margin-top:-1px;margin-left:1px}.main-page-wrapper>p>.alignright{clear:both}.widget_search .dc-formsearch .dc-searchgbtn{border:0;line-height:50px;background:transparent;color:var(--terthemecolor)}.dc-formsearch input[type="search"]{padding-right:50px}.widget_categories:last-child{margin:0}.blog-list-view-template .dc-description p{word-break:break-word}@media(max-width:480px){.dc-description .wp-block-cover-image .wp-block-cover-image-text,.dc-description .wp-block-cover-image .wp-block-cover-text,.dc-description .wp-block-cover-image h2,.dc-description .wp-block-cover .wp-block-cover-image-text,.dc-description .wp-block-cover .wp-block-cover-text,.dc-description .wp-block-cover h2{font-size:1.5em}}.dc-testimonialscontent{outline:0}div.wpcf7 .ajax-loader{display:none}div.wpcf7 .ajax-loader.is-active{display:block}.dc-form-first form>p{margin:0}.dc-form-first form>p input.dc-btns{padding:0;border:0;height:50px}.dc-form-first form div.wpcf7-validation-errors{float:left;margin:10px 0 0}.dc-searchresult-holder .dc-searchvlistvtwo .dc-docpostholder .dc-title>a{font-size:13px;margin-bottom:3px}.dc-emptydata-holder{float:left;width:100%;padding:30px}.dc-dashboardboxcontent .dc-emptydata-holder{padding:0}.dc-emptydata-holder+.dc-emptydata-holder{margin-top:30px}.widget_recent_entries.widget_categories.widget_categories ul li a{text-align:left}.dc-apointments-wrap .dc-emptydata-holder{padding:30px 0 0}.no-results.not-found .page-header h1{font-size:26px;line-height:32px;margin:0 0 16px}.dc-authordetails{float:left;width:100%;margin:0 0 30px}.dc-authordetails figure{margin:0}.dc-feedback-content .dc-emptydata-holder,.dc-searchresult-holder .dc-emptydata-holder,.dc-docsingle-holder .dc-comments-holder .dc-consultation-content .dc-emptydata-holder{padding:0}.dc-docsingle-holder .dc-comments-holder .dc-consultation-content,.dc-docsingle-holder .dc-consultation-content.dc-feedback-content{border:0}.dc-fcol.dc-widget{margin:0}.dc-sidebar-grid.order-first{margin-top:0}.dc-comments ul.children{float:left}.dc-hospsingle-holder .dc-contentdoctab .dc-aboutinfo:last-child{margin-bottom:0}.admin-bar .dc-navigationarea .dc-navigation>ul>li>.children,.admin-bar .dc-navigationarea .dc-navigation>ul>li>.sub-menu,.admin-bar .dc-navigationarea .dc-navigation>ul>li>.mega-menu{right:0;left:auto}.dc-vistingdocinfo fieldset .form-group:empty{display:none}.dc-closemenu .ti-arrow-right:before{content:"\e629"}.dc-docsingle-holder #locations .dc-searchresult-head{padding:0}.dc-docpostcontent .dc-title h3 i.icon-sheild{color:#f1c40f}.icon-sheild.dc-tipso,.dc-tipso{border:0;cursor:auto}.dc-tipso em{display:none}.tipso_content{color:#fff;font-size:12px;border-radius:4px;background:var(--themecolor)}.tipso_content em{font-size:12px;font-style:normal}body .tipso_bubble.top>.tipso_arrow{border-top-color:var(--themecolor)}.dc-docsingle-content .dc-title>a{line-height:20px;display:inline-block;vertical-align:middle}.dc-docsingle-content .dc-title h1 i{margin-left:1px}.dc-docsingle-content .dc-title h1>a{margin-right:10px}.dc-docsingle-holder .dc-consultation-content{border:0}.dc-consultation-details:before{left:-30px}.dc-consultation-details{padding:20px 0 13px}.dc-docsingle-holder .dc-feedback .dc-consultation-content .dc-pagination{border-bottom:0;padding:30px 0 0}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--themecolor)!important}.timeline-content .dc-description p:empty{display:none}.dc-articlecontent .dc-title>a{display:block;line-height:18px}.dc-articlecontent .dc-title{padding:20px}.chosen-container .chosen-results li{overflow:hidden;white-space:nowrap;line-height:inherit;background:#fcfcfc;text-overflow:ellipsis}.chosen-container .chosen-results li:hover{background:#fff}.mCSB_inside>.mCSB_container{margin:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{width:0}.dc-consultation-details+.dc-paginationvtwo{overflow:hidden;margin-left:-30px;margin-right:-30px}.dc-consultation-details+.dc-paginationvtwo .dc-pagination{padding:30px 30px 0!important}.dc-consultation-content .dc-emptydata-holder{padding:0}.widget_recent_entries.widget_categories ul li a{width:100%}abbr[title]{border:0;text-decoration:none}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:0 15px}.dc-author{float:left;width:100%}.dc-author .dc-authordetails{float:left;width:100%;background:#f7f7f7;border-radius:4px;padding:20px}.dc-author .dc-description{margin-top:10px}.dc-authordetails figure{max-width:60px;max-height:60px;float:left;margin-right:15px}.dc-authordetails figure img{display:block;width:100%;border-radius:4px}.dc-authorcontent{overflow:hidden}.dc-authorcontent .dc-boxleft{float:left;width:auto}.dc-authorcontent .dc-boxright{float:right;width:auto}.dc-authorcontent .dc-boxleft h3{color:#323232;font-size:16px;line-height:26px;font-weight:400}.dc-authorcontent .dc-boxleft span{display:block;font-size:13px;line-height:20px;color:#767676}.dc-comments{float:left;width:100%}.dc-authorcontent .dc-boxleft h3:empty{display:none}.dc-authorcontent .dc-description{margin-top:20px}.dc-authorcontent .dc-description p{margin:0}.dc-authorcontent .dc-socialiconssimple li:last-child{padding-right:0}.dc-footer .dc-fcol.dc-widgetcontactus{display:flex;align-items:center;flex-wrap:wrap}.dc-footer .widget_search .dc-formsearch,.dc-footer .widget_tag_cloud .tagcloud,.dc-footer .widget_nav_menu .menu-header-menu-container,.dc-footer .dc-widgetcontactus>ul{float:left;width:100%;padding:20px;line-height:20px;background:#fff;border-radius:4px}.tagcloud a{color:#5d5d5d;font-size:12px!important;display:block;padding:0 15px;line-height:24px;border-radius:4px;background-color:#ececec;font-family:'Poppins',sans-serif;margin-top:10px;float:left}.dc-footer .widget_tag_cloud .tagcloud{line-height:1.3;padding-top:10px}.dc-footer .dc-widgetcontactus .calendar_wrap,.dc-footer .dc-widgetcontactus.widget_text .textwidget{border-radius:4px}.dc-footer .dc-widgetcontactus>ul li{list-style-type:none}.widget_recent_comments .recentcomments a,.widget_recent_comments .recentcomments,.dc-footer .dc-widgetcontactus>ul li a{color:#6f6f6f;font-size:14px;padding-left:10px;position:relative;line-height:inherit}.dc-footer .dc-widgetcontactus+.dc-widgetcontactus{margin-top:30px}.dc-footer .dc-widgetcontactus.widget_categories{margin-bottom:0}.dc-footer .dc-widgetcontactus.widget_categories form select,.dc-footer .dc-widgetcontactus.widget_categories form{width:100%}.dc-footer .dc-widgetcontactus.widget_archive select[name="archive-dropdown"],.dc-footer .dc-widgetcontactus.widget_categories select#cat{margin:0}.widget_categories.widget_recent_comments .recentcomments,.dc-footer .dc-widgetcontactus>ul li a{padding-left:10px}.widget_recent_comments .recentcomments:before,.dc-footer .dc-widgetcontactus>ul li a:before{left:0;top:10px;width:3px;height:3px;content:'';line-height:20px;background:#6f6f6f;position:absolute;border-radius:50px}.dc-footer .widget_recent_comments .recentcomments+.recentcomments{margin-top:5px}.dc-footer .dc-widgetcontactus.widget_archive>ul li{text-align:right;width:100%;float:left}.dc-footer .dc-widgetcontactus.widget_archive>ul li a{float:left}.dc-footer .dc-widgetcontactus.widget_archive>ul li a:before{top:13px}.dc-docsingle-content{min-height:262px;display:flex;flex-direction:column;align-items:center;justify-content:center}.single-doctors .dc-shareprofile ul{justify-content:flex-end}.dc-video img{display:block;width:100%}.dc-card-tags{justify-content:space-between;background:#fcfcfc;padding:20px;border:1px solid #eee;border-radius:4px}.dc-emailnoti .dc-settingscontent .dc-description p{margin-bottom:23px}.dc-runner+.dc-description+.dc-comments{border-top:1px solid #eee}.woocommerce ul.products li.product .price{color:#55acee}.products+.woocommerce-pagination{margin-top:30px}.woocommerce-pagination{width:100%;float:left;font:14px/24px'Open Sans',sans-serif}.woocommerce nav.woocommerce-pagination ul{margin:0;padding:0;float:left;width:100%;list-style:none;text-align:center;line-height:inherit;border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;float:none;margin:0 3px;line-height:inherit;list-style-type:none;display:inline-block;vertical-align:middle}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{padding:0;color:#999;width:36px;height:36px;display:block;font-size:14px;background:#fff;text-align:center;position:relative;line-height:34px;border-radius:4px;border:1px solid #ddd}.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span:hover,.woocommerce nav.woocommerce-pagination ul li a.current,.woocommerce nav.woocommerce-pagination ul li span.current{color:#fff;background:var(--themecolor);border-color:var(--themecolor)}.woocommerce .woocommerce-result-count{padding:18px 0}.cart_totals h1{margin:0;font-size:18px;font-weight:400;line-height:20px;margin-bottom:20px}.woocommerce table.shop_table th{font-weight:400}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;width:100%;float:left;display:block;line-height:38px;list-style-type:none;border-bottom:1px solid #eee}.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:0;border:0;margin:0;width:auto;float:left;line-height:inherit;list-style-type:none;background:transparent;border-radius:0}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#6f6f6f;display:block;font-size:14px;padding:0 30px;font-weight:500;line-height:38px;border:1px solid #eee;border-left:0;border-bottom:0;border-radius:4px 4px 0 0}.woocommerce div.product .woocommerce-tabs ul.tabs li a:first-child{border-left:1px solid #eee}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff;border-color:var(--themecolor);background:var(--themecolor)}.woocommerce .woocommerce-MyAccount-content input[type=submit],.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button{background:var(--themecolor);min-width:0}form[method="post"]>h3,.woocommerce-account .addresses .title h3{font-size:20px;margin:0 0 8px;font-weight:400;line-height:24px}.woocommerce-account .addresses address{font-style:normal}form[method="post"] .woocommerce-address-fields .form-row{padding-left:0;padding-right:0}.widget_shopping_cart{float:left;width:100%}.woocommerce .widget_shopping_cart_content,.woocommerce ul.product_list_widget,.woocommerce.widget_product_tag_cloud .tagcloud,.woocommerce.widget_product_categories .product-categories{float:left;width:100%;padding:20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-footer .woocommerce .widget_shopping_cart_content,.dc-footer .woocommerce ul.product_list_widget,.dc-footer .woocommerce.widget_product_tag_cloud .tagcloud,.dc-footer .woocommerce.widget_product_categories .product-categories{background:#fff}.widget_shopping_cart,.widget_shopping_cart_content{float:left;width:100%}.comment-navigation .nav-links{float:left;width:100%;margin:0}.woocommerce.widget_shopping_cart p.buttons{margin:0}.woocommerce.widget_shopping_cart .buttons a{width:100%;margin:0}.woocommerce.widget_shopping_cart .buttons a+a{margin-top:10px}.woocommerce.widget_shopping_cart .tota{padding:0;border:0}.woocommerce .widget_shopping_cart_content ul.product_list_widget{padding:0}.woocommerce.widget_shopping_cart .total{float:left;width:100%;border-top:1px solid #eee}.woocommerce.widget_product_categories .product-categories li{text-align:right;list-style-type:none}.woocommerce.widget_shopping_cart,.woocommerce.widget_recently_viewed_products,.woocommerce.widget_products,.woocommerce.widget_product_tag_cloud,.woocommerce.widget_product_categories{margin-top:30px;float:left;width:100%}.woocommerce.widget_product_categories .product-categories li a{float:left}.dc-runner{margin-bottom:25px}.widget_rss>ul>li>span,.widget_rss>ul>li>.rssSummary{float:left;width:100%}.dc-card1,.alert-primary{float:left;width:100%}.dc-booking-step2{padding-bottom:8px}.dc-forumform fieldset .form-group .chosen-single{padding-right:30px}.hidpi-logowrap{display:flex;justify-content:space-between;align-items:center}.dc-sidebar .dc-widgettwitter .dc-latestadcontent time,.dc-sidebar .dc-widgettwitter .dc-livefeeddetails{color:#6f6f6f;text-align:left}.dc-sidebar .dc-widgettwitter .dc-livefeeddetails{float:left;width:100%;padding:20px;line-height:20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-sidebar .dc-footerapps>ul>li{width:auto}.dc-sidebar .dc-footerapps>ul>li+li,.dc-sidebar .dc-footerapps>ul>li>a:before{width:0;height:0;margin:0}.dc-footer .dc-widgetcontactus>ul.dc-btnapps{background:0;padding:0}.dc-widgetcontactus.dc-footerapps>ul.dc-btnapps li a{padding:0}.dc-widgetcontactus.dc-footerapps>ul.dc-btnapps li a:before{background:0;width:0;height:0}select[name="monster-widget-just-testing"]{width:100%}.dc-haslayout-v1.align-self-center{min-height:440px;display:flex;align-items:center}.dc-tags-social{line-height:24px}.dc-tags-social li{line-height:inherit}.widget_recent_comments .recentcomments a:before{display:none}.blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-image figcaption{font-size:14px;font-weight:300;font-family:'Open Sans',Arial,Helvetica,sans-serif;text-align:center;color:var(--terthemecolor)}.tagcloud{float:left;width:100%;padding:10px 20px 20px;background:#f7f7f7;border-radius:0 0 4px 4px}.dc-description h6+h2{margin-top:30px}.dc-description h1+h2{margin:0}.dc-description ul+h2+ol,.dc-description h2+ul{margin:0 0 30px}.dc-description ol+h2{margin:0 0 .4em}.gallery+h2{margin:20px 0 10px}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{padding:40px 20px 15px;font:400 14px/24px'Open Sans',Arial,Helvetica,sans-serif}.card-title.dc-cardtitle-form{float:left;width:100%;margin:37px 0 12px;padding:29px 0 0;border-top:1px solid #eee}.dcforum-single .card-title.dc-cardtitle-form{margin-top:0;padding:0;border:0}.dc-comments.dc-py-20{padding-bottom:0}.card-title.dc-cardtitle-form h4{margin:0}.card-title.dc-cardtitle-form h4 a{font:400 20pxPoppins,sans-serif}.widget_nav_menu ul li .sub-menu li{padding:0 0 0 15px}.widget_text .textwidget p:first-child strong,.widget_text .textwidget p:first-child img{display:block}.widget_text .textwidget .wp-caption.alignnone{margin-left:0;margin-right:0;max-width:100%;padding-bottom:0;padding-left:0;padding-right:0}.dc-description .wp-block-spacer+p{float:left;width:100%}.single-full-section .alignfull,.dc-main .alignfull{left:50%;width:100vw;max-width:inherit;position:relative;padding:5px 0;margin-left:-50vw!important}.wp-block-archives.wp-block-archives-list+p+.wp-block-archives.wp-block-archives-dropdown{margin:0 0 30px}.wp-block-archives.wp-block-archives-list+p{margin:20px 0 10px}.wp-block-archives.wp-block-archives-dropdown+p+.wp-block-categories.wp-block-categories-list{margin:0 0 30px}.wp-block-latest-posts.has-dates+p+.wp-block-latest-posts.is-grid.columns-3+p,.wp-block-latest-posts.has-dates+p{margin-top:30px;margin-bottom:10px}.wp-block-preformatted+.wp-block-pullquote+.wp-block-table,.wp-block-preformatted+.wp-block-pullquote+.wp-block-table+.has-fixed-layout.is-style-stripes,.wp-block-preformatted+.wp-block-pullquote{margin:0 0 30px}.postid-1724 ul+h3,.single-format-standard ul+h3{margin-top:20px}.dc-heading .dc-author>li .dc-card .dc-author-description>ul,.dc-heading .dc-author>li .dc-card .dc-author-description>ol{margin-bottom:20px}.dc-comments.dc-users-review.dc-heading.dc-py-20+.alert{margin-top:40px}.dc-comments.dc-users-review.dc-heading.dc-py-20+.alert:last-child{margin-bottom:0}.dc-description>p:first-child>iframe{float:none;max-width:100%}.dc-description blockquote+p+h2+table{margin-bottom:30px}.dc-tabbtns .dc-radio input[type="radio"]:checked+label{background:var(--themecolor);border-color:var(--themecolor);color:#FFF}.dc-formleavecomment fieldset .form-group.logged-in-wrap{margin-bottom:20px;margin-top:-15px}.dc-widget cite{float:left;width:100%}.dc-widget .rss-date,.dc-widget .rssSummary,.dc-widget cite{color:#6f6f6f;font-size:14px;padding-left:10px;position:relative;line-height:inherit}.dc-widget cite,.dc-widget .rss-date{font-weight:600}.tagcloud a:nth-last-child(n+2){margin-right:5px}.dc-catgories-wrap{line-height:24px}.fc-today.fc-state-highlight,.fc-day-top.fc-state-highlight{background:var(--terthemecolor)!important;color:#FFF}.recentcomments a{display:inline!important;padding:0!important;margin:0!important}.has-text-align-center{text-align:center}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap}.postid-1807 .wp-block-gallery.columns-2{margin:0}.wp-block-quote[style*="text-align:right"],.wp-block-quote[style*="text-align: right"]{border-right:4px solid var(--themecolor);border-left:0}.dc-tags1 li a:hover{color:var(--themecolor)}.dc-item-success{color:var(--themecolor)}.dc-item-danger{color:#ff5851}.dc-display-none{display:none}.dcforum-single .comment-respond{margin-bottom:0}.dc-docsingle-holder .dc-searchresult-head .dc-title h4{padding:0}.dc-header .dc-userlogedin:after{bottom:0;left:0;height:0;width:100%;content:'';position:absolute;border-radius:3px 3px 0 0;background:var(--themecolor)}.dc-header .dc-userlogedin:hover:after{height:4px}.dc-sidebaradds.dc-widget{margin-bottom:0}.dc-docsingleimg .dc-ava-detail-2x,.dc-ava-detail-2x,.dc-docpostimg .dc-image-res-2x{display:none}.logged-in .doc-myaccount-content .form-group.dc-btnarea{margin-bottom:0}.dc-widget .wp-audio-shortcode{margin-top:15px;float:left;padding:15px;width:100%}.widget_categories ul .post-date{text-align:left;float:left;width:100%}.sidebar-box.dc-copntactinfowidtget{background:var(--terthemecolor);padding:20px}.dc-recentposts .dc-particlehold .dc-particlecontent h3{color:#6f6f6f;font-size:14px;display:block;margin:0 0 5px;position:relative;line-height:1.2;font-weight:500}.dc-recentposts .dc-particlehold .dc-particlecontent h3 a{color:#6f6f6f}.dc-recentposts .dc-particlehold .dc-particlecontent h3 a:hover{color:var(--themecolor)}.dc-recentposts .dc-particlehold+.dc-particlehold{margin:10px 0 0}.widget_product_search .woocommerce-product-search{float:left;width:100%;padding:20px;border-radius:4px;background:#f7f7f7}.dc-footer .widget_product_search .woocommerce-product-search{background:#fff}.widget_product_search .woocommerce-product-search input[type="search"]{width:100%}.widget_product_search .woocommerce-product-search button[type=submit]{margin-top:20px}.woocommerce.widget_product_categories .product-categories li a{color:#6f6f6f}.woocommerce.widget_product_categories .product-categories li a:hover{color:var(--themecolor)}.dc-footer .dc-widgetcontactus,.dc-footer .product_list_widget,.dc-footer .dc-widgetcontent,.dc-footer .woocommerce .widget_shopping_cart_content,.dc-footer .woocommerce ul.product_list_widget,.dc-footer .woocommerce.widget_product_tag_cloud .tagcloud,.dc-footer .woocommerce.widget_product_categories .product-categories{border-radius:4px}.wp-block-embed-vimeo+p{margin:20px 0}.wp-block-button.aligncenter,.wp-block-latest-posts.wp-block-latest-posts__list{margin-bottom:15px}.wp-block-pullquote.aligncenter+h3{margin-top:20px}.wp-block-pullquote.alignfull{padding:0;max-width:1140px;width:100%;margin:15px 0!important;left:auto!important}.dc-author li.comment+.comment-respond .card-title.dc-cardtitle-form{border:0;padding:0;margin-top:21px}.dc-description+.dc-card-review .card-title.dc-cardtitle-form{margin-top:30px}.dc-runner-content .dc-runner-heading{margin-bottom:2px}.dc-footer .dc-fcol{word-break:break-word}.dc-footer .row div>.dc-widgetcontactus:first-child{margin-top:0}.widget_categories form{padding:20px}#wp-calendar caption{color:#6f6f6f;font-size:14px;position:relative;line-height:14px;padding-top:0;padding-bottom:10px;caption-side:top}.widget_text .textwidget>form{padding:0}.widget_text .textwidget p:empty{display:none}.dc-fcol.widget_nav_menu .menu-testing-menu-container{background:#fff;border-radius:4px}.dc-sidebar .woocommerce.widget_shopping_cart,.dc-sidebar .woocommerce.widget_recently_viewed_products,.dc-sidebar .woocommerce.widget_products,.dc-sidebar .woocommerce.widget_product_tag_cloud,.dc-sidebar .woocommerce.widget_product_categories{margin-top:0}.dc-sidebar .woocommerce.widget_product_categories .select2{margin-top:20px}.dc-widget .select2-container--default .select2-selection--single{width:100%;color:#999;outline:0;height:50px;background:#fff;font-size:14px;-webkit-box-shadow:none;box-shadow:none;line-height:18px;padding:10px 20px;border-radius:4px;display:inline-block;vertical-align:middle;border:2px solid #eee;text-transform:inherit;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:'Open Sans',sans-serif}.dc-widget .select2-container--default .select2-selection--single .select2-selection__arrow{height:50px;right:10px}.dc-widget .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0}.dc-sidebar .woocommerce.widget_product_categories .product-categories{padding:15px 20px}.woocommerce.widget_product_tag_cloud .tagcloud{padding-top:10px}.woocommerce.widget_shopping_cart ul.cart_list li,.woocommerce.widget_shopping_cart ul.product_list_widget li{padding:0;text-align:left}.woocommerce.widget_shopping_cart ul.cart_list li+li,.woocommerce.widget_shopping_cart ul.product_list_widget li+li{margin-top:20px;padding-top:20px;border-top:1px solid #ddd}.woocommerce.widget_shopping_cart ul.cart_list li+li a.remove,.woocommerce.widget_shopping_cart ul.product_list_widget li+li a.remove{top:20px}.widget_categories.widget_categories ul li,.widget_archive.widget_categories ul li{padding:0;list-style-type:none}.woocommerce ul.product_list_widget li:first-child{padding:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding-bottom:0;display:flex;align-items:center}.woocommerce ul.cart_list li+li,.woocommerce ul.product_list_widget li+li{margin-top:20px;padding-top:20px;border-top:1px solid #ddd}.woocommerce.widget_categories.widget_categories>ul>li>a:before,.woocommerce.widget_archive.widget_categories>ul>li>a:before{display:none}.woocommerce ul.cart_list li a span,.woocommerce ul.product_list_widget li a span,.woocommerce.widget_shopping_cart ul li>a,.woocommerce.widget_shopping_cart ul li>a{width:auto;padding:0;font-size:18px;margin:0;font-weight:400;text-align:left;line-height:1.35;display:inline-block;vertical-align:middle;color:var(--terthemecolor);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{padding:0;margin:0;left:auto;width:20px;display:block;height:20px;line-height:22px;text-align:center}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce.widget_shopping_cart ul.cart_list li img,.woocommerce.widget_shopping_cart ul.product_list_widget li img{float:left;max-width:50px;width:auto;margin:0 20px 0 0}.woocommerce.widget_shopping_cart .cart_list li .quantity{font-size:14px;line-height:15px;margin-left:auto;float:right;display:block}.woocommerce.widget_shopping_cart .total{padding-top:14px;margin-top:20px;text-align:right;border-color:#ddd;margin-bottom:14px}.woocommerce.widget_categories.widget_categories ul li a,.woocommerce.widget_archive.widget_categories ul li a{padding:0 10px 0 0;display:flex;overflow:hidden;white-space:nowrap;line-height:inherit;text-overflow:ellipsis;align-items:center}.widget_categories .children{opacity:1;float:left;position:static;visibility:visible;width:100%;background:transparent;box-shadow:none;padding:0 0 0 15px}.widget_categories .children>li{width:100%;float:left;margin-top:10px;line-height:inherit}.widget_categories .children>li a{color:#6f6f6f;font-size:14px;position:relative;line-height:inherit}.widget_categories .children>li a:hover{color:var(--themecolor)}.dc-footer .widget_recent_reviews.woocommerce>ul li a:before{display:none}.dc-footer .woocommerce ul.product_list_widget li a{padding:0;display:flex;align-items:center;line-height:20px}.dc-footer .woocommerce ul.product_list_widget li span{line-height:14px;display:inline-block;text-align:center}.dc-footer .woocommerce ul.product_list_widget li a{padding:0}.dc-footer .woocommerce ul.product_list_widget li a:before{display:none}.dc-footer .dc-fcol .children,.dc-footer .dc-fcol .page_item_has_children{opacity:1;float:left;position:static;visibility:visible;width:100%;background:transparent;box-shadow:none;padding:0 0 0 15px}.dc-footer .dc-fcol .children li,.dc-footer .dc-fcol .page_item_has_children li{float:left;width:100%}.dc-footer .dc-widgetcontactus.widget_recent_comments>ul,.dc-footer .dc-widgetcontactus.widget_categories>ul{padding:15px 20px}.dc-footer .dc-widgetcontactus.widget_pages>ul,.dc-footer .dc-widgetcontactus.widget_rss>ul,.dc-footer .dc-widgetcontactus.widget_meta>ul,.dc-footer .dc-widget.widget_archive>ul,.dc-footer .woocommerce.widget_product_categories .product-categories{padding:11px 20px}.woocommerce #review_form #respond{width:100%}.woocommerce ul.products,.woocommerce-page ul.products{margin-bottom:0}.woocommerce .related.products{margin-bottom:-2.992em;padding-top:28px}.woocommerce div.product .woocommerce-tabs .panel{margin-bottom:30px}.woocommerce div.product .woocommerce-tabs .panel>p{margin:0;margin-bottom:-6px}.woocommerce div.product .woocommerce-tabs ul.tabs{margin-bottom:28px}.dc-sidebar .widget_categories>ul{word-break:break-word}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{margin:0}.woocommerce.widget_categories.widget_categories ul li>del,.woocommerce.widget_archive.widget_categories ul li>del,.woocommerce.widget_categories.widget_categories ul li>ins,.woocommerce.widget_archive.widget_categories ul li>ins,.woocommerce.widget_categories.widget_categories ul li>span,.woocommerce.widget_archive.widget_categories ul li>span{margin-left:auto;text-align:center}.woocommerce.widget_categories.widget_categories ul li>del+ins,.woocommerce.widget_categories.widget_categories ul li>span+span,.woocommerce.widget_archive.widget_categories ul li>del+ins{margin-left:6px}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin-left:10px;line-height:20px}.dc-footer .woocommerce ul.product_list_widget li>a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:10px}.dc-footer .woocommerce ul.product_list_widget li>a span{line-height:1.35;text-align:left}.dc-footer .woocommerce ul.product_list_widget li>span{margin-left:auto}.dc-footer .woocommerce ul.product_list_widget li>span+span{margin-left:6px}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt,.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0}.dc-footer .woocommerce ul.product_list_widget li>del{margin-left:auto}.dc-footer .woocommerce ul.product_list_widget li>del>span{text-decoration:line-through}.dc-footer .woocommerce ul.product_list_widget li>del+ins{margin-left:6px}.dc-widget.dc-fcol,.dc-sidebar{word-break:break-word}.widget_categories ul li.page_item_has_children a:before{content:"";top:10px}.wp-block-image.alignwide+p{padding-top:10px}.wp-block-pullquote.is-style-solid-color blockquote{max-width:100%}.dc-widget.woocommerce li a:before{content:"";background:0}.comment-entry .dc-author-description h1+h2,.comment-entry .dc-author-description h2+h3,body.single-post .dc-description h2+h3,body.single-post .dc-description h1+h2{margin:0}.comment-entry .dc-author-description h5+h6+h2,body.single-post .dc-description h5+h6+h2{margin-top:30px}.comment-entry .dc-author-description table>tbody>tr>th,.comment-entry .dc-author-description table>tfoot>tr>th,.comment-entry .dc-author-description table>thead>tr>td,.comment-entry .dc-author-description table>thead>tr>th,.comment-entry .dc-author-description table>tbody>tr>td,.comment-entry .dc-author-description table>tfoot>tr>td,.dc-description blockquote+p+h2+table>tbody>tr>th,.dc-description blockquote+p+h2+table>tfoot>tr>th,.dc-description blockquote+p+h2+table>thead>tr>td,.dc-description blockquote+p+h2+table>tbody>tr>td,.dc-description blockquote+p+h2+table>thead>tr>th,.dc-description blockquote+p+h2+table>tfoot>tr>td{text-align:left;padding:0 20px}.postid-1 .dc-description p:last-child{margin-bottom:30px}.dc-description blockquote+p+h2+table a,.comment-entry .dc-author-description table a{font-weight:400}.dc-author-description dl,.dc-description dl{margin-bottom:24px}.dc-description dl.aligncenter,.dc-description dl.aligncenter+p{display:none}.dc-description p a img.alignnone{margin-bottom:0}.single-post .dc-description pre+p{display:none}.woocommerce #review_form #respond p input[type="checkbox"]+label{margin:0;display:inline-block}.woocommerce-Reviews .comment-form-rating label{margin:0;float:left}.woocommerce-Reviews .comment-form-rating label+.stars{margin-left:10px!important}.woocommerce #review_form #respond input[type="text"],.woocommerce #review_form #respond input[type="email"]{width:100%}#gallery-1+p{margin-top:30px;float:left}.dc-main div.dc-enabled .alignfull{left:77%}p.has-text-align-right+p+h2{margin-top:30px!important}.woocommerce-Reviews .comment-respond .comment-reply-title,.woocommerce #reviews #comments h2{float:left;width:100%;margin-bottom:20px;font:400 20px/.7 poppins,sans-serif}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0;list-style:none;float:left;padding:0}.woocommerce #reviews #comments ol.commentlist li{list-style-type:none}.woocommerce div.product .woocommerce-tabs ul.tabs li+li a{border-left:0!important}.woocommerce .star-rating span{color:#ff9800}.woocommerce del+ins,.woocommerce del+ins{text-decoration:none}.woocommerce-MyAccount-navigation ul li{display:block;color:#555;padding:15px;border-bottom:1px dotted #ddd}.woocommerce-MyAccount-navigation ul li a{color:#363636}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-MyAccount-navigation ul li.is-active a{font-weight:600}.woocommerce-MyAccount-content input[type=submit],.woocommerce-MyAccount-content a.button{min-width:300px;height:50px;line-height:50px;font-size:16px;color:#fff;border:0;padding:0;text-transform:uppercase;display:block;text-align:center;outline:0;text-decoration:none;font-weight:700;font-family:'Lato',sans-serif;float:left;width:100%}.woocommerce-MyAccount-content input[type=submit],.woocommerce-MyAccount-content .woocommerce-Button.button{color:#FFF}.edit-account fieldset legend{padding-top:30px}.woocommerce-MyAccount-content .woocommerce-Button.button:hover{color:#FFF!important}.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child{padding-top:0}.woocommerce address{font-size:15px}.woocommerce-MyAccount-content p{line-height:1.5em}.col2-set .u-column2.col-2.woocommerce-Address{padding:0}.col-1 h2,.col-2 h2,.woocommerce-notices-wrapper+h2{font:400 20px/28pxPoppins,sans-serif;word-break:break-word}#customer_login.col2-set,#customer_login.col2-set,#customer_login{margin:0 -15px;width:auto}.woocommerce-MyAccount-content p a:hover,.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-content .edit,.woocommerce-MyAccount-content p a{color:#55acee}.wp-block-image figcaption{margin-top:1em;margin-bottom:1em}.wp-block-image figure.aligncenter{margin-bottom:0}.wp-block-pullquote cite,.wp-block-quote cite{line-height:1.8em;display:block}.wp-block-gallery.columns-2.is-cropped+p{margin-top:10px;margin-bottom:30px}.dc-card dl+h2+ul{margin-left:0}.single-post .dc-description h2+p+div.wp-block-image+p{margin-bottom:30px;margin-top:-10px}.wp-block-column .wp-block-image{margin:0}.wp-block-image{margin:1em 0}.dc-tagslist.tagcloud{background:0;padding:0}.blog-list-view-template .dc-articlecontent{padding:30px}.blog-list-view-template .dc-articlecontent .dc-tagslist.tagcloud{float:none;margin:14px 0 0;align-items:center}.blog-list-view-template .dc-articlecontent .dc-tagslist.tagcloud span{display:inline-block;vertical-align:middle;line-height:24px;margin-right:5px;margin-top:10px}.blog-list-view-template .dc-articlecontent .dc-moreoptions{padding:15px 20px 0;float:none;width:auto;overflow:hidden;margin:20px -30px -15px}.blog-list-view-template .dc-moreoptions li i{margin-right:5px}.blog-list-view-template .dc-articlecontent .dc-title h3{margin-top:-6px;margin-bottom:7px}#dc-sidebar .dc-author .dc-authorcontent{display:flex;min-height:60px;align-items:center}#dc-sidebar .dc-author .dc-authordetails .dc-description p{margin:0}#dc-sidebar .dc-author .dc-description+.dc-boxright .dc-socialiconssimple{margin-top:13px}#dc-sidebar .dc-author .dc-socialiconssimple{margin:-5px -10px}#dc-sidebar .dc-author .dc-socialiconssimple li{padding:5px 10px}.dc-runner+.dc-description>ul:last-child{margin-bottom:10px}.wp-block-quote.is-style-large cite{text-align:left}p.has-drop-cap{float:left;width:100%}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:48px;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}.wp-block-cover,.wp-block-cover-image{margin-bottom:15px}.dc-description .wp-block-cover-image .wp-block-cover-image-text strong,.dc-description .wp-block-cover-image .wp-block-cover-image-text{color:#FFF}body.single-post .dc-description blockquote.alignleft+h2,body.single-post .dc-description blockquote.alignright+h2{float:left;width:100%}iframe.instagram-media.instagram-media-rendered{margin-right:15px!important}.wp-block-table table tr td br{content:"."!important;display:block!important;margin-bottom:1.5em!important}.wp-block-embed{margin-bottom:1em;float:left;width:100%}.single-post .dc-description dl,.single-post .dc-description ol,.single-post .dc-description ul{margin-bottom:1rem}.single-post [class*="wp-block-"] ul,.single-post .dc-content ul{margin-bottom:0}.dc-profile-gallery .dc-projects{padding-bottom:17px}.dc-craftedprojects{float:left;width:100%;background:#fff;border-radius:4px;margin-bottom:30px}.dc-projects{width:auto;margin:-10px}.dc-projects .dc-btnarea{margin-bottom:30px}.dc-project{float:left;width:33.33%;padding:5px}.dc-project figure{float:left;margin:0;width:100%;border-radius:4px;background:#323232}.dc-project figure img{width:100%;opacity:.8;display:block;border-radius:4px}.dc-project:hover figure img{opacity:.4}.dc-projectcontent{float:left;width:100%;text-align:center;padding:20px 10px}.dc-projectcontent h3{margin:0 0 8px;font-size:16px;font-weight:400;line-height:16px}.dc-projectcontent a{display:block;font-size:13px;color:#55acee;line-height:14px;word-break:break-all}.dc-projects .dc-btnarea{text-align:center}.sp-chatspin{position:absolute;border-radius:0;width:30px;z-index:9;top:50%;left:50%;margin:-4px 0 0 -15px}.dc-chatbox.slighloader:after{top:0;right:0;width:100%;height:100%;content:'';background:rgba(255,255,255,.6);position:absolute}.dc-doc-specilities-tag>a{position:relative}.dc-doc-specilities-tag>a+a{padding-left:10px}.dc-doc-specilities-tag>a:after{content:',';position:absolute;top:0;left:0;line-height:20px;font-size:18px}.dc-doc-specilities-tag .dc-specilites-tipso:after,.dc-doc-specilities-tag>a:first-child:after{display:none}.dc-doc-specilities-tag .dc-specilites-tipso{border-radius:25px;border:1px solid #ddd;padding:0 8px;margin-left:5px;font-size:12px;line-height:20px;display:inline-block}.dc-doc-specilities-tag .dc-specilites-tipso i{margin-left:5px;color:#b6b5b5}.tipso_content a{color:#fff}.tipso_content>a+a{margin-left:10px}.tipso_content{float:left;width:100%}.tipso_content>a{display:block}.gh-offerpopup .modal-dialog{max-width:570px}.gh-offerpopup .modal-content{-webkit-box-shadow:10px 10px 10px rgba(0,0,0,.3);box-shadow:10px 10px 10px rgba(0,0,0,.3);text-align:center;padding:35px 50px}.gh-popupimg{float:none;width:265px;margin:0 auto 35px}.gh-offerpopup .modal-content h3{margin:0 0 22px;font-size:30px;font-weight:400;line-height:30px}.gh-offerpopup .modal-content span{display:block;font-size:18px;margin-bottom:30px;line-height:20px}.gh-offerpopup .modal-content .gh-numpopup{font-size:40px;line-height:40px;display:inline-block;vertical-align:middle;font-family:'Quicksand',Arial,Helvetica,sans-serif}.modal-backdrop.in{opacity:.4!important}.close{top:20px;opacity:1;z-index:2;right:20px;font-size:30px;line-height:30px;position:absolute;color:rgba(0,0,0,.2)}.gh-offerpopup .modal-content .gh-closebtn{top:20px;right:20px;font-size:30px;line-height:30px;width:30px}.dc-btn-tab{border:0;color:#fff;float:left;min-width:0;background:#1abc9c;padding:0 20px;line-height:30px;box-shadow:none!important}.dc-invitationmodel .dc-modalcontent{padding:0}.dc-invitationmodel .dc-improvedinfo .select2{width:100%!important}.dc-invitationmodel .dc-popuptitle .close{top:12px}.dc-invitationmodel .dc-modalcontent .form-group>p{margin:0;font-size:13px;color:#999;line-height:1.2;margin-top:5px}.select2-container--default .select2-selection--multiple{min-height:50px;display:flex;justify-content:center;align-items:center}.select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:inherit;padding:0 10px}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{padding:0 20px 0 10px;position:relative;line-height:inherit;margin-bottom:5px}.select2-container--default .select2-search--inline .select2-search__field{margin:0;height:28px;margin-top:5px}.select2-container--default .select2-selection--multiple{border:2px solid #eee!important}.select2-container--default .select2-selection--multiple .select2-selection__choice{border:1px solid #eee;background:#f7f7f7}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{position:absolute;right:5px}.select2-results__message{display:none!important}.dc-tell-numbers a+a{margin-top:9px}.dc-disabled .dc-searchvlistvtwo .dc-searchvtwo{max-width:70%}.dc-disabled .dc-searchvlistvtwo .dc-docpostholder .dc-doclocation{margin-left:auto;min-width:30%}.dc-resetpassword .form-group{width:50%;padding:5px;margin:0!important}.dc-resetpassword fieldset{margin:-5px}.dc-resetpassword .form-group input{width:100%}.dc-resetpassword .form-group label{color:var(--terthemecolor)}.dc-reset_password_form .dc-btn{margin-top:20px;background:transparent}.dc-reset_password_form .dc-btn:hover{background-color:var(--themecolor)}.dc-reset_password_form .dc-closebtn{top:13px}.dc-reset_password_form>.form-group{margin:0}.dc-feedbackpopuptwo .dc-formfeedback{margin-top:0}.dc-active-recommend{color:#fff!important;background:var(--themecolor);border-color:var(--themecolor)!important}.dc-locationbox .dc-locationmap{height:200px}.dc-locationbox .dc-contactinfo{list-style:none;float:left;padding:0;margin-top:25px;width:100%;line-height:20px;font-size:14px}.dc-locationbox .dc-contactinfo li{float:left;width:100%;display:flex;line-height:inherit;list-style-type:none}.dc-locationbox .dc-contactinfo li i{min-width:30px;line-height:20px}.dc-locationbox .dc-contactinfo li address{margin:0;font-style:normal}.dc-locationbox .dc-contactinfo li+li{margin-top:8px}.dc-locationbox{float:left;width:100%;margin-bottom:30px;border:1px solid #eee;padding:15px;border-radius:4px}.dc-locationbox .dc-btn{margin-top:15px}.dc-mapbox{border-radius:4px 4px 0 0;overflow:hidden}.sc-top-retedv1 .dc-image-res-2x{display:none!important}.sc-top-retedv1 .dc-doc-specilities-tag a:first-child{overflow:hidden;white-space:nowrap;line-height:inherit;text-overflow:ellipsis;max-width:77%;float:left}.dc-enabled{flex-wrap:wrap}.dc-bannervtwocontent{z-index:1;width:100%;height:auto;margin-top:90px;position:absolute}.dc-appointment-content .dc-appointment-calendar .fc-day-grid .fc-past{background:#f7f7f7}.dc-timeslots .dc-emptydata-holder{padding:5px}.dc-timeslots .dc-emptydetails.dc-emptyholder-sm{height:362px}.dc-timeslots .dc-emptydetails em{font-size:14px}.dc-user-header{float:left;width:100%;padding:0 0 30px}.dc-user-img{float:left;width:auto;min-width:120px;max-width:120px;background:#fff;margin:0 20px 0 0}.dc-user-img img{width:100%;padding:5px;display:block;border-radius:4px;border:1px solid #eff2f5}.dc-user-header .dc-title{width:auto;margin:22px 0}.dc-user-header .dc-title a{display:block;font-size:16px;margin-bottom:8px;line-height:16px}.dc-offline-checkout .dc-user-header .dc-title h3{font-size:16px;margin:0 0 12px;line-height:20px}.dc-user-header .dc-title h3 i{color:#1abc9c;font-size:18px}.dc-user-header .dc-title span{display:block;color:#767676;font-size:16px;line-height:16px}.dc-status.dc-rightarea{float:right}.dc-status{float:left;width:auto;padding:20px;min-width:140px;text-align:center;border:2px solid #eee}.dc-status i{color:#3d4461;font-size:24px;margin:0 0 10px;line-height:24px}.dc-status span{display:block;font-size:18px;font-weight:500;line-height:22px;margin:0 0 7px}.dc-status em{color:#767676;display:block;font-size:13px;line-height:13px;font-style:normal}.dc-user-details{float:left;width:100%;padding:30px 0;border-top:1px solid #ddd}.dc-user-info{width:50%;float:left}.dc-user-info .dc-title h4{margin:0;margin:0 0 7px;font-size:14px;font-weight:500;line-height:16px}.dc-user-info .dc-title span{display:block;font:16px/22px'Open Sans',sans-serif}.dc-user-details .dc-user-info:nth-child(n+3){margin-top:33px}.dc-info-required{width:100%}.dc-info-required.dc-user-info .dc-title span{width:50%;float:left;margin:0 0 9px}.dc-spec-wrap,.dc-required-details{width:50%;float:left;font:14px/20px'Open Sans',sans-serif}.dc-required-details li{float:left;width:100%;line-height:inherit}.dc-required-details li+li{margin-top:8px}.dc-required-details li span{color:#3d4461}.dc-required-info{float:left;width:100%;margin-top:32px}.dc-required-info .dc-title h4{font-size:18px;font-weight:400;line-height:20px}.dc-required-info .dc-description p{font:14px/24px'Open Sans',sans-serif;margin:0 0 24px}.dc-required-info .dc-description p:last-child{margin:0}.dc-booking-step3 label{font-size:13px;margin:10px 0 0;line-height:16px}.dc-required-info .dc-title{margin:0 0 7px}.dc-ads-wgdets{width:100%;float:left}.dc-tell-numbers .logo-callnumber{margin-bottom:30px;max-width:150px}.edit-payout.dc-haslayout{margin-top:20px}.dc-appointmentpopup fieldset>.form-group-half{margin-bottom:10px}.pateint-details{margin-bottom:10px}.single-doctors .dc-btn.dc-send-message{display:none}.page-template-doctor-search .dc-searchresult-list .dc-image-res{max-width:100px}li.dcwide-33{width:33.33%}li.dcwide-50{width:50%}li.dcwide-100{width:100%}.dc-hidelocation .dc-form-advancedsearch fieldset .form-group:first-child{width:100%}.dc-appointment-holder .dc-title>em{display:block;width:100%;float:left;line-height:22px;margin-top:5px}.dc-prescription-wrap .dc-userform fieldset{overflow:visible}.product-type-packages{display:none}.dc-bannervtwocontent{z-index:2}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{float:left}#gender_search{display:none}.preloader-outer.dc-customloader .dc-preloader-holder{-webkit-box-shadow:none;box-shadow:none}.preloader-outer.dc-customloader .dc-loader{webkit-animation:none;animation:none;-webkit-transform:none;-ms-transform:none;transform:none;background:none}.preloader-outer.dc-customloader .dc-loader:after,.preloader-outer.dc-customloader .dc-loader:before{content:none}.dc-videogallery .sp-videos-frame{margin-bottom:15px}.dc-gall-holder .dc-projects{margin:-5px}.cat-body{font-size:9pt}.cat-body h2{font-size:10pt}*:after,*:before,p a,a,.dc-socialicons li a,.dc-roundicontext,.dc-roundicontext .dc-usericonholder,.sub-menu,.children,.mega-menu,.dc-doctordetails-holder,.dc-slidercounter,.dc-doctordetails-holder h3,.dc-awardtooltip em,.dc-docpostimg img,.dc-docpostholder,.dc-next,.dc-prev,.dc-article,.dc-articleimg img,.dc-articlesdocinfo,.dc-articlesdocinfo span,.dc-usernav,.dc-ourteamimg img,.dc-ourteam,.dc-clientslogo ul li a img,.dc-sidebarwrapper,.dc-btnmenutoggle,.dc-subpaneltitle,.dc-btn,.dc-tabstitle li,.dc-clinics,.dc-clinicsimg img,.dc-clinicsimg,.dc-recentapoint,.dc-apoint-date em,.dc-apoint-date span,.dc-spaces,.dc-spaces span,.chosen-container-multi .chosen-choices li.search-choice,.dc-main,.dc-timeslots .dc-radio input[type=radio]+label,.dc-timeslots .dc-radio input[type=radio]+label span,.dc-timeslots .dc-radio input[type=radio]+label em,.dc-postedsilderitem,.dc-userlistinghold,.dc-tablecategories tr,#confirmBox .button,.chosen-container .chosen-results li,.blog-list-view-template .dc-articlecontent .dc-classimg a,.blog-list-view-template .dc-articlecontent .dc-classimg a img,.dc-doclocationvtwo .dc-btnarea .dc-like i,.dc-docsingle-content .dc-like i,.dc-project figure img{-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}@media(max-width:1440px){.dc-ratedecontent .dc-sectionheadvtwo .dc-sectiontitle h2{font-size:30px;line-height:35px}.dc-ratedecontent .dc-sectionheadvtwo .dc-sectiontitle h2 span{font-size:30px}.dc-ratedecontent{padding:94px 20px 80px}}@media(max-width:1366px){.dc-doctorslider .owl-item .dc-doctordetails-holder{padding:30px 20px}.dc-docpostslider .owl-stage-outer{padding-bottom:0}}@media(max-width:1280px){.dc-usernav{right:0;left:auto}.dc-doccareimg figcaption{right:0}.dc-appbgimg figure img{margin:0;height:auto;max-width:100%}}@media(max-width:1199px){.dc-disabled .dc-searchvlistvtwo .dc-searchvtwo{max-width:100%}.dc-doctorslider .owl-item .dc-doctordetails-holder{padding:30px}.dc-postquestion .dc-title h2{line-height:28px;font-size:28px}.dc-postquestion{padding:44px 30px}.dc-jointeamholder{width:30%}.dc-advancedsearch{width:70%}.dc-jointeam{padding:0}.dc-jointeamimg{display:none}.dc-tags-social{margin:10px 0 0}.dc-article .dc-moreoptions{padding:15px}.dc-article .dc-moreoptions li{padding-right:10px}.dc-location-holder .dc-searchvlistvtwo .dc-docpostcontent .dc-searchvtwo{min-width:100%}.dc-consultation-title span{float:left;padding-bottom:0}.dc-consultation-title h5{float:left;width:100%;max-width:none}.dc-forumform fieldset{padding-right:130px}.dc-forumform .dc-btnarea button[type=submit],.dc-forumform .dc-btnarea a{min-width:120px}.dc-forumform fieldset .form-group:first-child,.dc-forumform fieldset .form-group:nth-child(2){width:50%}.dc-searchvtwo{width:100%;min-width:0;max-width:none}.dc-searchvlistvtwo .dc-docpostcontent{display:block}.dc-searchresult-grid>div>.col-12:nth-child(n+3){margin-top:30px}.dc-searchvlistvtwo .dc-docpostholder .dc-doclocation{padding:20px}.dc-searchvlistvtwo.dc-searchresult-list .dc-docpostholder .dc-doclocation{padding-left:20px}.dc-searchresult-list .dc-docpostholder{border:1px solid #eee}.dc-searchresult-list .dc-docpostcontent{border:0}.dc-searchresult-list .dc-docpostholder .dc-doclocation{float:left;width:100%;border-left:0;padding-left:0;border-top:1px solid #eee}.main-timeline .timeline-content{width:100%}.main-timeline .timeline-icon{display:none}.main-timeline:before{display:none}.main-timeline .timeline+.timeline{margin-top:30px}.dc-workingtimeline .main-timeline .timeline:last-child{padding-bottom:30px}.dc-workvtwocontent .dc-title h3{font-size:26px;line-height:30px}.dc-form-advancedsearchs fieldset{margin:-5px;padding-right:0}.dc-form-advancedsearchs fieldset .dc-btnarea{padding:5px;position:static}.dc-form-advancedsearchs fieldset .form-group{padding:5px;width:33.33%}.dc-feedbackholder>.dc-btnarea hr:before{width:60%}.dc-appbgimg{padding:72px 0}.dc-appcontent{padding:80px 0}.dc-slidercontentimg{margin-top:75px}.dc-bannercontent h1{font-size:50px;line-height:53px}.dc-bannercontent h1 span,.dc-bannercontent h1 em{font-size:30px}.dc-workdetails-border:after,.dc-workdetails-bordertwo:before{display:none}}@media(max-width:992px){.woocommerce .woocommerce-MyAccount-content input[type=submit],.woocommerce .woocommerce-MyAccount-content .woocommerce-Button.button{padding:0 10px}}@media(max-width:991px){.dc-chatbox .dc-messages{height:50vh}.single-post .dc-parent-section .row>div.order-first{order:2}.single-post .dc-parent-section .row>div.order-last{order:1}.dc-forumform fieldset .form-group:first-child,.dc-forumform fieldset .form-group:nth-child(2){width:100%}.dc-forumform .dc-btnarea{position:static;width:100%}.dc-forumform .dc-btnarea button[type=submit]{min-width:100%}.dc-forumform fieldset{padding:0}.dc-postquestion{width:100%;padding:30px}.dc-questionsection figure{display:none}.dc-postquestion .dc-title h2{font-size:26px;line-height:30px}.dc-paddingr{padding-right:0}.dc-bringimg-holder{padding:30px 0 20px}.dc-doctorslider .owl-item+.owl-item .dc-doctordetails-holder{padding:30px 20px}.dc-jointeamholder{display:none}.dc-advancedsearch{width:100%}.dc-jointeam{border-radius:0 0 4px 4px}.dc-jointeamcontent{padding:30px}#gallery-8 .gallery-item{width:16.28%;max-width:16.28%}.dc-aboutstep .dc-welcome-holder>div:nth-child(n+3){margin-top:30px}.dc-navigation>ul>li>.children>li:last-child>a,.dc-navigation>ul>li>.sub-menu li:last-child>a,.dc-navigation>ul>li>.mega-menu>li:last-child>a,.dc-navigation>ul>li>.children>li.page_item_has_children ul>li:first-child>a,.dc-navigation>ul>li>.sub-menu>li.menu-item-has-children ul>li:first-child>a{border-radius:0}.dc-searchresult-head .dc-title h4{padding:0}.dc-itsworkvtwoitem>.row>div:first-child{margin-bottom:30px}.dc-itsworkvtwoitem>.row>div.order-1:first-child{margin-bottom:0;margin-top:30px}.dc-comingsoonvtwo .dc-comingsoon-content{padding:100px 30px}.dc-comming-sooncountervtwo.dc-comming-sooncounter .timer_box p{margin:0;transform:translate(0,0);-ms-transform:translate(0,0);-webkit-transform:translate(0,0)}.dc-comingsoon-holder:before{left:50px}.dc-comingsoon-holder:after{right:50px}.dc-cmgsooncontent{padding:0 0 30px}.dc-counterbox{width:25%}.dc-comming-sooncounter .timer_box h1{font-size:80px;line-height:80px}.dc-comming-sooncounter .timer_box p{font-size:20px;line-height:18px;transform:translate(10px,0);-ms-transform:translate(10px,0);-webkit-transform:translate(10px,0);margin:-25px 0 0}.dc-comming-sooncounter .dc-counterbox:last-child,.dc-counterbox{margin:0}.dc-counterbox+.dc-counterbox{padding:0;border:0;margin:0}.dc-expandedu li span{min-width:auto}.dc-expandedu li>em{float:right}.dc-navdocsingletab li a{padding:0 15px}.dc-searchresult-grid>div>.col-12:nth-child(n+2){margin-top:30px}.dc-docsingle-holder .dc-articles-list .dc-articlecontent .dc-moreoptions{padding:10px}.dc-docsingle-holder .dc-moreoptions li{padding-right:10px}.dc-docsingle-holder .dc-moreoptions li:last-child{padding:0}.dc-searchresult-head .dc-rightarea{float:right;width:100%;margin-top:10px}.dc-searchvlistvtwo .dc-docpostholder .dc-tags{margin-top:20px}.dc-articles-mt .dc-article.d-flex{flex-direction:column}.dc-borderlt-0 .dc-articleimg{width:100%}.dc-borderlt-0 .dc-articlecontent{border-left:1px solid #eee}.dc-howitswork .dc-sectionhead .dc-description{width:100%}.dc-workvtwocontent{min-height:auto}.dc-workvtwoimg figure img.float-right{margin-top:30px}.dc-sectionbg:after{display:none}.dc-clientslogo ul{border-left:1px solid #eee}.dc-clientslogo ul li{width:33.33%;border:1px solid #eee;border-left:0}.dc-clientslogo ul li:first-child,.dc-clientslogo ul li:nth-child(5){border-color:#eee}.dc-clientslogo ul li:nth-child(n+4){border-top:0}.dc-ourteamholder>div:nth-child(n+3){margin-top:30px}.dc-innerbannerform fieldset{padding:0}.dc-innerbannerform .dc-btnarea{padding:5px;position:static}.dc-innerbannerform{padding-right:0}.dc-innerbanner>.dc-docsearch{top:auto;margin:0;width:auto;bottom:20px;padding:9px 0}.dc-feedbackholder>.dc-btnarea hr:before{width:70%}.dc-feedbackholder{margin-top:30px}.dc-footer-call-email{width:100%;float:left;max-width:none}.dc-fthreecolumns .row>div:nth-child(n+3),.dc-articlesholder>div:nth-child(n+3){margin-top:30px}.dc-appbgimg{padding:80px 0 0}.dc-appcontent{padding-top:30px}.dc-bannercotent-craousel{margin:0}.dc-bannerimg{display:none!important}.dc-navigation{top:100%;left:0;background:#fff;position:absolute;-webkit-box-shadow:5px 10px 20px 0 rgba(0,0,0,.1);box-shadow:5px 10px 20px 0 rgba(0,0,0,.1)}.dc-navigation>ul{text-align:left}.dc-navigation ul li{width:100%;float:left;display:block}.dc-dropdowarrow{display:block}.dc-navigation>ul>li>a{margin:0}.sub-menu,.dc-nav .children{opacity:1;display:none;visibility:visible;transition:none}.dc-nav .children,.sub-menu,.mega-menu{clear:both;float:left;display:none;position:static;width:100%!important}.dc-navigation>ul>li>a:after,.dc-navigation>ul>li:before{display:none}.dc-navigation>ul>li>a{padding:10px 20px}.dc-navigation ul>li+li>a{border-top:1px solid #eee}.dc-navigation ul>li ul.children,.dc-navigation ul>li ul.sub-menu{box-shadow:none}.dc-navigation ul li .children li a,.dc-navigation ul li .sub-menu li a{padding:10px 30px}.dc-navigation>ul>li>.children>li.page_item_has_children ul>li>a,.dc-navigation>ul>li>.sub-menu>li.menu-item-has-children ul>li>a{padding:10px 40px}.dc-navigation ul>li ul.sub-menu,.dc-navigation ul>li ul.children{border-top:1px solid #eee}.dc-navigation ul>li>ul.children,.dc-navigation ul>li>ul.sub-menu{border-width:2px}.dc-headervtwo .dc-navigation>ul>li>a{color:var(--terthemecolor)}}@media(max-width:768px){.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2,.woocommerce-order .woocommerce-customer-details .addresses .col-1,.woocommerce-order .woocommerce-customer-details .addresses .col-2,.woocommerce-page div.product div.entry-summary{width:100%}.woocommerce-order .woocommerce-customer-details .addresses .col-2{margin-top:30px}.specs-item-list .elementor-top-column{width:50%}.specs-item-list .elementor-top-column:nth-child(n+3){margin-top:30px}}@media(max-width:767px){.dc-project{width:50%}.dc-clientslogo ul li:nth-child(n+3){border-top:0}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:100%}.dc-docsingleimg .dc-ava-detail-2x,.dc-ava-detail-2x{display:block}.dc-onlineoption-content .dc-btnarea .dc-btn{width:auto;padding:0 20px}.dc-loginformhold{top:51px}.dc-errorcontent .dc-title h3{line-height:32px}.dc-errorcontent{padding:0;margin-top:30px}.dc-welcomecontent .dc-contactinfo{margin-bottom:30px}.dc-haslayout-v1.align-self-center,.dc-docsingle-content{min-height:100%;margin:0}.dc-docsingle-holder .dc-articles-list .dc-article .dc-articleimg{width:100%;border-radius:4px 4px 0 0}.dc-docsingle-holder .dc-articles-list .dc-articlecontent .dc-title{min-height:100%}.dc-docsingle-holder .dc-articles-list .dc-articlecontent{float:left;width:100%;border-left:1px solid #eee}#gallery-4 .gallery-item,#gallery-5 .gallery-item,#gallery-6 .gallery-item,#gallery-7 .gallery-item,#gallery-8 .gallery-item,#gallery-9 .gallery-item{max-width:33.33%;width:33.33%}.dc-aboutstep .dc-welcome-holder>div:nth-child(n+2){margin-top:30px}.dc-rightarea .dc-loginarea>.dc-btn{line-height:32px;min-width:120px;margin-left:17px}.hidpi-logowrap .dc-username h4{margin:0}.hidpi-logowrap .dc-loginarea{margin-left:15px}.hidpi-logowrap .navbar-toggler{margin:21px 0}.hidpi-logowrap .dc-logo{margin:25px 0}.hidpi-logowrap .dc-userimg img,.dc-loginarea .dc-userimg img{max-width:34px;min-width:34px}.hidpi-logowrap .dc-username{padding:0 20px 0 0}.dc-emptydetails em{font-size:14px}.dc-searchform-holder{margin-top:-29px}.dc-searchform-holder .dc-form-advancedsearch .dc-formbtn{float:left;width:100%;padding:5px;position:static}.dc-searchform-holder .dc-form-advancedsearch .dc-formbtn a{width:100%}.dc-form-advancedsearch fieldset{padding:0}.dc-comments ul.children{padding-left:65px}.dc-forumform fieldset{padding-right:0}.dc-forumform fieldset .dc-btnarea{width:100%;position:static}.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/4)}.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(6n){margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.wp-block-image>.aligncenter>a,.wp-block-image>.aligncenter>img{width:100%}.dc-workvtwoimg figure img{float:none;margin:0 auto}.dc-workvtwocontent{text-align:center}.dc-comming-sooncountervtwo.dc-comming-sooncounter .timer_box h1{font-size:60px;line-height:60px}.dc-cmgsooncntent .dc-title h2{font-size:35px;line-height:45px}.dc-cmgsooncontent .dc-title h4{font-size:30px;line-height:37px}.dc-cmgsooncontent .dc-title h3{font-size:40px;line-height:50px}.dc-cntctfrmdetail{padding:0 0 30px}.dc-testimonials-head .dc-title h3{font-size:30px;line-height:30px}.dc-clientslogo ul li{width:50%}.dc-expandedu li>em{float:none;display:block;margin-top:10px}.dc-appointment-calendar{width:100%;padding:0;margin-bottom:20px}.dc-timeslots{float:left;width:100%}.dc-tabbtns{width:100%}.dc-tabbtns a+a{clear:both;margin:10px 0 0}.dc-appointmentpopup .modal-dialog{max-width:700px}.dc-vistingdocinfo fieldset .form-group.form-group-half{width:50%}.dc-docsingle-content{float:left;width:100%;padding:11px 0 0}.dc-navdocsingletab li{width:100%}.dc-navdocsingletab li a{border-radius:0}.dc-navdocsingletab li:first-child a{border-radius:4px 4px 0 0}.dc-navdocsingletab li a{border:1px solid #eee}.dc-navdocsingletab li+li a{border-top:0}.dc-navdocsingletab li:last-child a{border-bottom:0}.dc-searchresult-grid>div>.col-12:nth-child(2){margin-top:0}.dc-articles-mt .dc-article.d-flex{flex-direction:row}.dc-ourteamholder>div:nth-child(n+2){margin-top:30px}.dc-welcome-holder>div:nth-child(n+3){margin-top:30px}.dc-startoption li{width:50%;border-bottom:2px solid #eee}.dc-startoption li:last-child{border-bottom:0}.dc-startoption li:nth-child(even){border-right:0}.dc-registerhead{padding:0}.dc-formregister .dc-registerformgroup .form-group-half{width:100%}.dc-form-advancedsearchs fieldset .form-group{width:50%}.dc-feedbackholder>.dc-btnarea hr:before{display:none}.dc-callinfocontent,.dc-mailinfoholder .dc-callinfocontent{border:0;clear:both;float:left;margin:10px 0 0;padding:10px 0 0;border-top:1px solid #ddd}.dc-workdetails-holder div>.col-12:nth-child(n+3){margin-top:30px}.dc-articlesholder>div:nth-child(n+2){margin-top:30px}.dc-footeraboutus .row>div:nth-child(n+3){margin-top:30px}.dc-docsingle-header{display:flex;text-align:center;justify-content:center;align-items:center;flex-direction:column}.dc-docsingle-header .dc-docsingleimg{margin:0;max-width:40%}.dc-docsingle-content .dc-title h2>a{float:none;display:inline-block;vertical-align:middle}.dc-docsingle-content .dc-docinfo li+li{display:flex;justify-content:center}.dc-docsingle-content .dc-btnarea .dc-btn{float:none}#customer_login .u-column2.col-2{margin-top:20px;float:left}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%!important}.woocommerce-shipping-fields{margin-top:20px}.dc-docsingle-header .dc-docinfo li{display:flex;justify-content:center}}@media(max-width:640px){.dc-testimonialscontent .dc-description blockquote p{font-size:16px;line-height:24px}.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/2)}.wp-block-gallery.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(3n){margin-right:16px}.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.wp-block-gallery.columns-8 .blocks-gallery-item:last-child{margin-right:0;width:100%}.dc-specializationslist li{width:50%}.dc-specializationslist li:nth-child(n+3){margin-top:10px}.dc-counterboxes{width:50%}.dc-counterboxes+.dc-counterboxes{border:0;padding:0}.dc-counterboxes:nth-child(n+3){margin-top:30px}.dc-comming-sooncountervtwo{margin-top:50px}}@media(max-width:576px){.dc-runner-heading h3{font-size:18px;line-height:24px}.dc-runner-content ul li{font-size:14px;padding-right:15px}.dc-location-holder .dc-searchresult-list .dc-docpostholder .dc-doclocation{padding-bottom:25px}.dc-location-holder .dc-searchresult-list .dc-docpostholder{padding:0}.dc-articles-mt .dc-article.d-flex{flex-direction:column}.dc-searchresult-list .dc-docpostholder{padding:30px}.dc-searchresult-holder .dc-searchresult-list .dc-docpostholder .dc-doclocationvtwo{padding:20px}.dc-searchresult-holder .dc-searchresult-grid.dc-searchvlistvtwo.dc-searchresult-list .dc-docpostholder{padding:0}.dc-searchresult-list .dc-docpostholder .dc-doclocation{padding-bottom:0}.dc-searchresult-list .dc-docpostcontent{width:100%;padding:0}.dc-searchresult-holder .dc-searchresult-list .dc-search-hospitals{padding:0}.dc-searchresult-holder .dc-searchresult-list .dc-search-hospitals .dc-doclocationvtwo{padding-bottom:20px}}@media(max-width:575px){.dc-fthreecolumns .row>div:nth-child(n+2){margin-top:30px}.dc-comments ul.children{padding-left:20px}.dc-99-content{padding:10px 0 0;text-align:center}.dc-searchresult-grid>div>.col-12:nth-child(n+2){margin-top:30px}.dc-welcome-holder>div:nth-child(n+2){margin-top:30px}.dc-footeraboutus .row>div:nth-child(n+2){margin-top:30px}.dc-workdetails .dc-title h3{font-size:20px;line-height:26px}.dc-workdetails-holder div>.col-12:nth-child(n+2){margin-top:30px}.dc-docpostimg .dc-image-res-2x{display:block}.dc-docpostimg .dc-image-res{display:none}.dc-searchvtwo .dc-docpostimg{margin:0}.dc-searchvlistvtwo .dc-docpostholder .dc-title{float:left;padding:10px 0 0;overflow:visible;width:100%}}@media(max-width:568px){.dc-consultation-details+.dc-paginationvtwo{margin-left:-20px;margin-right:-20px}.dc-header .dc-userlogedin:hover:after{display:none}.dc-searchform-holder{margin-top:-59px}.dc-querycontent .dc-sectionheadvtwo{margin-top:-5px}.dc-welcomecontent .dc-title h3{font-size:22px;line-height:26px}.dc-consultation-details:before{left:-20px}.dc-advancesearch-holder .dc-docsearch{margin-top:0}#gallery-1 .gallery-item,#gallery-2 .gallery-item,#gallery-3 .gallery-item,#gallery-4 .gallery-item,#gallery-5 .gallery-item,#gallery-6 .gallery-item,#gallery-7 .gallery-item,#gallery-8 .gallery-item,#gallery-9 .gallery-item{max-width:50%;width:50%}.dc-navigationarea .hidpi-logowrap .dc-loginarea{margin-left:15px}.dc-navigationarea .hidpi-logowrap .dc-rightarea .navbar-toggler{margin:1px 0}.woocommerce div.product .woocommerce-tabs ul.tabs li{width:100%}.woocommerce div.product .woocommerce-tabs ul.tabs li a{border-radius:0}.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child a{border-radius:4px 4px 0 0}.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-cart .coupon button[type="submit"]{width:100%!important}.woocommerce-cart .coupon button[type="submit"]{margin-top:10px}.dc-consultation-img{margin:0 0 10px}.dc-consultation-title{float:left;width:100%;visibility:visible}.dc-contentdoctab{padding:20px}.dc-shareprofile ul{margin:0 -20px -20px}.dc-tabbtns .next-step{min-width:0;width:100%}.dc-tabbtns .next-step+.next-step{margin:10px 0 0}.dc-docsingle-content .dc-like{right:0}.dc-comming-sooncounter .dc-counterbox:nth-child(n+3){margin-top:30px}.dc-counterbox{width:50%}.dc-cmgsooncontent .dc-btnarea span{display:block;float:none;padding-bottom:0}.dc-cmgsooncontent .dc-title h3{font-size:30px;line-height:35px}.dc-cmgsooncontent .dc-title h4{font-size:25px;line-height:30px}.dc-querycontent{padding-bottom:80px}.dc-querycontent .dc-queryimg{display:none}.dc-downloads-listing li{width:100%}.dc-downloads-listing li:nth-child(n+2){margin-top:20px}.dc-subtitlewithbtn h3{padding-top:0;display:block}.dc-subtitlewithbtn .dc-btnarea{width:100%}.dc-appointment-holder .dc-title .dc-checkbox{float:left;width:100%;margin-top:10px}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content .dc-contentwithimg figure:after{display:none}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right .dc-contentwithimg span{margin:5px 0 0 120px}.dc-workingtimeline .main-timeline .timeline-content+.timeline-content.float-right .dc-contentwithimg figure{transform:translateX(0);-ms-transform:translateX(0);-webkit-transform:translateX(0)}.dc-form-advancedsearchs fieldset .form-group{width:100%}.dc-feedbackholder .dc-sectionhead .dc-sectiontitle h2{font-size:22px;line-height:24px}.dc-sectiontitle h2{font-size:26px;line-height:30px}.dc-sectionheadvtwo .dc-sectiontitle h2{font-size:24px;line-height:30px}.dc-sectionheadvtwo .dc-sectiontitle h2 span{font-size:24px}.dc-bannercontent h1{font-size:40px;line-height:43px}.dc-bannercontent h1 span{line-height:40px}.dc-bannercotent-craousel{padding:40px 30px 13px}.dc-carousel-control-prev{left:-6%}.dc-carousel-control-next{right:-6%}.dc-navigationarea .dc-rightarea .navbar-toggler{margin:8px 0}.dc-navigationarea .dc-loginarea{margin:0}.dc-navigationarea .dc-userlogedin{padding:0}.dc-form-advancedsearch fieldset .form-group:nth-child(2),.dc-form-advancedsearch fieldset .form-group:first-child{width:100%}.dc-formbtn{top:auto;bottom:5px}.dc-docsearch{float:left;width:100%;margin:10px 0 0}.dc-appointmentpopup .dc-modalcontent .dc-joinsteps{padding:30px 0 23px 0}.dc-modal-body4-title .dc-status-test{float:left;width:100%}.dc-modal-body4-title .dc-status.dc-rightarea{float:left;margin:20px 0 0 auto}.dc-modal-body4-title .dc-user-info{width:100%}.dc-modal-body4-title .dc-user-details .dc-user-info:nth-child(n+2){margin:23px 0 0}}@media(max-width:480px){.dc-forumcomments{padding:20px}.dc-paneltitle:after{top:20px;right:20px}.dc-docsingle-holder .dc-accordion .dc-paneltitle:after{top:50%}.hidpi-logowrap{flex-wrap:wrap;padding:0;margin-bottom:-10%}.hidpi-logowrap .dc-logo{width:143px;margin:0 auto 0}.hidpi-logowrap .dc-rightarea{width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:100%}.dc-docpostcontent .dc-title h3 a{max-width:80%}.dc-99-content em{font-size:16px;line-height:22px}.dc-card-body{padding:14px 19px 12px 19px}.dc-paneltitle{display:block}.dc-subpaneltitle span{float:left;width:100%}.dc-subpaneltitle span em{float:left;width:100%;margin:10px 0 0}.dc-titleicon{border-right:0;margin:0 0 5px}.dc-titleicon img{width:auto}.dc-paneltitle span{width:100%;padding:0}.dc-registerformmain{padding:30px 10px}.dc-jointeam{padding:0}.dc-jointeamcontent{padding:30px}.dc-carousel-control-next-icon,.dc-carousel-control-prev-icon{padding:0;width:30px;border-radius:0;background:transparent}.dc-carousel-control-next-icon:after,.dc-carousel-control-prev-icon:before{opacity:1;visibility:visible}.dc-carousel-control-prev{left:10px}.dc-carousel-control-next{right:10px}.dc-carousel-control-next .dc-carousel-control-next-icon span,.dc-carousel-control-prev .dc-carousel-control-prev-icon span{display:none!important}.dc-carousel-control-next-icon:hover{right:10px;box-shadow:none}.dc-carousel-control-prev-icon:hover{left:10px;box-shadow:none}.dc-rightarea .dc-loginarea>.dc-btn{min-width:110px}.dc-postquestion{padding:20px}.dc-breadcrumb{line-height:18px;padding-left:20%}.dc-forumform fieldset .form-group:first-child,.dc-forumform fieldset .form-group:nth-child(2){width:100%}.dc-popuptitle h3{width:90%}.dc-modalcontent .modal-body{padding:30px 10px}.post-password-form p input[type=submit]{display:block!important;margin:10px 0 0!important}.dc-runner+.dc-description .wp-block-media-text{display:block}.dc-runner+.dc-description .wp-block-media-text .wp-block-media-text__content{padding:20px 0 0}.dc-cardtitle-user{display:block!important}.dc-expandedu li span em{display:block}.dc-ratingarea{float:left;width:100%;margin-top:10px}.dc-rating-content{text-align:left}.dc-popupcheckbox .dc-checkbox{width:100%}.dc-popupcheckbox .dc-checkbox:nth-child(n+2){margin-top:10px}.dc-timerange li span{display:none}.dc-timerange li:first-child:after{content:'0 < 15'}.dc-timerange li:nth-child(2):after{content:'15 > 30'}.dc-timerange li:nth-child(3):after{content:'15 > 01 hr'}.dc-timerange li:nth-child(4):after{content:'more'}.dc-visitingdoctor.dc-popup-doc form .dc-popup-row{display:block}.dc-visitingdoctor .form-row.dc-popup-row.form-group.col-6{max-width:100%}#dcModalBody4 .dc-modal-body4-title h4{font-size:20px;line-height:24px}.dc-modal-footer{flex-direction:column;align-items:baseline}.dc-modal-footer.modal-footer>:not(:first-child).dc-footer-terms{margin:10px 0 0}.dc-modal-footer.modal-footer .dc-btn{margin:0}.dc-modal-content-two .form-group,.dc-docinfoform .form-group{width:100%}.dc-docinfoform .form-group+.form-group{margin-top:10px}.dc-vistingdocinfo fieldset .form-group.form-group-half{width:100%}.dc-pagination ul{float:none;width:auto;margin:-3px 0;overflow:hidden}.dc-pagination ul li{margin:3px}.dc-pagination ul li a.dc-nextpage,.dc-pagination ul li a.dc-nextpage,.dc-pagination ul li a i,.dc-pagination ul li a{width:26px;height:26px;line-height:24px}.dc-registerformgroup .dc-form-group-dropdown input:focus{border-color:#eee}.dc-registerhead .dc-title h3{font-size:24px;line-height:26px}.dc-joinsteps li{width:50%;margin:5px 0;float:left}.dc-joinsteps li a{margin:0 auto}.dc-joinsteps li:nth-child(odd):after{display:none}.dc-joinsteps li+li:after{left:-15px}.dc-medicalfacility .dc-title h2 em{margin-bottom:10px}.dc-medicalfacility .dc-title h2{font-size:22px;line-height:24px}.dc-medicalfacility .dc-title h2 span{font-size:34px;line-height:36px}.dc-logininfo .dc-checkbox{margin:0;float:left;width:100%;padding:0 0 10px}.dc-loginformhold{width:300px;right:50%;margin:0 -150px 0 0}.dc-headervtwo .dc-topbar .dc-rightarea .dc-simplesocialicons{padding:7px 0}.dc-langchange{margin:0}.dc-topbar .dc-rightarea{float:right;width:auto;margin:10px 0 0}.dc-topbar .dc-rightarea .dc-simplesocialicons{padding:0}.dc-topbar .dc-rightarea .dc-simplesocialicons li{padding:0 7px}.dc-topbar .dc-rightarea .dc-simplesocialicons li:first-child{padding-left:0}.dc-jointeamimg{display:none}.dc-bannercontent .dc-btnarea .dc-btn{width:100%}.dc-bannercontent .dc-btnarea .dc-btn+.dc-btn{margin:20px 0 0}.dc-footer-call-email .dc-or-text{display:none}.dc-mailinfoholder{clear:both;float:left;margin:20px 0 0}.dc-mailinfoholder .dc-callinfoimg{float:left;margin:0}.dc-mailinfoholder .dc-callinfocontent{text-align:left}.specs-item-list .elementor-top-column{width:100%}.specs-item-list .elementor-top-column:nth-child(n+2){margin-top:30px}.dc-docsingle-content .dc-btnarea .dc-btn{min-width:140px}.dc-searchresult-list .dc-searchresultad{display:none}.logged-in.admin-bar .hidpi-logowrap{flex-direction:row;justify-content:space-between}.logged-in.admin-bar .hidpi-logowrap .dc-logo{margin:0}.logged-in.admin-bar .hidpi-logowrap>.dc-rightarea{float:none;width:auto}.dc-description h2{font-size:22px}}@media(max-width:479px){.dc-docpostslider .owl-stage-outer{padding:67px 0 0}.dc-docpostslider .dc-docpostholder{padding:0 30px}[id*="dc-docpostslider-"] .item .dc-docpostholder{padding:0}[id*="dc-docpostslider-"] .item{padding:0 30px}}@media(max-width:420px){.dc-chatpopup{right:10px;bottom:10px}.dc-chatbox{width:300px;padding:10px}.dc-clientslogo ul li:nth-child(n+2){border-top:0}.dc-clientslogo ul li{width:100%}.dc-searchresult-head .dc-rightarea .dc-select{width:135px}.dc-comingsoon-holder:before{left:10px}.dc-comingsoon-holder:after{right:10px}.dc-querycontent .dc-btnarea .dc-btn{width:100%;margin:0}.dc-querycontent .dc-btnarea .dc-btn:last-child{margin:10px 0 0}.dc-querycontent .dc-btnarea{flex-direction:column}.dc-specializationslist li{width:100%}.dc-specializationslist li:nth-child(n+2){margin-top:10px}.dc-timeslots .dc-radio{width:50%}.dc-verifyform .form-group label{line-height:20px}.dc-registerformfooter span{line-height:22px}.dc-startoption li{width:100%}.dc-docsingle-content .dc-title .dc-docinfo li em{font-size:14px}.dc-docsingle-content .dc-title h2{font-size:20px}.dc-docsingle-content .dc-title h2 a{max-width:80%}.dc-bringcarecontent .dc-btnarea .dc-btn+.dc-btn{margin:10px 0 0}.dc-bringcarecontent .dc-btnarea .dc-btn{clear:both;width:100%}.dc-searchvlistvtwo .dc-docpostholder .dc-title{width:100%;margin:10px 0 0;padding:0;float:left}.dc-searchvlistvtwo .dc-docpostholder .dc-docpostimg{margin:0;width:50%}.dc-searchvlistvtwo .dc-docpostholder .dc-tags{display:none}#cancel-comment-reply-link{position:static;float:left;width:100%;clear:both}.dc-offline-checkout .dc-user-header .dc-title{width:100%;margin-bottom:0}}@media(max-width:380px){.dc-appicons li{clear:both}.dc-appicons li+li{margin:10px 0 0}.blog-list-view-template .dc-postarticlemeta li{float:left;width:100%;border:0}}@media(max-width:375px){.dc-docsingle-content .dc-btnarea .dc-btn{width:100%}.dc-docsingle-content .dc-btnarea .dc-btn+.dc-btn{margin:10px 0 0}.dc-docsingle-content .dc-btnarea .dc-like{width:100%}.dc-docsingle-content .dc-btnarea .dc-btn+.dc-like{margin:10px 0 0}.dc-docsingle-content .dc-like i{width:100%}}@media(max-width:360px){.dc-postquestion .dc-title h2{font-size:22px}.dc-shareprofile ul{padding:15px 10px}.dc-subtitlewithbtn .dc-btnarea a{width:100%}.dc-subtitlewithbtn .dc-btnarea a+a{margin:10px 0 0}.dc-articlecontent .dc-title h3{font-size:16px;line-height:24px}.dc-location-holder .dc-searchresult-list .dc-docpostholder .dc-doclocation{min-width:0}.dc-location-holder .dc-doclocationvtwo .dc-btnarea .dc-btn{min-width:130px}.dc-helpnum a{font-size:16px}}