@-webkit-keyframes slide-out{0%{display:-webkit-box;display:flex;opacity:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slide-out{0%{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(0);transform:translateX(0)}to{display:none;opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes backdrop-fade-in{0%{opacity:0}to{opacity:var(--sc-drawer-backdrop-opacity,.35)}}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:var(--sc-drawer-backdrop-opacity,.35)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.sc-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--sc-input-border-radius-medium);border-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--sc-font-size-small);font-weight:var(--sc-font-weight-bold);line-height:1;line-height:calc(var(--sc-input-height-medium) - var(--sc-input-border-width)*2);padding:0 var(--sc-spacing-small);text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.sc-tag--primary{background-color:var(--sc-tag-primary-background-color,var(--sc-color-primary-500));border-color:var(--sc-tag-primary-border-color,var(--sc-color-primary-500));color:var(--sc-tag-primary-color,var(--sc-color-primary-text,var(--sc-color-white)))}.sc-tag--default{background-color:var(--sc-tag-default-background-color,var(--sc-color-gray-100));border-color:var(--sc-tag-default-border-color,var(--sc-color-gray-200));color:var(--sc-tag-default-color,var(--sc-color-gray-700))}.sc-tag--warning{background-color:var(--sc-color-warning-100);border-color:var(--sc-color-warning-200);color:var(--sc-color-warning-700)}.sc-line-item__item{display:-ms-grid;display:grid;-ms-grid-row-align:center;align-self:center;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr}.sc-line-item__price{color:var(--sc-input-label-color);font-weight:var(--sc-font-weight-semibold)}.sc-line-item__description,.sc-line-item__price-description{color:var(--sc-input-label-color);font-size:var(--sc-font-size-small);line-height:var(--sc-line-height-dense)}.sc-line-item__end{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin-top:20px;width:100%}@media screen and (min-width:280px){.sc-line-item__end{margin-left:20px;margin-top:0;text-align:right;width:auto}.sc-line-item__price-text{text-align:right}}.sc-line-item__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.sc-line-item__price-description{display:-webkit-box}.sc-line-item__price{font-size:var(--price-size)}.sc-product-line-item{display:block;font-family:var(--sc-font-sans)}.sc-product-line-item[hidden]{display:none}.sc-product-line-item__item,.sc-product-line-item__text{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;min-width:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sc-product-line-item__item{gap:18px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom:none;width:100%}.sc-product-line-item__text{gap:6px;-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-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.sc-product-line-item__text-details{display:-ms-grid;display:grid}.sc-product-line-item__suffix,.sc-product-line-item__title{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;display:-webkit-box}.sc-product-line-item__title{cursor:pointer;display:-moz-box;font-size:var(--sc-font-size-medium);font-weight:var(--sc-font-weight-semibold);line-height:var(--sc-line-height-dense);margin:0;min-width:0;-webkit-line-clamp:3;-moz-box-lines:3;overflow:hidden;text-overflow:ellipsis}.sc-product-line-item__title,.sc-product-line-item__title:hover{color:inherit;text-decoration:none}.sc-product-line-item__suffix{-webkit-box-flex:1;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:0 0 0 auto;min-width:100px}.sc-product-line-item__price{max-width:100%;text-align:right}.sc-product-line-item__description,.sc-product-line-item__price{color:var(--sc-input-label-color);line-height:var(--sc-line-height-dense)}.sc-product-line-item__description{font-size:var(--sc-price-label-font-size,var(--sc-input-help-text-font-size-medium))}.sc-product-line-item__price{font-size:var(--sc-font-size-medium);font-weight:var(--sc-font-weight-semibold)}.sc-input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:var(--sc-input-background-color);border:var(--sc-input-border);border-radius:var(--sc-border-radius-medium);-webkit-box-shadow:var(--sc-input-box-shadow);box-shadow:var(--sc-input-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:var(--sc-transition-medium);transition:var(--sc-transition-medium);-webkit-transition:var(--sc-input-transition,var(--sc-transition-medium)) color,var(--sc-input-transition,var(--sc-transition-medium)) border,var(--sc-input-transition,var(--sc-transition-medium)) box-shadow;transition:var(--sc-input-transition,var(--sc-transition-medium)) color,var(--sc-input-transition,var(--sc-transition-medium)) border,var(--sc-input-transition,var(--sc-transition-medium)) box-shadow;width:100%}.sc-input-group[hidden]{display:none}.sc-input-group::-webkit-search-cancel-button,.sc-input-group::-webkit-search-decoration,.sc-input-group::-webkit-search-results-button,.sc-input-group::-webkit-search-results-decoration{-webkit-appearance:none}.sc-input-group:-webkit-autofill,.sc-input-group:-webkit-autofill:active,.sc-input-group:-webkit-autofill:focus,.sc-input-group:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 var(--sc-input-height-large) var(--sc-input-background-color-hover) inset!important;box-shadow:0 0 0 var(--sc-input-height-large) var(--sc-input-background-color-hover) inset!important;-webkit-text-fill-color:var(--sc-input-color)}.sc-input-group:hover{background-color:var(--sc-input-background-color-hover);border-color:var(--sc-input-border-color-hover);z-index:7}.sc-input-group:hover .sc-form-control{color:var(--sc-input-color-hover)}.sc-input-group:focus-within{background-color:var(--sc-input-background-color-focus);border-color:var(--sc-input-border-color-focus);-webkit-box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);z-index:8}.sc-input-group>.sc-form-control{position:relative;-webkit-box-flex:1;background-color:#fff0;border:0!important;border-radius:4px!important;-webkit-box-shadow:none!important;box-shadow:none!important;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;outline:0!important;padding:0 var(--sc-input-spacing-medium);width:1%}.sc-input-group>.sc-form-control:focus{border:0;-webkit-box-shadow:none;box-shadow:none;color:var(--sc-input-color-focus);z-index:5}.sc-input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--sc-input-color);font-size:var(--sc-font-size-medium);font-weight:var(--sc-font-weight-normal);line-height:var(--sc-line-height-normal);opacity:.5;padding:0 var(--sc-spacing-small);text-align:center;white-space:nowrap}.sc-input-group .sc-form-control:has(+.sc-input-group-text){padding-right:0}.sc-input-group .sc-input-group-text+.sc-form-control{padding-left:0}.sc-input-group.sc-quantity-selector{border-radius:var(--sc-input-border-radius-small);height:var(--sc-quantity-control-height,var(--sc-input-height-small));width:var(--sc-quantity-select-width,100px)}.sc-input-group.sc-quantity-selector .sc-quantity-selector__control{color:var(--sc-input-control-color,var(--sc-color-black))}.sc-input-group.sc-quantity-selector .sc-quantity-selector__decrease,.sc-input-group.sc-quantity-selector .sc-quantity-selector__increase{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;border-width:0;bottom:1px;cursor:pointer;font-size:13px;height:auto;justify-content:center;line-height:0;padding:0;top:1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:32px}.sc-input-group.sc-quantity-selector .sc-quantity-selector__decrease svg,.sc-input-group.sc-quantity-selector .sc-quantity-selector__increase svg{height:var(--sc-font-size-medium,1em);width:var(--sc-font-size-medium,1em)}.sc-input-group.sc-quantity-selector:not(.sc-input-group-sm) .sc-quantity-selector__decrease{border-right:1px solid var(--sc-input-border-color)}.sc-input-group.sc-quantity-selector:not(.sc-input-group-sm) .sc-quantity-selector__increase{border-left:1px solid var(--sc-input-border-color)}.sc-input-group.sc-quantity-selector input[type=number].sc-quantity-selector__control{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;font-size:var(--sc-font-size-small);height:100%;line-height:1;min-height:0;padding:0;text-align:center}.sc-form-control::-webkit-inner-spin-button,.sc-form-control::-webkit-outer-spin-button,.sc-input-group.sc-quantity-selector input[type=number].sc-quantity-selector__control::-webkit-inner-spin-button,.sc-input-group.sc-quantity-selector input[type=number].sc-quantity-selector__control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wp-block-surecart-product-quantity{margin-bottom:var(--sc-form-row-spacing,.75em)}.wp-block-surecart-product-quantity .sc-form-label{color:inherit!important}.wp-block-surecart-cart-items__wrapper{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 200px;flex:1 1 200px;gap:1.25em;overflow:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sc-coupon-form{container-type:inline-size;position:relative}.sc-coupon-form[hidden]{display:none}.sc-coupon-form .sc-coupon__status,.sc-coupon-form .trigger{font-size:var(--sc-font-size-small);line-height:var(--sc-line-height-dense)}.sc-coupon-form .trigger{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sc-coupon-form .trigger:hover{text-decoration:underline}.sc-coupon-form .sc-coupon__status{color:var(--sc-color-warning-700);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:var(--sc-spacing-x-small);text-align:left;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sc-coupon-form .sc-coupon__status svg{height:12px;width:12px}.sc-coupon-form__input-group .sc-input-group-text{opacity:1}.sc-coupon-form__input-group .sc-input-group-text button{background:#fff0;border:0;-webkit-box-shadow:none;box-shadow:none;color:var(--sc-color-primary-500);cursor:pointer;font-size:var(--sc-button-font-size-medium);font-weight:var(--sc-font-weight-semibold);padding:0 6px;-webkit-transition:opacity var(--sc-transition-medium) ease;transition:opacity var(--sc-transition-medium) ease}.sc-coupon-form__input-group .sc-input-group-text button:hover{opacity:.75}.sc-form-control{background-color:var(--sc-input-background-color);border:var(--sc-input-border-width) solid var(--sc-input-border-color);border-radius:var(--sc-border-radius-medium);-webkit-box-shadow:var(--sc-input-box-shadow);box-shadow:var(--sc-input-box-shadow);-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--sc-color-gray-700);display:block;font-family:var(--sc-input-font-family);font-size:var(--sc-input-font-size-medium);font-weight:var(--sc-input-font-weight);height:calc(var(--sc-input-height-medium) - var(--sc-input-border-width)*2);padding:0 var(--sc-input-spacing-medium);-webkit-transition:var(--sc-input-transition,var(--sc-transition-medium)) color,var(--sc-input-transition,var(--sc-transition-medium)) border,var(--sc-input-transition,var(--sc-transition-medium)) box-shadow;transition:var(--sc-input-transition,var(--sc-transition-medium)) color,var(--sc-input-transition,var(--sc-transition-medium)) border,var(--sc-input-transition,var(--sc-transition-medium)) box-shadow;width:100%}.sc-form-control[type=number]{-moz-appearance:textfield}.sc-form-control::-webkit-search-cancel-button,.sc-form-control::-webkit-search-decoration,.sc-form-control::-webkit-search-results-button,.sc-form-control::-webkit-search-results-decoration{-webkit-appearance:none}.sc-form-control:-webkit-autofill,.sc-form-control:-webkit-autofill:active,.sc-form-control:-webkit-autofill:focus,.sc-form-control:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 var(--sc-input-height-large) var(--sc-input-background-color-hover) inset!important;box-shadow:0 0 0 var(--sc-input-height-large) var(--sc-input-background-color-hover) inset!important;-webkit-text-fill-color:var(--sc-input-color)}.sc-form-control:hover{background-color:var(--sc-input-background-color-hover);border-color:var(--sc-input-border-color-hover);color:var(--sc-input-color-hover);z-index:7}.sc-form-control:focus{background-color:var(--sc-input-background-color-focus)!important;border-color:var(--sc-input-border-color-focus)!important;-webkit-box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);color:var(--sc-input-color-focus);outline:0}.sc-form-control::-webkit-input-placeholder{color:var(--sc-input-placeholder-color);opacity:1}.sc-form-control::-moz-placeholder{color:var(--sc-input-placeholder-color);opacity:1}.sc-form-control:-ms-input-placeholder{color:var(--sc-input-placeholder-color);opacity:1}.sc-form-control::-ms-input-placeholder{color:var(--sc-input-placeholder-color);opacity:1}.sc-form-control::placeholder{color:var(--sc-input-placeholder-color);opacity:1}.sc-form-control:disabled{background-color:var(--sc-input-background-color-disabled);border-color:var(--sc-input-border-color-disabled);cursor:not-allowed;opacity:.5}.sc-form-control:disabled::-webkit-input-placeholder{color:var(--sc-input-placeholder-color-disabled)}.sc-form-control:disabled::-moz-placeholder{color:var(--sc-input-placeholder-color-disabled)}.sc-form-control:disabled:-ms-input-placeholder{color:var(--sc-input-placeholder-color-disabled)}.sc-form-control:disabled::-ms-input-placeholder{color:var(--sc-input-placeholder-color-disabled)}.sc-form-control:disabled::placeholder{color:var(--sc-input-placeholder-color-disabled)}.sc-form-control::-webkit-file-upload-button{margin:calc(var(--sc-spacing-medium)*-1);padding:var(--sc-spacing-medium);-webkit-margin-end:var(--sc-spacing-medium);background-color:var(--sc-color-primary-500);border:0 solid;border-color:inherit;border-inline-end-width:var(--sc-input-border-width);border-radius:0;color:var(--sc-color-white);margin-inline-end:var(--sc-spacing-medium);pointer-events:none;-webkit-transition:var(--sc-transition-medium);transition:var(--sc-transition-medium)}.sc-form-control::file-selector-button{margin:calc(var(--sc-spacing-medium)*-1);padding:var(--sc-spacing-medium);-webkit-margin-end:var(--sc-spacing-medium);background-color:var(--sc-color-primary-500);border:0 solid;border-color:inherit;border-inline-end-width:var(--sc-input-border-width);border-radius:0;color:var(--sc-color-white);margin-inline-end:var(--sc-spacing-medium);pointer-events:none;-webkit-transition:var(--sc-transition-medium);transition:var(--sc-transition-medium)}.sc-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{opacity:.9}.sc-form-control:hover:not(:disabled):not([readonly])::file-selector-button{opacity:.9}.sc-form-label{font-style:normal}.wp-block-surecart-slide-out-cart-coupon .trigger{cursor:pointer}.wp-block-surecart-slide-out-cart-coupon .trigger:hover{text-decoration:underline}.wp-block-surecart-slide-out-cart-coupon .sc-tag button{background:#fff0;border:0;-webkit-box-shadow:none;box-shadow:none;color:var(--sc-color-gray-700);cursor:pointer;margin-left:.5em;padding:0}.wp-block-surecart-slide-out-cart-coupon .sc-tag button:focus{-webkit-box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);box-shadow:0 0 0 var(--sc-focus-ring-width) var(--sc-focus-ring-color-primary);outline:0}.wp-block-surecart-slide-out-cart-coupon .sc-tag button svg{height:16px;width:16px}.wp-block-surecart-slide-out-cart-coupon .sc-line-item__price-description[hidden]{display:none}.wp-block-button.is-style-outline a.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus),.wp-block-button.is-style-outline button.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus),.wp-block-button.is-style-outline div.wp-block-button__link.wp-element-button:not(.has-background,:hover,:focus){background-color:#fff0;background-image:none}.sc-button__link,.sc-drawer{-webkit-box-sizing:border-box;box-sizing:border-box}.sc-button__link{display:inline-block;position:relative;text-align:center}.sc-button__link .sc-button__link-text,.sc-button__link .sc-spinner{-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.sc-button__link .sc-spinner{left:calc(50% - 8px);opacity:0;position:absolute;top:calc(50% - 8px);visibility:hidden;--spinner-size:15px}.wp-block-button.wp-block-button__width-100{-ms-flex-preferred-size:100%;flex-basis:100%;width:100%}.wp-block-button.has-custom-width .wp-block-button__link,.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.sc-drawer{-webkit-animation:slide-out var(--sc-drawer-transition-speed,var(--sc-transition-medium)) cubic-bezier(.4,0,.2,1);animation:slide-out var(--sc-drawer-transition-speed,var(--sc-transition-medium)) cubic-bezier(.4,0,.2,1);background-color:var(--sc-panel-background-color);border:0;border-radius:0;bottom:0;-webkit-box-shadow:var(--sc-shadow-x-large);box-shadow:var(--sc-shadow-x-large);-webkit-box-shadow:0 0 0 100vw rgb(0 0 0/.1);box-shadow:0 0 0 100vw rgb(0 0 0/.1);font-family:var(--sc-font-sans);font-weight:var(--sc-font-weight-normal);height:auto;left:auto;margin:auto;max-height:none;max-width:100%;min-width:var(--sc-drawer-min-width,"300px");outline:0;overflow:hidden;padding:0;position:fixed;right:0;top:0;width:var(--sc-drawer-width,31rem);z-index:var(--sc-z-index-drawer,999999999)}.sc-drawer:modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0}.sc-drawer::-ms-backdrop{animation:backdrop-fade-in var(--sc-drawer-transition-speed,var(--sc-transition-medium)) ease backwards;animation-direction:reverse;background-color:var(--sc-color-gray-800);opacity:.25;pointer-events:all}.sc-drawer::backdrop{-webkit-animation:backdrop-fade-in var(--sc-drawer-transition-speed,var(--sc-transition-medium)) ease backwards;animation:backdrop-fade-in var(--sc-drawer-transition-speed,var(--sc-transition-medium)) ease backwards;animation-direction:reverse;background-color:var(--sc-color-gray-800);opacity:.25;pointer-events:all}.sc-block-ui{background:var(--sc-block-ui-background-color,var(--sc-color-white));bottom:0;cursor:progress;left:0;margin:0;opacity:var(--sc-block-ui-opacity,.35);padding:0;position:var(--sc-block-ui-position,absolute);right:0;top:0;-webkit-transition:visibility 0s,opacity var(--sc-transition-medium) ease;transition:visibility 0s,opacity var(--sc-transition-medium) ease;visibility:visible;z-index:9}.sc-block-ui[hidden]{display:block;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear;visibility:hidden}.sc-alert{border-radius:var(--sc-alert-border-radius,var(--sc-border-radius-medium));display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--sc-input-font-family);font-size:var(--sc-button-font-size-medium);font-weight:var(--sc-font-weight-normal);line-height:var(--sc-line-height-dense);padding:var(--sc-spacing-large);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background:var(--sc-alert-background-color,var(--sc-color-white));border:var(--sc-alert-border,var(--sc-input-border));border-top:solid var(--sc-alert-border-width,3px);-webkit-box-shadow:var(--sc-shadow-small);box-shadow:var(--sc-shadow-small);color:var(--sc-alert-color,var(--sc-input-label-color))}.sc-alert[hidden]{display:none!important}.sc-alert__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.sc-alert__alert--danger{border-top-color:var(--sc-alert-danger-border-color,var(--sc-color-danger-500))}.sc-alert__alert--danger .sc-alert__title{color:var(--sc-alert-title-color,var(--sc-color-gray-800))}.sc-alert__alert--danger .sc-alert__icon{color:var(--sc-alert-danger-icon-color,var(--sc-color-danger-500))}.sc-alert__icon{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:var(--sc-font-size-large);-webkit-padding-end:var(--sc-spacing-medium);padding-inline-end:var(--sc-spacing-medium)}.sc-alert__title{font-weight:var(--sc-font-weight-semibold)}:root{--sc-color-neutral-100:#f5f5f5;--sc-color-primary-50:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.55),100%));--sc-color-primary-100:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.45),100%));--sc-color-primary-200:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.35),100%));--sc-color-primary-300:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.25),100%));--sc-color-primary-400:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),min(calc(var(--sc-color-primary-luminance)*1.15),100%));--sc-color-primary-500:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),var(--sc-color-primary-luminance));--sc-color-primary-600:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.9),0%));--sc-color-primary-700:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.75),0%));--sc-color-primary-800:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.6),0%));--sc-color-primary-900:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.35),0%));--sc-color-primary-950:hsl(var(--sc-color-primary),var(--sc-color-primary-saturation),max(calc(var(--sc-color-primary-luminance)*0.2),0%));--sc-shadow-medium:0 0 #000,0 0 #000,0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);--sc-font-mono:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;--sc-font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--sc-font-serif:Georgia,"Times New Roman",serif;--sc-input-box-shadow:rgba(0,0,0,.05) 0px 1px 2px 0px;--sc-input-error-text-font-size-small:var( --sc-input-help-text-font-size-small );--sc-input-error-text-font-size-medium:var( --sc-input-help-text-font-size-small );--sc-input-error-text-font-size-large:var( --sc-input-help-text-font-size-small );--sc-cart-main-label-text-color:var(--sc-color-gray-600)}.wp-block-surecart-cart-icon[hidden]{display:none}.wp-block-surecart-cart-icon{background:var(--sc-cart-icon-background,var(--sc-color-primary-500));border-radius:var(--sc-cart-icon-border-radius,var(--sc-input-border-radius-medium));bottom:var(--sc-cart-icon-bottom,30px);-webkit-box-shadow:var(--sc-shadow-small);box-shadow:var(--sc-shadow-small);color:var(--sc-cart-icon-color,var(--sc-color-primary-text,var(--sc-color-white)));cursor:pointer;font-family:var(--sc-cart-font-family,var(--sc-input-font-family));font-weight:var(--sc-font-weight-semibold);height:var(--sc-cart-icon-height,60px);left:var(--sc-cart-icon-left,auto);position:fixed;right:var(--sc-cart-icon-right,30px);top:var(--sc-cart-icon-top,auto);-webkit-transition:opacity var(--sc-transition-medium) ease;transition:opacity var(--sc-transition-medium) ease;width:var(--sc-cart-icon-width,60px);z-index:var(--sc-cart-icon-z-index,99)}.wp-block-surecart-cart-icon:hover{opacity:.8}.wp-block-surecart-cart-icon__container{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;line-height:0;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:100%;justify-content:center;text-align:center}.wp-block-surecart-cart-icon__icon{cursor:pointer;font-size:var(--sc-cart-icon-size,1.1em)}.wp-block-surecart-cart-icon__icon svg{color:var(--sc-color-white)}.wp-block-surecart-cart-icon__count{background:var(--sc-cart-counter-background,var(--sc-color-gray-900));border-radius:var(--sc-cart-counter-border-radius,9999px);bottom:auto;-webkit-box-shadow:var(--sc-cart-icon-box-shadow,var(--sc-shadow-x-large));box-shadow:var(--sc-cart-icon-box-shadow,var(--sc-shadow-x-large));color:var(--sc-cart-counter-color,var(--sc-color-white));font-size:12px;left:auto;line-height:18px;padding:4px 10px;position:absolute;right:-8px;top:-8px;z-index:1}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons,.wp-block-columns{box-sizing:border-box}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.tcb-logo picture,.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-columns{align-items:normal!important;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}:where(.wp-block-columns){margin-bottom:1.75em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-cover{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .wp-block-cover__background{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background{border:0;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:0;padding:0;position:absolute;right:0;top:0;width:100%}:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.wp-block-group,ul{box-sizing:border-box}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-text-align-center{text-align:center}html :where(.has-border-color),html :where([style*=border-width]){border-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}:host(.sc-button-group__button:not(.sc-button-group__button--first)){margin-left:calc(var(--sc-input-border-width)*-1)}:host(.sc-button-group__button--hover){z-index:1}:host(.sc-button-group__button--focus){z-index:2}.sc-spinner{--track-color:#0d131e20;--stroke-width:2px;--spinner-size:1em;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:solid var(--stroke-width) var(--track-color);border-radius:50%;border-right-color:currentColor;border-top-color:currentColor;display:inline-block;height:var(--spinner-size);width:var(--spinner-size)}.sc-form-label{color:var(--sc-input-label-color);display:inline-block;font-size:var(--sc-font-size-medium);font-weight:var(--sc-input-label-font-weight);letter-spacing:var(--sc-input-label-letter-spacing,0);margin-bottom:var(--sc-input-label-margin);text-transform:var(--sc-input-label-text-transform,none)}.wp-block-surecart-product-template{list-style:none!important;margin:0!important;max-width:100%;padding:0!important;width:100%}.sc-product-item{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:0!important}.sc-product-item.sc-has-animation-fade-up{-webkit-animation-duration:var(--sc-transition-fast);animation-duration:var(--sc-transition-fast);-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);opacity:0}.sc-product-item.sc-has-animation-fade-up:nth-child(2n){-webkit-animation-delay:.05s;animation-delay:.05s}.sc-product-item-link,a.sc-product-item-link{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:block;height:100%;text-decoration:none!important}.sc-product-item-link:hover,a.sc-product-item-link:hover{color:inherit}.sc-product-item-link:focus:not(:focus-visible),a.sc-product-item-link:focus:not(:focus-visible){outline:0}@media (prefers-reduced-motion){.sc-product-item{-webkit-animation-name:none;animation-name:none;opacity:1}}@media (max-width:480px){.wp-block-surecart-product-template{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}}:root{--sc-sticky-purchase-background-color:var(--sc-color-white);--sc-sticky-purchase-text-color:var(--sc-color-gray-700);--sc-sticky-purchase-scratch-amount:var(--sc-color-gray-500);--sc-color-brand-primary:#388051;--sc-color-brand-secondary:#00824c;--sc-color-brand-heading:#002e33;--sc-color-brand-body:#45505f;--sc-color-brand-main-background:#f4f7f9;--sc-color-brand-content-background:#ffffff;--sc-color-brand-stroke:#e7ecee;--sc-color-brand-subheading:#9ca7ab;--sc-color-brand-pastel-pink:#fcf2f7;--sc-color-brand-pastel-orange:#fef9f6;--sc-color-brand-pastel-purple:#f7f6fe;--sc-color-brand-pastel-green:#e6f9ee;--sc-color-black:#000;--sc-color-white:#fff;--sc-color-gray-50:#f9fafb;--sc-color-gray-100:#f3f4f6;--sc-color-gray-200:#e5e7eb;--sc-color-gray-300:#dce0e6;--sc-color-gray-400:#9ca3af;--sc-color-gray-500:#6b7280;--sc-color-gray-600:#4b5563;--sc-color-gray-700:#374151;--sc-color-gray-800:#1f2937;--sc-color-gray-900:#111827;--sc-color-gray-950:#0d131e;--sc-color-neutral-50:#fafafa;--sc-color-neutral-100:whitesmoke;--sc-color-neutral-200:#e5e5e5;--sc-color-neutral-300:#d4d4d4;--sc-color-neutral-400:#a3a3a3;--sc-color-neutral-500:#737373;--sc-color-neutral-600:#525252;--sc-color-neutral-700:#404040;--sc-color-neutral-800:#262626;--sc-color-neutral-900:#171717;--sc-color-neutral-950:#0f0f0f;--sc-color-primary:217;--sc-color-primary-luminance:60%;--sc-color-primary-saturation:91%;--sc-color-primary-50:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.55), 100%));--sc-color-primary-100:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.45), 100%));--sc-color-primary-200:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.35), 100%));--sc-color-primary-300:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.25), 100%));--sc-color-primary-400:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), min(calc(var(--sc-color-primary-luminance) * 1.15), 100%));--sc-color-primary-500:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), var(--sc-color-primary-luminance));--sc-color-primary-600:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.9), 0%));--sc-color-primary-700:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.75), 0%));--sc-color-primary-800:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.6), 0%));--sc-color-primary-900:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.35), 0%));--sc-color-primary-950:hsl(var(--sc-color-primary), var(--sc-color-primary-saturation), max(calc(var(--sc-color-primary-luminance) * 0.2), 0%));--sc-color-primary-text:var(--sc-color-white);--sc-color-success-50:#f0fdf4;--sc-color-success-100:#dcfce7;--sc-color-success-200:#bbf7d0;--sc-color-success-300:#86efac;--sc-color-success-400:#4ade80;--sc-color-success-500:#22c55e;--sc-color-success-600:#16a34a;--sc-color-success-700:#15803d;--sc-color-success-800:#166534;--sc-color-success-900:#14532d;--sc-color-success-950:#0d381e;--sc-color-success-text:var(--sc-color-white);--sc-color-info-50:#eff6ff;--sc-color-info-100:#dbeafe;--sc-color-info-200:#bfdbfe;--sc-color-info-300:#93c5fd;--sc-color-info-400:#60a5fa;--sc-color-info-500:#3b82f6;--sc-color-info-600:#2563eb;--sc-color-info-700:#1d4ed8;--sc-color-info-800:#1e40af;--sc-color-info-900:#1e3a8a;--sc-color-info-text:var(--sc-color-white);--sc-color-warning-50:#fffbeb;--sc-color-warning-100:#fef3c7;--sc-color-warning-200:#fde68a;--sc-color-warning-300:#fcd34d;--sc-color-warning-400:#fbbf24;--sc-color-warning-500:#f59e0b;--sc-color-warning-600:#d97706;--sc-color-warning-700:#b45309;--sc-color-warning-800:#92400e;--sc-color-warning-900:#78350f;--sc-color-warning-950:#4d220a;--sc-color-warning-text:var(--sc-color-white);--sc-color-danger-50:#fef2f2;--sc-color-danger-100:#fee2e2;--sc-color-danger-200:#fecaca;--sc-color-danger-300:#fca5a5;--sc-color-danger-400:#f87171;--sc-color-danger-500:#ef4444;--sc-color-danger-600:#dc2626;--sc-color-danger-700:#b91c1c;--sc-color-danger-800:#991b1b;--sc-color-danger-900:#7f1d1d;--sc-color-danger-950:#481111;--sc-color-danger-text:var(--sc-color-white);--sc-border-radius-small:0.15em;--sc-border-radius-medium:0.35em;--sc-border-radius-large:0.5em;--sc-border-radius-x-large:0.75em;--sc-border-radius-circle:50%;--sc-border-radius-pill:9999px;--sc-shadow-x-small:0 1px 0 #0d131e0d;--sc-shadow-small:0 1px 2px #0d131e1a;--sc-shadow-medium:0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--sc-shadow-large:0 2px 8px #0d131e1a;--sc-shadow-x-large:0 4px 16px #0d131e1a;--sc-spacing-xxx-small:0.125em;--sc-spacing-xx-small:0.25em;--sc-spacing-x-small:0.5em;--sc-spacing-small:0.75em;--sc-spacing-medium:1em;--sc-spacing-large:1.25em;--sc-spacing-x-large:1.75em;--sc-spacing-xx-large:2.25em;--sc-spacing-xxx-large:3em;--sc-spacing-xxxx-large:4.5em;--sc-transition-x-slow:1000ms;--sc-transition-slow:500ms;--sc-transition-medium:350ms;--sc-transition-fast:150ms;--sc-transition-x-fast:50ms;--sc-font-mono:SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;--sc-font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';--sc-font-serif:Georgia, 'Times New Roman', serif;--sc-font-size-xx-small:0.625em;--sc-font-size-x-small:0.75em;--sc-font-size-small:0.875em;--sc-font-size-medium:1em;--sc-font-size-large:1.15em;--sc-font-size-x-large:1.25em;--sc-font-size-xx-large:1.45em;--sc-font-size-xxx-large:2em;--sc-font-size-xxxx-large:3em;--sc-font-weight-light:300;--sc-font-weight-normal:400;--sc-font-weight-semibold:500;--sc-font-weight-bold:600;--sc-letter-spacing-dense:-0.015em;--sc-letter-spacing-normal:normal;--sc-letter-spacing-loose:0.075em;--sc-line-height-dense:1.4;--sc-line-height-normal:1.8;--sc-line-height-loose:2.2;--sc-focus-ring-color-primary:var(--sc-color-primary-500);--sc-focus-ring-color-success:#22c55e54;--sc-focus-ring-color-info:#6b728054;--sc-focus-ring-color-warning:#f59e0b54;--sc-focus-ring-color-danger:#ef444454;--sc-focus-ring-width:1px;--sc-button-font-size-small:var(--sc-font-size-x-small);--sc-button-font-size-medium:var(--sc-font-size-medium);--sc-button-font-size-large:var(--sc-font-size-large);--sc-column-spacing:var(--sc-spacing-xx-large);--sc-form-row-spacing:var(--sc-spacing-small);--sc-form-row-spacing-large:var(--sc-spacing-xx-large);--sc-form-title-font-weight:var(--sc-font-weight-semibold);--sc-form-title-font-size:var(--sc-font-size-x-large);--sc-form-title-description-color:var(--sc-color-gray-500);--sc-form-title-description-size:var(--sc-font-size-medium);--sc-choice-background-color:var(--sc-color-white);--sc-card-border:solid 1px var(--sc-input-border-color);--sc-choice-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-choice-box-shadow:var(--sc-input-box-shadow);--sc-drawer-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-drawer-header-spacing:var(--sc-spacing-large);--sc-drawer-body-spacing:var(--sc-spacing-large);--sc-drawer-footer-spacing:var(--sc-spacing-large);--sc-input-transition:var(--sc-transition-medium);--sc-input-box-shadow:rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;--sc-input-height-small:2.25em;--sc-input-height-medium:2.8em;--sc-input-height-large:3em;--sc-input-background-color:var(--sc-color-white);--sc-input-background-color-hover:var(--sc-color-white);--sc-input-background-color-focus:var(--sc-color-white);--sc-input-background-color-disabled:var(--sc-color-gray-100);--sc-input-border:solid var(--sc-input-border-width) var(--sc-input-border-color);--sc-input-border-color:var(--sc-color-gray-300);--sc-input-border-color-hover:var(--sc-color-gray-400);--sc-input-border-color-focus:var(--sc-color-primary-500);--sc-input-border-color-disabled:var(--sc-color-gray-300);--sc-input-border-color-invalid:var(--sc-color-danger-500);--sc-input-border-width:1px;--sc-input-border-radius-small:var(--sc-border-radius-small);--sc-input-border-radius-medium:var(--sc-border-radius-medium);--sc-input-border-radius-large:var(--sc-border-radius-medium);--sc-input-font-family:var(--sc-font-sans);--sc-input-font-weight:var(--sc-font-weight-normal);--sc-input-font-size-small:var(--sc-font-size-small);--sc-input-font-size-medium:var(--sc-font-size-medium);--sc-input-font-size-large:var(--sc-font-size-large);--sc-input-label-font-weight:var(--sc-font-weight-semibold);--sc-input-label-margin:var(--sc-spacing-xx-small);--sc-input-letter-spacing:var(--sc-letter-spacing-normal);--sc-input-color:var(--sc-color-gray-700);--sc-input-color-hover:var(--sc-color-gray-700);--sc-input-color-focus:var(--sc-color-gray-700);--sc-input-color-disabled:var(--sc-color-gray-900);--sc-input-icon-color:var(--sc-color-gray-400);--sc-input-icon-color-hover:var(--sc-color-gray-600);--sc-input-icon-color-focus:var(--sc-color-gray-600);--sc-input-placeholder-color:var(--sc-color-gray-400);--sc-input-placeholder-color-disabled:var(--sc-color-gray-600);--sc-input-spacing-small:var(--sc-spacing-small);--sc-input-spacing-medium:var(--sc-spacing-medium);--sc-input-spacing-large:var(--sc-spacing-large);--sc-input-label-font-size-small:var(--sc-font-size-small);--sc-input-label-font-size-medium:var(--sc-font-size-medium);--sc-input-label-font-size-large:var(--sc-font-size-large);--sc-input-label-color:var(--sc-color-gray-600);--sc-input-help-text-font-size-small:var(--sc-font-size-x-small);--sc-input-help-text-font-size-medium:var(--sc-font-size-small);--sc-input-help-text-font-size-large:var(--sc-font-size-medium);--sc-input-help-text-color:var(--sc-color-gray-500);--sc-input-error-text-font-size-small:var(--sc-input-help-text-font-size-small);--sc-input-error-text-font-size-medium:var(--sc-input-help-text-font-size-small);--sc-input-error-text-font-size-large:var(--sc-input-help-text-font-size-small);--sc-input-error-text-color:var(--sc-color-danger-500);--sc-toggle-size:1em;--sc-toggle-shady-color:var(--sc-color-gray-50);--sc-radio-size:0.85em;--sc-toggle-radio-size:0.85em;--sc-checkbox-size:1em;--sc-overlay-background-color:#37415180;--sc-panel-background-color:var(--sc-color-white);--sc-panel-border-color:var(--sc-color-gray-200);--sc-tooltip-border-radius:var(--sc-border-radius-medium);--sc-tooltip-background-color:var(--sc-color-gray-900);--sc-tooltip-color:var(--sc-color-white);--sc-tooltip-font-family:var(--sc-font-sans);--sc-tooltip-font-weight:var(--sc-font-weight-normal);--sc-tooltip-font-size:var(--sc-font-size-small);--sc-tooltip-line-height:var(--sc-line-height-dense);--sc-tooltip-padding:var(--sc-spacing-xx-small) var(--sc-spacing-x-small);--sc-tooltip-arrow-size:5px;--sc-tooltip-arrow-start-end-offset:8px;--sc-quantity-control-height:2em;--sc-quantity-control-height-small:1.7em;--sc-z-index-drawer:99999;--sc-z-index-dialog:100000;--sc-z-index-dropdown:900;--sc-z-index-toast:950;--sc-z-index-tooltip:1000;--sc-checkout-columns:1;--sc-dashboard-module-spacing:var(--sc-spacing-x-small);--sc-border-width-zero:0px}[class*=wp-block-surecart-][hidden]{display:none}sc-product-donation-custom-amount sc-choice-container sc-form sc-price-input:part(suffix){--sc-input-spacing-medium:5px}.wp-block-surecart-product-buy-buttons{--wp--style--block-gap:24px}.tcb-post-content:after{clear:both}.tcb-post-content{margin:1.5em 0 0}.tcb-post-list[data-type=list] article{margin-top:20px}.thrive_prev_next .tcb-button-link{letter-spacing:2px;background-size:auto;background-attachment:scroll;border-radius:5px;overflow:hidden;padding:18px;background-position:50% 50%;background-repeat:no-repeat}.thrive_prev_next .thrive-prev-next-container,article{position:relative}.thrive-dynamic-styled-list-item .tcb-styled-list-icon{display:none}.tve_s_item a{border:0;box-shadow:none;color:#fff!important;display:table;padding:2px;text-decoration:none!important}body:not(.ttb-editor-page) .tcb-post-content:after,body:not(.ttb-editor-page) .tcb-post-content:before{display:none}.thrive_author_box{min-height:50px}.thrive_author_box .tve_social_items{font-size:12px}.thrive_author_box .theme-author-desc{font-size:16px;font-weight:300;line-height:1.75}.thrv_wrapper.thrv_text_element{padding:1px}.thrive-dynamic-list{display:table}.thrive-dynamic-list .theme-dynamic-list{list-style:none;margin:0!important;padding:0!important}.thrive-dynamic-list li{display:flex;margin:0 0 15px}.thrive-dynamic-list li .thrive-dynamic-styled-list-text{display:flex;align-items:center}.thrive-dynamic-list a{text-decoration:none;color:#0a0a0a;font-weight:400;font-size:14px}.tcb-flip .tcb-button-link{flex-direction:row-reverse}a.tcb-plain-text{cursor:pointer}.thrv_wrapper.thrive-dynamic-list{margin:0}.thrv_wrapper.main-container{padding:0}html{box-sizing:border-box;font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-smooth:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:auto}body{font-family:Arial,sans-serif;color:rgb(10 10 10/.85);font-size:1rem;line-height:1.5}body:not(.defaults){background:#fff;margin:0;padding:0}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h6,li,p{font-family:Arial,sans-serif;letter-spacing:normal}li,p{color:rgb(10 10 10/.85);font-size:1rem;line-height:1.75;font-weight:400}h1,h2,h3,h4,h6{margin:0;padding:0;color:#0a0a0a;font-weight:600}a,h1 a,h2 a{font-size:inherit;line-height:inherit}h1{font-size:36px;line-height:1.3em}h2,h3{font-size:28px;line-height:1.4em}h2 a{color:#0a0a0a}h3{font-size:24px}h4{font-size:20px;line-height:1.6em}h6{font-size:16px;line-height:1.75em}p{margin:0;padding:5px 0 10px;font-size:1em}a{background-color:#fff0;color:#008fff;font-weight:inherit;text-decoration:none}a:active,a:focus,a:hover,a:visited{outline:0}a:hover{text-decoration:underline}ul{margin-top:10px;list-style:disc}ul>li:not(.thrv-styled-list-item){margin-bottom:0;margin-left:1.5em;overflow:visible!important}article,aside,figure,footer,header,section{display:block}[hidden],template{display:none}strong{font-weight:700}img{border:0;height:auto;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 0}button,input{color:inherit;font:inherit;margin:0}button{overflow:visible;text-transform:none;cursor:pointer;-webkit-appearance:button;background:#e6e6e6;border:1px solid #e6e6e6;color:rgb(0 0 0/.8);font-size:1rem;line-height:20px;padding:10px 20px}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=number],input[type=text]{border:1px solid #ccc;border-radius:3px;padding:10px}input[type=number]:focus,input[type=text]:focus{color:#111}@media (max-width:1023px){h3{font-size:22px}h2{font-size:26px}h1{font-size:32px}}@media (max-width:767px){h2{font-size:24px}h1{font-size:28px}}ul>li span{line-height:inherit}#content,#wrapper{flex-direction:column}#wrapper{--layout-background-width:1080px;--layout-content-width:1080px;--tve-off-screen-overlay-color:rgba(0, 0, 0, .7);margin:0;padding:0;position:relative;display:flex;min-height:100vh}#wrapper .thrv_footer .symbol-section-in,#wrapper .thrv_header .symbol-section-in{box-sizing:border-box;max-width:100%}#content{align-items:center;z-index:2}.main-content-background,div.main-container{height:100%;max-width:100%;margin:0;padding:0}#content,div.main-container{box-sizing:border-box!important;display:flex;flex-grow:1;position:relative}div.main-container{--separator-size:40px;--sidebar-size:30%;width:var(--layout-content-width);z-index:1}.main-content-background{width:1080px;width:var(--layout-background-width);position:absolute;top:0;overflow:hidden;z-index:0}.theme-section,.theme-section .section-content{box-sizing:border-box!important;position:relative;z-index:1;width:100%}.theme-section{flex-shrink:1;margin:0;padding:0;display:flex;justify-content:center;align-items:center}.theme-section.top-section .section-background{max-width:100%;width:1080px;width:var(--top-background-width,var(--layout-background-width,1080px))}.theme-section.top-section .section-content{max-width:100%;width:1080px;width:var(--top-content-width,var(--layout-content-width,1080px))}.theme-section.bottom-section .section-background{max-width:100%;width:1080px;width:var(--bottom-background-width,var(--layout-background-width,1080px))}.theme-section.bottom-section .section-content{max-width:100%;width:1080px;width:var(--bottom-content-width,var(--layout-content-width,1080px))}.theme-section .section-content{margin-left:auto;margin-right:auto;height:100%;max-width:100%}.theme-section .section-content::after,.theme-section .section-content::before{content:"";display:block;overflow:auto}.theme-section .section-background{box-sizing:border-box;height:100%;position:absolute;top:0;overflow:hidden;width:100%;max-width:100%;z-index:0}.content-section{flex-grow:1;order:1;width:calc(70% - 10px);width:calc(100% - var(--sidebar-size) - var(--separator-size)*.5)!important}.sidebar-section{flex-grow:1;order:3;width:calc(30% - 10px);width:calc(var(--sidebar-size) - var(--separator-size)*.5)!important}.sidebar-section:before{transition:opacity .42s ease-in-out}.sidebar-section .tve-sidebar-close-icon{display:none}.main-columns-separator{width:20px;width:var(--separator-size);height:20px;height:var(--separator-size);order:2;flex-shrink:0}@media (max-width:767px){.main-columns-separator{display:none}}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-out{margin:auto;right:0;left:0;max-width:100%!important;width:1080px;width:var(--header-background-width,var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-in{max-width:100%!important;width:1080px;width:var(--header-content-width,var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header.thrv_wrapper{padding:0}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-out{margin:auto;right:0;left:0;max-width:100%!important;width:1080px;width:var(--footer-background-width,var(--layout-background-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-in{max-width:100%!important;width:1080px;width:var(--footer-content-width,var(--layout-content-width))}body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer.thrv_wrapper{padding:0}.tve-sidebar-close-icon{outline:0}@media (max-width:767px){.main-container{flex-wrap:wrap}.main-container>.theme-section{min-width:100%}}.thrv_widget_menu{position:relative;z-index:10}.thrv_widget_menu.thrv_wrapper{overflow:visible!important}.tve-m-trigger{display:none;-webkit-tap-highlight-color:#fff0}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu>li a:focus,.tve-m-trigger:active,.tve-m-trigger:focus{outline:0}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-close,body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""],body:not(.tve_editor_page) .thrv_social_follow .tve_s_item a[href=""]{display:none}.tve-m-trigger:not(.tve-triggered-icon) .tcb-icon-open{position:relative;z-index:1}.tcb-icon-close,.tcb-icon-open{margin:0 auto!important;padding:.3em!important;font-size:33px;width:33px;height:33px}.thrv_widget_menu.thrv_wrapper{padding:0;--tcb-menu-box-width-t:var(--tcb-menu-box-width-d);--tcb-menu-box-width-m:var(--tcb-menu-box-width-t);--tcb-menu-overlay-d:var(--tcb-menu-overlay);--tcb-menu-overlay-t:var(--tcb-menu-overlay-d);--tcb-menu-overlay-m:var(--tcb-menu-overlay-t)}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li:hover{overflow:visible}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu>li{flex:0 1 auto;cursor:pointer}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a:not(.tcb-logo){font-size:16px;line-height:2em;color:inherit!important;text-decoration:inherit!important;box-shadow:none;letter-spacing:initial}.thrv_widget_menu.thrv_wrapper .tve_w_menu .tve-disabled-text-inner{flex:1 1 auto;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal>li:first-child{margin-left:0!important}div:not(#increase-specificity) .thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu.tve_horizontal>li:last-child{margin-right:0!important}.thrv_widget_menu.thrv_wrapper.tve-regular .tve_w_menu li{overflow:hidden;display:flex;justify-content:center;flex-direction:column}.thrv_widget_menu.thrv_wrapper[class*=tve-menu-template-] ul.tve_w_menu>li{margin:0 15px}.thrv_widget_menu.thrv_wrapper[class*=tve-menu-template-] ul.tve_w_menu>li>a{font-weight:600}.thrv_widget_menu.thrv_wrapper[class*=light-tmp-first] ul.tve_w_menu>li:hover>a{color:#39a3d1}.thrv_widget_menu [data-item-display-desktop=text]>a>.tve-disabled-text-inner{display:inline-block!important}@media (min-width:768px) and (max-width:1023px){.thrv_widget_menu[data-tve-switch-icon*=tablet] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:#333!important}.thrv_widget_menu[data-tve-switch-icon*=tablet]:not(.tve-custom-menu-switch-icon-tablet) ul{padding:0!important}}@media (max-width:767px){.thrv_widget_menu[data-tve-switch-icon*=mobile] .thrive-shortcode-html .tve-m-trigger{display:block;width:100%;color:#333!important}.thrv_widget_menu[data-tve-switch-icon*=mobile]:not(.tve-custom-menu-switch-icon-mobile) ul{padding:0!important}}.thrv_widget_menu:not(#_):not(#_) li a{--background-image:none;background-image:var(--background-image,none)!important}.thrv_widget_menu:not(#_):not(#_) path{transition:none!important}.tve_social_custom.tve_style_14{display:flex!important;flex-wrap:wrap}.tve_social_custom.tve_style_14 .tve_s_link{font-size:inherit;margin-right:auto;color:#111!important;padding:0;display:flex;align-items:center}.tve_social_custom.tve_style_14 .tve_s_icon{font-size:1em;margin:0;padding:0}.tve_social_custom.tve_style_14 .tve_s_item{display:flex!important;justify-content:center;border:solid 1px;padding:1em 2em;margin:-1px 0 0-1px;text-transform:uppercase}.tve_social_custom.tve_style_14 .tve_s_count,.tve_social_custom.tve_style_14 .tve_s_text{font-size:.6em;text-align:center;padding:0;line-height:normal}.tve_social_custom.tve_style_14 .tve_s_count{color:#333}.tve_social_custom.tve_style_5{font-size:22px}.tve_social_custom.tve_style_5 .tve_s_icon{font-size:1.136em;line-height:1em;height:1.92em;width:1.92em}.tve_social_custom.tve_style_5 .tve_s_item.tve_share_item .tve_s_icon{width:unset;height:unset;padding:.445em}.tcb-social-vertical.tve_style_14 .tve_social_custom{flex-direction:column}.tcb-social-vertical.tve_style_14 .tve_s_item{margin:0 0-1px!important}.tve_s_fb_share{--tcb-social-color-style-6:#3569b4}.tve_s_t_share{--tcb-social-color-style-6:#29ace0}.tve_s_in_share{--tcb-social-color-style-6:#0177b5}.tve_s_pin_share{--tcb-social-color-style-6:#cf2123}.tve_s_fb_share{--tcb-social-color-style-7:#3569b4}.tve_s_t_share{--tcb-social-color-style-7:#29ace0}.tve_s_in_share{--tcb-social-color-style-7:#0177b5}.tve_s_pin_share{--tcb-social-color-style-7:#cf2123}.tve_s_fb_share{--tcb-social-color-style-8:#3569b4}.tve_s_t_share{--tcb-social-color-style-8:#29ace0}.tve_s_in_share{--tcb-social-color-style-8:#0177b5}.tve_s_pin_share{--tcb-social-color-style-8:#cf2123}.tve_s_fb_share{--tcb-social-color-style-9:#3569b4}.tve_s_t_share{--tcb-social-color-style-9:#29ace0}.tve_s_in_share{--tcb-social-color-style-9:#0177b5}.tve_s_pin_share{--tcb-social-color-style-9:#cf2123}.tve_s_fb_share{--tcb-social-color-style-10:#3569b4}.tve_s_t_share{--tcb-social-color-style-10:#29ace0}.tve_s_in_share{--tcb-social-color-style-10:#0177b5}.tve_s_pin_share{--tcb-social-color-style-10:#cf2123}.tve_s_fb_share{--tcb-social-color-style-11:#3569b4}.tve_s_t_share{--tcb-social-color-style-11:#29ace0}.tve_s_in_share{--tcb-social-color-style-11:#0177b5}.tve_s_pin_share{--tcb-social-color-style-11:#cf2123}.tve_s_fb_share{--tcb-social-color-style-12:#3569b4}.tve_s_t_share{--tcb-social-color-style-12:#29ace0}.tve_s_in_share{--tcb-social-color-style-12:#0177b5}.tve_s_pin_share{--tcb-social-color-style-12:#cf2123}.tve_s_fb_share{--tcb-social-color-style-13:#3569b4}.tve_s_t_share{--tcb-social-color-style-13:#29ace0}.tve_s_in_share{--tcb-social-color-style-13:#0177b5}.tve_s_pin_share{--tcb-social-color-style-13:#cf2123}.tve_s_fb_share,.tve_s_in_share,.tve_s_pin_share,.tve_s_t_share{--tcb-social-color-style-14:#111}.tve_s_fb_share{--tcb-social-color-style-15:#3569b4}.tve_s_t_share{--tcb-social-color-style-15:#29ace0}.tve_s_in_share{--tcb-social-color-style-15:#0177b5}.tve_s_pin_share{--tcb-social-color-style-15:#cf2123}.tve_s_fb_share{--tcb-social-color-style-16:#3569b4}.tve_s_t_share{--tcb-social-color-style-16:#29ace0}.tve_s_in_share{--tcb-social-color-style-16:#0177b5}.tve_s_pin_share{--tcb-social-color-style-16:#cf2123}.tve_s_fb_share,.tve_s_in_share,.tve_s_pin_share,.tve_s_t_share{--tcb-social-color-style-17:#181818}.tve_s_fb_share{--tcb-social-color-style-18:#3569b4}.tve_s_t_share{--tcb-social-color-style-18:#29ace0}.tve_s_in_share{--tcb-social-color-style-18:#0177b5}.tve_s_pin_share{--tcb-social-color-style-18:#cf2123}.tve_s_fb_share{--tcb-social-color-style-1:#3569b4}.tve_s_t_share{--tcb-social-color-style-1:#3bceff}.tve_s_in_share{--tcb-social-color-style-1:#0177b5}.tve_s_pin_share{--tcb-social-color-style-1:#cf2123}.tve_s_yt_share{--tcb-social-color-style-1:#ec162c}.tve_s_fb_share{--tcb-social-color-style-2:#284f9b}.tve_s_t_share{--tcb-social-color-style-2:#1f92cb}.tve_s_in_share{--tcb-social-color-style-2:#015a9c}.tve_s_pin_share{--tcb-social-color-style-2:#b9191a}.tve_s_yt_share{--tcb-social-color-style-2:#d74546}.tve_s_fb_share{--tcb-social-color-style-3:#3569b4}.tve_s_t_share{--tcb-social-color-style-3:#29ace0}.tve_s_in_share{--tcb-social-color-style-3:#0177b5}.tve_s_pin_share{--tcb-social-color-style-3:#cf2123}.tve_s_yt_share{--tcb-social-color-style-3:#ec162c}.tve_s_fb_share{--tcb-social-color-style-4:#3569b4}.tve_s_t_share{--tcb-social-color-style-4:#29ace0}.tve_s_in_share{--tcb-social-color-style-4:#0177b5}.tve_s_pin_share{--tcb-social-color-style-4:#cf2123}.tve_s_yt_share{--tcb-social-color-style-4:#ec162c}.tve_s_fb_share{--tcb-social-color-style-5:#3569b4}.tve_s_t_share{--tcb-social-color-style-5:#29ace0}.tve_s_in_share{--tcb-social-color-style-5:#0177b5}.tve_s_pin_share{--tcb-social-color-style-5:#cf2123}.tve_s_ig_share{--tcb-social-color-style-5:#111111}.tve_s_yt_share{--tcb-social-color-style-5:#ec162c}.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_link,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_link{color:var(--tcb-social-color-style-14)!important}.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item{border-color:#d0cece}.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover{background-image:linear-gradient(var(--tcb-social-color-style-14),var(--tcb-social-color-style-14));border-color:var(--tcb-social-color-style-14)}.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_link,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_link{color:#fff!important}.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_count,.thrv_social:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_text,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_count,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_14 .tve_s_item:hover .tve_s_text{color:#fff}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item{border:2px solid var(--tcb-social-color-style-5)}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_icon{color:var(--tcb-social-color-style-5)!important}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover{background-image:linear-gradient(rgb(0 0 0/.05),rgb(0 0 0/.05)),linear-gradient(var(--tcb-social-color-style-5),var(--tcb-social-color-style-5))}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_count,.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_text{color:#fff!important}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_icon{fill:#fff!important;color:#fff!important}.thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:active{border-color:var(--tcb-social-color-style-5);background-image:linear-gradient(rgb(255 255 255/.1),rgb(255 255 255/.1)),linear-gradient(var(--tcb-social-color-style-5),var(--tcb-social-color-style-5))}.tve_s_item{--tcb-local-color-style-1:linear-gradient(to bottom right, var(--tcb-local-color-f2bba) 50%, var(--tcb-local-color-trewq) 50%);--tcb-local-color-style-2:var(--tcb-local-color-f3080);--tcb-local-color-style-3:var(--tcb-local-color-f3080);--tcb-local-color-style-4:var(--tcb-local-color-f3080);--tcb-local-color-style-5:var(--tcb-local-color-f3080);--tcb-local-color-style-6:var(--tcb-local-color-f2bba);--tcb-local-color-style-7:var(--tcb-local-color-f2bba);--tcb-local-color-style-8:var(--tcb-local-color-f2bba)}.thrive_author_links.tcb-custom-branding-social .tve_links_style_5 .tve_s_item,:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_5 .tve_s_item{fill:var(--tcb-local-color-f3080);color:var(--tcb-local-color-f3080)}.thrive_author_links.tcb-custom-branding-social .tve_links_style_5 .tve_s_item:hover,:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_5 .tve_s_item:hover{fill:var(--tcb-local-color-poiuy);color:var(--tcb-local-color-poiuy)}.tve_s_t_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(66, 179, 234, 0.8) 50%, #42b3ea 50%);--tcb-local-color-style-2:#42b3ea;--tcb-local-color-style-3:#42b3ea;--tcb-local-color-style-4:#42b3ea;--tcb-local-color-style-5:#42b3ea;--tcb-local-color-style-6:#42b3ea;--tcb-local-color-style-7:#42b3ea;--tcb-local-color-style-8:#42b3ea}.tve_s_fb_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(53, 105, 180, 0.8) 50%, #3569b4 50%);--tcb-local-color-style-2:#3569b4;--tcb-local-color-style-3:#3569b4;--tcb-local-color-style-4:#3569b4;--tcb-local-color-style-5:#3569b4;--tcb-local-color-style-6:#3569b4;--tcb-local-color-style-7:#3569b4;--tcb-local-color-style-8:#3569b4}.tve_s_in_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(1, 119, 181, 0.8) 50%, #0177b5 50%);--tcb-local-color-style-2:#0177b5;--tcb-local-color-style-3:#0177b5;--tcb-local-color-style-4:#0177b5;--tcb-local-color-style-5:#0177b5;--tcb-local-color-style-6:#0177b5;--tcb-local-color-style-7:#0177b5;--tcb-local-color-style-8:#0177b5}.tve_s_pin_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(242, 48, 60, 0.8) 50%, #f2303c 50%);--tcb-local-color-style-2:#f2303c;--tcb-local-color-style-3:#f2303c;--tcb-local-color-style-4:#f2303c;--tcb-local-color-style-5:#f2303c;--tcb-local-color-style-6:#f2303c;--tcb-local-color-style-7:#f2303c;--tcb-local-color-style-8:#f2303c}.tve_s_yt_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(236, 22, 44, 0.8) 50%, #ec162c 50%);--tcb-local-color-style-2:#ec162c;--tcb-local-color-style-3:#ec162c;--tcb-local-color-style-4:#ec162c;--tcb-local-color-style-5:#ec162c;--tcb-local-color-style-6:#ec162c;--tcb-local-color-style-7:#ec162c;--tcb-local-color-style-8:#ec162c}.tve_s_ig_share{--tcb-local-color-style-1:linear-gradient(to bottom right, rgba(23, 23, 22, 0.8) 50%, #171716 50%);--tcb-local-color-style-2:#171716;--tcb-local-color-style-3:#171716;--tcb-local-color-style-4:#171716;--tcb-local-color-style-5:#171716;--tcb-local-color-style-6:#171716;--tcb-local-color-style-7:#171716;--tcb-local-color-style-8:#171716}.thrive_author_links,.thrv_social_follow{--tcb-local-color-f3080:rgb(23, 23, 22);--tcb-local-color-f2bba:rgba(23, 23, 22, 0.5);--tcb-local-color-trewq:rgba(23, 23, 22, 0.7);--tcb-local-color-poiuy:rgba(23, 23, 22, 0.35);--tcb-local-color-f83d7:rgba(23, 23, 22, 0.4);--tcb-local-color-frty6:rgba(23, 23, 22, 0.2);--tcb-local-color-flktr:rgba(23, 23, 22, 0.8);--tve-color:var(--tcb-local-color-f3080)}.thrive_author_links .tve_social_custom.tve_links_style_5 .tve_s_item,.thrv_social_follow .tve_social_custom.tve_links_style_5 .tve_s_item{fill:var(--tcb-local-color-f3080);color:var(--tcb-local-color-f3080)}.thrive_author_links .tve_social_custom.tve_links_style_5 .tve_s_item:hover,.thrv_social_follow .tve_social_custom.tve_links_style_5 .tve_s_item:hover{fill:var(--tcb-local-color-poiuy);color:var(--tcb-local-color-poiuy)}.thrv_social_custom:not(.tcb-social-full-width):not(.tve_style_12) .tve_s_item:last-child{margin-right:0}.tve_s_fb_share.tve_share_item .tve_s_icon:before,.tve_s_in_share.tve_share_item .tve_s_icon:before,.tve_s_pin_share.tve_share_item .tve_s_icon:before,.tve_s_t_share.tve_share_item .tve_s_icon:before{content:""!important}.tve_social_custom{display:table}.tve_social_custom .tve_s_item{display:inline-block;vertical-align:middle;text-decoration:none;margin-top:5px;margin-right:10px;line-height:1.5em}.tve_social_custom .tve_s_item.thrv_wrapper{margin-top:5px;margin-bottom:5px}.tve_social_custom .tve_s_item:not(:last-child){margin-right:10px}.tve_social_custom .tve_s_item.tve_s_in_share .tve_s_count,.tve_social_custom .tve_s_item.tve_s_t_share .tve_s_count{display:none!important}.tve_social_custom .tve_s_link{box-shadow:none;display:table;border:0;text-decoration:none!important;color:#fff}.tve_social_custom .tve_s_link:hover{text-decoration:none}.tve_social_custom .tve_s_icon{display:flex;justify-content:center;align-items:center;text-align:center;vertical-align:middle}.tve_social_custom .tve_s_icon.thrv_wrapper{margin:0}.tve_social_custom .tve_s_icon svg.tcb-icon{fill:currentColor;color:currentColor}.tve_social_custom .tve_s_text{display:table-cell;font-size:inherit;padding:0 20px 0 10px;vertical-align:middle;white-space:nowrap;flex-grow:1}.tve_social_custom .tve_s_count,.tve_social_custom.tve_social_ib .tve_s_text{display:none}.tcb-social-vertical{display:flex;flex-direction:column}.thrv_social_custom .tve_social_items{display:inline-block;vertical-align:middle}.thrv_social_custom{display:flex!important;align-items:center;justify-content:center;max-width:max-content}.thrv_social_custom.tve_share_top{flex-direction:column}.thrv_social_custom.tve_share_top:not(.tcb-social-vertical) .tve_s_item{margin-top:0}.thrive_author_links .tve_social_items,.thrv_social_follow .tve_social_items{line-height:1em}.thrive_author_links .tve_s_icon:before,.thrv_social_follow .tve_s_icon:before{content:none!important}.thrive_author_links .tve_s_item.thrv_wrapper,.thrv_social_follow .tve_s_item.thrv_wrapper{margin-top:4px;margin-bottom:4px}.thrive_author_links .tve_social_custom .tve_s_icon,.thrv_social_follow .tve_social_custom .tve_s_icon{padding:.6em;height:1.5em;width:1.5em;display:flex;box-sizing:content-box;border:unset!important}.thrive_author_links .tve_social_custom svg.tcb-icon,.thrv_social_follow .tve_social_custom svg.tcb-icon{fill:currentColor;color:currentColor;height:1.5em;width:1.5em;vertical-align:bottom}.thrive_author_links .tve_social_custom .tve_s_item,.thrv_social_follow .tve_social_custom .tve_s_item{margin-right:.3em;position:relative;z-index:1;overflow:hidden;vertical-align:bottom}.thrive_author_links .tve_social_custom .tve_s_item:last-of-type,.thrv_social_follow .tve_social_custom .tve_s_item:last-of-type{margin-right:0}.thrive_author_links .tve_social_custom .tve_s_item a,.thrv_social_follow .tve_social_custom .tve_s_item a{display:flex;padding:0;color:unset!important;fill:none!important}.tve_social_items a{font-size:unset}.thrv_wrapper .tve-content-box-background{position:absolute;width:100%;height:100%!important;left:0;top:0;overflow:hidden;background-clip:padding-box}.thrv_wrapper.thrv-content-box{box-sizing:border-box;position:relative;min-height:10px}.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element){box-sizing:border-box}.tcb-icon,.tve-cb{display:inline-block;vertical-align:middle}.tve-cb{clear:both;overflow:visible;width:100%;z-index:1;position:relative;min-height:10px}.tcb-icon{width:1em;height:1em;line-height:1em;stroke-width:0;stroke:currentColor;fill:currentColor;box-sizing:content-box;transform:rotate(var(--tcb-icon-rotation-angle,0deg))}svg.tcb-icon path:not([fill=none]){fill:inherit!important;stroke:inherit!important;transition:none}.thrv_icon{text-align:center}.thrv-button{display:table!important;max-width:100%;margin-left:auto;margin-right:auto}.thrv-button.thrv_wrapper{padding:0}.thrv-button .tcb-plain-text{cursor:pointer}@-moz-document url-prefix(){.thrv-button{line-height:0}}.tcb-with-icon:not(.tcb-flip) .tcb-button-texts{padding-left:15px}.tcb-with-icon .tcb-button-icon{display:block}.tcb-with-icon .tcb-button-icon .thrv_wrapper.thrv_icon{margin:0}a.tcb-button-link{background-color:#1abc9c;padding:12px 15px;font-size:18px;box-sizing:border-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;align-items:center;-webkit-align-items:center;overflow:hidden;width:100%;text-align:center;line-height:1.2em}a.tcb-button-link:hover{background-color:#15a288}.tcb-flip a.tcb-button-link{flex-direction:row-reverse}.thrv-button a.tcb-button-link{text-decoration:none!important;color:#fff}a.tcb-button-link>span:before{position:absolute;content:"";display:none;top:-100px;bottom:-100px;width:1px;left:10px;background-color:#007900}span.tcb-button-texts{color:inherit;display:block;flex:1 1 auto;-webkit-flex:1;position:relative}span.tcb-button-texts>span{display:block;padding:0}span.tcb-button-icon{display:none;font-size:1em;line-height:0;position:relative;color:inherit}span.tcb-button-icon .tcb-icon{height:1em}.tcb-styled-list-icon{position:relative;z-index:1}.tve_image_caption{position:relative}.tve_image_caption:not(.tcb-mm-image.tve-tab-image){height:auto!important}.tve_image_caption .tve_image{max-width:100%;width:100%}:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link),:not(.inc) .thrv_text_element h1 a:not(.tcb-button-link):hover,:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link),:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link):hover{color:inherit;line-height:inherit;font:inherit;letter-spacing:inherit}.thrv_text_element a:not(.tcb-button-link){font-size:inherit}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold)}.tcb-plain-text{cursor:text}.thrv_text_element{overflow-wrap:break-word}.thrive-symbol-shortcode{position:relative}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding:0}.thrv_footer .thrive-symbol-shortcode{box-sizing:border-box;margin-right:auto;margin-left:auto;min-height:40px}.tcb-logo,.tcb-logo img{display:block;max-width:100%}.tcb-logo{box-sizing:border-box!important;width:240px}.tcb-logo.thrv_wrapper{padding:0}.tcb-logo img{height:auto}.tcb-post-content{overflow-wrap:break-word}.tcb-post-content.thrv_wrapper{margin-top:15px;margin-bottom:15px;padding:0}.tcb-post-list{box-sizing:content-box;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;padding:0!important}article{box-sizing:border-box;transition:opacity 1s ease-in-out;width:100%}article.thrv_wrapper{margin-bottom:0;margin-top:0;padding:0}.tcb-post-list,.tve-content-list{--tve-gallery-vertical-space:10px;--tve-gallery-horizontal-space:10px;--tve-gallery-column-height:120px;--tve-gallery-gutter:10px}@-moz-document url-prefix(){strong{font-weight:700}}@media (max-width:767px){html{overflow-x:hidden!important}body,html{max-width:100vw!important}}@media (min-width:1024px){body:not(.tcb_show_all_hidden) .tcb-desktop-hidden{display:none!important}}@media (min-width:768px) and (max-width:1023px){body:not(.tcb_show_all_hidden) .tcb-tablet-hidden{display:none!important}}@media (max-width:767px){body:not(.tcb_show_all_hidden) .tcb-mobile-hidden{display:none!important}}.tcb-clear:after{display:block;height:0;content:""}.svg-shape-top{fill:#fff}.symbol-section-out .svg-shape-top,.thrv_wrapper .svg-shape-top{position:absolute;left:0}.tcb-flex-row{display:flex;flex-wrap:nowrap;align-items:stretch;flex-direction:row;justify-content:space-between;margin-top:0;margin-left:-15px;padding-bottom:15px;padding-top:15px}.tcb-flex-col{flex:1 1 auto;padding-top:0;padding-left:15px}.tcb-flex-row .tcb-col,.tcb-flex-row .tcb-flex-col{box-sizing:border-box}.tcb--cols--2:not(.tcb-resized)>.tcb-flex-col{max-width:50%}.tcb-col{height:100%;display:flex;flex-direction:column;position:relative}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.tcb-flex-col{width:100%}.tcb-col{display:block}}@media (max-width:1023px) and (min-width:768px){.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap}.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col{max-width:100%!important;flex:1 0 250px}.tcb-flex-row.tcb-medium-no-wrap,.tcb-flex-row.tcb-resized.tcb-medium-no-wrap{flex-wrap:nowrap!important}.tcb-flex-row.tcb-medium-no-wrap>.tcb-flex-col,.tcb-flex-row.tcb-resized.tcb-medium-no-wrap>.tcb-flex-col{flex:1 1 auto!important}}@media (max-width:767px){.tcb-flex-row{flex-direction:column}.tcb-flex-row.v-2{flex-direction:row}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap){flex-wrap:wrap}.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap)>.tcb-flex-col{width:100%;max-width:100%!important;flex:1 0 390px}}.tve_s_icon svg{width:1em;height:1em;stroke-width:0;fill:currentColor;stroke:currentColor}@media screen and (max-device-width:480px){body{-webkit-text-size-adjust:none}}html,html body{text-rendering:auto!important}.thrv_wrapper div{box-sizing:content-box}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing:border-box!important}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px}.thrv_wrapper.tve-elem-default-pad{padding:20px}.thrv_wrapper.thrv_symbol,.thrv_wrapper.thrv_text_element{margin:0}.thrv_wrapper.thrv-columns{margin-top:10px;margin-bottom:10px;padding:0}.tve_clearfix:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.tve_image{border-radius:0;box-shadow:none}div .tve_image_caption{padding:0;max-width:100%!important;box-sizing:border-box!important}.tve_image_caption .tve_image_frame{display:block;max-width:100%;position:relative;overflow:hidden}.tve_image_caption .tve_image{display:block;padding:0;height:auto}.thrv_audio{width:100%}.tve_audio_container{position:relative;line-height:0;overflow:hidden}a:not(.tcb-button-link) svg.tcb-icon{color:#111}.thrv_icon{line-height:0}.thrv_icon.tcb-icon-display{display:table;border-collapse:initial}.thrv_icon.thrv_wrapper{margin-left:auto;margin-right:auto;padding:0}@media only screen and (-webkit-min-device-pixel-ratio:0) and (min-width:900px){::i-block-chrome{min-width:250px}}.thrv_widget_menu li{margin-top:0;padding:0 10px}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu{position:relative;margin:0;padding:0 0 0 1em;list-style-type:none;list-style-image:none}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li{margin-bottom:0;margin-left:0}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li:before{content:"";display:none}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu li>a{color:#373737;text-decoration:none;display:flex;align-items:center;line-height:1;position:relative}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal{z-index:9;padding:0}.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li{display:inline-block;position:relative;padding:2px 10px;max-width:100%}.tvd-toast.tve-fe-message span{align-items:center;text-align:center;display:flex;justify-content:center;flex-direction:column;min-height:50px;height:100%;width:100%}.thrv_symbol.thrv_footer,.thrv_symbol.thrv_header{width:100%;position:relative;box-sizing:border-box}.symbol-section-in,.thrv_symbol.thrv_footer .thrive-symbol-shortcode,.thrv_symbol.thrv_header .thrive-symbol-shortcode{margin:0 auto;position:relative}.symbol-section-in{z-index:1;box-sizing:border-box}.symbol-section-in:after,.symbol-section-in:before{content:"";display:block;overflow:auto}.thrive-shortcode-content a{color:inherit}.symbol-section-out{position:absolute;width:100%;height:100%;left:0;top:0;box-sizing:border-box!important;overflow:hidden}.thrv_wrapper.thrv_contentbox_shortcode{position:relative}@media (min-width:300px){.tve-theme-1686 .main-container{padding:20px 10px!important}.tve-theme-1686 #wrapper{--top-background-width:100%;--footer-background-width:100%;--bottom-background-width:100%;--header-background-width:100%;--header-content-width:1200px;--footer-content-width:1200px;--bottom-content-width:1200px;--top-content-width:1200px}:not(#layout) .tve-theme-1686 .main-container{--separator-size:80px}:not(#layout) .tve-theme-1686 #wrapper{--layout-content-width:1200px;--layout-background-width:1200px}.tve-theme-1686 .content-section [data-css=tve-u-186e04ca9e8]{max-width:650px;padding:0!important;min-width:100%!important;margin-bottom:0!important;margin-top:0!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a24]{margin-top:0!important;margin-bottom:0!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]{padding-top:0!important;padding-bottom:0!important;margin-left:0!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]>.tcb-flex-col>.tcb-col{justify-content:flex-end}.tve-theme-1686 .content-section [data-css=tve-u-18705550a27]{max-width:53.0851%}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]>.tcb-flex-col{padding-left:0}.tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link{border-bottom:3px solid var(--tcb-local-color-a0533);letter-spacing:var(--tve-letter-spacing,2px);border-radius:0;text-align:left;background-color:transparent!important;padding:14px 0!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link span{color:var(--tve-color,rgb(0 0 0 / .95));--tcb-applied-color:rgba(0,0,0,0.95);font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));text-transform:var(--tve-text-transform,uppercase);--tve-applied-color:var$(--tve-color,rgba(0,0,0,0.95))}.tve-theme-1686 .content-section [data-css=tve-u-18705550a28]{--tve-color:rgba(0,0,0,0.95);--tve-font-size:13px;--tve-font-weight:var(--g-regular-weight,normal);--tve-letter-spacing:2px;--tcb-local-color-f7f2b:rgb(19,114,211);--tcb-local-color-0359f:rgba(19,114,211,0.8);--tcb-local-color-a0533:var(--tcb-skin-color-26);--tcb-local-color-0618a:rgba(86,240,199,0.8);--tve-text-transform:uppercase;--tve-border-radius:0px;--tve-applied---tve-color:rgba(0,0,0,0.95);min-width:100%!important;margin-top:0!important;margin-bottom:0!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28]:hover .tcb-button-link{background-color:transparent!important;border-bottom:3px solid var(--tcb-skin-color-0)!important;background-image:none!important;--background-color:transparent!important;--tve-applied-background-color:transparent!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28]:hover .tcb-button-link span{color:var(--tve-color,#000000)!important;--tcb-applied-color:rgb(0,0,0)!important;--tve-applied-color:var$(--tve-color,rgb(0,0,0))!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28]:hover{--tve-color:rgb(0,0,0)!important;--tve-applied---tve-color:rgb(0,0,0)!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link::after{background-image:none!important;background-color:var(--tcb-local-color-0618a)!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link{font-size:var(--tve-font-size,13px)!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a29]{--tcb-local-color-icon:rgb(255,255,255);--tcb-local-color-var:rgb(255,255,255);--tve-icon-size:17px;--tcb-icon-rotation-angle:180deg;font-size:17px;width:17px;height:17px}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41] .tve_social_items{font-size:13px!important}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41]{float:left;z-index:3;position:relative;--tve-alignment:left;top:0;left:0;padding:0!important;margin:0 auto!important;font-size:13px!important}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41] .tve_social_items .tve_s_item{margin-bottom:10px;display:table}.tve-theme-1686 .content-section [data-css=tve-u-18705558a43]{float:left;z-index:3;--tve-alignment:left;top:30px;left:0;padding:1px!important;margin:-2px 0 0!important;position:absolute!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bd4]::after,.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c8]::after,.tve-theme-1686 .bottom-section [data-css=tve-u-1871287adc5]::after,.tve-theme-1686 .content-section [data-css=tve-u-18705558a44]::after,.tve-theme-1686 .content-section [data-css=tve-u-187055688ec]::after,.tve-theme-1686 .top-section [data-css=tve-u-187054cb3dc]::after{clear:both}.tve-theme-1686 .content-section [data-css=tve-u-187055688e7]{padding:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688f1]{padding:0!important;margin-bottom:20px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688f3]{padding:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d8]{max-width:44.2%}.tve-theme-1686 .content-section [data-css=tve-u-187055688e2]{max-width:55.8%}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]{padding:50px!important;margin-left:-30px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d6]{--tve-font-size:16px;margin-top:0!important;margin-bottom:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]>.tcb-flex-col>.tcb-col,.tve-theme-1686 .content-section [data-css=tve-u-187055688e5]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-1686 .content-section [data-css=tve-u-187055688e3]{text-align:left}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-187055688f2]{padding-bottom:0!important;margin-bottom:0!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-187055688e8]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;text-transform:uppercase!important;font-size:14px!important;font-weight:var(--g-regular-weight,normal)!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e0]{background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;background-size:cover!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;--background-size:cover!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688db]{width:240px;--tve-alignment:center;float:none;--tve-applied-width:240px!important;padding:1px 1px 15px!important;margin:20px auto 0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688de]{height:unset!important;--tve-applied-height:unset!important;min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688df]{width:unset;left:-20px;top:0;position:relative;--tve-applied-width:unset!important;margin:-25px 0 0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e1]{height:270px!important;--tve-applied-height:270px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688db]>.tve-cb{display:block}.tve-theme-1686 .content-section [data-css=tve-u-187055688e5]{padding:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e4]{position:static;top:0;right:0;margin:0 0 30px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ea]{margin-bottom:0!important;margin-top:0!important;padding:1px 5px!important;margin-right:-49px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688eb]{background-image:linear-gradient(var(--tcb-skin-color-21),var(--tcb-skin-color-21))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-21),var(--tcb-skin-color-21))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-21),var$(--tcb-skin-color-21))!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e6]{max-width:25.4%}.tve-theme-1686 .content-section [data-css=tve-u-187055688e9]{max-width:74.6%}.tve-theme-1686 .content-section [data-css=tve-u-187055688d9]{padding-top:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ed]{float:right;z-index:3;position:relative;--tve-alignment:right;font-size:7px!important;margin-top:0!important;margin-bottom:0!important;display:flex!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ed] .tve_social_items{font-size:7px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ed] .tve_social_items .tve_s_item{display:inline-block}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-187055688d6] p{font-size:var(--tve-font-size,16px)}.tve-theme-1686 .content-section [data-css=tve-u-187055688dc]{background-image:linear-gradient(rgb(255 255 255/.9),rgb(255 255 255/.9)),url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important;--background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;--background-size:auto auto,cover!important;--background-position:50% 50%,50% 50%!important;--background-attachment:scroll,scroll!important;--background-repeat:no-repeat,no-repeat!important;--tve-applied-background-image:linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.9)),url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important}.tve-theme-1686 .content-section [data-css=tve-u-186e043d499]{border:1px solid #000;--tve-applied-border:1px solid rgb(0,0,0)}.tve-theme-1686 .sidebar-section .section-background{border:0;background-color:#fff!important;background-image:none!important}.tve-theme-1686 .sidebar-section .section-content{text-align:left;display:block;--tve-font-weight:var(--g-regular-weight, normal);--tve-font-size:17px;padding:25px 10px 20px!important}.tve-theme-1686 .sidebar-section{min-width:257px}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0c8b85],.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0ce5f3]{background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0c8b85]{--tve-border-width:3px;background-image:linear-gradient(var(--tcb-skin-color-9),var(--tcb-skin-color-9))!important;--background-image:linear-gradient(var(--tcb-skin-color-9), var(--tcb-skin-color-9))!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-9), var$(--tcb-skin-color-9))!important;border:0!important;--tve-applied-border:none!important;background-size:auto!important;--background-size:auto auto!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0ce5f3]{--background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;--tve-applied-background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important;background-size:cover!important;--background-size:cover!important;background-image:url(https://secure.gravatar.com/avatar/8b3bc8508af0b8dcd26afa948ab057ec?s=256&d=mm&r=g&dynamic_author=1)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:250px!important;--tve-applied-height:250px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d39df]{max-width:unset;padding:25px!important;--tve-applied-max-width:unset!important;margin-bottom:60px!important;margin-top:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d5c05]{--tve-alignment:center;float:none;margin:0 auto 20px!important;padding:1px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0e3e79]{width:193px;--tve-alignment:center;float:none;top:0;margin:0 auto -59px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10e1ae]{--tcb-local-color-f3080:var(--tcb-skin-color-3);--tcb-local-color-f2bba:rgba(4, 50, 62, 0.5);--tcb-local-color-trewq:rgba(4, 50, 62, 0.7);--tcb-local-color-poiuy:rgba(4, 50, 62, 0.35);--tcb-local-color-f83d7:rgba(4, 50, 62, 0.4);--tcb-local-color-frty6:rgba(4, 50, 62, 0.2);--tcb-local-color-flktr:rgba(4, 50, 62, 0.8);margin-top:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10e1ae] .tve_social_items,.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10fec0],.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10fec1],.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10fec2]{font-size:10px!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df113969]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1686 .sidebar-section .section-content .tcb-plain-text,.tve-theme-1686 .sidebar-section .section-content li,.tve-theme-1686 .sidebar-section .section-content p{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal))}:not(#tve) .tve-theme-1686 .sidebar-section .section-content .tcb-plain-text,:not(#tve) .tve-theme-1686 .sidebar-section .section-content li,:not(#tve) .tve-theme-1686 .sidebar-section .section-content p{font-size:var(--tve-font-size,17px)}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df182184],:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df201d3c]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;text-transform:uppercase!important;font-size:14px!important;font-weight:var(--g-bold-weight,bold)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df188559]{padding:5px 10px!important;border:1px solid var(--tcb-skin-color-14)!important;--tve-applied-border:1px solid var$(--tcb-skin-color-14)!important;margin-bottom:10px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1a21d3] .thrive-dynamic-styled-list-item{margin-left:0!important;padding-bottom:12px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1aab98]{margin-bottom:40px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1a21d3]{--tve-font-weight:var(--g-regular-weight, normal);margin-bottom:50px!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc((100% - 0px)/1)}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:50px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1bf853]{padding:0!important;margin-bottom:5px!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1bf854]{padding-top:0!important;margin-top:0!important;padding-bottom:0!important;margin-bottom:0!important;font-size:22px!important;font-weight:var(--g-regular-weight,normal)!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top:0!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d]{max-width:300px;float:none;margin-left:auto!important;margin-right:auto!important;margin-bottom:80px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1bf851]{background-image:url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_post-03_featured-1-300x194-1.jpg?dynamic_featured=1&size=medium)!important;background-size:cover!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1bf850]{padding:0!important;margin:0 0 20px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list .thrv-content-box [data-css=tve-u-186df1bf852]{min-height:170px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1bf850]:hover [data-css=tve-u-186df1bf851]{background-image:linear-gradient(rgb(0 0 0/.05),rgb(0 0 0/.05)),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_post-03_featured-1-300x194-1.jpg?dynamic_featured=1&size=medium)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1c8b99]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;text-transform:uppercase!important;font-size:11px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1cc553]{padding:1px 5px!important;margin-bottom:5px!important;background-image:linear-gradient(var(--tcb-skin-color-9),var(--tcb-skin-color-9))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-9), var(--tcb-skin-color-9))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-9), var$(--tcb-skin-color-9))!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1d60d0]{font-family:inherit!important;font-size:inherit!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1dea68]{font-size:inherit!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1e6a81]{letter-spacing:1px;text-transform:uppercase!important;font-size:14px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df20cc0f]{margin-top:0!important;margin-bottom:0!important;padding-top:35px!important;padding-left:25px!important;padding-right:25px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df20f1f3]{background-image:linear-gradient(rgb(255 255 255/.8),rgb(255 255 255/.8)),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_04-1.jpg)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important;--background-image:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_04-1.jpg)!important;--background-size:auto auto,cover!important;--background-position:50% 50%,50% 50%!important;--background-attachment:scroll,scroll!important;--background-repeat:no-repeat,no-repeat!important;--tve-applied-background-image:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_04-1.jpg)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df215b1d]{background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df21d7ee]{text-align:center;height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df222e1d]{--tve-font-size:1px;height:320px!important;--tve-applied-height:320px!important;min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df20cc0f]>.tve-cb,.tve-theme-1686 .sidebar-section [data-css=tve-u-186df227089]>.tve-cb{justify-content:center;display:flex;flex-direction:column}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df227089]{margin-bottom:0!important;margin-top:0!important;z-index:5!important;padding:1px!important}:not(#tve) .tve-theme-1686 .sidebar-section .thrv-content-box [data-css=tve-u-186df222e1d] .tcb-plain-text,:not(#tve) .tve-theme-1686 .sidebar-section .thrv-content-box [data-css=tve-u-186df222e1d] p{font-size:var(--tve-font-size,1px)}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df289236]{background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0))!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df289c21]{width:50px;top:-6px;left:-6px;--tve-applied-width:50px!important;padding:1px!important;margin:0!important;position:absolute!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df28a7e8]{height:50px!important;--tve-applied-height:50px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df2a76a6]{background-image:linear-gradient(#fff,#fff)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255))!important;padding:30px 15px!important;z-index:5!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{border-radius:100px;overflow:hidden;letter-spacing:var(--tve-letter-spacing,1px);background-color:var(--tcb-local-color-394d4)!important;padding:18px 16px!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb]{--tve-font-size:16px;--tve-font-weight:var(--g-regular-weight, normal);--tve-letter-spacing:1px;--tcb-local-color-1bda9:rgb(19,114,211);--tve-color:var(--tcb-skin-color-0);--tcb-local-color-394d4:var(--tcb-skin-color-3);--tve-text-transform:capitalize;--tve-applied---tve-color:var$(--tcb-skin-color-0);min-width:100%!important;margin-bottom:0!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));color:var(--tve-color,var(--tcb-skin-color-0));--tcb-applied-color:var$(--tcb-skin-color-0);text-transform:var(--tve-text-transform,capitalize);--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-0))}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb]:hover .tcb-button-link{background-color:var(--tcb-local-color-394d4)!important;background-image:linear-gradient(rgb(255 255 255/.06),rgb(255 255 255/.06))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important}:not(#tve) .tve-theme-1686 .sidebar-section :not(#tve) [data-css=tve-u-186df306cdb]:hover .tcb-button-link span{color:var(--tve-color,#ffffff)!important;--tve-applied-color:var$(--tve-color, rgb(255, 255, 255))!important;--tcb-applied-color:rgb(255, 255, 255)!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb]:hover{--tve-color:rgb(255, 255, 255)!important;--tve-applied---tve-color:rgb(255, 255, 255)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df306ce1]{--tcb-local-color-icon:rgb(255, 255, 255);--tcb-local-color-var:rgb(255, 255, 255);--tve-icon-size:16px}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306ce5]{color:#fff!important;--tcb-applied-color:rgb(255, 255, 255)!important;--tve-applied-color:rgb(255, 255, 255)!important;text-transform:none!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1a21d3] .tcb-plain-text,:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df1a21d3] li{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal))}:not(#tve) .tve-theme-1686 .sidebar-section :not(#tve) [data-css=tve-u-186df12eb14]:hover svg.tcb-icon{color:var(--tcb-skin-color-0)!important;--tve-applied-color:var$(--tcb-skin-color-0)!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186dfb3690d]{font-size:28px!important;line-height:1.3em!important;padding-bottom:0!important;margin-bottom:0!important;padding-top:0!important;margin-top:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186e01a3ebb]{padding:5px 10px!important;border:1px solid var(--tcb-skin-color-14)!important;--tve-applied-border:1px solid var$(--tcb-skin-color-14)!important;margin-bottom:10px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186e16bfea1]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .content-section .section-content{padding:20px 10px 20px 110px!important}.tve-theme-1686 #content{padding-top:35px!important;margin-top:0!important}.tve-theme-1686 .content-section [data-css=tve-u-18746873a66]{margin-top:0!important}.tve-theme-1686 .top-section .section-background{background-color:var(--tcb-skin-color-9)!important;--background-color:var(--tcb-skin-color-9)!important;--tve-applied-background-color:var$(--tcb-skin-color-9)!important;background-image:linear-gradient(var(--tcb-skin-color-21),var(--tcb-skin-color-21)),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_hero_bg_01.jpg)!important;--background-image:linear-gradient(var(--tcb-skin-color-21), var(--tcb-skin-color-21)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_hero_bg_01.jpg)!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-21), var$(--tcb-skin-color-21)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_hero_bg_01.jpg)!important;background-size:auto,cover!important;background-position:50% 50%,50% 50%!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important;--background-size:auto auto,cover!important;--background-position:50% 50%,50% 50%!important;--background-attachment:scroll,scroll!important;--background-repeat:no-repeat,no-repeat!important}.tve-theme-1686 .top-section .section-content{justify-content:center;display:flex;flex-direction:column;text-align:center;min-height:1px!important;padding:50px 20px!important}.tve-theme-1686 .top-section [data-css=tve-u-187051aca8d]{max-width:800px;--tve-alignment:center;float:none;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important;margin-bottom:30px!important;--tve-applied-max-width:800px!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1686 .top-section [data-css=tve-u-187051bd7b2]{box-shadow:none;--tve-applied-box-shadow:none;--tve-border-width:10px;background-image:linear-gradient(var(--tcb-skin-color-22),var(--tcb-skin-color-22))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-22), var(--tcb-skin-color-22))!important;--background-size:auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-22), var$(--tcb-skin-color-22))!important;border:0!important;--tve-applied-border:none!important}.tve-theme-1686 .top-section [data-css=tve-u-187051c4674]{max-width:unset;position:relative;margin-bottom:0!important;padding:30px 50px 50px!important;margin-top:0!important;--tve-applied-max-width:unset!important;z-index:4!important}.tve-theme-1686 .top-section [data-css=tve-u-187052164af]{max-width:unset;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important;--tve-applied-max-width:unset!important;border:0!important;--tve-applied-border:none!important}.tve-theme-1686 .top-section [data-css=tve-u-1870525d1e3]{text-align:center}.tve-theme-1686 .top-section [data-css=tve-u-18705274fe4]{text-align:left}.tve-theme-1686 .top-section [data-css=tve-u-18705278b50]{max-width:50%}.tve-theme-1686 .top-section [data-css=tve-u-187052797eb]{text-align:right}.tve-theme-1686 .top-section [data-css=tve-u-1870528111d]{border-bottom:1px solid var(--tcb-skin-color-4);margin-top:0!important;margin-bottom:30px!important}.tve-theme-1686 .top-section [data-css=tve-u-18705284cdb]{padding-top:0!important;padding-bottom:5px!important}.tve-theme-1686 .top-section{margin-bottom:-13px!important}.tve-theme-1686 .top-section [data-css=tve-u-187053ed778]{margin-bottom:0!important}.tve-theme-1686 .top-section [data-css=tve-u-187054ca244]{background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0))!important}.tve-theme-1686 .top-section [data-css=tve-u-187054cb3da]{float:left;z-index:3;--tve-alignment:left;width:250px;top:-15px;left:-15px;position:absolute!important;--tve-applied-width:250px!important;margin-top:0!important;margin-bottom:0!important}.tve-theme-1686 .top-section [data-css=tve-u-187054cce74]{height:200px!important;--tve-applied-height:200px!important}.tve-theme-1686 .top-section [data-css=tve-u-187054d5a6b]{padding:15px 1px 1px 15px!important}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-1872814f62b]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;font-size:13px!important;text-transform:uppercase!important;font-weight:var(--g-bold-weight,bold)!important}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-187281556eb]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;padding-top:0!important;margin-top:0!important;text-transform:uppercase!important;font-size:13px!important}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-1872888d5fd]{font-size:inherit!important;line-height:1.35em!important}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-1874689f997]{padding-bottom:0!important;margin-bottom:0!important;font-size:50px!important}.tve-theme-1686 .content-section [data-css=tve-u-188332d0ae1]{padding:1px!important;margin:0 0 50px!important}.tve-theme-1686 .bottom-section .section-background{background-image:linear-gradient(rgb(0 0 0/.6),rgb(0 0 0/.6)),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_01-1.jpg)!important;background-color:var(--tcb-skin-color-2)!important;--background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_01-1.jpg)!important;--tve-applied-background-image:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_feature_img_01-1.jpg)!important;--background-color:var(--tcb-skin-color-2)!important;--tve-applied-background-color:var$(--tcb-skin-color-2)!important;background-size:auto,cover!important;background-position:50% 50%,50%0!important;background-attachment:scroll,scroll!important;background-repeat:no-repeat,no-repeat!important;--background-size:auto,cover!important;--background-position:50% 50%,50% 0%!important;--background-attachment:scroll, scroll!important;--background-repeat:no-repeat, no-repeat!important}.tve-theme-1686 .bottom-section .section-content{display:flex;flex-direction:column;--tve-color:var(--tcb-skin-color-22);--tve-applied---tve-color:var$(--tcb-skin-color-22);justify-content:center;min-height:1px!important;padding:60px 20px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b493]{width:350px;--tve-applied-width:350px!important;padding:30px!important;margin-top:0!important;margin-bottom:0!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b494]{text-align:center;height:305px!important;--tve-applied-height:305px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b495]{box-shadow:rgb(0 0 0/.13) -2px 2px 4px 0 inset;--tve-applied-box-shadow:-2px 2px 4px 0px rgba(0, 0, 0, 0.13) inset;--tve-border-width:2px;--tve-border-radius:0px;border-radius:0;background-image:linear-gradient(var(--tcb-skin-color-1),var(--tcb-skin-color-1)),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_CTA_bg_image_02.jpg),linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;--background-image:linear-gradient(var(--tcb-skin-color-1), var(--tcb-skin-color-1)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_CTA_bg_image_02.jpg), linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0))!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-1), var$(--tcb-skin-color-1)), url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_CTA_bg_image_02.jpg), linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0))!important;border:0!important;--tve-applied-border:none!important;background-size:auto,cover,auto!important;background-position:50% 50%,50% 50%,50% 50%!important;background-attachment:scroll,scroll,scroll!important;background-repeat:no-repeat,no-repeat,no-repeat!important;--background-size:auto,cover,auto!important;--background-position:50% 50%,50% 50%,50% 50%!important;--background-attachment:scroll, scroll, scroll!important;--background-repeat:no-repeat, no-repeat, no-repeat!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b496]{width:unset;max-width:unset;--tve-applied-width:unset!important;padding:3px 15px!important;margin-top:0!important;margin-bottom:10px!important;--tve-applied-max-width:unset!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b497]{--tve-color:var(--tcb-skin-color-9);--tve-applied---tve-color:var$(--tcb-skin-color-9);text-align:center;--tve-font-size:11px;--tve-text-transform:uppercase;--tve-letter-spacing:2px;height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b493]>.tve-cb{display:block}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b498]{--tve-border-radius:0px;border-radius:0;background-image:linear-gradient(var(--tcb-skin-color-3),var(--tcb-skin-color-3))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-3), var(--tcb-skin-color-3))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-3), var$(--tcb-skin-color-3))!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b496]>.tve-cb{justify-content:center;display:flex;flex-direction:column}:not(#tve) .tve-theme-1686 .bottom-section .thrv-content-box [data-css=tve-u-1870498b497] p{color:var(--tve-color,var(--tcb-skin-color-9));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-9));--tcb-applied-color:var$(--tcb-skin-color-9);font-size:var(--tve-font-size,11px)}:not(#tve) .tve-theme-1686 .bottom-section .section-content .tcb-plain-text,:not(#tve) .tve-theme-1686 .bottom-section .section-content p,:not(#tve) .tve-theme-1686 .bottom-section .thrv-content-box [data-css=tve-u-18704ab0dac] .tcb-plain-text,:not(#tve) .tve-theme-1686 .bottom-section .thrv-content-box [data-css=tve-u-18704ab0dac] h2,:not(#tve) .tve-theme-1686 .bottom-section .thrv-content-box [data-css=tve-u-18704ab0dac] p{color:var(--tve-color,var(--tcb-skin-color-22));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-22));--tcb-applied-color:var$(--tcb-skin-color-22)}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bde]{padding:0!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6be3]{float:left;z-index:3;position:relative;--tve-alignment:left;max-width:unset;--tve-applied-max-width:unset!important;margin-bottom:40px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]{padding:1px!important;margin-left:-30px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf1]{max-width:37.4%}.tve-theme-1686 .bottom-section [data-css=tve-u-187049de042]{--tve-font-size:17px;margin-bottom:0!important;margin-top:0!important;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-187049de042] .tcb-plain-text,:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-187049de042] p{font-size:var(--tve-font-size,17px)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704a2cbd8]{height:unset;margin-left:0!important;--tve-applied-height:unset!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704a7a79d]{padding-bottom:0!important;margin-bottom:0!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-1870498b497] p{text-transform:var(--tve-text-transform,uppercase)}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b497] p{letter-spacing:var(--tve-letter-spacing,2px)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704a95d34]{max-width:62.6%}.tve-theme-1686 .bottom-section [data-css=tve-u-18704aa3130]{background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704aa8f42]{max-width:500px;--tve-alignment:left;float:left;z-index:3;position:relative;padding:1px!important;margin:0 auto!important;--tve-applied-max-width:500px!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704aad719]{font-weight:var(--g-regular-weight,normal)!important;padding-bottom:0!important;margin-bottom:0!important;text-transform:none!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ab0dac]{--tve-color:var(--tcb-skin-color-22);--tve-applied---tve-color:var$(--tcb-skin-color-22)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ab2378]{margin-bottom:20px!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ab99d0]{padding-bottom:0!important;margin-bottom:0!important;padding-top:0!important;margin-top:0!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704b1542f]{font-size:28px!important;padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704babf81]{width:100%;--tve-applied-width:100%!important;padding:25px!important;margin-top:0!important;margin-bottom:0!important;position:relative!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704babf81]>.tve-cb{display:flex;justify-content:center;flex-direction:column}.tve-theme-1686 .bottom-section [data-css=tve-u-18704bb0fb7]{box-shadow:#fff 15px 9px 16px 0 inset;--tve-applied-box-shadow:15px 9px 16px 0px rgb(255, 255, 255) inset;--tve-border-width:21px;--tve-border-radius:20px;border-radius:20px;overflow:hidden;background-image:linear-gradient(119deg,#fff 0,rgb(0 0 0/.08) 100%)!important;--background-image:linear-gradient(119deg, #ffffff 0%, rgba(0, 0, 0, 0.08) 100%)!important;--tve-applied-background-image:linear-gradient(119deg, #ffffff 0%, rgba(0, 0, 0, 0.08) 100%)!important;border:0!important;--tve-applied-border:none!important;background-color:#f2f2f2!important;--background-color:rgb(242, 242, 242)!important;--tve-applied-background-color:rgb(242, 242, 242)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704bc6b38]{text-align:center;height:400px!important;--tve-applied-height:400px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704e99fcb]{background-image:linear-gradient(var(--tcb-skin-color-22),var(--tcb-skin-color-22))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-22), var(--tcb-skin-color-22))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-22), var$(--tcb-skin-color-22))!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ed23a2]{font-size:26px;margin-left:auto;margin-right:auto;--tcb-local-color-icon:rgba(10, 10, 10, 0.1);--tcb-local-color-var:rgba(10, 10, 10, 0.1);--tve-icon-size:26px;width:26px;height:26px}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ed23a2]>:first-child{color:rgb(10 10 10/.1);--tve-applied-color:rgba(10, 10, 10, 0.1)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9] .tcb-button-link{border-radius:100px;overflow:hidden;border:1px solid var(--tcb-local-color-53c4e);letter-spacing:var(--tve-letter-spacing,1px);padding-left:10px;text-align:center;padding-right:20px!important;padding-top:10px!important;padding-bottom:10px!important;background-color:transparent!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9] .tcb-button-link span{color:var(--tve-color,var(--tcb-local-color-53c4e));--tcb-applied-color:var$(--tcb-local-color-53c4e);font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));text-transform:var(--tve-text-transform,capitalize)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9]{--tve-color:var(--tcb-local-color-53c4e);--tve-letter-spacing:1px;--tve-font-weight:var(--g-bold-weight, bold);--tcb-local-color-2ba6f:rgb(19,114,211);--tcb-local-color-53c4e:var(--tcb-skin-color-22);float:left;z-index:3;position:relative;--tve-alignment:left;--tve-text-transform:capitalize;min-width:230px;--tve-font-size:16px;margin-top:0!important;margin-bottom:0!important;--tve-applied-min-width:230px!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9]:hover .tcb-button-link span{color:var(--tve-color,#ffffff)!important;--tcb-applied-color:rgb(255,255,255)!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9]:hover{--tve-color:var(--tcb-skin-color-3)!important;--tve-applied---tve-color:var$(--tcb-skin-color-3)!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9]:hover .tcb-button-link{background-color:var(--tcb-local-color-53c4e)!important;background-image:linear-gradient(var(--tcb-skin-color-22),var(--tcb-skin-color-22))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;border:1px solid var(--tcb-local-color-53c4e)!important;--background-image:linear-gradient(var(--tcb-skin-color-22), var(--tcb-skin-color-22))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-22), var$(--tcb-skin-color-22))!important}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64cb]>:first-child{color:var(--tcb-skin-color-3);--tve-applied-color:var$(--tcb-skin-color-3)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64cb]{border-radius:100px;overflow:hidden;border:0;box-shadow:none;--tcb-local-color-icon:var(--tcb-skin-color-3);--tcb-local-color-var:var$(--tcb-skin-color-3);--tve-icon-size:18px;--tve-applied-box-shadow:none;--tve-applied-border:none;padding:10px!important;background-color:var(--tcb-local-color-53c4e)!important;background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0))!important;--background-size:auto auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0))!important}:not(#tve) .tve-theme-1686 .bottom-section :not(#tve) [data-css=tve-u-18704ee64c9]:hover .tcb-button-link span{color:var(--tve-color,var(--tcb-skin-color-3))!important;--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-3))!important;--tcb-applied-color:var$(--tcb-skin-color-3)!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]>.tcb-flex-col{padding-left:30px}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea] .tve_social_items{font-size:11px!important}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea]{top:0;left:0;padding:0!important;margin-top:0!important;margin-bottom:0!important;font-size:11px!important}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea] .tve_social_items .tve_s_item{display:inline-block}.tve-theme-1686 :not(#layout) .sidebar-section{order:3}.tve-theme-1686 :not(#layout) .content-section{order:1}}@media (max-width:1023px){:not(#layout) .tve-theme-1686 .main-container{flex-wrap:wrap}:not(#layout) .tve-theme-1686 .main-container div.main-columns-separator{width:100%}.tve-theme-1686 .main-container{padding:20px!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]>.tcb-flex-col>.tcb-col{justify-content:flex-end}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41]{position:static;left:0;font-size:10px!important}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41] .tve_social_items .tve_s_item{display:inline-block}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41] .tve_social_items{font-size:10px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]{flex-wrap:nowrap!important;padding:55px 40px 55px 55px!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-187055688f2],:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186dfb28e19]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e1]{height:280px!important;--tve-applied-height:280px!important;min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688db]{width:210px;--tve-applied-width:210px!important;margin-top:0!important;padding-bottom:15px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d8]{max-width:42.9%}.tve-theme-1686 .content-section [data-css=tve-u-187055688e2]{max-width:57.1%}.tve-theme-1686 .content-section [data-css=tve-u-187055688de]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e6]{max-width:23.2%}.tve-theme-1686 .content-section [data-css=tve-u-187055688e9]{max-width:76.8%}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]>.tcb-flex-col>.tcb-col{justify-content:flex-start}.tve-theme-1686 .content-section [data-css=tve-u-187055688d9]{padding-top:19px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688df]{margin-bottom:0!important;padding:1px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ea]{margin-right:-41px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ee],.tve-theme-1686 .content-section [data-css=tve-u-187055688ef],.tve-theme-1686 .content-section [data-css=tve-u-187055688f0]{width:25.4531px}.tve-theme-1686 .sidebar-section .section-content{text-align:center;padding:50px 20px 20px!important}.tve-theme-1686 .sidebar-section .section-background{background-color:#fff!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc((100% - 20px)/2)}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d]{max-width:100%;margin-bottom:70px!important;margin-top:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:240px!important;--tve-applied-height:240px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d39df]{--tve-alignment:center;float:none;max-width:unset;padding-right:30px!important;margin-left:auto!important;margin-right:auto!important;--tve-applied-max-width:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0e3e79]{width:159px;top:0;margin-bottom:-46px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d5c05]{--tve-alignment:center;float:none;width:220px;margin:-22px auto 10px!important;--tve-applied-width:220px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1a21d3]{margin-bottom:40px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df20cc0f]{padding:50px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df2a76a6]{padding:30px!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186dfb3690d]{font-size:28px!important}:not(#tve) .tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb]{--tve-font-size:16px;--tve-alignment:center;float:none;min-width:0!important;margin-left:auto!important;margin-right:auto!important;--tve-applied-min-width:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{text-align:center;padding:16px 25px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df222e1d]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df289c21]{top:-5px;left:-5px}.tve-theme-1686 .sidebar-section [data-css=tve-u-186e01a3ebb]{margin-bottom:20px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1aab98]{margin-bottom:50px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df188559]{margin-bottom:30px!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top:0!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right:20px!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df10e1ae]{--tve-alignment:center;float:none;min-width:0!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186e16e289e]{margin-bottom:5px!important}.tve-theme-1686 .content-section [data-css=tve-u-18746873a66]{margin-top:20px!important}.tve-theme-1686 #content{padding-top:0!important}.tve-theme-1686 .top-section .section-content{padding:30px 40px!important;min-height:180px!important}.tve-theme-1686 .top-section [data-css=tve-u-187051c4674]{padding:20px 30px 30px!important}.tve-theme-1686 .top-section{margin-bottom:0!important}.tve-theme-1686 .top-section [data-css=tve-u-1870528111d]{margin-bottom:20px!important}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-1874689f997]{font-size:35px!important}.tve-theme-1686 .bottom-section .section-content{padding:40px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b493]{width:250px;float:left;z-index:3;position:relative;--tve-alignment:left;--tve-applied-width:250px!important;padding:22px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b494]{height:195px!important;--tve-applied-height:195px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b496]{width:unset;--tve-applied-width:unset!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b497]{--tve-font-size:12px;height:unset!important;--tve-applied-height:unset!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bde]{padding-top:0!important;padding-right:0!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]{flex-wrap:nowrap!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704babf81]{width:100%;--tve-applied-width:100%!important;padding:20px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704bc6b38]{height:265px!important;--tve-applied-height:265px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9] .tcb-button-link{padding-right:20px;padding-left:10px}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf1]{max-width:43.5%}.tve-theme-1686 .bottom-section [data-css=tve-u-18704a95d34]{max-width:56.5%}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704b1542f]{font-size:23px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18721fb677b]{padding:12px!important;margin-bottom:0!important;margin-top:0!important}:not(#tve) .tve-theme-1686 .bottom-section .thrv-content-box [data-css=tve-u-1870498b497] p{font-size:var(--tve-font-size,12px)}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ed23a2]{font-size:18px;width:18px;height:18px;--tve-icon-size:18px;margin-bottom:15px!important;margin-top:15px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-1686 .bottom-section [data-css=tve-u-18721fc957a]::after{clear:both}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6be3]{margin-bottom:30px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704aa8f42]{max-width:unset;--tve-applied-max-width:unset!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704babf81]>.tve-cb{justify-content:center;display:flex;flex-direction:column}:not(#tve) .tve-theme-1686 .bottom-section [data-css=tve-u-18704a7a79d]{line-height:1em!important}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea]{position:static;left:0;font-size:11px!important}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea] .tve_social_items .tve_s_item{display:inline-block}.tve-theme-1686 .content-section [data-css=tve-u-18894f2b8ea] .tve_social_items{font-size:11px!important}.tve-theme-1686 .content-section .section-content{padding-left:10px!important}}@media (max-width:767px){.tve-theme-1686 .main-container{padding:10px!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link{padding:12px 8px 12px 0!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a29]{font-size:15px;width:15px;height:15px;--tve-icon-size:15px}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]{flex-wrap:nowrap!important}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-18705550a28] .tcb-button-link{font-size:var(--tve-font-size,11px)!important}.tve-theme-1686 .content-section [data-css=tve-u-18705550a28]{--tve-font-size:11px}.tve-theme-1686 .content-section [data-css=tve-u-18705550a26]>.tcb-flex-col>.tcb-col{justify-content:flex-end}.tve-theme-1686 .content-section [data-css=tve-u-18705558a41]{float:left;z-index:3;position:relative;--tve-alignment:left}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]{flex-wrap:wrap!important;padding:50px 30px 30px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d7]>.tcb-flex-col,.tve-theme-1686 .content-section [data-css=tve-u-187055688e5]>.tcb-flex-col{flex-basis:390px!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ee],.tve-theme-1686 .content-section [data-css=tve-u-187055688ef],.tve-theme-1686 .content-section [data-css=tve-u-187055688f0]{width:25.4531px}.tve-theme-1686 .content-section [data-css=tve-u-187055688db]{width:225px;--tve-alignment:right;float:right;z-index:3;position:relative;--tve-applied-width:225px!important;margin-bottom:30px!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688ea]{margin-right:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688d9]{padding-top:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688da]::after{clear:both}.tve-theme-1686 .content-section [data-css=tve-u-187055688e5]{flex-wrap:wrap!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e6]{max-width:28%}.tve-theme-1686 .content-section [data-css=tve-u-187055688e9]{max-width:72%}:not(#tve) .tve-theme-1686 .content-section [data-css=tve-u-187055688f4]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e4]{text-align:center}.tve-theme-1686 .content-section [data-css=tve-u-187055688ed]{--tve-alignment:center;float:none;min-width:0!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1686 .content-section [data-css=tve-u-187055688e7]{margin-bottom:10px!important}.tve-theme-1686 .sidebar-section .section-content{padding:10px 10px 20px!important}.tve-theme-1686 .sidebar-section .section-background{background-color:#fff!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc((100% - 0px)/1)}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:20px!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top:0!important}.tve-theme-1686 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d5c05]{--tve-alignment:center;float:none;width:100%;margin-left:auto!important;margin-right:auto!important;--tve-applied-width:100%!important;margin-top:0!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d39df]{padding:25px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df20cc0f]{padding:30px!important;margin-bottom:10px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df2a76a6]{padding:20px!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df1bf84d]{max-width:unset;margin-bottom:50px!important;--tve-applied-max-width:unset!important}.tve-theme-1686 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:290px!important;--tve-applied-height:290px!important}.tve-theme-1686 .top-section .section-content{padding:20px!important;min-height:185px!important}.tve-theme-1686 .top-section [data-css=tve-u-17c5f47f9e9]{margin-bottom:5px!important}.tve-theme-1686 .top-section [data-css=tve-u-187052164af]{margin-bottom:10px!important}.tve-theme-1686 .top-section [data-css=tve-u-187051c4674]{padding:20px!important}.tve-theme-1686 .top-section [data-css=tve-u-187051aca8d]{max-width:unset;--tve-applied-max-width:unset!important;margin-bottom:20px!important}.tve-theme-1686 .top-section [data-css=tve-u-1870528111d]{text-align:center;margin-bottom:10px!important}.tve-theme-1686 .top-section [data-css=tve-u-18705274fe4]{text-align:center;--tve-font-size:12px}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-18705274fe4] p{font-size:var(--tve-font-size,12px)}.tve-theme-1686 .top-section [data-css=tve-u-187052797eb]{text-align:center}.tve-theme-1686 .top-section [data-css=tve-u-187054d5a6b]{padding-top:10px!important;padding-left:10px!important;margin-bottom:0!important}.tve-theme-1686 .top-section [data-css=tve-u-187054cb3da]{top:-10px;left:-10px}:not(#tve) .tve-theme-1686 .top-section [data-css=tve-u-1874689f997]{font-size:30px!important}.tve-theme-1686 .bottom-section .section-content{padding:40px 20px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b493]{top:0;left:0;--tve-alignment:center;width:270px;margin:0 auto 30px!important;padding:25px!important;--tve-applied-width:270px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bde]{padding:0!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704babf81]{top:0;left:0;--tve-alignment:center;margin-right:auto!important;margin-left:auto!important;margin-top:0!important;padding:20px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9] .tcb-button-link{padding-right:20px;padding-left:10px}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]{flex-wrap:wrap!important}.tve-theme-1686 .bottom-section [data-css=tve-u-187049b6bf0]>.tcb-flex-col{flex-basis:390px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-1870498b494]{height:210px!important;--tve-applied-height:210px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704bc6b38]{height:285px!important;--tve-applied-height:285px!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704aa8f42]{float:none}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ab0dac]{text-align:center}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ee64c9]{--tve-alignment:center;float:none;min-width:0!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1686 .bottom-section [data-css=tve-u-18704ed23a2]{margin-bottom:15px!important;margin-top:20px!important}}.tvd-toast{justify-content:space-between}.tvd-toast.tve-fe-message{top:50px;width:60%;padding:0;color:#000;max-width:500px;position:fixed;z-index:9999993;left:50%}.tvd-toast.tve-fe-message .tve-toast-message{position:relative;left:-50%;background:#fff;-webkit-box-shadow:0 0 15px 0#a7a7a7;box-shadow:0 0 15px 0#a7a7a7}.tvd-toast.tve-fe-message .tve-toast-icon-container{display:inline-block;width:50px;background:green;color:#fff;height:100%;position:absolute}.tvd-toast.tve-fe-message .tve-toast-message-container{padding:20px 10px 20px 70px;margin:auto 0;font-family:Roboto,sans-serif;font-size:16px}