@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&family=Hanken+Grotesk:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');
:root{--thh-paper:#f5f3ee;--thh-paper-2:#edeae2;--thh-surface:#fff;--thh-ink:#17150f;--thh-ink-2:#56534a;--thh-ink-3:#86827a;--thh-line:#d9d5ca;--thh-line-2:#c6c1b4;--thh-accent:#d9481c;--thh-accent-2:#b83c17;--thh-on-accent:#fff7f2;--thh-good:#3c7350;--thh-warn:#a8791f;--thh-crit:#b0392c;--thh-shadow:0 1px 2px rgba(23,21,15,.06),0 12px 34px -12px rgba(23,21,15,.16);--thh-shadow-sm:0 1px 2px rgba(23,21,15,.05),0 6px 16px -10px rgba(23,21,15,.14);--thh-font-display:"Bricolage Grotesque","Hanken Grotesk",system-ui,sans-serif;--thh-font-body:"Hanken Grotesk",system-ui,-apple-system,sans-serif;--thh-font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--primary:var(--thh-accent);--secondary:var(--thh-accent-2);--accent:var(--thh-accent);--success:var(--thh-good);--warning:var(--thh-warn);--danger:var(--thh-crit);--white:var(--thh-surface);--bg:var(--thh-paper);--card-bg:var(--thh-surface);--text-main:var(--thh-ink);--text-muted:var(--thh-ink-2);--glass:var(--thh-surface);--border:var(--thh-line);--blue-light:#f0e7e2;--font:var(--thh-font-body);--mono:var(--thh-font-mono);--warning-border:#f59e0b;--warning-tint-bg:#fef3c7;--warning-tint-text:#92400e;--success-border:#10b981;--success-tint-bg:#d1fae5;--success-tint-text:#065f46;--danger-border:#ef4444;--danger-tint-bg:#fee2e2;--danger-tint-text:#991b1b;--info-tint-bg:#eff6ff;--info-tint-border:#bfdbfe;--info-tint-text:#1e40af}@media (prefers-color-scheme:dark){:root[data-thv-dark]:not([data-theme=light]){--thh-paper:#14130e;--thh-paper-2:#1b1a14;--thh-surface:#1c1b15;--thh-ink:#f1efe6;--thh-ink-2:#a9a599;--thh-ink-3:#7c7869;--thh-line:#2c2a22;--thh-line-2:#3a382e;--thh-accent:#f0703f;--thh-accent-2:#f5895f;--thh-on-accent:#1a0e07;--thh-good:#6fb588;--thh-warn:#d2a24c;--thh-crit:#e4796b;--thh-shadow:0 1px 2px rgba(0,0,0,.4),0 18px 44px -14px rgba(0,0,0,.6);--thh-shadow-sm:0 1px 2px rgba(0,0,0,.35),0 10px 24px -12px rgba(0,0,0,.5);--warning-tint-bg:#3a2e14;--warning-tint-text:#f5d9a8;--success-tint-bg:#16281d;--success-tint-text:#a8dcc0;--danger-tint-bg:#3a1e1a;--danger-tint-text:#f0b8ae;--info-tint-bg:#1a2436;--info-tint-border:#2f3f5c;--info-tint-text:#a8c4f0}}:root[data-thv-dark][data-theme=dark]{--thh-paper:#14130e;--thh-paper-2:#1b1a14;--thh-surface:#1c1b15;--thh-ink:#f1efe6;--thh-ink-2:#a9a599;--thh-ink-3:#7c7869;--thh-line:#2c2a22;--thh-line-2:#3a382e;--thh-accent:#f0703f;--thh-accent-2:#f5895f;--thh-on-accent:#1a0e07;--thh-good:#6fb588;--thh-warn:#d2a24c;--thh-crit:#e4796b;--thh-shadow:0 1px 2px rgba(0,0,0,.4),0 18px 44px -14px rgba(0,0,0,.6);--thh-shadow-sm:0 1px 2px rgba(0,0,0,.35),0 10px 24px -12px rgba(0,0,0,.5);--warning-tint-bg:#3a2e14;--warning-tint-text:#f5d9a8;--success-tint-bg:#16281d;--success-tint-text:#a8dcc0;--danger-tint-bg:#3a1e1a;--danger-tint-text:#f0b8ae;--info-tint-bg:#1a2436;--info-tint-border:#2f3f5c;--info-tint-text:#a8c4f0}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%}body{font-family:var(--thh-font-body);background:var(--bg);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased}.app-container{display:flex;min-height:100vh}.app-sidebar{width:280px;background:var(--card-bg);color:var(--text-main);border-right:1px solid var(--border);padding:30px 20px;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.app-logo{margin-bottom:40px;text-align:center}.app-logo img{max-width:140px}.nav-search{position:relative;margin-bottom:18px;flex-shrink:0}.nav-search i{position:absolute;left:13px;top:50%;transform:translateY(-50%);font-size:.78rem;color:var(--text-muted);pointer-events:none}.nav-search input{width:100%;padding:9px 12px 9px 32px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text-main);font-size:.82rem;font-family:inherit;transition:.2s}.nav-search input:focus{outline:none;border-color:var(--primary);background:var(--card-bg);box-shadow:0 0 0 3px var(--thh-paper-2)}.nav-menu{list-style:none;flex-grow:1;overflow-y:auto;overflow-x:hidden;padding-bottom:12px}.nav-menu li{margin-bottom:2px}.nav-menu .nav-section-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:14px 15px 4px;margin-bottom:0;pointer-events:none;user-select:none}.nav-menu .nav-group{margin-bottom:2px}.nav-menu .nav-group-summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;pointer-events:auto;border-radius:8px;list-style:none;transition:.2s}.nav-menu .nav-group-summary::-webkit-details-marker,.nav-menu .nav-group-summary::marker{display:none;content:""}.nav-menu .nav-group-summary:hover{color:var(--primary);background:var(--thh-paper-2)}.nav-group-chevron{font-size:.6rem;margin-right:15px;transition:transform .2s}.nav-group[open]>.nav-group-summary .nav-group-chevron{transform:rotate(90deg)}.nav-menu a{display:flex;align-items:center;gap:12px;padding:10px 15px;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:.2s;font-weight:600;font-size:.88rem}.nav-menu a:hover,.nav-menu a.active{background:var(--thh-paper-2);color:var(--primary)}.nav-menu a.nav-cta{background:var(--thh-accent);color:var(--thh-on-accent);font-weight:700;box-shadow:var(--thh-shadow-sm)}.nav-menu a.nav-cta:hover,.nav-menu a.nav-cta.active{background:var(--thh-accent-2);color:var(--thh-on-accent);box-shadow:var(--thh-shadow-sm);transform:translateY(-1px)}.th-nav-tooltip{position:fixed;z-index:300;width:240px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--thh-shadow);padding:14px 16px;opacity:0;visibility:hidden;transform:translateX(-6px);transition:opacity .15s,transform .15s,visibility .15s;pointer-events:none}.th-nav-tooltip.visible{opacity:1;visibility:visible;transform:translateX(0)}.th-nav-tooltip p{font-size:.85rem;font-weight:600;color:var(--text-main);line-height:1.5}.th-nav-tooltip strong{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:10px}.th-nav-tooltip ul{list-style:none;display:flex;flex-direction:column;gap:9px}.th-nav-tooltip li{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600;color:var(--text-main)}.th-nav-tooltip li i{width:16px;text-align:center;color:var(--primary);flex-shrink:0}@media (max-width:900px){.th-nav-tooltip{display:none}}.nav-menu i{width:18px;font-size:1rem;text-align:center;flex-shrink:0}.th-badge{font-size:.55rem;font-weight:800;padding:1px 6px;border-radius:99px;margin-left:auto;flex-shrink:0;letter-spacing:.03em}.th-badge-new{background:var(--thh-accent);color:var(--thh-on-accent)}.th-badge-emp{background:var(--thh-ink);color:var(--thh-paper)}.th-badge-dev{background:var(--thh-warn);color:var(--thh-on-accent)}.th-ob-highlight>a{background:var(--thh-paper-2) !important;color:var(--thh-accent-2) !important;outline:2px solid var(--thh-accent);outline-offset:-2px}#th-onboarding-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);background:color-mix(in srgb,var(--thh-ink) 45%,transparent);z-index:9998}#th-onboarding-tooltip{position:fixed;left:292px;z-index:9999;background:var(--thh-surface);border-radius:14px;box-shadow:var(--thh-shadow);padding:18px 20px 14px;width:280px;border:1px solid var(--thh-line)}#th-onboarding-tooltip .th-ob-step{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--thh-accent-2);margin-bottom:4px}#th-onboarding-tooltip .th-ob-title{font-size:.95rem;font-weight:700;color:var(--thh-ink);display:block;margin-bottom:6px}#th-onboarding-tooltip .th-ob-text{font-size:.82rem;color:var(--thh-ink-2);line-height:1.5;margin-bottom:14px}.th-ob-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.th-ob-actions button{border:none;border-radius:8px;font-size:.78rem;font-weight:700;cursor:pointer;padding:6px 12px;transition:.15s}.th-ob-next{background:var(--thh-accent);color:var(--thh-on-accent)}.th-ob-next:hover{background:var(--thh-accent-2)}.th-ob-prev{background:var(--thh-paper-2);color:var(--thh-accent-2)}.th-ob-prev:hover{background:var(--thh-line)}.th-ob-skip{background:0 0;color:var(--thh-ink-3);margin-left:auto;padding:6px 4px;font-weight:600}.th-ob-skip:hover{color:var(--thh-ink-2)}.sidebar-user-info{margin-top:auto;padding-top:20px;border-top:1px solid var(--border)}.sidebar-user-name{font-weight:700;font-size:.9rem;color:var(--text-main)}.sidebar-user-status{font-size:.8rem;color:var(--success);display:flex;align-items:center;gap:5px}.sidebar-user-status:before{content:'';display:inline-block;width:8px;height:8px;background:var(--success);border-radius:50%}.app-main{flex-grow:1;margin-left:280px;padding:40px}.page-header{margin-bottom:40px}.page-header h1{font-weight:800;font-size:2.2rem;color:var(--text-main);margin-bottom:10px;letter-spacing:-.02em}.page-header p{color:var(--text-muted);font-size:1.1rem;max-width:800px}.th-mobile-bar{display:none}.th-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);background:color-mix(in srgb,var(--thh-ink) 45%,transparent);z-index:199;opacity:0;pointer-events:none;transition:opacity .25s}.th-sidebar-backdrop.visible{opacity:1;pointer-events:auto}@media (max-width:900px){.th-mobile-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:56px;background:var(--card-bg);border-bottom:1px solid var(--border);padding:0 16px;z-index:150}.th-mobile-bar .th-mb-logo img{max-height:32px;width:auto}.th-mobile-bar .th-mb-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border:none;background:0 0;cursor:pointer;border-radius:8px;transition:background .18s}.th-mobile-bar .th-mb-hamburger:hover{background:var(--thh-paper-2)}.th-mobile-bar .th-mb-hamburger span{display:block;width:22px;height:2px;background:var(--text-main);border-radius:2px;transition:transform .25s,opacity .25s}body.sidebar-open .th-mb-hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}body.sidebar-open .th-mb-hamburger span:nth-child(2){opacity:0}body.sidebar-open .th-mb-hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.app-sidebar{transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);width:280px;z-index:200;top:0}body.sidebar-open .app-sidebar{transform:translateX(0)}.th-sidebar-backdrop{display:block;pointer-events:none}body.sidebar-open .th-sidebar-backdrop{pointer-events:auto}.app-main{margin-left:0 !important;padding:16px !important;padding-top:72px !important}.page-header h1{font-size:1.6rem}.page-header p{font-size:.95rem}.nav-menu a{padding:12px 15px;font-size:.92rem}#th-onboarding-tooltip{left:8px !important;right:8px;width:auto;top:64px !important}}@media (max-width:400px){.app-main{padding:12px;padding-top:68px}}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;word-break:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:0 0;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-header .header-inner,body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.search-form{max-width:294px;position:relative}.search-form label{width:100%}.search-form .search-field{padding-inline-start:2.5rem}.search-form .search-submit{border:unset;color:unset;inset-inline-start:-.25rem;position:absolute;top:.1rem}.search-form .search-submit:focus,.search-form .search-submit:hover{background-color:unset;color:unset}.ehp-pagination .nav-links{display:flex}.ehp-pagination .page-numbers{align-items:center;display:inline-flex;height:40px;justify-content:center;min-width:40px;text-decoration:none}.ehp-pagination .page-numbers.current{background:#336;border-radius:4px;color:#fff}.ehp-pagination .page-numbers .meta-nav{align-items:center;display:inline-flex}.search .site-main{display:flex;gap:60px;padding:60px}.search .entry-title{font-size:2rem;margin-top:0;padding:0}.search .entry-title span{font-weight:700}.search .page-content{display:flex;flex:1 0 0;flex-direction:column;gap:60px}.search .posts-container{align-items:flex-start;display:flex;flex-direction:column;gap:32px}.search .posts-container .post{border-bottom:1px solid #ccc}.search.search-no-results .page-content{gap:32px}@media(max-width:992px){.search .site-main{flex-direction:column}}.error404 .site-main{margin-top:5%;padding:60px;text-align:center}.error404 .entry-title{font-size:2rem;font-weight:700}.error404 .search-form{margin:0 auto;max-width:270px}
.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}
:root{--ehc-button-background-color:#000;--ehc-button-color:#fff;--ehc-button-font-size:16px;--ehc-button-font-weight:500;--ehc-button-line-height:18px;--ehc-button-text-transform:capitalize;--ehc-button-background-color-hover:#000;--ehc-button-color-hover:#fff;--ehc-button-border-color:#000;--ehc-button-border-width:0;--ehc-button-text-decoration:none;--ehc-button-border-radius-default:8px;--ehc-button-border-radius-sharp:0;--ehc-button-border-radius-rounded:12px;--ehc-button-border-radius-round:32px;--ehc-button-border-radius-oval:50%;--ehc-button-border-top-left-radius:0;--ehc-button-border-top-right-radius:0;--ehc-button-border-bottom-left-radius:0;--ehc-button-border-bottom-right-radius:0;--ehc-padding-inline-start:24px;--ehc-padding-inline-end:24px;--ehc-padding-block-start:12px;--ehc-padding-block-end:12px;--ehc-price-color:#000;--ehc-sale-color:#fff;--ehc-sale-background-color:#000}.woocommerce #respond input#submit,.woocommerce .woocommerce-message .button,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce button.button.alt.disabled,.woocommerce ul.products li.product .button,.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active,.woocommerce-account a.button,.woocommerce-account a.button.alt,.woocommerce-account button.button,.woocommerce-cart .cart .button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart a.button,.woocommerce-checkout button.button.alt,:is(.elementor-element .elementor-shortcode) :where(button,[type=submit],[type=button]),:is(button,[type=submit],[type=button]):not(:is(.elementor-element *,[class*=wc-block-] *)){background-color:var(--ehc-button-background-color);border:var(--ehc-button-border-width) solid var(--ehc-button-border-color);border-bottom-left-radius:var(--ehc-button-border-bottom-left-radius);border-bottom-right-radius:var(--ehc-button-border-bottom-right-radius);border-top-left-radius:var(--ehc-button-border-top-left-radius);border-top-right-radius:var(--ehc-button-border-top-right-radius);color:var(--ehc-button-color);font-size:var(--ehc-button-font-size);font-weight:var(--ehc-button-font-weight);line-height:var(--ehc-button-line-height);padding-block:var(--ehc-padding-block-start) var(--ehc-padding-block-end);padding-inline:var(--ehc-padding-inline-start) var(--ehc-padding-inline-end);-webkit-text-decoration:var(--ehc-button-text-decoration);text-decoration:var(--ehc-button-text-decoration);text-transform:var(--ehc-button-text-transform);transition:all .3s}.woocommerce #respond input#submit:focus,.woocommerce #respond input#submit:hover,.woocommerce .woocommerce-message .button:focus,.woocommerce .woocommerce-message .button:hover,.woocommerce button.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:focus,.woocommerce button.button.alt:hover,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce ul.products li.product .button:focus,.woocommerce ul.products li.product .button:hover,.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active:focus,.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active:hover,.woocommerce-account a.button.alt:focus,.woocommerce-account a.button.alt:hover,.woocommerce-account a.button:focus,.woocommerce-account a.button:hover,.woocommerce-account button.button:focus,.woocommerce-account button.button:hover,.woocommerce-cart .cart .button:focus,.woocommerce-cart .cart .button:hover,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-cart a.button:focus,.woocommerce-cart a.button:hover,.woocommerce-checkout button.button.alt:focus,.woocommerce-checkout button.button.alt:hover,:is(.elementor-element .elementor-shortcode) :where(button,[type=submit],[type=button]):focus,:is(.elementor-element .elementor-shortcode) :where(button,[type=submit],[type=button]):hover,:is(button,[type=submit],[type=button]):not(:is(.elementor-element *,[class*=wc-block-] *)):focus,:is(button,[type=submit],[type=button]):not(:is(.elementor-element *,[class*=wc-block-] *)):hover{background-color:var(--ehc-button-background-color-hover);color:var(--ehc-button-color-hover);transition:all .3s}.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit[disabled],.woocommerce .woocommerce-message .button:disabled,.woocommerce .woocommerce-message .button[disabled],.woocommerce button.button.alt.disabled:disabled,.woocommerce button.button.alt.disabled[disabled],.woocommerce button.button.alt:disabled,.woocommerce button.button.alt[disabled],.woocommerce button.button:disabled,.woocommerce button.button[disabled],.woocommerce ul.products li.product .button:disabled,.woocommerce ul.products li.product .button[disabled],.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active:disabled,.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active[disabled],.woocommerce-account a.button.alt:disabled,.woocommerce-account a.button.alt[disabled],.woocommerce-account a.button:disabled,.woocommerce-account a.button[disabled],.woocommerce-account button.button:disabled,.woocommerce-account button.button[disabled],.woocommerce-cart .cart .button:disabled,.woocommerce-cart .cart .button[disabled],.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button[disabled],.woocommerce-cart a.button:disabled,.woocommerce-cart a.button[disabled],.woocommerce-checkout button.button.alt:disabled,.woocommerce-checkout button.button.alt[disabled],:is(.elementor-element .elementor-shortcode) :where(button,[type=submit],[type=button]):disabled,:is(.elementor-element .elementor-shortcode) :where(button,[type=submit],[type=button])[disabled],:is(button,[type=submit],[type=button]):not(:is(.elementor-element *,[class*=wc-block-] *)):disabled,:is(button,[type=submit],[type=button]):not(:is(.elementor-element *,[class*=wc-block-] *))[disabled]{background-color:#e7e7e7;padding-block:var(--ehc-padding-block-start) var(--ehc-padding-block-end);padding-inline:var(--ehc-padding-inline-start) var(--ehc-padding-inline-end)}.woocommerce div.product .stock,.woocommerce div.product div.summary p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--ehc-price-color)}.woocommerce div.product span.price{margin-bottom:18px}.elementor-products-grid ul.products.elementor-grid li.product span.onsale,.woocommerce span.onsale,.woocommerce ul.products li.product span.onsale{background-color:var(--ehc-sale-background-color);border-radius:0;color:var(--ehc-sale-color);display:inline-flex;font-size:14px;font-weight:400;inset-inline-start:0;left:unset;line-height:16px;min-height:unset;min-width:unset;padding:.5em 1em;text-transform:uppercase;top:10px}#wc-block-components-totals-coupon__input-coupon,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #000;border-radius:0;padding:12px 24px}.woocommerce form .form-row .input-text{border-radius:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg width=\"12\" height=\"7\" viewBox=\"0 0 12 7\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.5 0.5L6 5.5L11.5 0.5\" stroke=\"black\"/></svg>");background-position:right 12px center;background-repeat:no-repeat}.woocommerce table:is(.shop_table,.shop_attributes){background-color:#fff;border:1px solid #e7e7e7;border-collapse:collapse;border-radius:0;border-spacing:0;width:100%}.woocommerce table:is(.shop_table,.shop_attributes) th{background-color:#fbfbfb;border:0;border-bottom:2px solid #e7e7e7;border-inline:0;border-radius:0;font-weight:700;line-height:18px;padding:18px;text-align:left;vertical-align:middle}.woocommerce table:is(.shop_table,.shop_attributes) thead:first-child tr:first-child th{border-block-start:0}.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr:nth-child(odd)>td,.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr:nth-child(odd)>th{background:0 0}.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr>td{border-bottom:2px solid #e7e7e7;padding:18px}.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr:last-child>td,.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr:last-child>th{border-bottom:0}.woocommerce table:is(.shop_table,.shop_attributes)>tfoot td,.woocommerce table:is(.shop_table,.shop_attributes)>tfoot th{background-color:#fbfbfb;border:0;padding:16px}.woocommerce table:is(.shop_table,.shop_attributes)>tfoot>tr{border-bottom:2px solid #e7e7e7}.woocommerce table:is(.shop_table,.shop_attributes)>tfoot>tr:last-child{border-bottom:0}.woocommerce table:is(.shop_table,.shop_attributes) td{border-bottom:2px solid #e7e7e7;border-inline:0;font-style:normal;line-height:18px;padding:18px;text-align:left}.woocommerce table:is(.shop_table,.shop_attributes) tr:last-child td{border-bottom:0}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper{margin-bottom:64px}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews-title,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--additional_information h2,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description h2{display:none}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs{border-bottom:1px solid #e7e7e7;display:flex;gap:0;padding:0}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs:before{display:none}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li{background-color:transparent;border:1px solid #e7e7e7;border-bottom:0;border-bottom-left-radius:var(--ehc-button-border-bottom-left-radius);border-bottom-right-radius:var(--ehc-button-border-bottom-right-radius);border-top-left-radius:var(--ehc-button-border-top-left-radius);border-top-right-radius:var(--ehc-button-border-top-right-radius);font-size:var(--ehc-button-font-size);font-style:var(--ehc-button-font-style);font-weight:var(--ehc-button-font-weight);line-height:var(--ehc-button-line-height);margin:0;padding-block:var(--ehc-padding-block-start) var(--ehc-padding-block-end);padding-inline:var(--ehc-padding-inline-start) var(--ehc-padding-inline-end)}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a{color:#000}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active{background-color:var(--ehc-button-background-color);border:var(--ehc-button-border-width) solid var(--ehc-button-border-color);color:var(--ehc-button-color)}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a{color:inherit}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:focus,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:hover{background-color:var(--ehc-button-background-color-hover);color:var(--ehc-button-color-hover)}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before{display:none}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper{background-color:#fbfbfb;border:1px solid #e7e7e7;padding:32px}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .comment-form-rating,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .comment-reply-title{display:block;margin-bottom:32px}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .required{color:red}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #comment-form-rating-label{margin-bottom:10px}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes th{border-bottom:1px solid #e7e7e7;width:114px}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes td{border-bottom:1px solid #e7e7e7;font-style:normal}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes td p{padding:0}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes tbody>tr:nth-child(odd)>td,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes tbody>tr:nth-child(odd)>th{background-color:#fbfbfb}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes tbody>tr:nth-child(2n)>td,.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes tbody>tr:nth-child(2n)>th{background-color:#fff}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes .woocommerce-product-attributes-item__label{vertical-align:middle}.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper table.shop_attributes .woocommerce-product-attributes-item__label:after{content:":"}.woocommerce-error,.woocommerce-info,.woocommerce-message{background-color:var(--ehc-notice-background-color);border:1px solid var(--ehc-notice-color);color:#000}.woocommerce-error{--ehc-notice-color:#b81c23;--ehc-notice-background-color:#f7cbcd}.woocommerce-message{--ehc-notice-color:#8fae1b;--ehc-notice-background-color:#edf7ca}.woocommerce-info{--ehc-notice-color:#3f84b9;--ehc-notice-background-color:#d8e6f2}.woocommerce-info,.woocommerce-message{align-items:center;display:flex;justify-content:space-between}.woocommerce-info:after,.woocommerce-message:after{display:none}.woocommerce-info:before,.woocommerce-message:before{top:50%;transform:translateY(-50%)}.woocommerce ul.products li.product{align-items:flex-start;display:flex;flex-direction:column;gap:1em}.woocommerce ul.products li.product a img{border:1px solid #e7e7e7}.woocommerce ul.products li.product .button{margin:0}.woocommerce ul.products a.woocommerce-loop-product__link{flex-grow:1;position:relative}.woocommerce ul.products a.woocommerce-loop-product__link span.onsale{left:unset;margin:0;position:absolute;right:0;top:10px}.woocommerce .woocommerce-product-gallery{border:1px solid #e7e7e7}.woocommerce div.product div.images{margin-bottom:64px}.woocommerce .woocommerce-breadcrumb{color:#adadad;font-size:16px;font-weight:400;letter-spacing:0;line-height:22px;margin-bottom:10px}.woocommerce .woocommerce-loop-product__title,.woocommerce div.product .product_title{color:#000;font-size:32px;font-weight:400;line-height:34px}.woocommerce div.product .product_title{margin-bottom:18px}.woocommerce .woocommerce-product-details__short-description{color:#000;font-size:16px;font-weight:400;line-height:22px;margin-bottom:32px}.woocommerce div.product form.cart{margin-bottom:32px}.woocommerce .product_meta{color:#000;display:flex;flex-direction:column;font-size:16px;font-weight:400;gap:10px;line-height:22px}.woocommerce div.product form.cart div.quantity{margin-inline-end:18px}.woocommerce .qty[type=number]{border-radius:0;padding:8px 12px}.woocommerce div.product form.cart .variations label{font-weight:400}.woocommerce div.product form.cart .variations th{vertical-align:middle}.woocommerce table th{text-align:left}.woocommerce tbody>tr:nth-child(odd)>td,.woocommerce tbody>tr:nth-child(odd)>th{background-color:#fbfbfb}.woocommerce tbody>tr:nth-child(2n)>td,.woocommerce tbody>tr:nth-child(2n)>th{background-color:#fff}.woocommerce .woocommerce-variation-price{margin-bottom:18px}.woocommerce td.value{position:relative}.woocommerce .reset_variations{display:none}.woocommerce .reset_variations[style="visibility: visible;"]{display:block;position:absolute;right:15px;top:100%}.woocommerce-cart .attachment-woocommerce_thumbnail{border:1px solid #e7e7e7}.woocommerce-cart input[type=number]{border-radius:0;padding:8px}.woocommerce-cart table.shop_table .coupon .input-text{min-width:200px}.woocommerce-cart table.shop_table a.remove{border:1px solid #000;border-radius:50%;color:#000!important;display:inline-block;font-size:16px;height:20px;line-height:1;width:20px}.woocommerce-cart table.shop_table a.remove:hover{background:#000!important;color:#fff!important}.woocommerce-cart .cart_totals table.shop_table>tbody tr>th{border:0;font-weight:400;vertical-align:middle}.woocommerce-cart .cart_totals table.shop_table>tbody tr>td{border:0;padding:18px;text-align:right}.woocommerce-cart .cart_totals table.shop_table>tbody tr:first-of-type>th{background:0 0}.woocommerce-cart .cart_totals table.shop_table>tbody tr:first-of-type>td,.woocommerce-cart .cart_totals table.shop_table>tbody tr:first-of-type>th{background:#fbfbfb;border-bottom:2px solid #e7e7e7}.woocommerce-cart table.cart td.actions .coupon{align-items:center;display:flex;gap:18px}.woocommerce-cart table.cart td.actions .coupon .input-text{border:1px solid #000;border-radius:0;line-height:18px;margin:0;padding:12px}.woocommerce-cart .cart-collaterals{align-items:flex-end;display:flex;flex-direction:column;gap:32px}.woocommerce-cart .cart-collaterals .cross-sells{order:2;width:100%}.woocommerce-cart .cart-collaterals .cross-sells ul.products{display:flex;flex-wrap:wrap}.woocommerce-cart .cart-collaterals .cross-sells ul.products:after,.woocommerce-cart .cart-collaterals .cross-sells ul.products:before{content:none}.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product{margin:0 3.8% 2.992em 0;width:22.05%}.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product.last{margin:0 3.8% 2.992em 0}@media(min-width:1025px){.woocommerce-checkout .checkout{-moz-column-gap:64px;column-gap:64px;display:grid;grid-template-areas:"left right1" "left right2";grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;row-gap:0}.woocommerce-checkout .checkout #customer_details,.woocommerce-checkout .checkout .woocommerce-billing-fields{grid-area:left}.woocommerce-checkout .checkout #customer_details:before,.woocommerce-checkout .checkout .woocommerce-billing-fields:before{display:none}.woocommerce-checkout .checkout #order_review_heading{grid-area:right1;margin-bottom:32px}.woocommerce-checkout .checkout #order_review{grid-area:right2}.woocommerce-checkout .checkout #customer_details{display:flex;flex-direction:column;gap:32px}.woocommerce-checkout .checkout .col2-set .col-1,.woocommerce-checkout .checkout .col2-set .col-2{width:100%}.woocommerce-checkout .checkout #customer_details,.woocommerce-checkout .checkout .woocommerce-billing-fields{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1}.woocommerce-checkout .checkout #order_review_heading{-ms-grid-column:3;-ms-grid-row:1}.woocommerce-checkout .checkout #order_review{-ms-grid-column:3;-ms-grid-row:3}}.woocommerce-checkout .checkout .form-row .required{color:red}.woocommerce-checkout .checkout .form-row.woocommerce-invalid input.input-text{border-color:#b81c23}.woocommerce-checkout .checkout .form-row.woocommerce-invalid .required,.woocommerce-checkout .checkout .form-row.woocommerce-invalid label{color:#b81c23}.woocommerce-checkout .checkout .form-row .input-text,.woocommerce-checkout .checkout .select2-container .select2-selection,.woocommerce-checkout .checkout input.input-text{border-radius:0}.woocommerce-checkout .checkout textarea{resize:none}.woocommerce-checkout .checkout table.shop_table .product-total{text-align:right}.woocommerce-checkout .checkout table.shop_table>tfoot>tr:first-child{border-top:2px solid #e7e7e7}.woocommerce-checkout .checkout table.shop_table>tfoot>tr>td{font-weight:700;text-align:right}.woocommerce-checkout .checkout #payment{background:0 0}.woocommerce-checkout .checkout #payment .wc_payment_methods.methods.payment_methods{padding:0}.woocommerce-checkout .checkout #payment .woocommerce-info{background-color:#fbfbfb;border:0;color:#000;font-size:12px;line-height:18px;padding:18px}.woocommerce-checkout .checkout #payment .woocommerce-info:before{display:none}.woocommerce-checkout .checkout #payment #place_order{float:unset;margin-top:32px;width:100%}.woocommerce-checkout .checkout #payment .form-row.place-order{padding:24px 0 0}.woocommerce-checkout .checkout #payment div.payment_box{background-color:#fbfbfb}.woocommerce-checkout .checkout #payment div.payment_box:before{border:1em solid transparent;border-bottom-color:#fbfbfb;content:"";display:block;left:0;margin:-1em 0 0 2em;position:absolute;top:-.75em}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{background-color:#fbfbfb;border:0;color:#000;padding:18px}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before{display:none}.woocommerce-checkout form.checkout_coupon{background-color:#fbfbfb;border:0;border-radius:0;display:flex;gap:18px;margin:-32px 0 32px;padding:18px}.woocommerce-checkout form.checkout_coupon .form-row{margin:0;padding:0}.woocommerce-checkout form.checkout_coupon .form-row-first{width:25%}.woocommerce-checkout form.checkout_coupon .form-row .input-text{border-radius:0;height:100%}.woocommerce-checkout form.checkout_coupon .form-row .input-text.has-error{border-color:#b81c23}.woocommerce-checkout form.checkout_coupon .coupon-error-notice{display:flex}.woocommerce-checkout.woocommerce-order-received table.order_details tbody>tr:last-child>td{border-bottom:2px solid #e7e7e7}.woocommerce-checkout.woocommerce-order-received table.order_details tr>td:last-child,.woocommerce-checkout.woocommerce-order-received table.order_details tr>th:last-child{text-align:right}.woocommerce-checkout.woocommerce-order-received .woocommerce-notice--success{font-size:48px}.woocommerce-checkout.woocommerce-order-received ul.order_details{background-color:#fbfbfb;display:grid;gap:0;grid-template-columns:repeat(5,auto);padding:18px}.woocommerce-checkout.woocommerce-order-received ul.order_details:after,.woocommerce-checkout.woocommerce-order-received ul.order_details:before{display:none}.woocommerce-checkout.woocommerce-order-received ul.order_details li{display:flex;flex-direction:column;float:none;margin:0;padding-inline:18px}.woocommerce-checkout.woocommerce-order-received ul.order_details li:not(:last-child){border-right:1px dashed #e7e7e7}.woocommerce-checkout.woocommerce-order-received ul.order_details li:first-child{padding-left:0}.woocommerce-checkout.woocommerce-order-received ul.order_details li:last-child{padding-right:0}.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address{background-color:#fbfbfb;border:1px solid #e7e7e7;border-radius:0;padding:18px}.woocommerce-account .woocommerce-MyAccount-content{width:65%}.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tbody>tr:nth-child(2n)>td,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tbody>tr:nth-child(2n)>th,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody>tr:nth-child(2n)>td,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody>tr:nth-child(2n)>th{background-color:#fbfbfb}.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tbody tr:last-child>td,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody tr:last-child>td{border-bottom:2px solid #e7e7e7}.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tr>td:last-child,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-details tr>th:last-child,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tr>td:last-child,.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tr>th:last-child{text-align:right}.woocommerce-account .woocommerce-Address,.woocommerce-account .woocommerce-customer-details address{background-color:#fbfbfb;border:1px solid #e7e7e7;border-radius:0;padding:18px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;gap:0;list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation-link{border-bottom:1px solid #e7e7e7;color:var(--ehc-button-color);padding:0}.woocommerce-account .woocommerce-MyAccount-navigation-link a{display:block;padding-block:var(--ehc-padding-block-start) var(--ehc-padding-block-end);padding-inline:var(--ehc-padding-inline-start) var(--ehc-padding-inline-end);-webkit-text-decoration:var(--ehc-button-text-decoration);text-decoration:var(--ehc-button-text-decoration)}.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active{background-color:var(--ehc-button-background-color);border:var(--ehc-button-border-width) solid var(--ehc-button-border-color);border-bottom-left-radius:var(--ehc-button-border-bottom-left-radius);border-bottom-right-radius:var(--ehc-button-border-bottom-right-radius);border-top-left-radius:var(--ehc-button-border-top-left-radius);border-top-right-radius:var(--ehc-button-border-top-right-radius);padding:0}.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a{color:inherit}.woocommerce-account .woocommerce-MyAccount-navigation-link::marker{display:none}.woocommerce-account .woocommerce-MyAccount-navigation-link:before{content:none}.woocommerce-account .woocommerce-Addresses{display:grid;gap:18px}@media(min-width:1025px){.woocommerce-account .woocommerce-Addresses{grid-template-columns:repeat(2,1fr)}}.woocommerce-account .woocommerce-Addresses .woocommerce-Address{grid-column:span 1}.woocommerce-account .woocommerce-Addresses:after,.woocommerce-account .woocommerce-Addresses:before{display:none}.woocommerce-account .woocommerce-Addresses .woocommerce-Address{width:auto}.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title a.edit{display:block;float:none;margin-bottom:16px}.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row{margin-bottom:32px}.woocommerce-account .woocommerce-EditAccountForm fieldset{border:1px solid #adadad;margin-bottom:32px;padding:32px}.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row:last-child{margin-bottom:0}.woocommerce-account .woocommerce-EditAccountForm legend{padding-inline:18px}
.thv-home-page{--thh-paper:#f5f3ee;--thh-paper-2:#edeae2;--thh-surface:#fff;--thh-ink:#17150f;--thh-ink-2:#56534a;--thh-ink-3:#86827a;--thh-line:#d9d5ca;--thh-line-2:#c6c1b4;--thh-accent:#d9481c;--thh-accent-2:#b83c17;--thh-on-accent:#fff7f2;--thh-good:#3c7350;--thh-warn:#a8791f;--thh-crit:#b0392c;--thh-shadow:0 1px 2px rgba(23,21,15,.06),0 12px 34px -12px rgba(23,21,15,.16);--thh-shadow-sm:0 1px 2px rgba(23,21,15,.05),0 6px 16px -10px rgba(23,21,15,.14);--thh-font-display:"Bricolage Grotesque","Hanken Grotesk",system-ui,sans-serif;--thh-font-body:"Hanken Grotesk",system-ui,-apple-system,sans-serif;--thh-font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--thh-wrap:1180px;--thh-pad:clamp(20px,5vw,56px);--thh-radius:12px}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .thv-home-page{--thh-paper:#14130e;--thh-paper-2:#1b1a14;--thh-surface:#1c1b15;--thh-ink:#f1efe6;--thh-ink-2:#a9a599;--thh-ink-3:#7c7869;--thh-line:#2c2a22;--thh-line-2:#3a382e;--thh-accent:#f0703f;--thh-accent-2:#f5895f;--thh-on-accent:#1a0e07;--thh-good:#6fb588;--thh-warn:#d2a24c;--thh-crit:#e4796b;--thh-shadow:0 1px 2px rgba(0,0,0,.4),0 18px 44px -14px rgba(0,0,0,.6);--thh-shadow-sm:0 1px 2px rgba(0,0,0,.35),0 10px 24px -12px rgba(0,0,0,.5)}}html[data-theme=dark] .thv-home-page{--thh-paper:#14130e;--thh-paper-2:#1b1a14;--thh-surface:#1c1b15;--thh-ink:#f1efe6;--thh-ink-2:#a9a599;--thh-ink-3:#7c7869;--thh-line:#2c2a22;--thh-line-2:#3a382e;--thh-accent:#f0703f;--thh-accent-2:#f5895f;--thh-on-accent:#1a0e07;--thh-good:#6fb588;--thh-warn:#d2a24c;--thh-crit:#e4796b;--thh-shadow:0 1px 2px rgba(0,0,0,.4),0 18px 44px -14px rgba(0,0,0,.6);--thh-shadow-sm:0 1px 2px rgba(0,0,0,.35),0 10px 24px -12px rgba(0,0,0,.5)}.thv-home-page{margin:0;background:var(--thh-paper);color:var(--thh-ink);font-family:var(--thh-font-body);font-size:1.0625rem;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#thv-home *,.thv-header *,.thv-footer *{box-sizing:border-box}#thv-home h1,#thv-home h2,#thv-home h3,.thv-footer h4{font-family:var(--thh-font-display);font-weight:600;line-height:1.06;margin:0;text-wrap:balance;letter-spacing:-.02em}#thv-home p{margin:0}#thv-home a,.thv-header a,.thv-footer a{color:inherit;text-decoration:none}#thv-home a:focus-visible,.thv-header a:focus-visible,.thv-footer a:focus-visible,#thv-home button:focus-visible,.thv-header button:focus-visible,#thv-home [tabindex]:focus-visible{outline:2px solid var(--thh-accent);outline-offset:3px;border-radius:3px}#thv-home ::selection{background:var(--thh-accent);color:var(--thh-on-accent)}@media (prefers-reduced-motion:reduce){#thv-home *,#thv-home *:before,#thv-home *:after,.thv-header *,.thv-footer *{transition:none !important;animation:none !important}}.thv-wrap{max-width:var(--thh-wrap);margin-inline:auto;padding-inline:var(--thh-pad)}.thv-mono{font-family:var(--thh-font-mono);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:var(--thh-ink-3)}#thv-home .thv-tnum,.thv-header .thv-tnum{font-variant-numeric:tabular-nums}.thv-skip{position:absolute;left:-999px;top:0;background:var(--thh-ink);color:var(--thh-paper);padding:10px 16px;z-index:200;border-radius:0 0 8px}.thv-skip:focus{left:0}:where(#thv-home,.thv-header,.thv-footer) button{-webkit-appearance:none !important;appearance:none !important;margin:0 !important;background:0 0 !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;padding:0 !important;font:inherit !important;color:inherit !important;text-transform:none !important;letter-spacing:inherit !important;line-height:inherit !important;min-height:0 !important;width:auto !important;cursor:pointer}.thv-ribbon{background:var(--thh-paper-2);border-bottom:1px solid var(--thh-line);color:var(--thh-ink-3);font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;text-align:center;padding:7px 16px}.thv-header{position:sticky;top:0;z-index:100;background:var(--thh-paper);background:color-mix(in srgb,var(--thh-paper) 88%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);border-bottom:1px solid transparent;transition:border-color .25s ease}.thv-header.is-stuck{border-color:var(--thh-line)}.thv-header-in{display:flex;align-items:center;gap:26px;height:68px}.thv-brand{display:inline-flex;align-items:center}.thv-brand img{display:block;height:40px;width:auto}.thv-brand .thv-logo-dark{display:none}html[data-theme=dark] .thv-brand .thv-logo-dark{display:block}html[data-theme=dark] .thv-brand .thv-logo-light{display:none}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .thv-brand .thv-logo-dark{display:block}html:not([data-theme=light]) .thv-brand .thv-logo-light{display:none}}.thv-nav{display:flex;gap:20px;margin-left:auto}.thv-nav a{font-size:.92rem;color:var(--thh-ink-2);font-weight:500;padding:6px 2px;position:relative;transition:color .18s ease}.thv-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--thh-accent);transition:right .22s ease}.thv-nav a:hover{color:var(--thh-ink)}.thv-nav a.is-active{color:var(--thh-ink)}.thv-nav a.is-active:after{right:0}.thv-header-cta{display:flex;align-items:center;gap:12px}.thv-btn{display:inline-flex !important;align-items:center;gap:8px;font-family:var(--thh-font-body) !important;font-weight:600 !important;font-size:.92rem !important;line-height:1.25 !important;text-transform:none !important;letter-spacing:0 !important;text-decoration:none !important;border:1px solid var(--thh-ink) !important;background:var(--thh-ink) !important;color:var(--thh-paper) !important;padding:10px 18px !important;border-radius:999px !important;width:auto !important;min-height:0 !important;box-shadow:none;cursor:pointer;transition:transform .16s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}.thv-btn:hover{transform:translateY(-1px);box-shadow:var(--thh-shadow-sm)}.thv-btn svg{width:16px !important;height:16px !important;flex:none}.thv-btn--accent{background:var(--thh-accent) !important;border-color:var(--thh-accent) !important;color:var(--thh-on-accent) !important}.thv-btn--ghost{background:0 0 !important;color:var(--thh-ink) !important;border-color:var(--thh-line-2) !important}.thv-btn--ghost:hover{border-color:var(--thh-ink) !important}.thv-btn--gh{background:var(--thh-ink) !important;border-color:var(--thh-ink) !important;color:var(--thh-paper) !important}.thv-link-plain{font-size:.92rem;font-weight:600;color:var(--thh-ink)}.thv-link-plain:hover{color:var(--thh-accent-2)}.thv-icon-btn{width:38px !important;height:38px !important;display:grid !important;place-items:center;border:1px solid var(--thh-line-2) !important;border-radius:50% !important;background:0 0 !important;color:var(--thh-ink-2) !important;padding:0 !important;min-height:0 !important;cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .16s ease}.thv-icon-btn:hover{color:var(--thh-ink) !important;border-color:var(--thh-ink) !important;transform:translateY(-1px)}.thv-icon-btn svg{width:17px !important;height:17px !important}.thv-icon-btn .thv-moon{display:none}html[data-theme=dark] .thv-icon-btn .thv-sun{display:none}html[data-theme=dark] .thv-icon-btn .thv-moon{display:block}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .thv-icon-btn .thv-sun{display:none}html:not([data-theme=light]) .thv-icon-btn .thv-moon{display:block}}.thv-burger{display:none}.thv-mmenu{display:none}.thv-mmenu.is-open{display:block;border-top:1px solid var(--thh-line);background:var(--thh-paper)}.thv-mmenu a{display:block;padding:14px var(--thh-pad);font-weight:600;border-bottom:1px solid var(--thh-line)}#thv-home section{border-top:1px solid var(--thh-line);padding-block:clamp(60px,8.5vw,120px)}#thv-home #thv-hero{border-top:none;padding-block:clamp(44px,7vw,84px) clamp(60px,8vw,104px)}.thv-marker{display:flex;align-items:center;gap:12px;margin-bottom:30px}.thv-marker:before{content:"";width:26px;height:1px;background:var(--thh-line-2)}.thv-sec-head{max-width:34ch;margin-bottom:46px}.thv-sec-head h2{font-size:clamp(1.62rem,3vw,2.15rem)}.thv-sec-head p{color:var(--thh-ink-2);margin-top:14px;font-size:1.05rem}.thv-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,6vw,72px);align-items:center}.thv-hero-eyebrow{margin-bottom:22px}#thv-home .thv-hero h1{font-size:clamp(2.3rem,5.2vw,3.7rem);font-weight:700}.thv-hero-sub{color:var(--thh-ink-2);font-size:1.12rem;margin-top:20px;max-width:46ch}.thv-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.thv-hero-meta{margin-top:30px;padding-top:20px;border-top:1px solid var(--thh-line);font-family:var(--thh-font-mono);font-size:.74rem;letter-spacing:.04em;color:var(--thh-ink-3);line-height:1.9}.thv-hero-meta b{color:var(--thh-ink-2);font-weight:500}.thv-seg{display:inline-flex;padding:4px;gap:4px;border:1px solid var(--thh-line-2);border-radius:999px;background:var(--thh-surface);margin-bottom:24px}.thv-seg button{font-family:var(--thh-font-mono) !important;font-size:.7rem !important;font-weight:500 !important;letter-spacing:.1em !important;text-transform:uppercase !important;background:0 0 !important;color:var(--thh-ink-3) !important;border:0 !important;padding:8px 16px !important;border-radius:999px !important;min-height:0 !important;width:auto !important;cursor:pointer;transition:color .18s ease,background .18s ease}.thv-seg button[aria-pressed=true]{background:var(--thh-ink) !important;color:var(--thh-paper) !important}.thv-aud[hidden]{display:none}.thv-panel{background:var(--thh-surface);border:1px solid var(--thh-line);border-radius:var(--thh-radius);box-shadow:var(--thh-shadow);overflow:hidden}.thv-panel-bar{display:flex;align-items:center;gap:8px;padding:11px 14px;border-bottom:1px solid var(--thh-line);background:var(--thh-paper-2)}.thv-panel-bar .thv-dots{display:flex;gap:5px}.thv-panel-bar .thv-dots i{width:9px;height:9px;border-radius:50%;background:var(--thh-line-2);display:block}.thv-panel-bar span{font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--thh-ink-3)}.thv-panel-body{padding:20px;display:flex;flex-direction:column;gap:16px}.thv-metric{display:flex;align-items:center;justify-content:space-between;gap:14px}.thv-metric .thv-lbl{font-size:.9rem;color:var(--thh-ink-2)}.thv-metric .thv-val{font-family:var(--thh-font-mono);font-size:.92rem;color:var(--thh-ink)}.thv-pill{font-family:var(--thh-font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:5px;border:1px solid currentColor}.thv-pill--good{color:var(--thh-good)}.thv-pill--warn{color:var(--thh-warn)}.thv-bar{height:6px;background:var(--thh-paper-2);border-radius:999px;overflow:hidden;display:block}.thv-bar>i{display:block;height:100%;background:var(--thh-accent);border-radius:999px}.thv-bar>i.soft{background:var(--thh-line-2)}.thv-divider{height:1px;background:var(--thh-line);margin:2px 0}.thv-ai-line{display:flex;align-items:flex-start;gap:10px}.thv-ai-line .thv-tag{flex:none;font-family:var(--thh-font-mono);font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--thh-accent-2);border:1px solid var(--thh-accent);border-radius:5px;padding:3px 6px}.thv-ai-line p{font-size:.88rem;color:var(--thh-ink-2)}.thv-chip{align-self:flex-start;font-family:var(--thh-font-body);font-weight:600;font-size:.82rem;background:var(--thh-accent);color:var(--thh-on-accent);padding:7px 13px;border-radius:999px}.thv-dialwrap{display:flex;align-items:center;gap:20px}.thv-dial{position:relative;width:116px;height:116px;flex:none}.thv-dial svg{width:100%;height:100%;transform:rotate(-90deg)}.thv-dial .thv-dial-c{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.thv-dial .thv-dial-c b{font-family:var(--thh-font-display);font-size:1.9rem;font-weight:700;letter-spacing:-.03em}.thv-dial .thv-dial-c span{font-family:var(--thh-font-mono);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:var(--thh-ink-3)}.thv-skills{display:flex;flex-direction:column;gap:9px;flex:1;min-width:0}.thv-skills .r{display:grid;grid-template-columns:92px 1fr 34px;gap:10px;align-items:center}.thv-skills .r .k{font-size:.82rem;color:var(--thh-ink-2)}.thv-skills .r .n{font-family:var(--thh-font-mono);font-size:.78rem;text-align:right;color:var(--thh-ink-2)}.thv-flags{display:flex;flex-direction:column;gap:6px}.thv-flags div{font-size:.82rem;color:var(--thh-ink-2)}.thv-flags .ok{color:var(--thh-good)}.thv-flags .gap{color:var(--thh-warn)}.thv-cycle{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--thh-line);border:1px solid var(--thh-line);border-radius:var(--thh-radius);overflow:hidden}.thv-cycle-cell{background:var(--thh-paper);padding:26px 22px;display:flex;flex-direction:column;gap:12px}.thv-cycle-cell .ix{font-family:var(--thh-font-mono);font-size:.82rem;color:var(--thh-accent-2)}.thv-cycle-cell h3{font-size:1.18rem}.thv-cycle-cell p{font-size:.93rem;color:var(--thh-ink-2)}.thv-cycle-cell .mods{font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.04em;color:var(--thh-ink-3);margin-top:auto;padding-top:12px;border-top:1px solid var(--thh-line)}.thv-cycle-note{margin-top:16px}.thv-proof-grid{display:grid;grid-template-columns:260px 1fr;gap:clamp(24px,4vw,48px);align-items:start}.thv-steps{display:flex;flex-direction:column;gap:2px}.thv-steps button{text-align:left !important;width:100% !important;padding:16px 16px 16px 18px !important;background:0 0 !important;border:0 !important;border-left:2px solid var(--thh-line) !important;border-radius:0 !important;text-transform:none !important;display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.thv-steps button .st-ix{font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.1em;color:var(--thh-ink-3)}.thv-steps button .st-t{font-family:var(--thh-font-display);font-weight:600;font-size:1rem;color:var(--thh-ink-2);letter-spacing:-.01em}.thv-steps button[aria-selected=true]{border-left-color:var(--thh-accent) !important;background:var(--thh-paper-2) !important}.thv-steps button[aria-selected=true] .st-t{color:var(--thh-ink)}.thv-steps button:hover .st-t{color:var(--thh-ink)}.thv-stage{min-height:320px}.thv-view[hidden]{display:none}.thv-caption{margin-top:16px;font-size:.92rem;color:var(--thh-ink-2);max-width:52ch}.thv-caption .thv-mono{display:block;margin-top:6px}.thv-miniform{display:flex;flex-direction:column;gap:14px}.thv-miniform .fld{display:flex;flex-direction:column;gap:6px}.thv-miniform .fld label{font-family:var(--thh-font-mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--thh-ink-3)}.thv-miniform .fld .box{border:1px solid var(--thh-line-2);border-radius:8px;padding:10px 12px;font-size:.9rem;color:var(--thh-ink);background:var(--thh-paper)}.thv-tags{display:flex;flex-wrap:wrap;gap:6px}.thv-tags span{font-family:var(--thh-font-mono);font-size:.7rem;border:1px solid var(--thh-line-2);border-radius:6px;padding:4px 8px;color:var(--thh-ink-2)}.thv-cands{display:flex;flex-direction:column}.thv-cands .c{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px 4px;border-bottom:1px solid var(--thh-line)}.thv-cands .c:last-child{border-bottom:0}.thv-cands .c .who{font-size:.9rem}.thv-cands .c .who small{display:block;color:var(--thh-ink-3);font-size:.78rem}.thv-cands .c .sc{font-family:var(--thh-font-mono);font-size:.95rem}.thv-cands .c .sc.hi{color:var(--thh-good)}.thv-cands .c .sc.mid{color:var(--thh-warn)}.thv-decision{display:flex;flex-direction:column;gap:10px}.thv-decision .d{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--thh-line);border-radius:8px;font-size:.9rem}.thv-decision .d b{font-family:var(--thh-font-mono)}.thv-market{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(28px,5vw,56px)}.thv-news{display:flex;flex-direction:column}.thv-news a.item{padding:18px 0;border-bottom:1px solid var(--thh-line);display:flex;flex-direction:column;gap:8px;transition:opacity .18s ease}.thv-news a.item:first-child{padding-top:0}.thv-news a.item:hover{opacity:.64}.thv-news .item .k{font-family:var(--thh-font-mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--thh-ink-3)}.thv-news .item h3{font-size:1.06rem;font-weight:500;letter-spacing:-.01em}.thv-news .more{margin-top:18px}.thv-readout{border:1px solid var(--thh-line);border-radius:var(--thh-radius);padding:22px;background:var(--thh-surface)}.thv-readout .rt{font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--thh-ink-3);margin-bottom:16px}.thv-readout dl{margin:0;display:flex;flex-direction:column;gap:14px}.thv-readout .kv{display:flex;flex-direction:column;gap:6px}.thv-readout .kv .top{display:flex;align-items:baseline;justify-content:space-between}.thv-readout .kv dt{font-size:.86rem;color:var(--thh-ink-2)}.thv-readout .kv dd{margin:0;font-family:var(--thh-font-display);font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.thv-readout .foot{margin-top:18px;padding-top:14px;border-top:1px solid var(--thh-line)}.thv-diff{display:flex;flex-direction:column}.thv-diff .d{display:grid;grid-template-columns:200px 1fr;gap:clamp(16px,4vw,48px);padding:30px 0;border-bottom:1px solid var(--thh-line)}.thv-diff .d:first-child{padding-top:0}.thv-diff .d:last-child{border-bottom:0}.thv-diff .d .tag{font-family:var(--thh-font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--thh-accent-2)}.thv-diff .d h3{font-size:1.24rem;margin-bottom:8px}.thv-diff .d p{color:var(--thh-ink-2);font-size:.98rem;max-width:54ch}.thv-impl{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--thh-line);border:1px solid var(--thh-line);border-radius:var(--thh-radius);overflow:hidden}.thv-impl .step{background:var(--thh-paper);padding:22px 20px;display:flex;flex-direction:column;gap:8px}.thv-impl .step .n{font-family:var(--thh-font-mono);font-size:.8rem;color:var(--thh-accent-2)}.thv-impl .step h3{font-size:1.02rem}.thv-impl .step p{font-size:.86rem;color:var(--thh-ink-2)}.thv-impl-foot{margin-top:16px;display:flex;flex-wrap:wrap;gap:20px}.thv-impl-foot span{font-family:var(--thh-font-mono);font-size:.72rem;letter-spacing:.05em;color:var(--thh-ink-3)}.thv-impl-foot b{color:var(--thh-ink-2);font-weight:500}.thv-cta{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--thh-line);border:1px solid var(--thh-line);border-radius:var(--thh-radius);overflow:hidden}.thv-cta-cell{background:var(--thh-paper);padding:clamp(28px,5vw,52px);display:flex;flex-direction:column;gap:16px}.thv-cta-cell .k{font-family:var(--thh-font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--thh-ink-3)}.thv-cta-cell h3{font-size:1.5rem}.thv-cta-cell p{color:var(--thh-ink-2);font-size:.98rem}.thv-cta-cell .thv-btn{align-self:flex-start;margin-top:6px}.thv-cta-note{margin-top:20px}.thv-footer{border-top:1px solid var(--thh-line);padding-block:56px 40px;background:var(--thh-paper-2);color:var(--thh-ink)}.thv-foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px}.thv-foot-brand img{display:block;height:40px;width:auto;margin-bottom:12px}.thv-foot-brand .thv-logo-dark{display:none}html[data-theme=dark] .thv-foot-brand .thv-logo-dark{display:block}html[data-theme=dark] .thv-foot-brand .thv-logo-light{display:none}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .thv-foot-brand .thv-logo-dark{display:block}html:not([data-theme=light]) .thv-foot-brand .thv-logo-light{display:none}}.thv-foot-brand p{font-size:.86rem;color:var(--thh-ink-3);max-width:30ch}.thv-foot-col h4{font-family:var(--thh-font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--thh-ink-3);margin:0 0 14px;font-weight:500}.thv-foot-col a{display:block;font-size:.88rem;color:var(--thh-ink-2);padding:5px 0;transition:color .16s ease}.thv-foot-col a:hover{color:var(--thh-accent-2)}.thv-foot-legal{margin-top:40px;padding-top:20px;border-top:1px solid var(--thh-line);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.thv-foot-legal span{font-family:var(--thh-font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--thh-ink-3)}@media (max-width:940px){.thv-hero-grid{grid-template-columns:1fr}.thv-hero-panel{order:2}.thv-proof-grid{grid-template-columns:1fr}.thv-steps{flex-direction:row;overflow-x:auto}.thv-steps button{border-left:0;border-bottom:2px solid var(--thh-line);flex:none;width:auto}.thv-steps button[aria-selected=true]{border-left:0;border-bottom-color:var(--thh-accent)}.thv-market{grid-template-columns:1fr}.thv-cycle{grid-template-columns:repeat(2,1fr)}.thv-impl{grid-template-columns:repeat(2,1fr)}.thv-cta{grid-template-columns:1fr}.thv-foot-grid{grid-template-columns:1fr 1fr}.thv-diff .d{grid-template-columns:1fr;gap:8px}}@media (max-width:620px){.thv-nav{display:none}.thv-header-cta .thv-link-plain,.thv-header-cta .thv-btn--gh{display:none}.thv-burger{display:grid}.thv-cycle{grid-template-columns:1fr}.thv-impl{grid-template-columns:1fr}.thv-foot-grid{grid-template-columns:1fr}.thv-dialwrap{flex-direction:column;align-items:flex-start}.thv-skills{width:100%}}.thv-mod-group{margin-bottom:42px}.thv-mod-group:last-of-type{margin-bottom:0}.thv-mod-glabel{color:var(--thh-ink-3);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--thh-line)}.thv-mod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:1px;background:var(--thh-line);border:1px solid var(--thh-line)}.thv-mod{display:flex;flex-direction:column;gap:7px;background:var(--thh-surface);padding:20px 22px;text-decoration:none;color:inherit;transition:background .16s ease}.thv-mod:hover{background:var(--thh-paper-2)}.thv-mod:focus-visible{outline:2px solid var(--thh-accent);outline-offset:-2px}.thv-mod-name{font-family:var(--thh-font-display);font-weight:600;font-size:1rem;color:var(--thh-ink);display:flex;align-items:baseline;justify-content:space-between;gap:10px}.thv-mod-arrow{color:var(--thh-accent-2);font-size:.95rem;transition:transform .16s ease}.thv-mod:hover .thv-mod-arrow{transform:translateX(3px)}.thv-mod-desc{font-size:.88rem;color:var(--thh-ink-2);line-height:1.5}.thv-mod-note{margin-top:28px;color:var(--thh-ink-3)}@media (max-width:620px){.thv-mod-grid{grid-template-columns:1fr}}
@charset "UTF-8";@keyframes rotating4{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animation4{from{left:-40%;width:40%}to{left:100%;width:10%}}:root{--lp-cotainer-max-with:var(--lp-container-max-width)}.wp-block-group{--lp-container-max-width:var(--wp--style--global--wide-size)}@font-face{font-family:"lp-icon";src:url(//thriveo.com.br/wp-content/plugins/learnpress/assets/css/../src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=117) format("woff2");font-weight:normal;font-style:normal;font-display:swap}[class^=lp-icon-],[class*=" lp-icon-"]{font-family:"lp-icon";speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lp-icon-plus:before{content:"\f067"}.lp-icon-question:before{content:"\f128"}.lp-icon-minus:before{content:"\f068"}.lp-icon-search:before{content:"\f002"}.lp-icon-envelope-o:before{content:"\f003"}.lp-icon-heart:before{content:"\f004"}.lp-icon-star:before{content:"\f005"}.lp-icon-star-o:before{content:"\f006"}.lp-icon-user:before{content:"\f007"}.lp-icon-th-large:before{content:"\f009"}.lp-icon-th:before{content:"\f00a"}.lp-icon-th-list:before{content:"\f00b"}.lp-icon-check:before{content:"\f00c"}.lp-icon-close:before{content:"\f00d"}.lp-icon-remove:before{content:"\f00d"}.lp-icon-times:before{content:"\f00d"}.lp-icon-signal:before{content:"\f012"}.lp-icon-cog:before{content:"\f013"}.lp-icon-gear:before{content:"\f013"}.lp-icon-trash-o:before{content:"\f014"}.lp-icon-home:before{content:"\f015"}.lp-icon-file-o:before{content:"\f016"}.lp-icon-clock-o:before{content:"\f017"}.lp-icon-download:before{content:"\f019"}.lp-icon-play-circle-o:before{content:"\f01d"}.lp-icon-refresh:before{content:"\f021"}.lp-icon-lock:before{content:"\f023"}.lp-icon-flag:before{content:"\f024"}.lp-icon-book:before{content:"\f02d"}.lp-icon-bookmark:before{content:"\f02e"}.lp-icon-video-camera:before{content:"\f03d"}.lp-icon-edit:before{content:"\f044"}.lp-icon-pencil-square-o:before{content:"\f044"}.lp-icon-check-square-o:before{content:"\f046"}.lp-icon-arrows:before{content:"\f047"}.lp-icon-chevron-left:before{content:"\f053"}.lp-icon-chevron-right:before{content:"\f054"}.lp-icon-check-circle:before{content:"\f058"}.lp-icon-question-circle:before{content:"\f059"}.lp-icon-arrow-left:before{content:"\f060"}.lp-icon-arrow-right:before{content:"\f061"}.lp-icon-expand:before{content:"\f065"}.lp-icon-compress:before{content:"\f066"}.lp-icon-exclamation-circle:before{content:"\f06a"}.lp-icon-gift:before{content:"\f06b"}.lp-icon-eye:before{content:"\f06e"}.lp-icon-eye-slash:before{content:"\f070"}.lp-icon-exclamation-triangle:before{content:"\f071"}.lp-icon-warning:before{content:"\f071"}.lp-icon-calendar:before{content:"\f073"}.lp-icon-comment:before{content:"\f075"}.lp-icon-chevron-up:before{content:"\f077"}.lp-icon-chevron-down:before{content:"\f078"}.lp-icon-shopping-cart:before{content:"\f07a"}.lp-icon-bar-chart:before{content:"\f080"}.lp-icon-bar-chart-o:before{content:"\f080"}.lp-icon-key:before{content:"\f084"}.lp-icon-cogs:before{content:"\f085"}.lp-icon-gears:before{content:"\f085"}.lp-icon-thumbs-o-up:before{content:"\f087"}.lp-icon-thumbs-o-down:before{content:"\f088"}.lp-icon-heart-o:before{content:"\f08a"}.lp-icon-sign-out:before{content:"\f08b"}.lp-icon-linkedin-square:before{content:"\f08c"}.lp-icon-sign-in:before{content:"\f090"}.lp-icon-phone:before{content:"\f095"}.lp-icon-square-o:before{content:"\f096"}.lp-icon-bookmark-o:before{content:"\f097"}.lp-icon-twitter:before{content:"\f099"}.lp-icon-facebook:before{content:"\f09a"}.lp-icon-facebook-f:before{content:"\f09a"}.lp-icon-unlock:before{content:"\f09c"}.lp-icon-bullhorn:before{content:"\f0a1"}.lp-icon-bell-o:before{content:"\f0a2"}.lp-icon-certificate:before{content:"\f0a3"}.lp-icon-briefcase:before{content:"\f0b1"}.lp-icon-arrows-alt:before{content:"\f0b2"}.lp-icon-copy:before{content:"\f0c5"}.lp-icon-files-o:before{content:"\f0c5"}.lp-icon-pinterest-square:before{content:"\f0d3"}.lp-icon-google-plus-square:before{content:"\f0d4"}.lp-icon-google-plus:before{content:"\f0d5"}.lp-icon-money-bill-alt:before{content:"\f0d6"}.lp-icon-caret-down:before{content:"\f0d7"}.lp-icon-caret-up:before{content:"\f0d8"}.lp-icon-caret-left:before{content:"\f0d9"}.lp-icon-caret-right:before{content:"\f0da"}.lp-icon-linkedin:before{content:"\f0e1"}.lp-icon-comment-o:before{content:"\f0e5"}.lp-icon-file-text-o:before{content:"\f0f6"}.lp-icon-angle-double-left:before{content:"\f100"}.lp-icon-angle-double-right:before{content:"\f101"}.lp-icon-angle-double-up:before{content:"\f102"}.lp-icon-angle-double-down:before{content:"\f103"}.lp-icon-angle-left:before{content:"\f104"}.lp-icon-angle-right:before{content:"\f105"}.lp-icon-angle-up:before{content:"\f106"}.lp-icon-angle-down:before{content:"\f107"}.lp-icon-desktop:before{content:"\f108"}.lp-icon-mobile:before{content:"\f10b"}.lp-icon-mobile-phone:before{content:"\f10b"}.lp-icon-circle-o:before{content:"\f10c"}.lp-icon-spinner:before{content:"\f110"}.lp-icon-code:before{content:"\f121"}.lp-icon-puzzle-piece:before{content:"\f12e"}.lp-icon-calendar-o:before{content:"\f133"}.lp-icon-ellipsis-h:before{content:"\f141"}.lp-icon-ellipsis-v:before{content:"\f142"}.lp-icon-file:before{content:"\f15b"}.lp-icon-file-alt:before{content:"\f15c"}.lp-icon-youtube-play:before{content:"\f16a"}.lp-icon-instagram:before{content:"\f16d"}.lp-icon-dot-circle-o:before{content:"\f192"}.lp-icon-graduation-cap:before{content:"\f19d"}.lp-icon-mortar-board:before{content:"\f19d"}.lp-icon-google:before{content:"\f1a0"}.lp-icon-language:before{content:"\f1ab"}.lp-icon-database:before{content:"\f1c0"}.lp-icon-file-pdf:before{content:"\f1c1"}.lp-icon-file-word:before{content:"\f1c2"}.lp-icon-file-excel:before{content:"\f1c3"}.lp-icon-file-powerpoint:before{content:"\f1c4"}.lp-icon-file-image:before{content:"\f1c5"}.lp-icon-file-photo:before{content:"\f1c5"}.lp-icon-file-picture:before{content:"\f1c5"}.lp-icon-file-archive:before{content:"\f1c6"}.lp-icon-file-zip:before{content:"\f1c6"}.lp-icon-file-audio:before{content:"\f1c7"}.lp-icon-file-sound:before{content:"\f1c7"}.lp-icon-file-movie:before{content:"\f1c8"}.lp-icon-file-video:before{content:"\f1c8"}.lp-icon-file-code:before{content:"\f1c9"}.lp-icon-circle-thin:before{content:"\f1db"}.lp-icon-share-alt:before{content:"\f1e0"}.lp-icon-pie-chart:before{content:"\f200"}.lp-icon-line-chart:before{content:"\f201"}.lp-icon-user-secret:before{content:"\f21b"}.lp-icon-television:before{content:"\f26c"}.lp-icon-tv:before{content:"\f26c"}.lp-icon-question-circle-o:before{content:"\f29c"}.lp-icon-google-plus-circle:before{content:"\f2b3"}.lp-icon-google-plus-official:before{content:"\f2b3"}.lp-icon-user-circle:before{content:"\f2bd"}.lp-icon-user-graduate:before{content:"\f501"}.lp-icon-user-edit:before{content:"\f4ff"}.lp-icon-my-courses:before{content:"\e900"}.lp-icon-clock:before{content:"\e901"}.lp-icon-stopwatch:before{content:"\f2f2"}.lp-icon-file-download:before{content:"\f56d"}.lp-icon-list:before{content:"\f03a"}.lp-icon-students:before{content:"\e902"}.lp-icon-courses:before{content:"\e903"}.lp-icon-tiktok-alt:before{content:"\e908"}.lp-icon-alarm-clock:before{content:"\e909"}.lp-icon-art-and-design:before{content:"\e90a"}.lp-icon-best-customer-experience:before{content:"\e90b"}.lp-icon-certificate-o:before{content:"\e90c"}.lp-icon-community:before{content:"\e90d"}.lp-icon-online-education:before{content:"\e90e"}.lp-icon-concierge-bell:before{content:"\e90f"}.lp-icon-target:before{content:"\e910"}.lp-icon-content-marketing:before{content:"\e911"}.lp-icon-dollar-sign:before{content:"\e912"}.lp-icon-website:before{content:"\e913"}.lp-icon-worldwide-security:before{content:"\e914"}.lp-icon-educational-programs:before{content:"\e915"}.lp-icon-online-class:before{content:"\e916"}.lp-icon-monitor:before{content:"\e917"}.lp-icon-lucide:before{content:"\e918"}.lp-icon-ebook:before{content:"\e919"}.lp-icon-co-instructor:before{content:"\e904"}.lp-icon-close-circle:before{content:"\e907"}.lp-icon-layers:before{content:"\e91a"}.lp-icon-filter:before{content:"\e91c"}.lp-icon-in_progress_course:before{content:"\e91d"}.lp-icon-finished_courses:before{content:"\e91e"}.lp-icon-failed_courses:before{content:"\e91f"}.lp-icon-passed_courses:before{content:"\e920"}.lp-icon-student_in_progress:before{content:"\e924"}.lp-icon-student_completed:before{content:"\e925"}.lp-icon-published_course:before{content:"\e926"}.lp-icon-pending_course:before{content:"\e927"}.lp-icon-list-check:before{content:"\e929"}.lp-icon-icon-h5p:before{content:"\e92a"}.lp-icon-comment-written:before{content:"\e921"}.lp-icon-book-open:before{content:"\f518"}.lp-icon-pinterest-p:before{content:"\f231"}.lp-icon-dropbox:before{content:"\e905"}.lp-icon-edit-square:before{content:"\e923"}.lp-icon-drag:before{content:"\e922"}.lp-icon-map-pin:before{content:"\e91b"}.lp-icon-map-marker:before{content:"\e91b"}.lp-icon-box:before{content:"\e906"}.lp-ico-ai{display:inline-block;width:13px;height:13px;background-image:url(//thriveo.com.br/wp-content/plugins/learnpress/assets/css/../../images/icons/ico-ai.svg);background-size:contain;background-repeat:no-repeat}.lp-icon-course-builder{display:inline-block;width:18px;height:18px;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6422 16.0228C21.7413 16.1947 21.7682 16.3988 21.717 16.5905C21.6659 16.7822 21.5409 16.9458 21.3694 17.0456L12.3694 22.2956C12.2547 22.3624 12.1243 22.3977 11.9916 22.3977C11.8588 22.3977 11.7284 22.3624 11.6138 22.2956L2.61376 17.0456C2.44472 16.944 2.3225 16.7799 2.27354 16.5889C2.22459 16.3978 2.25284 16.1952 2.3522 16.0249C2.45155 15.8545 2.614 15.7301 2.80438 15.6787C2.99476 15.6272 3.19774 15.6528 3.36938 15.7499L11.9983 20.5004L20.6194 15.7499C20.7913 15.6509 20.9954 15.624 21.1871 15.6751C21.3788 15.7262 21.5425 15.8512 21.6422 16.0228ZM20.6194 11.2499L11.9916 16.0228L3.36938 11.2499C3.19861 11.1649 3.00186 11.1482 2.81917 11.2031C2.63648 11.258 2.48159 11.3805 2.38602 11.5456C2.29044 11.7107 2.26138 11.906 2.30473 12.0918C2.34809 12.2776 2.46061 12.4398 2.61938 12.5456L11.6194 17.7956C11.7341 17.8624 11.8644 17.8977 11.9972 17.8977C12.13 17.8977 12.2603 17.8624 12.375 17.7956L21.375 12.5456C21.4615 12.4967 21.5373 12.4311 21.5982 12.3526C21.6591 12.2741 21.7038 12.1844 21.7297 12.0885C21.7556 11.9926 21.7622 11.8925 21.7492 11.7941C21.7361 11.6956 21.7036 11.6007 21.6536 11.515C21.6035 11.4292 21.5369 11.3542 21.4577 11.2943C21.3784 11.2344 21.2881 11.1909 21.1919 11.1663C21.0957 11.1416 20.9955 11.1363 20.8972 11.1507C20.799 11.165 20.7045 11.1988 20.6194 11.2499ZM2.24438 7.39775C2.24468 7.26639 2.27948 7.13741 2.34529 7.02372C2.4111 6.91003 2.50562 6.81562 2.61938 6.74994L11.6194 1.49994C11.7341 1.43306 11.8644 1.39783 11.9972 1.39783C12.13 1.39783 12.2603 1.43306 12.375 1.49994L21.375 6.74994C21.4882 6.81599 21.5822 6.91056 21.6474 7.02423C21.7127 7.13789 21.7471 7.26668 21.7471 7.39775C21.7471 7.52883 21.7127 7.65762 21.6474 7.77128C21.5822 7.88494 21.4882 7.97951 21.375 8.04557L12.375 13.2956C12.2603 13.3624 12.13 13.3977 11.9972 13.3977C11.8644 13.3977 11.7341 13.3624 11.6194 13.2956L2.61938 8.04557C2.50562 7.97988 2.4111 7.88547 2.34529 7.77178C2.27948 7.6581 2.24468 7.52912 2.24438 7.39775ZM4.99439 7.39783L11.9944 11.5456L18.9944 7.39783L11.9944 3.39783L4.99439 7.39783Z' fill='black'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6422 16.0228C21.7413 16.1947 21.7682 16.3988 21.717 16.5905C21.6659 16.7822 21.5409 16.9458 21.3694 17.0456L12.3694 22.2956C12.2547 22.3624 12.1243 22.3977 11.9916 22.3977C11.8588 22.3977 11.7284 22.3624 11.6138 22.2956L2.61376 17.0456C2.44472 16.944 2.3225 16.7799 2.27354 16.5889C2.22459 16.3978 2.25284 16.1952 2.3522 16.0249C2.45155 15.8545 2.614 15.7301 2.80438 15.6787C2.99476 15.6272 3.19774 15.6528 3.36938 15.7499L11.9983 20.5004L20.6194 15.7499C20.7913 15.6509 20.9954 15.624 21.1871 15.6751C21.3788 15.7262 21.5425 15.8512 21.6422 16.0228ZM20.6194 11.2499L11.9916 16.0228L3.36938 11.2499C3.19861 11.1649 3.00186 11.1482 2.81917 11.2031C2.63648 11.258 2.48159 11.3805 2.38602 11.5456C2.29044 11.7107 2.26138 11.906 2.30473 12.0918C2.34809 12.2776 2.46061 12.4398 2.61938 12.5456L11.6194 17.7956C11.7341 17.8624 11.8644 17.8977 11.9972 17.8977C12.13 17.8977 12.2603 17.8624 12.375 17.7956L21.375 12.5456C21.4615 12.4967 21.5373 12.4311 21.5982 12.3526C21.6591 12.2741 21.7038 12.1844 21.7297 12.0885C21.7556 11.9926 21.7622 11.8925 21.7492 11.7941C21.7361 11.6956 21.7036 11.6007 21.6536 11.515C21.6035 11.4292 21.5369 11.3542 21.4577 11.2943C21.3784 11.2344 21.2881 11.1909 21.1919 11.1663C21.0957 11.1416 20.9955 11.1363 20.8972 11.1507C20.799 11.165 20.7045 11.1988 20.6194 11.2499ZM2.24438 7.39775C2.24468 7.26639 2.27948 7.13741 2.34529 7.02372C2.4111 6.91003 2.50562 6.81562 2.61938 6.74994L11.6194 1.49994C11.7341 1.43306 11.8644 1.39783 11.9972 1.39783C12.13 1.39783 12.2603 1.43306 12.375 1.49994L21.375 6.74994C21.4882 6.81599 21.5822 6.91056 21.6474 7.02423C21.7127 7.13789 21.7471 7.26668 21.7471 7.39775C21.7471 7.52883 21.7127 7.65762 21.6474 7.77128C21.5822 7.88494 21.4882 7.97951 21.375 8.04557L12.375 13.2956C12.2603 13.3624 12.13 13.3977 11.9972 13.3977C11.8644 13.3977 11.7341 13.3624 11.6194 13.2956L2.61938 8.04557C2.50562 7.97988 2.4111 7.88547 2.34529 7.77178C2.27948 7.6581 2.24468 7.52912 2.24438 7.39775ZM4.99439 7.39783L11.9944 11.5456L18.9944 7.39783L11.9944 3.39783L4.99439 7.39783Z' fill='black'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.lp-skeleton-animation{margin:0;padding:0;list-style:none}.lp-skeleton-animation>li{width:100%;height:16px;margin-top:15px;border-radius:2px;background:linear-gradient(90deg,hsla(0,0%,74.5%,0.2) 25%,hsla(0,0%,50.6%,0.24) 37%,hsla(0,0%,74.5%,0.2) 63%);background-size:400% 100%;list-style:none;animation:lp-skeleton-loading 1.4s ease infinite}@keyframes lp-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.lp-loading-circle{width:15px;height:15px;border:2px solid #ccc;border-radius:50%;border-top-color:rgba(0,0,0,0.76);animation:spin 1s infinite linear;display:inline-block}.lp-loading-circle.hide{display:none}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.lp-form-course-filter__title{font-weight:500;margin-bottom:12px}.lp-form-course-filter__content{position:relative}.lp-form-course-filter__content .lp-course-filter__field *{cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.lp-form-course-filter__content .lp-course-filter__field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter__field input[disabled]{cursor:not-allowed}.lp-form-course-filter__content .lp-course-filter__field label{margin:0;text-transform:capitalize;line-height:inherit;flex:1}.lp-form-course-filter__content .lp-course-filter__field .count{color:#999}.lp-form-course-filter__content .lp-course-filter-search-field{position:relative;display:flex;align-items:center}.lp-form-course-filter__content .lp-course-filter-search-field input{width:100%;line-height:2rem;border:1px solid #eee;padding:8px}.lp-form-course-filter__content .lp-course-filter-search-field input:focus{outline:0}.lp-form-course-filter__content .lp-course-filter-search-field .lp-loading-circle{position:absolute;right:10px}.lp-form-course-filter__content .lp-course-filter-search-result{position:absolute;z-index:10;background:white;width:100%;border:1px solid #eee;max-height:300px;overflow-y:auto;padding:0}.lp-form-course-filter__content .lp-course-filter-search-result:empty{border:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list{padding:0 10px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest{display:flex;gap:8px;padding:10px 0;align-items:center;border-bottom:1px solid #f5f5f5}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .item-course-suggest:last-child{border-bottom:0}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img{width:50px}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list .course-img img{width:50px;height:auto;display:block}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a{font-size:.875em;line-height:1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-list a span{font-size:.875em;line-height:1em}.lp-form-course-filter__content .lp-course-filter-search-result .lp-courses-suggest-info{border-top:1px solid #eee;padding:10px;background:#e8f0fe;font-weight:500;display:flex;justify-content:space-between}.lp-form-course-filter .course-filter-submit,.lp-form-course-filter .course-filter-reset{padding:12px 24px;text-transform:capitalize;width:calc(50% - 4px);border:1px solid #ccc;border-radius:4px;background-color:var(--lp-button-background-color);color:var(--lp-button-color)}.lp-form-course-filter .course-filter-submit:focus,.lp-form-course-filter .course-filter-reset:focus{outline:0}.lp-form-course-filter .course-filter-submit:hover,.lp-form-course-filter .course-filter-reset:hover{color:#fff;background:var(--lp-primary-color)}.lp-form-course-filter .course-filter-reset{margin-left:4px}.lp-form-course-filter .course-filter-submit{margin-right:4px}.lp-form-course-filter .lp-form-course-filter__item{margin-bottom:12px;border-bottom:1px solid #ccc;padding-bottom:12px}.lp-form-course-filter .lp-form-course-filter__item .lp-cate-parent .lp-cate-child{margin-left:1rem}#learn-press-become-teacher-form .become-teacher-fields{list-style:none;padding:0}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:none}.elementor-widget-container .learnpress-widget-wrapper{position:unset}@media(max-width:768px){.widget_course_filter{position:fixed !important;right:0;top:0;bottom:0;z-index:999999;width:400px;height:100%;background-color:#fff;transition:.3s;display:block;overflow-y:auto;border:none !important;border-radius:0 !important;transform:translate3d(100%,0,0);margin:0;opacity:0;visibility:hidden;padding:20px}.widget_course_filter .lp-form-block-course-filter .course-filter-submit,.widget_course_filter .lp-form-course-filter .course-filter-submit{width:100%;margin:0}.widget_course_filter .lp-form-block-course-filter .course-filter-reset,.widget_course_filter .lp-form-course-filter .course-filter-reset{width:100%;margin:12px 0 0 0}.widget_course_filter .widget-title{display:flex;gap:16px;align-items:center;font-size:calc(var(--lp-font-size-base, 1em) * 1.25)}.show-lp-course-filter-mobile{overflow:hidden}.show-lp-course-filter-mobile .widget_course_filter{transform:none;opacity:1;visibility:visible}.show-lp-course-filter-mobile .lp-archive-courses-sidebar::after{position:fixed;top:0;right:0;width:100%;height:100%;background:rgba(0,0,0,0.9);content:"";-webkit-transition:opacity .5s,width .1s .5s,height .1s .5s;transition:opacity .5s,width .1s .5s,height .1s .5s;z-index:99999}.show-lp-course-filter-mobile .learnpress-widget-wrapper{position:unset}.lp-form-course-filter__close,.elementor-widget-container .lp-form-course-filter__close{display:flex;position:absolute;right:0;top:20px;left:auto;align-items:center;justify-content:center;gap:4px;padding:0 20px}.lp-form-course-filter__close i,.elementor-widget-container .lp-form-course-filter__close i{font-size:1rem}}@media(max-width:500px){.widget_course_filter{width:100%;left:0;right:0;box-sizing:border-box}}@keyframes lp-rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lp-loading-change{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0}.lp-load-ajax-element{position:relative}@media(min-width:1024px){body.theme-divi{--lp-cotainer-padding:0}}.learnpress.widget{margin-bottom:30px}.learnpress.widget h3{margin-bottom:20px}.learnpress.widget a{text-decoration:none}.learnpress-widget-wrapper{margin-top:16px;position:relative}.learnpress-widget-wrapper .lp-widget-loading-change{display:none;position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.38);top:0;z-index:10}.learnpress-widget-wrapper .lp-widget-course{margin:0 0 30px 0;border:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__image img{height:auto;width:100%;display:block}.learnpress-widget-wrapper .lp-widget-course__title{margin-bottom:20px;font-size:1em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__content{margin:0;padding:16px;border-top:1px solid #eee}.learnpress-widget-wrapper .lp-widget-course__title{margin:4px 0 16px 0}.learnpress-widget-wrapper .lp-widget-course__meta{display:grid;margin:16px 0 0 0;grid-template-columns:repeat(2,1fr);justify-content:space-between;align-items:center;gap:24px}.learnpress-widget-wrapper .lp-widget-course__meta .course-price{margin-bottom:0}.learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price{display:flex;flex-direction:column}.learnpress-widget-wrapper .lp-widget-course__description{color:#666;font-size:.875em}.learnpress-widget-wrapper .lp-widget-course__price{color:#444;font-size:.875em;font-weight:600}.learnpress-widget-wrapper .lp-widget-course__instructor{display:flex;align-items:center}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar{margin-right:5px}.learnpress-widget-wrapper .lp-widget-course__instructor__avatar img{width:20px;border-radius:20px;height:20px;display:block}.learnpress-widget-wrapper .lp-widget-course__instructor>a{color:#777;font-size:.875em}.learnpress.widget_course_progress .lp_widget_course_progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp_widget_course_progress{margin:0;padding:20px;border:1px solid #eee}.learnpress.widget_course_progress .course-results-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress{margin-top:10px;font-size:.8em}.learnpress.widget_course_progress .course-results-progress .items-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress{display:flex;margin-bottom:7px;justify-content:space-between;align-items:center}.learnpress.widget_course_progress .course-results-progress .items-progress__heading,.elementor-widget-wp-widget-learnpress_widget_course_progress .course-results-progress .items-progress__heading{font-weight:400}.learnpress.widget_course_progress .lp-course-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress{width:100%}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress{position:relative}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active{position:absolute;left:50%;width:100%;height:100%;margin-left:-100%;background:var(--lp-primary-color);border-radius:5px}.learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional,.elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-left:-1px;background:var(--lp-secondary-color)}.lp_widget_course_info{margin:0;padding:20px;border:1px solid var(--lp-border-color,#e2e0db)}.lp_widget_course_info h3{margin-bottom:15px}.lp_widget_course_info ul{margin:0;padding:0}.lp_widget_course_info ul li{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.lp_widget_course_info ul label{font-size:var(--lp-font-size-base,1em);margin:0}.lp-widget-course-extra{margin:0}.lp-widget-course-extra h3{margin-bottom:20px;font-size:var(--lp-font-size-base,1em)}.lp-widget-course-extra__content h4.course-extras__title{margin:0;margin-bottom:15px;font-size:var(--lp-font-size-base,1em);font-weight:600}.lp-widget-course-extra__content ul{margin:0;padding:0}.lp-widget-course-extra__content ul li{margin-bottom:10px}.lp-widget-course-extra__content .course-extras{display:block}.lp-widget-course-extra__content .course-extras .course-extras__content ul{list-style:none}.lp-widget-course-extra__content .course-extras .course-extras__content ol{list-style-position:inside}.lp-widget-course-extra__content .course-extras .course-extras__content ul li,.lp-widget-course-extra__content .course-extras .course-extras__content ol li{position:relative;border:0}.lp-widget-course-extra__content .course-extras.style-checks ul li,.lp-widget-course-extra__content .course-extras.style-checks ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-checks ul li::before,.lp-widget-course-extra__content .course-extras.style-checks ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.lp-widget-course-extra__content .course-extras.style-radios ul li,.lp-widget-course-extra__content .course-extras.style-radios ol li{padding-left:20px}.lp-widget-course-extra__content .course-extras.style-radios ul li::before,.lp-widget-course-extra__content .course-extras.style-radios ol li::before{display:inline-block;position:absolute;top:50%;left:0;width:12px;height:7px;border:2px solid #8794b9;border-top:0;border-right:0;content:"";transform:rotate(-54deg) translateY(-50%)}.learnpress.widget_course_featured .lp-widget-featured-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_featured .lp-widget-featured-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_featured .lp-widget-featured-courses__footer__link::before{content:"←"}.learnpress.widget_course_popular .lp-widget-popular-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_popular .lp-widget-popular-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_popular .lp-widget-popular-courses__footer__link::before{content:"←"}.learnpress.widget_course_recent .lp-widget-recent-courses__footer,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer{margin-top:20px;padding-top:10px;border-top:1px solid #eee}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link{font-size:1rem;line-height:1}.learnpress.widget_course_recent .lp-widget-recent-courses__footer__link::before,.elementor-widget-wp-widget-learnpress_widget_course_recent .lp-widget-recent-courses__footer__link::before{content:"←"}.learnpress-widget-wrapper__restapi .lp-skeleton-animation{min-width:250px}.learnpress-widget-wrapper__restapi ul{padding:0}
.focus .ts-control,.ts-control{box-shadow:none}.ts-control,.ts-dropdown{width:100%;box-sizing:border-box}.ts-control{border:1px solid #d0d0d0;padding:8px;overflow:hidden;position:relative;z-index:1;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0)}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:0!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header,.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner::after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent;animation:1.2s linear infinite lds-dual-ring}@keyframes lds-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button:1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:calc(8px - 6px);margin-right:0!important;background:0 0!important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.plugin-dropdown_input .dropdown-input,.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid #d0d0d0;box-shadow:none}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input .dropdown-input{border-width:0 0 1px;display:block;padding:8px;width:100%;background:0 0}.plugin-dropdown_input .items-placeholder{border:0!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.ts-dropdown.plugin-optgroup_columns .optgroup::before{display:none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:0 0}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button:0;--ts-pr-caret:0;--ts-pr-min:.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{text-align:right;padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}

.mwai-chatgpt-theme{--mwai-spacing:15px;--mwai-fontSize:15px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#fff;--mwai-iconTextBackgroundColor:#343541;--mwai-fontColor:#fff;--mwai-backgroundPrimaryColor:#454654;--mwai-backgroundHeaderColor:#343541;--mwai-bubbleColor:#343541;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#202123;--mwai-conversationsTextColor:#fff;--mwai-backgroundSecondaryColor:#343541;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff}.mwai-chatgpt-theme *{box-sizing:border-box}.mwai-chatgpt-theme .mwai-content{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);overflow:hidden;display:flex;flex-direction:column;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-shortcuts{display:flex;justify-content:center;margin:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut{margin-right:calc(var(--mwai-spacing) / 2);display:flex}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-success{color:#4caf50;border:1px solid #4caf50}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{color:#f44336;border:1px solid #f44336}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{color:#ff9800;border:1px solid #ff9800}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut.mwai-info{color:#2196f3;border:1px solid #2196f3}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-chatgpt-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-chatgpt-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-blocks button{cursor:pointer}.mwai-chatgpt-theme .mwai-conversation{overflow:auto}.mwai-chatgpt-theme .mwai-reply{display:flex;padding:var(--mwai-spacing);position:relative;line-height:var(--mwai-lineHeight);transition:opacity .35s cubic-bezier(.4,0,.2,1)}.mwai-chatgpt-theme .mwai-reply.mwai-fade-out{opacity:0}.mwai-chatgpt-theme .mwai-reply.mwai-user{background:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply.mwai-ai{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-name{color:var(--mwai-fontColor);margin-right:5px}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-name-text{opacity:.5;white-space:nowrap}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar{margin-right:10px;display:flex;align-items:center;justify-content:center;border-radius:5px;overflow:hidden}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar img{width:32px;height:32px;min-width:32px;min-height:32px}.mwai-chatgpt-theme .mwai-reply .mwai-name .mwai-avatar.mwai-svg img{width:28px;height:28px;min-width:28px;min-height:28px;filter:brightness(0) invert(1)}.mwai-chatgpt-theme .mwai-reply .mwai-text{flex:auto;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);padding:5px 10px;margin-bottom:10px}.mwai-chatgpt-theme .mwai-reply .mwai-text *{font-size:var(--mwai-fontSize)}.mwai-chatgpt-theme .mwai-reply .mwai-text>span>*:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>span>*:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-reply .mwai-text a{color:#2196f3}.mwai-chatgpt-theme .mwai-reply .mwai-text h1,.mwai-chatgpt-theme .mwai-reply .mwai-text h2,.mwai-chatgpt-theme .mwai-reply .mwai-text h3,.mwai-chatgpt-theme .mwai-reply .mwai-text h4{color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text h1{font-size:200%}.mwai-chatgpt-theme .mwai-reply .mwai-text h2{font-size:160%}.mwai-chatgpt-theme .mwai-reply .mwai-text h3{font-size:140%}.mwai-chatgpt-theme .mwai-reply .mwai-text h4{font-size:120%}.mwai-chatgpt-theme .mwai-reply .mwai-text p code{background:var(--mwai-backgroundSecondaryColor);padding:2px 6px;border-radius:8px;font-size:90%;font-family:system-ui}.mwai-chatgpt-theme .mwai-reply .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);break-after:auto;white-space:pre-wrap;font-size:95%;max-width:100%;width:100%;font-family:system-ui;background:hsl(0 0% 0%/30%)}.mwai-chatgpt-theme .mwai-reply .mwai-text pre code{padding:0 !important;font-family:system-ui}.mwai-chatgpt-theme .mwai-reply .mwai-text ul,.mwai-chatgpt-theme .mwai-reply .mwai-text ol{padding:0}.mwai-chatgpt-theme .mwai-reply .mwai-text ol{margin:0 0 0 20px}.mwai-chatgpt-theme .mwai-reply .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundSecondaryColor);border-collapse:collapse}.mwai-chatgpt-theme .mwai-reply .mwai-text thead{background:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text tr,.mwai-chatgpt-theme .mwai-reply .mwai-text td{padding:2px 5px}.mwai-chatgpt-theme .mwai-reply .mwai-text td{border:2px solid var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter{display:inline-block}.mwai-chatgpt-theme .mwai-reply .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>*:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-reply .mwai-text>*:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-reply.mwai-system{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-chatgpt-theme .mwai-reply.mwai-system .mwai-name{display:none}.mwai-chatgpt-theme .mwai-input{display:flex;padding:var(--mwai-spacing);border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-input .mwai-input-text{flex:auto;position:relative;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);overflow:hidden;display:flex;padding:calc(var(--mwai-spacing) / 2)}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-blocked{background:var(--mwai-errorBackgroundColor)}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-dragging{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea{background:inherit;color:var(--mwai-fontColor);padding-left:calc(var(--mwai-spacing) / 2);flex:auto;border:none;font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url(//thriveo.com.br/wp-content/plugins/ai-engine-pro/themes/icons/dark-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;z-index:100}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-chatgpt-theme .mwai-input button{margin-left:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-compliance{opacity:.5;margin-top:calc(-1 * var(--mwai-spacing));padding:calc(var(--mwai-spacing) / 1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left}.mwai-chatgpt-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-chatgpt-theme .mwai-gallery img{width:100%}.mwai-chatgpt-theme button{color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);min-width:70px;border-radius:5px;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;font-size:calc(var(--mwai-fontSize) * 0.9);position:relative}.mwai-chatgpt-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-chatgpt-theme button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme button[disabled]{cursor:not-allowed}.mwai-chatgpt-theme button[disabled] span{opacity:.5}.mwai-chatgpt-theme button[disabled].mwai-busy span{display:none}.mwai-chatgpt-theme button[disabled].mwai-busy:before{content:'';width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-chatgpt-theme.mwai-form-container{padding:var(--mwai-spacing);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);background:var(--mwai-backgroundSecondaryColor);border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-form-container fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;margin-bottom:10px}.mwai-chatgpt-theme.mwai-form-container fieldset input[type=text],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=email],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=tel],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=url],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=password],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=number],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=date],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=datetime],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=datetime-local],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=month],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=search],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=time],.mwai-chatgpt-theme.mwai-form-container fieldset input[type=week],.mwai-chatgpt-theme.mwai-form-container fieldset select,.mwai-chatgpt-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset select{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-family:inherit;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-chatgpt-theme.mwai-form-container fieldset input[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset select[disabled],.mwai-chatgpt-theme.mwai-form-container fieldset textarea[disabled]{opacity:.25}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button{height:45px;background:0 0;width:100%;color:var(--mwai-fontColor);font-size:var(--mwai-fontSize);background-color:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{background:0 0;cursor:not-allowed}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button:after{content:'';position:absolute;width:18px;height:18px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output{font-size:var(--mwai-fontSize);position:relative;margin-top:var(--mwai-spacing);padding:var(--mwai-spacing);border:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:first-child{margin-top:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:last-child{margin-bottom:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img{max-width:33%}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:first-child{margin-top:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:last-child{margin-bottom:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-output-container.mwai-has-content{display:block}.mwai-chatgpt-theme.mwai-form-container .wp-block-columns{margin:0}.mwai-chatgpt-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-backgroundHeaderColor);overflow:hidden}.mwai-chatgpt-theme.mwai-discussions *{box-sizing:border-box}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing) / 2);padding-right:calc(var(--mwai-spacing) / 2);padding-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:3px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:32px;height:32px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:var(--mwai-errorBackgroundColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing) / 2)}.mwai-chatgpt-theme.mwai-discussions .mwai-header{color:var(--mwai-headerButtonsColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-chatgpt-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-chatgpt-theme.mwai-transition,.mwai-chatgpt-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-chatgpt-theme.mwai-transition-visible,.mwai-chatgpt-theme .mwai-transition-visible{opacity:1}.mwai-chatgpt-theme .mwai-text{overflow-wrap:anywhere}.mwai-chatgpt-theme .mwai-text img{max-width:100%}.mwai-chatgpt-theme .mwai-text div p:first-child{margin-top:0}.mwai-chatgpt-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-chatgpt-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media (max-width:760px){.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-chatgpt-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-chatgpt-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-chatgpt-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-chatgpt-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-chatgpt-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-chatgpt-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-chatgpt-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-chatgpt-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-chatgpt-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-chatgpt-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media (max-width:760px){.mwai-chatgpt-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-chatgpt-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-chatgpt-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-chatgpt-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-chatgpt-theme code.hljs{padding:3px 5px}.mwai-chatgpt-theme .hljs{color:#fff}.mwai-chatgpt-theme .hljs-subst{color:#fff}.mwai-chatgpt-theme .hljs-comment{color:#999}.mwai-chatgpt-theme .hljs-attr,.mwai-chatgpt-theme .hljs-doctag,.mwai-chatgpt-theme .hljs-keyword,.mwai-chatgpt-theme .hljs-meta .hljs-keyword,.mwai-chatgpt-theme .hljs-section,.mwai-chatgpt-theme .hljs-selector-tag{color:#88aece}.mwai-chatgpt-theme .hljs-attribute{color:#c59bc1}.mwai-chatgpt-theme .hljs-name,.mwai-chatgpt-theme .hljs-number,.mwai-chatgpt-theme .hljs-quote,.mwai-chatgpt-theme .hljs-selector-id,.mwai-chatgpt-theme .hljs-template-tag,.mwai-chatgpt-theme .hljs-type{color:#f08d49}.mwai-chatgpt-theme .hljs-selector-class{color:#88aece}.mwai-chatgpt-theme .hljs-link,.mwai-chatgpt-theme .hljs-regexp,.mwai-chatgpt-theme .hljs-selector-attr,.mwai-chatgpt-theme .hljs-string,.mwai-chatgpt-theme .hljs-symbol,.mwai-chatgpt-theme .hljs-template-variable,.mwai-chatgpt-theme .hljs-variable{color:#b5bd68}.mwai-chatgpt-theme .hljs-meta,.mwai-chatgpt-theme .hljs-selector-pseudo{color:#88aece}.mwai-chatgpt-theme .hljs-built_in,.mwai-chatgpt-theme .hljs-literal,.mwai-chatgpt-theme .hljs-title{color:#f08d49}.mwai-chatgpt-theme .hljs-bullet,.mwai-chatgpt-theme .hljs-code{color:#ccc}.mwai-chatgpt-theme .hljs-meta .hljs-string{color:#b5bd68}.mwai-chatgpt-theme .hljs-deletion{color:#de7176}.mwai-chatgpt-theme .hljs-addition{color:#76c490}.mwai-chatgpt-theme .hljs-emphasis{font-style:italic}.mwai-chatgpt-theme .hljs-strong{font-weight:700}.mwai-chatgpt-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-chatgpt-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-chatgpt-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-reply-actions.mwai-hidden{opacity:0}@media (max-width:760px){.mwai-chatgpt-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-chatgpt-theme .mwai-input{flex-direction:column}.mwai-chatgpt-theme .mwai-input .mwai-input-submit{margin:15px 0 0;height:40px;width:inherit}.mwai-chatgpt-theme .mwai-name{margin-right:0;max-width:inherit}}
.mwai-messages-theme{--mwai-spacing:10px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#000;--mwai-iconTextBackgroundColor:#fff;--mwai-fontColor:#000;--mwai-backgroundPrimaryColor:#fafafa;--mwai-backgroundHeaderColor:#0084ff;--mwai-bubbleColor:#0084ff;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#fff;--mwai-backgroundUserColor:#0084ff;--mwai-backgroundAiColor:#eee;--mwai-backgroundAiSecondaryColor:#ddd;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff}.mwai-messages-theme *{box-sizing:border-box}.mwai-messages-theme .mwai-content{display:flex;background:var(--mwai-backgroundPrimaryColor);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);flex-direction:column}.mwai-messages-theme .mwai-shortcuts{display:flex;flex-direction:column;align-items:flex-end}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut{margin-bottom:5px;font-size:var(--mwai-fontSize);height:inherit;min-height:inherit;width:inherit;min-width:90px;border-radius:var(--mwai-borderRadius);padding:7px 12px;cursor:pointer;display:flex;align-items:center;justify-content:end}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-success{background:#4caf50;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{background:#f44336;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{background:#ff9800;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut.mwai-info{background:#2196f3;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-messages-theme .mwai-shortcuts .mwai-shortcut:hover{filter:brightness(1.1)}.mwai-messages-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-messages-theme .mwai-blocks button{cursor:pointer}.mwai-messages-theme .mwai-conversation{display:flex;flex-direction:column;overflow:auto;max-height:var(--mwai-maxHeight);padding:var(--mwai-spacing) var(--mwai-spacing) 0}.mwai-messages-theme .mwai-conversation .mwai-reply{margin-bottom:var(--mwai-spacing);padding:7px 12px;border-radius:15px;font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);position:relative}.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name,.mwai-messages-theme .mwai-conversation .mwai-reply .mwai-name-text{display:none}.mwai-messages-theme .mwai-conversation .mwai-reply *>p:first-child{margin-top:0}.mwai-messages-theme .mwai-conversation .mwai-reply *>p:last-child{margin-bottom:0}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai{align-self:flex-start;background:var(--mwai-backgroundAiColor);margin-left:5px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-right-radius:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-ai:before{z-index:0;left:-7px;height:20px;width:20px;background:var(--mwai-backgroundAiColor);border-bottom-right-radius:15px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user{align-self:flex-end;background:var(--mwai-backgroundUserColor);color:#fff;margin-right:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:before,.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:after{content:"";position:absolute;z-index:1;bottom:0;right:-10px;width:10px;height:20px;background:var(--mwai-backgroundPrimaryColor);border-bottom-left-radius:10px}.mwai-messages-theme .mwai-conversation .mwai-reply.mwai-user:before{z-index:0;right:-10px;height:20px;width:20px;background:var(--mwai-backgroundUserColor);background-attachment:fixed;border-bottom-left-radius:15px}.mwai-messages-theme .mwai-text{flex:auto}.mwai-messages-theme .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-messages-theme .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);color:#fff;padding:5px 10px;margin-bottom:10px}.mwai-messages-theme .mwai-text>span>p>*:first-child{margin-top:0}.mwai-messages-theme .mwai-text a{color:#2196f3}.mwai-messages-theme .mwai-text h1{font-size:200%}.mwai-messages-theme .mwai-text h2{font-size:160%}.mwai-messages-theme .mwai-text h3{font-size:140%}.mwai-messages-theme .mwai-text h4{font-size:120%}.mwai-messages-theme .mwai-text p{font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight)}.mwai-messages-theme .mwai-text p code{background:var(--mwai-backgroundAiSecondaryColor);padding:2px 6px;border-radius:8px;font-size:calc(var(--mwai-fontSize) * 0.9);font-family:system-ui}.mwai-messages-theme .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);break-after:auto;white-space:pre-wrap;max-width:100%;width:100%;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-text pre code{padding:0 !important;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text ol{padding:0;margin:0 0 0 20px}.mwai-messages-theme .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundAiSecondaryColor);border-collapse:collapse}.mwai-messages-theme .mwai-text thead{background:var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text tr,.mwai-messages-theme .mwai-text td{padding:2px 5px}.mwai-messages-theme .mwai-text td{border:2px solid var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-text .mwai-typewriter{display:inline-block}.mwai-messages-theme .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-messages-theme .mwai-text>*:first-child{margin-top:0}.mwai-messages-theme .mwai-text>*:last-child{margin-bottom:0}.mwai-messages-theme .mwai-input{display:flex;align-items:center;padding:var(--mwai-spacing)}.mwai-messages-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);border:1px solid var(--mwai-backgroundAiSecondaryColor);overflow:hidden}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-blocked img{filter:grayscale(100%);opacity:.5}.mwai-messages-theme .mwai-input .mwai-input-text.mwai-dragging{border:1px dashed var(--mwai-backgroundAiSecondaryColor)}.mwai-messages-theme .mwai-input .mwai-input-text textarea{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);flex:auto;padding:var(--mwai-spacing);border:none;font-size:var(--mwai-fontSize);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit}.mwai-messages-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none}.mwai-messages-theme .mwai-input .mwai-input-text textarea::placeholder{color:var(--mwai-fontColor);opacity:.5}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center;margin-right:5px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon{background:url(//thriveo.com.br/wp-content/plugins/ai-engine-pro/themes/icons/white-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;margin-top:calc(var(--mwai-spacing) / 2);margin-left:5px;z-index:100}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-messages-theme .mwai-input .mwai-input-text .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-messages-theme .mwai-input .mwai-input-submit{width:70px}.mwai-messages-theme button{margin-left:var(--mwai-spacing);padding:5px 15px;background-color:var(--mwai-backgroundUserColor);color:#fff;border:none;border-radius:var(--mwai-borderRadius);cursor:pointer;height:32px;display:flex;justify-content:center;align-items:center}.mwai-messages-theme button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-messages-theme button:hover{filter:brightness(1.2)}.mwai-messages-theme button[disabled]{cursor:not-allowed}.mwai-messages-theme button[disabled] span{opacity:.5}.mwai-messages-theme button[disabled].mwai-busy span{display:none}.mwai-messages-theme button[disabled].mwai-busy:before{content:'';width:18px;height:18px;margin:auto;border:3px solid transparent;border-top-color:var(--mwai-fontColor);border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-messages-theme .mwai-compliance{opacity:.5;margin-top:calc(-1 * var(--mwai-spacing));padding:calc(var(--mwai-spacing) / 1.5) var(--mwai-spacing);font-size:smaller;color:var(--mwai-fontColor);text-align:left}.mwai-messages-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-messages-theme .mwai-gallery img{width:100%}.mwai-messages-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-messages-theme.mwai-discussions *{box-sizing:border-box}.mwai-messages-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing) / 2);padding-right:calc(var(--mwai-spacing) / 2);padding-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:1px}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:30px;height:30px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{color:#fff;background:var(--mwai-backgroundUserColor)}.mwai-messages-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:#f44336}.mwai-messages-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-messages-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-messages-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-messages-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-messages-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing) / 2)}.mwai-messages-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-messages-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-messages-theme.mwai-discussions button{margin-left:0}.mwai-messages-theme.mwai-transition,.mwai-messages-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-messages-theme.mwai-transition-visible,.mwai-messages-theme .mwai-transition-visible{opacity:1}.mwai-messages-theme .mwai-text{overflow-wrap:anywhere}.mwai-messages-theme .mwai-text img{max-width:100%}.mwai-messages-theme .mwai-text div p:first-child{margin-top:0}.mwai-messages-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-messages-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-messages-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media (max-width:760px){.mwai-messages-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-messages-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-messages-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-messages-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-messages-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-messages-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-messages-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-messages-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-messages-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-messages-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-messages-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-messages-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window),.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-messages-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-messages-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-messages-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-messages-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-messages-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-messages-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-messages-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media (max-width:760px){.mwai-messages-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-messages-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-messages-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-messages-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-messages-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-messages-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-messages-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-messages-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-messages-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-messages-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-messages-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-messages-theme code.hljs{padding:3px 5px}.mwai-messages-theme .hljs{color:#333;background:#f0f0f0}.mwai-messages-theme .hljs-subst{color:#333}.mwai-messages-theme .hljs-comment{color:#888}.mwai-messages-theme .hljs-attr,.mwai-messages-theme .hljs-doctag,.mwai-messages-theme .hljs-keyword,.mwai-messages-theme .hljs-meta .hljs-keyword,.mwai-messages-theme .hljs-section,.mwai-messages-theme .hljs-selector-tag{color:#07c}.mwai-messages-theme .hljs-attribute{color:#a37}.mwai-messages-theme .hljs-name,.mwai-messages-theme .hljs-number,.mwai-messages-theme .hljs-quote,.mwai-messages-theme .hljs-selector-id,.mwai-messages-theme .hljs-template-tag,.mwai-messages-theme .hljs-type{color:#c18401}.mwai-messages-theme .hljs-selector-class{color:#07c}.mwai-messages-theme .hljs-link,.mwai-messages-theme .hljs-regexp,.mwai-messages-theme .hljs-selector-attr,.mwai-messages-theme .hljs-string,.mwai-messages-theme .hljs-symbol,.mwai-messages-theme .hljs-template-variable,.mwai-messages-theme .hljs-variable{color:#689700}.mwai-messages-theme .hljs-meta,.mwai-messages-theme .hljs-selector-pseudo{color:#07c}.mwai-messages-theme .hljs-built_in,.mwai-messages-theme .hljs-literal,.mwai-messages-theme .hljs-title{color:#c18401}.mwai-messages-theme .hljs-bullet,.mwai-messages-theme .hljs-code{color:#555}.mwai-messages-theme .hljs-meta .hljs-string{color:#689700}.mwai-messages-theme .hljs-deletion{color:#b71c1c}.mwai-messages-theme .hljs-addition{color:#1b5e20}.mwai-messages-theme .hljs-emphasis{font-style:italic}.mwai-messages-theme .hljs-strong{font-weight:700}.mwai-messages-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-messages-theme .mwai-reply-actions.mwai-hidden{opacity:0}.mwai-messages-theme .mwai-reply-actions{top:5px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button{padding-top:4px}.mwai-messages-theme .mwai-reply-actions .mwai-copy-button:hover{fill:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundUserColor)}@media (max-width:760px){.mwai-messages-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-messages-theme .mwai-input{flex-direction:column}.mwai-messages-theme .mwai-input .mwai-input-text{width:100%}.mwai-messages-theme .mwai-input .mwai-input-submit{width:100%;margin:15px 0 0}}
.mwai-timeless-theme{--mwai-spacing:15px;--mwai-fontSize:13px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-width:360px;--mwai-maxHeight:40vh;--mwai-iconTextColor:#fff;--mwai-iconTextBackgroundColor:#2831dc;--mwai-fontColor:#000;--mwai-backgroundPrimaryColor:#fafafa;--mwai-backgroundHeaderColor:linear-gradient(130deg,#2831dc 0%,#09a9f8 100%);--mwai-bubbleColor:#2831dc;--mwai-headerButtonsColor:#fff;--mwai-conversationsBackgroundColor:#fff;--mwai-backgroundUserColor:linear-gradient(130deg,#272fdc 0%,#09a9f8 100%);--mwai-backgroundAiColor:#f1f3f7;--mwai-backgroundAiSecondaryColor:#ddd;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#fff;font-size:var(--mwai-fontSize)}.mwai-timeless-theme *{box-sizing:border-box}.mwai-timeless-theme.mwai-window .mwai-header{height:80px;padding:var(--mwai-spacing)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-avatar img{width:48px;height:48px}.mwai-timeless-theme.mwai-window .mwai-header .mwai-name{color:#fff;font-size:140%;margin-left:calc(var(--mwai-spacing) / 2)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-name small{font-size:75%;display:block}.mwai-timeless-theme .mwai-content{display:flex;background:var(--mwai-backgroundPrimaryColor);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);flex-direction:column}.mwai-timeless-theme .mwai-shortcuts{display:flex;flex-direction:column;align-items:flex-end}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut{margin-bottom:5px;font-size:var(--mwai-fontSize);height:inherit;min-height:inherit;width:inherit;min-width:90px;border-radius:var(--mwai-borderRadius);padding:7px 12px;cursor:pointer;display:flex;align-items:center;justify-content:end}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-success{background:#4caf50;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-danger{background:#f44336;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-warning{background:#ff9800;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut.mwai-info{background:#2196f3;color:#fff;box-shadow:0 0 5px 1px rgba(0,0,0,.15)}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon{margin-right:5px}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut .mwai-icon img{max-height:16px;width:auto}.mwai-timeless-theme .mwai-shortcuts .mwai-shortcut:hover{filter:brightness(1.1)}.mwai-timeless-theme .mwai-blocks{display:flex;flex-direction:column;padding:var(--mwai-spacing);border-top:.5px solid rgba(0,0,0,.15);background:var(--mwai-backgroundAiColor)}.mwai-timeless-theme .mwai-blocks .mwai-block p:first-child{margin-top:0}.mwai-timeless-theme .mwai-blocks button{cursor:pointer}.mwai-timeless-theme .mwai-conversation{display:flex;flex-direction:column;overflow:auto;max-height:var(--mwai-maxHeight);padding:var(--mwai-spacing)}.mwai-timeless-theme .mwai-conversation .mwai-reply{margin-bottom:var(--mwai-spacing);padding:7px 12px;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);position:relative}.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name,.mwai-timeless-theme .mwai-conversation .mwai-reply .mwai-name-text{display:none}.mwai-timeless-theme .mwai-conversation .mwai-reply *>p:first-child{margin-top:0}.mwai-timeless-theme .mwai-conversation .mwai-reply *>p:last-child{margin-bottom:0}.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-ai{align-self:flex-start;background:var(--mwai-backgroundAiColor)}.mwai-timeless-theme .mwai-conversation .mwai-reply.mwai-user{align-self:flex-end;background:var(--mwai-backgroundUserColor);color:#fff}.mwai-timeless-theme .mwai-text{flex:auto}.mwai-timeless-theme .mwai-text .mwai-image{display:block;max-width:250px;height:auto;margin:0 0 10px;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-text .mwai-filename{display:flex;text-decoration:none;border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);color:#fff;padding:5px 10px;margin-bottom:10px}.mwai-timeless-theme .mwai-text>span>p>*:first-child{margin-top:0}.mwai-timeless-theme .mwai-text a{color:#2196f3}.mwai-timeless-theme .mwai-text h1{font-size:200%}.mwai-timeless-theme .mwai-text h2{font-size:160%}.mwai-timeless-theme .mwai-text h3{font-size:140%}.mwai-timeless-theme .mwai-text h4{font-size:120%}.mwai-timeless-theme .mwai-text p{font-size:var(--mwai-fontSize);line-height:var(--mwai-lineHeight)}.mwai-timeless-theme .mwai-text p code{background:var(--mwai-backgroundAiSecondaryColor);padding:2px 6px;border-radius:8px;font-size:calc(var(--mwai-fontSize) * 0.9);font-family:system-ui}.mwai-timeless-theme .mwai-text pre{color:var(--mwai-fontColor);border-radius:var(--mwai-borderRadius);break-after:auto;white-space:pre-wrap;max-width:100%;width:100%;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing)}.mwai-timeless-theme .mwai-text pre code{padding:0 !important;font-family:system-ui;background:var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text ol{padding:0;margin:0 0 0 20px}.mwai-timeless-theme .mwai-text table{width:100%;border:2px solid var(--mwai-backgroundAiSecondaryColor);border-collapse:collapse}.mwai-timeless-theme .mwai-text thead{background:var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text tr,.mwai-timeless-theme .mwai-text td{padding:2px 5px}.mwai-timeless-theme .mwai-text td{border:2px solid var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-text .mwai-typewriter{display:inline-block}.mwai-timeless-theme .mwai-text .mwai-typewriter>:first-child{margin-top:0}.mwai-timeless-theme .mwai-text>*:first-child{margin-top:0}.mwai-timeless-theme .mwai-text>*:last-child{margin-bottom:0}.mwai-timeless-theme button{background:var(--mwai-backgroundUserColor);color:#fff;border:none;transition:all .5s;padding:7px 12px;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-input{display:flex;align-items:center;width:100%;border-top:.5px solid rgba(0,0,0,.15);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);position:relative}.mwai-timeless-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;width:100%;background:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-blocked img{filter:grayscale(100%);opacity:.5}.mwai-timeless-theme .mwai-input .mwai-input-text.mwai-dragging{border:1px dashed var(--mwai-backgroundAiSecondaryColor)}.mwai-timeless-theme .mwai-input .mwai-input-text textarea{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);flex:auto;border:none;font-size:var(--mwai-fontSize);resize:none;font-family:inherit;margin:0;overflow:hidden;min-height:inherit;box-shadow:none;outline:none}.mwai-timeless-theme .mwai-input .mwai-input-text textarea::placeholder{color:rgba(0,0,0,.25)}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone{display:flex;justify-content:center;align-items:center}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity .3s ease-out;cursor:pointer}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[active=true] svg{opacity:1}.mwai-timeless-theme .mwai-input .mwai-input-text .mwai-microphone[disabled] svg{opacity:0;cursor:not-allowed}.mwai-timeless-theme .mwai-input button{margin-left:var(--mwai-spacing);border-radius:100%;cursor:pointer;height:48px;width:48px;min-width:48px;min-height:48px}.mwai-timeless-theme .mwai-input button img{width:24px;height:24px;margin:auto;display:block;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(1000%) contrast(100%)}.mwai-timeless-theme .mwai-input button .mwai-timer{margin-left:5px;margin-right:5px;font-size:11px}.mwai-timeless-theme .mwai-input button:hover{filter:brightness(1.2)}.mwai-timeless-theme .mwai-input button[disabled]{cursor:not-allowed;filter:saturate(0%)}.mwai-timeless-theme .mwai-footer{display:flex;align-items:center;border-top:.5px solid rgba(0,0,0,.15);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing)}.mwai-timeless-theme .mwai-footer .mwai-tools{margin-right:calc(var(--mwai-spacing) / 2);height:38px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload{display:inline-block}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon{display:inline-block;background:url(//thriveo.com.br/wp-content/plugins/ai-engine-pro/themes/icons/white-icons.svg);background-size:500%;background-position:0 -96px;width:32px;height:32px;margin-top:calc(var(--mwai-spacing) / 2);z-index:100;transform:scale(.8);transform-origin:0 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-idle-add{background-position:-32px -96px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-add{background-position:-32px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-up{background-position:-64px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-del{background-position:-96px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-image-ok{background-position:-128px 0}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-add{background-position:-32px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-up{background-position:-64px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-del{background-position:-96px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-document-ok{background-position:-128px -64px}.mwai-timeless-theme .mwai-footer .mwai-tools .mwai-file-upload-icon .mwai-file-upload-progress{position:absolute;font-size:8px;width:21px;top:24px;left:23px;overflow:hidden;text-align:center;font-weight:700;color:#fff}.mwai-timeless-theme .mwai-footer .mwai-compliance{opacity:.5;font-size:11px;line-height:11px;color:var(--mwai-fontColor);text-align:left;padding:calc(var(--mwai-spacing) / 2) 0}.mwai-timeless-theme .mwai-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.mwai-timeless-theme .mwai-gallery img{width:100%}.mwai-timeless-theme.mwai-window{filter:drop-shadow(0 0 10px rgba(0,0,0,.1))}.mwai-timeless-theme.mwai-window .mwai-input-submit{margin-right:-36px;margin-left:0}@media (max-width:760px){.mwai-timeless-theme.mwai-window .mwai-input-submit{margin-right:inherit;border-radius:0}}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-input-submit{margin-right:inherit}.mwai-timeless-theme.mwai-form-container{padding:var(--mwai-spacing);font-size:var(--mwai-fontSize);color:var(--mwai-fontColor);background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-form-container fieldset{border:0;margin:0;padding:0;display:flex;flex-direction:column;margin-bottom:10px}.mwai-timeless-theme.mwai-form-container fieldset input[type=text],.mwai-timeless-theme.mwai-form-container fieldset input[type=email],.mwai-timeless-theme.mwai-form-container fieldset input[type=tel],.mwai-timeless-theme.mwai-form-container fieldset input[type=url],.mwai-timeless-theme.mwai-form-container fieldset input[type=password],.mwai-timeless-theme.mwai-form-container fieldset input[type=number],.mwai-timeless-theme.mwai-form-container fieldset input[type=date],.mwai-timeless-theme.mwai-form-container fieldset input[type=datetime],.mwai-timeless-theme.mwai-form-container fieldset input[type=datetime-local],.mwai-timeless-theme.mwai-form-container fieldset input[type=month],.mwai-timeless-theme.mwai-form-container fieldset input[type=search],.mwai-timeless-theme.mwai-form-container fieldset input[type=time],.mwai-timeless-theme.mwai-form-container fieldset input[type=week],.mwai-timeless-theme.mwai-form-container fieldset select,.mwai-timeless-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundAiColor) !important;color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset select{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset textarea{padding:calc(var(--mwai-spacing) * 2 / 3) var(--mwai-spacing);border:0;width:100%;border-radius:var(--mwai-borderRadius);font-family:inherit;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-timeless-theme.mwai-form-container fieldset input[disabled],.mwai-timeless-theme.mwai-form-container fieldset select[disabled],.mwai-timeless-theme.mwai-form-container fieldset textarea[disabled]{opacity:.25}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button{height:45px;background:0 0;width:100%;color:#fff;font-size:var(--mwai-fontSize);background:var(--mwai-backgroundUserColor);border:1px solid var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all .2s ease-out;position:relative}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button:hover{filter:brightness(1.2)}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled] span{opacity:.25}.mwai-timeless-theme.mwai-form-container .mwai-form-submit button[disabled]:hover{filter:brightness(1);cursor:not-allowed}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button span{opacity:0}.mwai-timeless-theme.mwai-form-container .mwai-form-submit.mwai-loading button:after{content:'';position:absolute;width:18px;height:18px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid transparent;border-top-color:#fff;border-radius:50%;animation:mwai-button-spinner 1s ease infinite}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output{font-size:var(--mwai-fontSize);position:relative;margin-top:var(--mwai-spacing);padding:var(--mwai-spacing);border:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output.mwai-error{background:var(--mwai-errorBackgroundColor);color:var(--mwai-errorFontColor)}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*{color:var(--mwai-fontColor) !important}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:first-child{margin-top:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output>*:last-child{margin-bottom:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output img{max-width:33%}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:first-child{margin-top:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container .mwai-form-output div>*:last-child{margin-bottom:0}.mwai-timeless-theme.mwai-form-container .mwai-form-output-container.mwai-has-content{display:block}.mwai-timeless-theme.mwai-form-container .wp-block-columns{margin:0}.mwai-timeless-theme.mwai-discussions{border-radius:var(--mwai-borderRadius);background:var(--mwai-conversationsBackgroundColor);color:var(--mwai-backgroundPrimaryColor);overflow:hidden}.mwai-timeless-theme.mwai-discussions *{box-sizing:border-box}.mwai-timeless-theme.mwai-discussions .mwai-discussion{display:flex;gap:5px;padding-left:calc(var(--mwai-spacing) / 2);padding-right:calc(var(--mwai-spacing) / 2);padding-bottom:calc(var(--mwai-spacing) / 2);color:var(--mwai-conversationsTextColor);opacity:.65;justify-content:space-between;align-items:center}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{flex:auto;padding:5px}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{display:flex;gap:1px}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon{width:30px;height:30px;background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);border-radius:50%;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover{color:#fff;background:blue}.mwai-timeless-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-icon:hover.mwai-danger{background:red}.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active,.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-timeless-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-title,.mwai-timeless-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-title{color:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundHeaderColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-timeless-theme.mwai-discussions .mwai-discussion:first-child{margin-top:calc(var(--mwai-spacing) / 2)}.mwai-timeless-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundAiSecondaryColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center}.mwai-timeless-theme.mwai-discussions .mwai-content{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0}.mwai-timeless-theme.mwai-discussions button{margin-left:0}.mwai-timeless-theme.mwai-transition,.mwai-timeless-theme .mwai-transition{opacity:0;transition:opacity .35s ease-in-out}.mwai-timeless-theme.mwai-transition-visible,.mwai-timeless-theme .mwai-transition-visible{opacity:1}.mwai-timeless-theme .mwai-text{overflow-wrap:anywhere}.mwai-timeless-theme .mwai-text img{max-width:100%}.mwai-timeless-theme .mwai-text div p:first-child{margin-top:0}.mwai-timeless-theme .mwai-text div p:last-child{margin-bottom:0}.mwai-timeless-theme .mwai-trigger{position:absolute;right:0;bottom:0;transition:all .2s ease-out;z-index:9999;display:flex;flex-direction:column;align-items:end}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container{display:flex;flex-direction:column;align-items:flex-end}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0px 0px 15px rgba(0,0,0,.15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);padding:5px;width:20px;height:20px;border-radius:100%;display:none;justify-content:center;align-items:center;margin-bottom:3px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover{cursor:pointer}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close{display:flex;font-size:12px}.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.2)}@media (max-width:760px){.mwai-timeless-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{display:flex}}.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0px 0px 15px rgba(0,0,0,.15));transition:all .2s ease-out}.mwai-timeless-theme .mwai-trigger .mwai-icon-container .mwai-icon:hover{cursor:pointer;transform:scale(1.05)}.mwai-timeless-theme.mwai-window{position:fixed;right:30px;bottom:30px;width:var(--mwai-width);z-index:9999}.mwai-timeless-theme.mwai-window .mwai-header{display:none;justify-content:flex-end;align-items:center;border-radius:var(--mwai-borderRadius) var(--mwai-borderRadius) 0 0;background:var(--mwai-backgroundHeaderColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons{display:flex;align-items:center}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:22px;cursor:pointer;display:flex;justify-content:center;align-items:center}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:before{transition:all .2s ease-out;content:' ';cursor:pointer;position:absolute;height:13px;width:13px;border:1px solid var(--mwai-headerButtonsColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:16px;height:16px}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button{justify-content:center;height:32px;width:33px;cursor:pointer;border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all .2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all .2s ease-out;transform:translate(16px,5px) rotate(-45deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before,.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{content:' ';cursor:pointer;position:absolute;height:22px;width:1px;background-color:var(--mwai-headerButtonsColor)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:before{opacity:1;transform:translate(16px,5px) rotate(135deg)}.mwai-timeless-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:hover:after{opacity:1;transform:translate(16px,5px) rotate(45deg)}.mwai-timeless-theme.mwai-window .mwai-content{display:none;opacity:0;max-height:var(--mwai-maxHeight);border-radius:0 0 var(--mwai-borderRadius) var(--mwai-borderRadius)}.mwai-timeless-theme.mwai-window.mwai-bottom-left{bottom:30px;right:inherit;left:30px}.mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger{right:inherit;left:0}.mwai-timeless-theme.mwai-window.mwai-top-right{top:30px;bottom:inherit;right:30px}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger{top:0;bottom:inherit}.mwai-timeless-theme.mwai-window.mwai-top-left{top:30px;bottom:inherit;right:inherit;left:30px}.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger{top:0;bottom:inherit;right:inherit;left:0}.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger,.mwai-timeless-theme.mwai-window.mwai-bottom-left .mwai-trigger{align-items:flex-start}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger,.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger{flex-direction:column-reverse}.mwai-timeless-theme.mwai-window.mwai-top-right .mwai-trigger .mwai-icon-text,.mwai-timeless-theme.mwai-window.mwai-top-left .mwai-trigger .mwai-icon-text{margin-bottom:0;margin-top:15px}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons{margin-bottom:0}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:before{width:16px;height:16px}.mwai-timeless-theme.mwai-window.mwai-fullscreen .mwai-header .mwai-buttons .mwai-resize-button:hover:before{width:13px;height:13px}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window),.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-header,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-content,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-timeless-theme.mwai-fullscreen:not(.mwai-window) .mwai-content .mwai-conversation,.mwai-timeless-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1}.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-timeless-theme .mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgba(180,55,55,.55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-timeless-theme .mwai-error:hover{cursor:pointer;background:rgba(180,44,44,.85)}.mwai-timeless-theme.mwai-bubble .mwai-icon-container{background:var(--mwai-bubbleColor);width:60px;height:60px;border-radius:100%;transition:all .2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-timeless-theme.mwai-bubble .mwai-icon-container .mwai-emoji{font-size:30px !important}.mwai-timeless-theme.mwai-bubble .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media (max-width:760px){.mwai-timeless-theme.mwai-window.mwai-open{position:fixed;left:0 !important;right:0 !important;bottom:0 !important;top:0 !important;width:100%;height:100%;max-height:100%;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor)}.mwai-timeless-theme.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{height:100%;max-height:inherit;border-radius:0}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input button{font-size:16px;margin-left:0;width:100%}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text{width:100%}.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text input,.mwai-timeless-theme.mwai-window.mwai-open .mwai-input .mwai-input-text textarea{font-size:16px}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content{display:flex;transition:opacity .2s ease-in-out 0s;opacity:1;height:100%;max-height:inherit}.mwai-timeless-theme.mwai-window.mwai-open .mwai-content .mwai-conversation{flex:auto;max-height:none}.mwai-timeless-theme.mwai-window.mwai-open .mwai-resize-button{display:none !important}.mwai-timeless-theme.mwai-window.mwai-open .mwai-trigger{display:none}}@keyframes mwai-button-spinner{from{transform:rotate(0turn)}to{transform:rotate(1turn)}}.mwai-timeless-theme .admin-bar .mwai-fullscreen:not(.mwai-window),.mwai-timeless-theme .admin-bar .mwai-fullscreen.mwai-window.mwai-open{top:32px}.mwai-timeless-theme pre code.hljs{display:block;overflow-x:auto;padding:1em}.mwai-timeless-theme code.hljs{padding:3px 5px}.mwai-timeless-theme .hljs{color:#333;background:#f0f0f0}.mwai-timeless-theme .hljs-subst{color:#333}.mwai-timeless-theme .hljs-comment{color:#888}.mwai-timeless-theme .hljs-attr,.mwai-timeless-theme .hljs-doctag,.mwai-timeless-theme .hljs-keyword,.mwai-timeless-theme .hljs-meta .hljs-keyword,.mwai-timeless-theme .hljs-section,.mwai-timeless-theme .hljs-selector-tag{color:#07c}.mwai-timeless-theme .hljs-attribute{color:#a37}.mwai-timeless-theme .hljs-name,.mwai-timeless-theme .hljs-number,.mwai-timeless-theme .hljs-quote,.mwai-timeless-theme .hljs-selector-id,.mwai-timeless-theme .hljs-template-tag,.mwai-timeless-theme .hljs-type{color:#c18401}.mwai-timeless-theme .hljs-selector-class{color:#07c}.mwai-timeless-theme .hljs-link,.mwai-timeless-theme .hljs-regexp,.mwai-timeless-theme .hljs-selector-attr,.mwai-timeless-theme .hljs-string,.mwai-timeless-theme .hljs-symbol,.mwai-timeless-theme .hljs-template-variable,.mwai-timeless-theme .hljs-variable{color:#689700}.mwai-timeless-theme .hljs-meta,.mwai-timeless-theme .hljs-selector-pseudo{color:#07c}.mwai-timeless-theme .hljs-built_in,.mwai-timeless-theme .hljs-literal,.mwai-timeless-theme .hljs-title{color:#c18401}.mwai-timeless-theme .hljs-bullet,.mwai-timeless-theme .hljs-code{color:#555}.mwai-timeless-theme .hljs-meta .hljs-string{color:#689700}.mwai-timeless-theme .hljs-deletion{color:#b71c1c}.mwai-timeless-theme .hljs-addition{color:#1b5e20}.mwai-timeless-theme .hljs-emphasis{font-style:italic}.mwai-timeless-theme .hljs-strong{font-weight:700}.mwai-timeless-theme .mwai-reply-actions{position:absolute;border-radius:5px;top:10px;right:10px;display:flex;align-items:center;padding:2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgba(0,0,0,.25);z-index:100}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button{fill:var(--mwai-fontColor);padding:3px 5px;width:24px;height:24px;background:var(--mwai-backgroundPrimaryColor);cursor:pointer;border-radius:5px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover{filter:brightness(1.2)}.mwai-timeless-theme .mwai-reply-actions.mwai-hidden{opacity:0}.mwai-timeless-theme .mwai-reply-actions{top:5px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button{padding-top:4px}.mwai-timeless-theme .mwai-reply-actions .mwai-copy-button:hover{fill:var(--mwai-backgroundPrimaryColor);background:var(--mwai-backgroundUserColor)}@media (max-width:760px){.mwai-timeless-theme.mwai-window{width:calc(100% - 40px);z-index:9999999999}.mwai-timeless-theme .mwai-input{flex-direction:column}.mwai-timeless-theme .mwai-input .mwai-input-text{width:100%;margin-bottom:10px}.mwai-timeless-theme .mwai-input .mwai-input-submit{width:100%;border-radius:var(--mwai-borderRadius);margin-left:0;height:24px;min-height:36px}.mwai-timeless-theme .mwai-input .mwai-input-submit img{width:16px;height:16px}}