@-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)}}@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--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}.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::-webkit-inner-spin-button,.sc-form-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.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}.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:10px}.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}.comment-form>p,.wp-block-buttons,ul{box-sizing:border-box}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.comment-form>p input[type=email],.comment-form>p input[type=text],.comment-form>p input[type=url],.wp-block-buttons .wp-block-button__link{width:100%}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}html :where(img[class*=wp-image-]){height:auto;max-width:100%}: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)}: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}.comments-area .thrv_wrapper{margin:0;padding:0}.comment-form-item.comment-form-url{margin-bottom:40px}.comments-area .comment-form-item label{margin:0 0 10px}.comment-form-item input{background-color:#f5f5f5}.comments-area .comment-form-item input{padding:10px}#comments .comment-respond{padding-top:20px}.comment-form input::placeholder,.comment-form textarea::placeholder{color:inherit;font-family:inherit;font-weight:inherit;text-decoration:inherit}.comment-form-reply-title{font-size:14px;text-transform:uppercase;color:rgb(10 10 10/.6);font-weight:600}.comment-form-input,.comment-form-text textarea{box-sizing:border-box;padding:19px 20px;width:100%;outline:0;background-color:#f0f3f3;font-size:14px;vertical-align:middle;border:1px solid rgb(157 159 159/.26);border-radius:3px}.comment-form-text textarea{min-height:200px;resize:vertical;display:block;line-height:1em;color:rgb(16 16 16/.6)}.comment-form-input{color:rgb(10 10 10/.5);font-weight:300;line-height:46px}.comment-form:after{content:"";display:table;clear:both}.comment-form-submit{position:relative;box-sizing:border-box!important;float:right;z-index:3;font-size:15px;display:table;margin:20px 0}.comment-form-submit .thrv_icon{position:absolute;right:0;top:50%;z-index:2;margin:-.5em 10px 0 0;font-size:var(--tve-font-size,1em);color:var(--tve-color)}.comment-form-submit button{padding:12px 32px;font-size:1em;cursor:pointer;width:100%;background-color:#fff0;color:#1fa5e6;border-radius:50px;font-weight:500;border:solid 1px #1fa5e6}.comment-form-submit button:focus{outline:0}.comment-form-submit button::-moz-focus-inner{border:0}@media (max-width:1023px){.comment-form-submit{max-width:50%;width:50%}}@media (max-width:767px){.comment-form-submit{float:left;max-width:100%;width:100%}}.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-progress-bar{--bar-background-color:var(--tcb-skin-color-0, #e97954);--tcb-applied-color:var(--tcb-skin-color-0, #e97954);--bar-height:6px;width:100%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:fixed;background-color:#fff0;max-height:var(--bar-height,6px);border:0;display:none}.thrive-progress-bar[data-position]{z-index:9;top:0;left:0}.thrive-progress-bar::-webkit-progress-value{background-color:var(--bar-background-color,#e97954);height:var(--bar-height,6px)}.thrive-progress-bar::-webkit-progress-bar{background-color:#fff0;height:var(--bar-height,6px)}.thrive-progress-bar::-moz-progress-bar{background-color:var(--bar-background-color,#e97954);border:0;height:var(--bar-height,6px)}.thrive-progress-bar:focus{outline:0}.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,.thrv_wrapper.tcb-post-author-picture{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,h5,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,h5,h6{margin:0;padding:0;color:#0a0a0a;font-weight:600}a,h2 a,h5 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}h5,h6{font-size:18px;line-height:1.75em}h6{font-size:16px}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,footer,header,section{display:block}progress{display:inline-block;vertical-align:baseline}[hidden],template{display:none}strong{font-weight:700}small{font-size:80%}img{border:0;height:auto;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}button,input,textarea{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=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto}input[type=email],input[type=text],input[type=url],textarea{border:1px solid #ccc;border-radius:3px;padding:10px}input[type=email]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#111}.tcb-logo picture,textarea{width:100%}@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].tve-mobile-dropdown :not(.tve-ham-wrap)>ul.tve_w_menu:not(.tve-m-expanded){visibility:hidden;display:none}.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].tve-mobile-dropdown :not(.tve-ham-wrap)>ul.tve_w_menu:not(.tve-m-expanded){visibility:hidden;display:none}.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}.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_4 .tve_s_item,:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item{border-radius:3px;border:1px solid var(--tcb-local-color-f3080);background-color:#fff0;fill:var(--tcb-local-color-f3080);color:var(--tcb-local-color-f3080)}.thrive_author_links.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover,:not(#tve).thrv_social_follow.tcb-custom-branding-social .tve_links_style_4 .tve_s_item:hover{fill:var(--tcb-local-color-poiuy);color:var(--tcb-local-color-poiuy);border-color:var(--tcb-local-color-f3080);background-color:var(--tcb-local-color-f3080);fill:#fff!important;color:#fff!important}.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_4 .tve_s_item,.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item{border-radius:3px;border:1px solid var(--tcb-local-color-f3080);background:#fff0;fill:var(--tcb-local-color-f3080);color:var(--tcb-local-color-f3080)}.thrive_author_links .tve_social_custom.tve_links_style_4 .tve_s_item:hover,.thrv_social_follow .tve_social_custom.tve_links_style_4 .tve_s_item:hover{fill:var(--tcb-local-color-poiuy);color:var(--tcb-local-color-poiuy);border-color:var(--tcb-local-color-f3080);background-color:var(--tcb-local-color-f3080);fill:#fff;color:#fff}.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}.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-flip .tcb-button-icon{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 h2 a:not(.tcb-button-link),:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link):hover,:not(.inc) .thrv_text_element h5 a:not(.tcb-button-link),:not(.inc) .thrv_text_element h5 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-author-picture{border-radius:50%;box-sizing:border-box;height:auto;width:240px;overflow:hidden}.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}.tcb-post-list-cb-clear p{padding:0!important;letter-spacing:1px}.tcb-post-list-cb-clear p a{color:inherit!important}.tcb-post-list-cb-clear:after{clear:both}.tcb-post-list-cb{float:left;position:relative;z-index:3}.tcb-post-list-cb.thrv_wrapper{margin-top:10px;margin-bottom:5px;padding:4px 10px}.tcb-post-list-cb.thrv-content-box.thrv_contentbox_shortcode .tve-cb p{color:#fff;font-size:13px;line-height:1em}.tcb-post-list-cb .thrv_wrapper{margin-top:0;margin-bottom:0;padding:0}.tcb-post-list-cb .tve-content-box-background{background-color:rgb(0 0 0/.45);border-radius:5px}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}}.tcb-clear:after{display:block;height:0;content:""}.tve_ea_thrive_animation{opacity:0}.tve_ea_thrive_animation.tve_anim_bob{visibility:visible!important;opacity:1}.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-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.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap),.tcb-flex-row:not(.tcb--cols--2):not(.tcb-medium-no-wrap){flex-wrap:wrap}.tcb-flex-row.tcb-resized:not(.tcb--cols--2):not(.tcb-medium-no-wrap)>.tcb-flex-col,.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{margin-top:20px;margin-bottom:20px;padding:1px}.thrv_wrapper div{box-sizing:content-box}.thrv_symbol .thrv_wrapper:not(.thrv_icon){box-sizing:border-box!important}.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}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-1694 #wrapper{--top-background-width:100%;--top-content-width:100%;--header-background-width:100%;--header-content-width:100%;--footer-background-width:100%;--bottom-background-width:100%}.tve-theme-1694 .main-container{padding:20px 10px!important}:not(#layout) .tve-theme-1694 #wrapper{--layout-content-width:1300px;--layout-background-width:1300px}.tve-theme-1694 .thrive-progress-bar{--bar-background-color:var(--tcb-skin-color-27);--tcb-applied-color:var$(--tcb-skin-color-27);--bar-height:4px}:not(#layout) .tve-theme-1694 .main-container{--separator-size:80px;--sidebar-size:29.08%}.tve-theme-1694 #content{padding-top:0!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-16f845fe58e]{font-family:inherit!important;font-size:inherit!important;font-weight:var(--g-bold-weight,bold)!important;--eff-color:rgb(47, 138, 231)!important;--eff-faded:rgba(47, 138, 231, 0.6)!important;--eff-ensure-contrast:rgba(47, 138, 231, 0.6)!important;--eff-ensure-contrast-complement:rgba(140, 47, 231, 0.6)!important;box-shadow:none!important;border-bottom:medium none currentcolor!important;background:0 0!important;text-decoration:none!important;animation:0s ease 0s 1 normal none running none!important;transition:none!important;padding-left:0!important;--eff:none!important;color:inherit!important;--tve-applied-box-shadow:none!important;--tve-applied-color:inherit!important}.tve-theme-1694 .top-section [data-css=tve-u-16f8461e38c]{padding:0!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07746]{width:45px;float:right;z-index:3;position:relative;--tve-alignment:right;--tve-border-radius:0px;border-radius:0;margin-top:0!important;margin-bottom:0!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07bd6]{max-width:11.9%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07c06]{max-width:88.1%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]{margin-left:-20px;padding:0!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a72b]{text-align:left;min-width:495px;float:left;z-index:3;position:relative;--tve-alignment:left;margin-top:0!important;margin-bottom:20px!important;--tve-applied-min-width:495px!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]>.tcb-flex-col{padding-left:20px}.tve-theme-1694 .top-section .section-background{background-color:#fff!important;--background-color:rgb(255, 255, 255)!important;--tve-applied-background-color:rgb(255, 255, 255)!important;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}.tve-theme-1694 .top-section .section-content{justify-content:center;display:flex;flex-direction:column;text-align:center;min-height:222px!important;padding:0!important}.tve-theme-1694 .top-section [data-css=tve-u-17aedaeba9b]{text-align:left}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-17aedb1b0ee]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;text-transform:uppercase!important;font-size:13px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa55f49]{max-width:55.4985%}.tve-theme-1694 .top-section [data-css=tve-u-186daa57090]{background-image:url(https://happy-entrepreneur.com/wp-content/uploads/2024/09/Consulting-Fees-A-Complete-Guide-to-Hourly-and-Project-Based-Rates-2024-09-22T104708.125Z.jpg?dynamic_featured=1&size=large)!important;background-size:cover!important;background-position:50%0!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:url(https://happy-entrepreneur.com/wp-content/uploads/2024/09/Consulting-Fees-A-Complete-Guide-to-Hourly-and-Project-Based-Rates-2024-09-22T104708.125Z.jpg?dynamic_featured=1&size=large)!important;--background-size:cover!important;--background-position:50% 0%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important;--tve-applied-background-image:url(https://happy-entrepreneur.com/wp-content/uploads/2024/09/Consulting-Fees-A-Complete-Guide-to-Hourly-and-Project-Based-Rates-2024-09-22T104708.125Z.jpg?dynamic_featured=1&size=large)!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa5ef4e]{text-align:left;min-height:300px!important;--tve-applied-min-height:300px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]>.tcb-flex-col{padding-left:0}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]{margin-left:0!important;padding-top:0!important;padding-bottom:0!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa62e15]{margin-bottom:0!important;margin-top:0!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa6d2c8]{min-width:unset;max-width:unset;margin-top:0!important;margin-bottom:0!important;padding:14% 11%!important;--tve-applied-min-width:unset!important;--tve-applied-max-width:unset!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]>.tcb-flex-col>.tcb-col{justify-content:flex-end;min-height:unset}.tve-theme-1694 .top-section [data-css=tve-u-186daa75147],.tve-theme-1694 .top-section [data-css=tve-u-186daa77ff8]{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-1694 .top-section [data-css=tve-u-186daa75147]{padding-top:50px!important;background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;--background-image:linear-gradient(var(--tcb-skin-color-0), var(--tcb-skin-color-0))!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-0), var$(--tcb-skin-color-0))!important;padding-right:50px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa77ff8]{background-image:linear-gradient(#fff,#fff)!important;--background-image:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255))!important;--tve-applied-background-image:linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255))!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-186db15677a]{letter-spacing:1px;padding-bottom:0!important;margin-bottom:0!important;font-size:12px!important;text-transform:uppercase!important}.tve-theme-1694 .top-section [data-css=tve-u-186db198090]{float:left;z-index:3;position:relative;--tve-alignment:left;--tve-border-radius:100px;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;padding-left:3px!important;padding-right:3px!important}.tve-theme-1694 .top-section [data-css=tve-u-186db19bebb]{--tcb-applied-color:rgba(10, 10, 10, 0.85)!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-186db19db58]{font-size:inherit!important}.tve-theme-1694 .top-section [data-css=tve-u-186df2c5e05]::after{clear:both}.tve-theme-1694 .top-section [data-css=tve-u-186e09d96ea]{max-width:44.4996%}.tve-theme-1694 .top-section [data-css=tve-u-186daa6d2c8]>.tve-cb{justify-content:center;display:flex;flex-direction:column}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-18728768cc9]{padding-bottom:0!important;margin-bottom:0!important;font-size:50px!important;line-height:1.35em!important}.tve-theme-1694 .top-section [data-css=tve-u-186dfb9635c]{margin-bottom:15px!important}.tve-theme-1694 .top-section{margin-bottom:30px!important}.tve-theme-1694 .content-section .section-content{padding:20px 10px!important}.tve-theme-1694 .content-section [data-css=tve-u-16f805e6958]{position:relative;display:block;float:left;z-index:3;--tve-alignment:left;margin-top:0!important;margin-bottom:30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff6b0b0]{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-1694 .content-section [data-css=tve-u-186dff77484]{letter-spacing:2px;text-transform:uppercase!important;padding-bottom:0!important;margin-bottom:0!important;font-size:15px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7a98d]{padding:40px 0 40px 50px!important;margin-right:80px!important;margin-bottom:60px!important;margin-top:0!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link span{font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));color:var(--tve-color,var(--tcb-skin-color-23));--tcb-applied-color:var$(--tcb-skin-color-23);--tve-applied-color:var$(--tve-color,var$(--tcb-skin-color-23));text-transform:var(--tve-text-transform,capitalize)}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06]{--tve-font-weight:var(--g-bold-weight,bold);--tve-letter-spacing:1px;--tcb-local-color-2818e:rgb(19,114,211);--tve-color:var(--tcb-skin-color-23);--tve-applied---tve-color:var$(--tcb-skin-color-23);--tcb-local-color-c57b7:var(--tcb-skin-color-22);--tve-font-size:16px;--g-regular-weight:400;float:left;z-index:3;position:relative;--tve-alignment:left;--tve-border-radius:100px;--tve-text-transform:capitalize;margin:0 auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link{letter-spacing:var(--tve-letter-spacing,1px);text-align:center;border-radius:100px;overflow:hidden;padding:5px 35px 5px 5px!important;background-color:var(--tcb-local-color-c57b7)!important;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link::after{background-color:#3fe1b6;background-image:linear-gradient(rgb(255 255 255/.5),rgb(255 255 255/.5))!important;--background-image:linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5))!important;--background-size:auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link::after,.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec07],.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec07]::after{background-attachment:scroll!important;background-position:50% 50%!important;background-repeat:no-repeat!important;background-size:auto!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec07]{--tcb-local-color-icon:rgb(255,255,255);--tcb-local-color-var:rgb(255,255,255);--tve-icon-size:18px;font-size:18px;width:18px;height:18px;--tve-border-width:4px;border:medium;--tve-applied-border:none;--tve-border-radius:100px;border-radius:100px;overflow:hidden;padding:15px!important;background-image:linear-gradient(var(--tcb-skin-color-30),var(--tcb-skin-color-30))!important;--background-image:linear-gradient(var(--tcb-skin-color-30),var(--tcb-skin-color-30))!important;--tve-applied-background-image:linear-gradient(var$(--tcb-skin-color-30),var$(--tcb-skin-color-30))!important;margin-right:10px!important;background-color:rgb(255 255 255/.7)!important;--background-color:rgba(255,255,255,0.7)!important;--tve-applied-background-color:rgba(255,255,255,0.7)!important;--background-size:auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec07]::after{background-color:#fff0;background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;--background-image:linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0))!important;--background-size:auto auto!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186dff7ec09]{text-transform:none!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e5]::after,.tve-theme-1694 .content-section .section-content::after,.tve-theme-1694 .content-section [data-css=tve-u-186dff9434e]::after,.tve-theme-1694 .content-section [data-css=tve-u-186dffbaa61]::after,.tve-theme-1694 .content-section [data-css=tve-u-186dffbf70d]::after,.tve-theme-1694 .content-section [data-css=tve-u-186e03a6295]::after,.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4b]::after{clear:both}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06]:hover .tcb-button-link{background-image:linear-gradient(var(--tcb-skin-color-8),var(--tcb-skin-color-8))!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-8), var(--tcb-skin-color-8))!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-8), var$(--tcb-skin-color-8))!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa6c0f]{width:220px;--tve-alignment:right;float:right;z-index:3;position:relative;--tve-applied-width:220px!important;padding:1px 20px 20px 1px!important;margin:0-70px 0 auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa7a09]{height:270px!important;--tve-applied-height:270px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffad228]{box-shadow:rgb(0 0 0/.16)0 3px 25px 3px;--tve-applied-box-shadow:0px 3px 25px 3px rgba(0, 0, 0, 0.16);background-image:url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_book_cover_image-1-1.jpg)!important;--background-image:url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_book_cover_image-1-1.jpg)!important;--tve-applied-background-image:url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_book_cover_image-1-1.jpg)!important;background-size:cover!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-size:cover!important;--background-position:50% 50%!important;--background-attachment:scroll!important;--background-repeat:no-repeat!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffb58ea]{width:80px;float:right;z-index:3;position:relative;--tve-alignment:right;--tve-applied-width:80px!important;padding:1px!important;margin:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffb5fac]{--tve-color:var(--tcb-skin-color-22);--tve-applied---tve-color:var$(--tcb-skin-color-22);text-align:center;height:80px!important;--tve-applied-height:80px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa6c0f]>.tve-cb{justify-content:flex-end;display:flex;flex-direction:column}.tve-theme-1694 .content-section [data-css=tve-u-186dffb8e20]{--tve-border-radius:300px;border-radius:300px;overflow:hidden;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-1694 .content-section [data-css=tve-u-186dffb58ea]>.tve-cb{justify-content:center;display:flex;flex-direction:column}:not(#tve) .tve-theme-1694 .content-section .thrv-content-box [data-css=tve-u-186dffb5fac] 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-1694 .content-section [data-css=tve-u-186dffc5598]{width:16px;top:0;left:0;--tve-applied-width:16px!important;position:absolute!important;padding:0!important;margin:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffc5db4]{height:290px!important;--tve-applied-height:290px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffcfdc1]{background-image:linear-gradient(90deg,rgb(255 255 255/.6) 13%,rgb(0 0 0/.17) 68%,#fff0 99%)!important;background-size:auto!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.6) 13%, rgba(0, 0, 0, 0.17) 68%, rgba(255, 255, 255, 0) 99%)!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(90deg, rgba(255, 255, 255, 0.6) 13%, rgba(0, 0, 0, 0.17) 68%, rgba(255, 255, 255, 0) 99%)!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe14b3]{padding:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe16cd]{margin:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe14b3]>.tcb-flex-col>.tcb-col,.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]>.tcb-flex-col>.tcb-col,.tve-theme-1694 .content-section [data-css=tve-u-186e047ab44]>.tcb-flex-col>.tcb-col{justify-content:center}.tve-theme-1694 .content-section [data-css=tve-u-186dffe57ad]{max-width:60.7%}.tve-theme-1694 .content-section [data-css=tve-u-186dffe57bd]{max-width:39.3%}.tve-theme-1694 .content-section [data-css=tve-u-186e024820b]{margin:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e0251503]{text-align:right}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e025a6cc]{font-size:inherit!important}.tve-theme-1694 .content-section [data-css=tve-u-186e025dfc1]>.tcb-flex-col{padding-left:100px}.tve-theme-1694 .content-section [data-css=tve-u-186e025dfc1]{margin-left:-100px!important;padding:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e0261a06]{max-width:49.999%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab46]{padding:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab50]{padding:0!important;margin-bottom:20px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab52]{padding:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab38]{max-width:44.2%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab41]{max-width:55.8%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]{padding:50px!important;margin-left:-30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab36]{--tve-font-size:16px;margin-top:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab42]{text-align:left}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab51]{padding-bottom:0!important;margin-bottom:0!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab47]{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-1694 .content-section [data-css=tve-u-186e047ab3f]{background-size:cover!important;background-position:50% 50%!important;background-attachment:scroll!important;background-repeat:no-repeat!important;--background-image:url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&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://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important;background-image:url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3b]{width:230px;--tve-alignment:center;float:none;--tve-applied-width:230px!important;padding:1px 20px 20px 1px!important;margin:0 auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3d]{height:unset!important;--tve-applied-height:unset!important;min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3e]{width:unset;left:0;top:0;position:relative;--tve-applied-width:unset!important;margin:-25px 0 0-20px!important;padding:1px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab40]{height:290px!important;--tve-applied-height:290px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3b]>.tve-cb{display:block}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab44]{padding:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab43]{position:static;top:0;right:0;margin:0 0 30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab49]{margin-bottom:0!important;margin-top:0!important;padding:1px 5px!important;margin-right:-50px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4a]{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-1694 .content-section [data-css=tve-u-186e047ab45]{max-width:25.4%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab48]{max-width:74.6%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab39]{padding-top:30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4c]{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-1694 .content-section [data-css=tve-u-186e047ab4c] .tve_social_items{font-size:7px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4c] .tve_social_items .tve_s_item{display:inline-block}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab36] p{font-size:var(--tve-font-size,16px)}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3c]{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://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&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://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important;background-image:linear-gradient(rgb(255 255 255/.9),rgb(255 255 255/.9)),url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e043d499]{border:1px solid #000;--tve-applied-border:1px solid rgb(0,0,0)}.tve-theme-1694 .content-section [data-css=tve-u-186e04ca9e8]{max-width:unset;padding:0!important;min-width:100%!important;margin-top:0!important;margin-bottom:0!important;--tve-applied-min-width:unset!important;--tve-applied-max-width:unset!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6c9]{margin-top:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]{padding-top:0!important;padding-bottom:0!important;margin-left:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]>.tcb-flex-col>.tcb-col{justify-content:flex-end}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cb]{max-width:53.0851%}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]>.tcb-flex-col{padding-left:0}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link{border-bottom:3px solid var(--tcb-local-color-a0533);letter-spacing:var(--tve-letter-spacing,1px);border-radius:0;text-align:left;background-color:transparent!important;padding:14px 0!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link span,:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .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-1694 .content-section [data-css=tve-u-186e059d6cc],.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce]{--tve-color:rgba(0,0,0,0.95);--tve-font-size:11px;--tve-font-weight:var(--g-regular-weight,normal);--tve-letter-spacing:1px;--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-1694 .content-section [data-css=tve-u-186e059d6cc]:hover .tcb-button-link,:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce]: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-1694 .content-section [data-css=tve-u-186e059d6cc]:hover .tcb-button-link span,:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce]: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-1694 .content-section [data-css=tve-u-186e059d6cc]:hover{--tve-color:rgb(0,0,0)!important;--tve-applied---tve-color:rgb(0,0,0)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link::after,.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .tcb-button-link::after{background-image:none!important;background-color:var(--tcb-local-color-0618a)!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link{font-size:var(--tve-font-size,11px)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .tcb-button-link{border-bottom:3px solid var(--tcb-local-color-a0533);letter-spacing:var(--tve-letter-spacing,1px);border-radius:0;text-align:right;background-color:transparent!important;padding:14px 0!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce]:hover{--tve-color:rgb(0,0,0)!important;--tve-applied---tve-color:rgb(0,0,0)!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .tcb-button-link{font-size:var(--tve-font-size,11px)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cd]{--tcb-icon-rotation-angle:180deg}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cd],.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cf]{--tcb-local-color-icon:rgb(255,255,255);--tcb-local-color-var:rgb(255,255,255);--tve-icon-size:17px;font-size:17px;width:17px;height:17px}.tve-theme-1694 .content-section [data-css=tve-u-186e025dfc1]>.tcb-flex-col>.tcb-col{justify-content:flex-start}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a3b961],:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a634ea]{padding-bottom:0!important;margin-bottom:0!important;font-weight:var(--g-regular-weight,normal)!important;font-size:20px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e1545513]{padding-bottom:0!important;margin-bottom:0!important;font-style:italic!important;line-height:.7em!important;font-size:23px!important}.tve-theme-1694 .content-section .comment-form-text textarea{border:1px solid var(--tcb-skin-color-0);--tve-applied-border:1px solid var$(--tcb-skin-color-0);border-radius:0;font-size:var(--tve-font-size,14px);font-weight:var(--tve-font-weight,var(--g-regular-weight,normal));background-color:transparent!important;--background-color:transparent!important;--tve-applied-background-color:transparent!important}.tve-theme-1694 .content-section .comment-form .comment-form-submit button{border-top:medium none currentcolor;border-right:medium none currentcolor;border-bottom:2px solid var(--tcb-skin-color-0);border-left:medium none currentcolor;border-image:initial;--tve-applied-border:none;border-radius:0;color:var(--tve-color,#000000);--tve-applied-color:var$(--tve-color,rgb(0,0,0));--tcb-applied-color:rgb(0,0,0);text-transform:var(--tve-text-transform,none);font-weight:var(--tve-font-weight,var(--g-bold-weight,bold));text-align:left;font-size:var(--tve-font-size,15px);background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important;padding:16px 0!important}.tve-theme-1694 .content-section .comment-form .comment-form-submit{--tve-border-radius:0px;--tve-color:rgb(0,0,0);--tve-applied---tve-color:rgb(0,0,0);--tve-text-transform:none;--tve-font-weight:var(--g-bold-weight,bold);float:right;z-index:3;position:relative;--tve-alignment:right;max-width:17%;width:17%;margin-left:0;margin-right:0;--tve-border-width:2px;--tve-font-size:15px;margin-top:10px!important;margin-bottom:40px!important}:not(#tve) .tve-theme-1694 .content-section .comment-form .comment-form-submit:hover button{background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important;border-bottom:2px solid #fff0!important}.tve-theme-1694 .content-section .comment-form-input{--tve-border-radius:0px;font-size:var(--tve-font-size,19px);--tve-font-size:19px;border:1px solid var(--tcb-skin-color-0)!important;--tve-applied-border:1px solid var$(--tcb-skin-color-0)!important;border-radius:0!important;background-color:transparent!important;--background-color:transparent!important;--tve-applied-background-color:transparent!important;padding:10px!important}.tve-theme-1694 .content-section .comment-form-label{font-size:var(--tve-font-size,15px);--tve-font-size:15px}:not(#tve) .tve-theme-1694 .content-section .comment-form-comment-notes{padding-bottom:0!important;margin-bottom:0!important;font-size:15px!important;color:rgb(0 0 0/.5)!important;--tcb-applied-color:rgba(0,0,0,0.5)!important;--tve-applied-color:rgba(0,0,0,0.5)!important}:not(#tve) .tve-theme-1694 .content-section .comment-form-reply-title{text-transform:none!important;font-weight:var(--g-bold-weight,bold)!important;font-size:28px!important;padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section .comment-respond{padding-right:0!important}.tve-theme-1694 .content-section .comment-form-submit .thrv_icon{--tcb-local-color-icon:rgb(0,0,0);--tcb-local-color-var:rgb(0,0,0);--tve-icon-size:17px;font-size:17px;width:17px;height:17px;margin-top:-7px!important;margin-right:0!important}.tve-theme-1694 .content-section .comment-form-submit .submit{height:49px}.tve-theme-1694 .content-section .comment-form-text{--tve-border-radius:0px;--tve-font-size:14px;--tve-font-weight:var(--g-regular-weight,normal)}.tve-theme-1694 .sidebar-section .section-background{border:medium;background-color:#fff!important;background-image:none!important}.tve-theme-1694 .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-1694 .sidebar-section{min-width:257px}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0c8b85],.tve-theme-1694 .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-1694 .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:medium!important;--tve-applied-border:none!important;background-size:auto!important;--background-size:auto auto!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0ce5f3]{--background-image:url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important;--tve-applied-background-image:url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important;background-size:cover!important;--background-size:cover!important;background-image:url(https://happy-entrepreneur.com/wp-content/litespeed/avatar/0e778b27aa37430f36657e20ec45649f.jpg?ver=1726513742&dynamic_author=1)!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:250px!important;--tve-applied-height:250px!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df0d5c05]{--tve-alignment:center;float:none;margin:0 auto 20px!important;padding:1px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0e3e79]{width:193px;--tve-alignment:center;float:none;top:0;margin:0 auto -59px!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df10e1ae] .tve_social_items,.tve-theme-1694 .sidebar-section [data-css=tve-u-186df10fec0],.tve-theme-1694 .sidebar-section [data-css=tve-u-186df10fec1],.tve-theme-1694 .sidebar-section [data-css=tve-u-186df10fec2]{font-size:10px!important}:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186df113969]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .sidebar-section .section-content .tcb-plain-text,.tve-theme-1694 .sidebar-section .section-content li,.tve-theme-1694 .sidebar-section .section-content p{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal))}:not(#tve) .tve-theme-1694 .sidebar-section .section-content .tcb-plain-text,:not(#tve) .tve-theme-1694 .sidebar-section .section-content li,:not(#tve) .tve-theme-1694 .sidebar-section .section-content p{font-size:var(--tve-font-size,17px)}:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186df182184],:not(#tve) .tve-theme-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df1a21d3] .thrive-dynamic-styled-list-item{margin-left:0!important;padding-bottom:12px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1aab98]{margin-bottom:40px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1a21d3]{--tve-font-weight:var(--g-regular-weight, normal);margin-bottom:50px!important}.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc(100% + 0px)}.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:50px!important}.tve-theme-1694 .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-1694 .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-1694 .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-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0!important}.tve-theme-1694 .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-1694 .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-4.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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list .thrv-content-box [data-css=tve-u-186df1bf852]{min-height:170px!important}.tve-theme-1694 .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-4.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-1694 .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-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df1bf84d].tcb-post-list [data-css=tve-u-186df1dea68]{font-size:inherit!important}:not(#tve) .tve-theme-1694 .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-1694 .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-1694 .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-3.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-3.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-3.jpg)!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df215b1d]{background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df21d7ee]{text-align:center;height:unset!important;--tve-applied-height:unset!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df20cc0f]>.tve-cb,.tve-theme-1694 .sidebar-section [data-css=tve-u-186df227089]>.tve-cb{justify-content:center;display:flex;flex-direction:column}.tve-theme-1694 .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-1694 .sidebar-section .thrv-content-box [data-css=tve-u-186df222e1d] .tcb-plain-text,:not(#tve) .tve-theme-1694 .sidebar-section .thrv-content-box [data-css=tve-u-186df222e1d] p{font-size:var(--tve-font-size,1px)}.tve-theme-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df28a7e8]{height:50px!important;--tve-applied-height:50px!important}.tve-theme-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1694 .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-1694 .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-1694 .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-1694 .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-1694 .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-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186df1a21d3] .tcb-plain-text,:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186df1a21d3] li{font-weight:var(--tve-font-weight,var(--g-regular-weight,normal))}:not(#tve) .tve-theme-1694 .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-1694 .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-1694 .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-1694 .sidebar-section [data-css=tve-u-186e16bfea1]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1694 .content-section [data-css=tve-u-188332e8579]{padding:1px!important;margin-top:0!important;margin-bottom:50px!important}.tve-theme-1694 .bottom-section .section-content{text-align:center;display:flex;justify-content:flex-end;flex-direction:column;min-height:1px!important;padding:60px 20px!important}.tve-theme-1694 .bottom-section .section-background{border-top:medium none currentcolor;background-color:#fff!important;--background-color:rgb(255, 255, 255)!important;--tve-applied-background-color:rgb(255, 255, 255)!important;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;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}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-186e189da73]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .bottom-section [data-css=tve-u-186e189e6c8]{margin-bottom:30px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper{width:calc(33.3333% - 13.3333px)}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .post-wrapper{min-height:unset;background-image:none!important;--background-image:none!important;--tve-applied-background-image:none!important;padding:0!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e6]>.tve-cb{justify-content:center;display:flex;flex-direction:column}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e8]{letter-spacing:1px;padding-top:0!important;margin-top:0!important;padding-bottom:0!important;margin-bottom:0!important;text-transform:uppercase!important;font-size:11px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e7]{--tve-border-radius:0px;border-radius:0;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}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75ea]{left:0;margin-top:0!important;margin-bottom:0!important;position:relative!important;padding:24px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75eb]{--tve-border-radius:0px;border-radius:0;background-color:var(--tcb-skin-color-22)!important;--background-color:var(--tcb-skin-color-22)!important;--tve-applied-background-color:var$(--tcb-skin-color-22)!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75ec]{text-align:left;min-height:unset!important;--tve-applied-min-height:unset!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75fa]{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-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e0]{margin-top:0!important;margin-bottom:0!important;padding:24px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e1]{background-image:linear-gradient(0deg,#fff0 54%,rgb(0 0 0/.6) 100%),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_post-03_featured-1-1024x661-3.jpg?dynamic_featured=1&size=large)!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(0deg,rgba(255,255,255,0) 54%,rgba(0,0,0,0.6) 100%),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_post-03_featured-1-1024x661-3.jpg?dynamic_featured=1&size=large)!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;--tve-applied-background-image:linear-gradient(0deg,rgba(255,255,255,0) 54%,rgba(0,0,0,0.6) 100%),url(https://happy-entrepreneur.com/wp-content/uploads/thrive-theme/images/Xpert_post-03_featured-1-1024x661-3.jpg?dynamic_featured=1&size=large)!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75e2]{--tve-color:var(--tcb-skin-color-24);--tve-applied---tve-color:var$(--tcb-skin-color-24);min-height:320px!important;--tve-applied-min-height:320px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e0]>.tve-cb{justify-content:flex-end;display:flex;flex-direction:column}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e6]{position:relative;top:0;left:0;float:left;z-index:3;--tve-alignment:left;margin-top:0!important;margin-bottom:5px!important;padding:2px 8px!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75fb]{text-decoration:underline solid var(--eff-color)!important;--eff:thin!important;font-size:inherit!important;font-weight:var(--g-bold-weight,bold)!important;line-height:1.4em!important;--eff-color:rgb(0, 0, 0)!important;--eff-faded:rgba(0, 0, 0, 0.6)!important;--eff-ensure-contrast:rgba(0, 0, 0, 0.6)!important;--eff-ensure-contrast-complement:rgba(0, 0, 0, 0.6)!important;box-shadow:none!important;border-bottom:medium none currentcolor!important;background:0 0!important;animation:0s ease 0s 1 normal none running none!important;transition:none!important;padding-left:0!important;--tve-applied-box-shadow:none!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75fb]:hover{text-decoration-line:none!important;text-decoration-thickness:initial!important;text-decoration-style:initial!important;text-decoration-color:var(--eff-color,currentColor)!important;--eff:none!important;background:0 0!important;box-shadow:none!important;--tve-applied-box-shadow:none!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)){margin-top:0!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:not(:nth-child(3n)){margin-right:20px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:nth-child(3n){margin-right:0!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fc77a4]{font-weight:var(--g-regular-weight,normal)!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fe0f51]{font-size:inherit!important;color:inherit!important;--tve-applied-color:inherit!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75e2] h2,:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75e2] p{color:var(--tve-color,var(--tcb-skin-color-24));--tve-applied-color:var$(--tve-color, var$(--tcb-skin-color-24));--tcb-applied-color:var$(--tcb-skin-color-24)}.tve-theme-1694 :not(#layout) .sidebar-section{order:3}.tve-theme-1694 :not(#layout) .content-section{order:1}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f] .tve_social_items{font-size:13px!important}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f]{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-1694 .content-section [data-css=tve-u-18894ee4c7f] .tve_social_items .tve_s_item{display:inline-block}.thrv_symbol_1943.tve-default-state .symbol-section-out.tve-default-state{background-image:linear-gradient(var(--tcb-color-7),var(--tcb-color-7))!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-color-7), var(--tcb-color-7))!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-color-7), var$(--tcb-color-7))!important}}@media (max-width:1023px){.tve-theme-1694 .main-container{padding-left:20px!important;padding-right:20px!important;padding-top:20px!important}:not(#layout) .tve-theme-1694 .main-container{--separator-size:10px;--sidebar-size:32.36%;flex-wrap:wrap}:not(#layout) .tve-theme-1694 .main-container div.main-columns-separator{width:100%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]{flex-wrap:nowrap!important}.tve-theme-1694 .top-section .section-content{padding:1px 1px 1px 0!important;min-height:180px!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a72b]{max-width:500px;margin-bottom:10px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]{flex-wrap:nowrap!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa6d2c8]{min-width:unset;max-width:unset;--tve-applied-min-width:unset!important;--tve-applied-max-width:unset!important;padding:30px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa75147]{padding-top:20px!important;padding-right:20px!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-17aedb1b0ee]{font-size:12px!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07bd6]{max-width:12.1%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07c06]{max-width:87.9%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07746]{width:35px}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-186db15677a]{font-size:11px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa55f49],.tve-theme-1694 .top-section [data-css=tve-u-186e09d96ea]{max-width:50%}.tve-theme-1694 .top-section [data-css=tve-u-186daa5ef4e]{min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .top-section{margin-bottom:0!important}.tve-theme-1694 .content-section .section-content{padding-left:20px!important;padding-right:20px!important;padding-top:20px!important}.tve-theme-1694 .content-section [data-css=tve-u-16f805e6958]{left:0;margin-top:20px!important;margin-bottom:20px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06]{margin-top:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7a98d]{padding-top:30px!important;padding-bottom:30px!important;padding-left:40px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa6c0f]{width:210px;--tve-applied-width:210px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa7a09]{height:270px!important;--tve-applied-height:270px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffc5db4]{height:290px!important;--tve-applied-height:290px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffb58ea]{width:75px;--tve-applied-width:75px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffb5fac]{height:75px!important;--tve-applied-height:75px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e025a6cc]{line-height:1.5em!important;font-size:inherit!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]{flex-wrap:nowrap!important;padding:55px 40px 55px 55px!important;margin-left:-40px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab51]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab40]{height:280px!important;--tve-applied-height:280px!important;min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3b]{width:210px;float:none;z-index:3;position:relative;--tve-alignment:center;--tve-applied-width:210px!important;margin-top:0!important;padding-bottom:15px!important;margin-left:auto!important;margin-right:auto!important;padding-right:15px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab38]{max-width:43.9%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab41]{max-width:56.1%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3d]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab45]{max-width:23.2%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab48]{max-width:76.8%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]>.tcb-flex-col>.tcb-col{justify-content:flex-start}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab39]{padding-top:19px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3e]{margin-bottom:0!important;padding:1px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab49]{margin-right:-41px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4d],.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4e],.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4f]{width:25.4531px}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3a]::after{clear:both}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]>.tcb-flex-col{padding-left:40px}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]>.tcb-flex-col>.tcb-col{justify-content:flex-end}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a3b961],:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a634ea]{font-size:21px!important}.tve-theme-1694 .content-section .comment-form .comment-form-submit{max-width:24%;width:24%}.tve-theme-1694 .content-section .comment-form .comment-form-submit button{text-align:left;padding-left:22px!important;padding-right:22px!important}.tve-theme-1694 .content-section .comment-form-submit .thrv_icon{margin-right:15px!important;margin-left:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe57ad]{max-width:65%}.tve-theme-1694 .content-section [data-css=tve-u-186dffe57bd]{max-width:35%}.tve-theme-1694 .sidebar-section .section-content{text-align:center;padding:50px 20px 20px!important}.tve-theme-1694 .sidebar-section .section-background{background-color:#fff!important}.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc(50% - 10px)}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1bf84d]{max-width:100%;margin-bottom:70px!important;margin-top:0!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:240px!important;--tve-applied-height:240px!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df0e3e79]{width:159px;top:0;margin-bottom:-46px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0d5c05]{--tve-alignment:center;float:none;width:220px;margin:-22px auto 10px!important;--tve-applied-width:220px!important}:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186dfb28e19]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1a21d3]{margin-bottom:40px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df20cc0f]{padding:50px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df2a76a6]{padding:30px!important}:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186dfb3690d]{font-size:28px!important}:not(#tve) .tve-theme-1694 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{font-size:var(--tve-font-size,16px)!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df306cdb] .tcb-button-link{text-align:center;padding:16px 25px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df222e1d]{height:unset!important;--tve-applied-height:unset!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df289c21]{top:-5px;left:-5px}.tve-theme-1694 .sidebar-section [data-css=tve-u-186e01a3ebb]{margin-bottom:20px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1aab98]{margin-bottom:50px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df188559]{margin-bottom:30px!important}.tve-theme-1694 .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-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right:20px!important}.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right:0!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186e16e289e]{margin-bottom:5px!important}.tve-theme-1694 .bottom-section .section-content{padding:40px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper{width:calc(50% - 15px)}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top:30px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top:0!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right:30px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right:0!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db]{--tve-gallery-horizontal-space:30px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e0]{padding:15px!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-18728768cc9]{font-size:35px!important}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f]{position:static;left:0;font-size:11px!important}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f] .tve_social_items .tve_s_item{display:inline-block}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f] .tve_social_items{font-size:11px!important}}@media (max-width:767px){.tve-theme-1694 .main-container{padding:10px!important}.tve-theme-1694 #content{padding-top:0!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]{margin-left:-10px;flex-wrap:nowrap!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a72b]{max-width:unset;min-width:100%;--tve-applied-max-width:unset!important;--tve-applied-min-width:100%!important;margin-bottom:0!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07746]{width:36px;margin-bottom:0!important}.tve-theme-1694 .top-section .section-content{padding:24px 20px 10px!important;min-height:185px!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-17aedb1b0ee]{font-size:11px!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a0a423]>.tcb-flex-col{padding-left:10px}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]{flex-wrap:wrap!important;--tve-applied-min-height:180px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe14b3]>.tcb-flex-col,.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]>.tcb-flex-col{flex-basis:390px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa62431]>.tcb-flex-col>.tcb-col{min-height:180px;justify-content:flex-start}.tve-theme-1694 .top-section [data-css=tve-u-186daa75147]{padding:6px!important}.tve-theme-1694 .top-section [data-css=tve-u-186daa6d2c8]{max-width:unset;padding:15px!important;--tve-applied-max-width:unset!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-186db15677a]{font-size:10px!important}.tve-theme-1694 .top-section [data-css=tve-u-186db198090]{margin-bottom:5px!important}.tve-theme-1694 .top-section [data-css=tve-u-186dfb9635c]{margin-bottom:10px!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-186db19db58]{font-size:inherit!important}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07bd6]{max-width:16.6%}.tve-theme-1694 .top-section [data-css=tve-u-16f84a07c06]{max-width:83.4%}.tve-theme-1694 .content-section [data-css=tve-u-16f805e6958]{margin-top:20px!important;margin-bottom:20px!important}.tve-theme-1694 .content-section .section-content{padding-left:10px!important;padding-right:10px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06]{float:none;--tve-font-size:15px;min-width:100%!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffe14b3]{flex-flow:row-reverse wrap-reverse!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7a98d]{margin-right:0!important;padding:1px 30px 30px!important;margin-top:80px!important;margin-bottom:30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffa6c0f]{top:0;left:0;--tve-alignment:center;float:none;margin-right:auto!important;margin-left:auto!important;margin-top:-46px!important;padding:1px 15px 15px 0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e01f95d5]{text-align:center;padding-top:20px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link{font-size:var(--tve-font-size,15px)!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec07]{padding:13px!important;margin-right:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186dff7ec06] .tcb-button-link{text-align:center;padding-right:25px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e025dfc1]{flex-wrap:nowrap!important;margin-left:-15px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e025dfc1]>.tcb-flex-col{padding-left:15px}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e025a6cc]{font-size:inherit!important;line-height:1.4em!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]{flex-wrap:wrap!important;padding:50px 30px 30px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab37]>.tcb-flex-col,.tve-theme-1694 .content-section [data-css=tve-u-186e047ab44]>.tcb-flex-col{flex-basis:390px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4d],.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4e],.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4f]{width:25.4531px}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3b]{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-1694 .content-section [data-css=tve-u-186e047ab49]{margin-right:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab39]{padding-top:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab3a]::after{clear:both}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab44]{flex-wrap:wrap!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab45]{max-width:28%}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab48]{max-width:72%}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab53]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab43]{text-align:center}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab4c]{--tve-alignment:center;float:none;min-width:0!important;margin-left:auto!important;margin-right:auto!important}.tve-theme-1694 .content-section [data-css=tve-u-186e047ab46]{margin-bottom:10px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link{padding:12px 8px 12px 0!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .tcb-button-link{padding:12px 0 12px 8px!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cd]{font-size:15px;width:15px;height:15px;--tve-icon-size:15px}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]{flex-wrap:nowrap!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc] .tcb-button-link,:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce] .tcb-button-link{font-size:var(--tve-font-size,11px)!important}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cc],.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ce]{--tve-font-size:11px}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6cf]{font-size:15px;width:15px;height:15px;--tve-icon-size:15px}.tve-theme-1694 .content-section [data-css=tve-u-186e059d6ca]>.tcb-flex-col>.tcb-col{justify-content:flex-end}.tve-theme-1694 .content-section [data-css=tve-u-186e0261a06],.tve-theme-1694 .content-section [data-css=tve-u-186e09b2f14]{max-width:50%}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a3b961]{font-size:17px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e0a634ea]{font-size:17px!important;line-height:1.4em!important}.tve-theme-1694 .content-section [data-css=tve-u-186e04ca9e8]{margin-bottom:40px!important}:not(#tve) .tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75fa],:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-186e047ab51]{font-size:20px!important}.tve-theme-1694 .content-section .comment-form .comment-form-submit{float:none;margin-left:0;margin-right:0;max-width:100%;width:100%}.tve-theme-1694 .content-section [data-css=tve-u-186dffa7a09]{height:250px!important;--tve-applied-height:250px!important}.tve-theme-1694 .content-section [data-css=tve-u-186dffc5db4]{height:265px!important;--tve-applied-height:265px!important}:not(#tve) .tve-theme-1694 .content-section [data-css=tve-u-1874681787a]{padding-bottom:0!important;margin-bottom:0!important}.tve-theme-1694 .content-section [data-css=tve-u-18746817ee8]{margin-bottom:30px!important}.tve-theme-1694 .content-section .comment-respond{padding-top:0!important}.tve-theme-1694 .sidebar-section .section-content{padding:10px 10px 20px!important}.tve-theme-1694 .sidebar-section .section-background{background-color:#fff!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper,.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper{width:calc(100% + 0px)}.tve-theme-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:20px!important}.tve-theme-1694 .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-1694 .sidebar-section .tcb-post-list[data-css=tve-u-186df1bf84d] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0!important}.tve-theme-1694 .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-1694 .sidebar-section [data-css=tve-u-186df0d39df]{padding:25px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df20cc0f]{padding:30px!important;margin-bottom:10px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df2a76a6]{padding:20px!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df1bf84d]{max-width:unset;margin-bottom:50px!important;--tve-applied-max-width:unset!important}.tve-theme-1694 .sidebar-section [data-css=tve-u-186df0d1bc8]{height:290px!important;--tve-applied-height:290px!important}.tve-theme-1694 .bottom-section .section-content{padding:40px 20px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-186e189e6c8]{margin-bottom:15px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top:30px!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top:0!important}.tve-theme-1694 .bottom-section .tcb-post-list[data-css=tve-u-18703fb75db] .post-wrapper.thrv_wrapper:nth-child(n){margin-right:0!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75e0]{padding:15px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75ea]{padding:16px!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list [data-css=tve-u-18703fb75eb]{--tve-border-radius:0px;border-radius:0}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75ec]{min-height:unset!important;--tve-applied-min-height:unset!important}.tve-theme-1694 .bottom-section [data-css=tve-u-18703fb75db].tcb-post-list .thrv-content-box [data-css=tve-u-18703fb75e2]{min-height:270px!important;--tve-applied-min-height:270px!important}:not(#tve) .tve-theme-1694 .top-section [data-css=tve-u-18728768cc9]{font-size:30px!important}.tve-theme-1694 .content-section [data-css=tve-u-18894ee4c7f]{float:left;z-index:3;position:relative;--tve-alignment:left}}.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}