@keyframes mwai-cursor-blink{0%,49.9%{background:var(--mwai-terminal-active-color);color:var(--mwai-backgroundPrimaryColor)}50%,100%{background:#fff0;color:var(--mwai-terminal-active-color)}}.mwai-context-menu-portal .mwai-context-menu{background:var(--mwai-backgroundHeaderColor);border:1px solid rgb(0 0 0 / .1);border-radius:var(--mwai-borderRadius);box-shadow:0 4px 12px rgb(0 0 0 / .15);font-size:13px;color:var(--mwai-fontColor)}.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;transition:background-color 0.2s}.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item:hover{background-color:rgb(0 0 0 / .05)}.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item.mwai-danger{color:#dc3545}.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item.mwai-danger:hover{background-color:rgb(220 53 69 / .1)}.mwai-context-menu-portal .mwai-context-menu .mwai-menu-item svg{flex-shrink:0}.mwai-chunks{padding:8px;background:rgb(0 0 0 / .03);font-family:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace;font-size:11px;border-top:1px solid rgb(0 0 0 / .06)}.mwai-chunks.mwai-chunks-collapsed .mwai-chunks-header{margin-bottom:0!important}.mwai-chunks .mwai-chunks-header{display:flex;align-items:center;gap:2px;margin-bottom:8px;color:#6b7280;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.mwai-chunks .mwai-chunks-header .mwai-chunks-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mwai-chunks .mwai-chunks-header .mwai-chunks-status{margin-left:4px;font-weight:500}.mwai-chunks .mwai-chunks-header .mwai-chunks-toggle{background:none;border:1px solid rgb(0 0 0 / .1);border-radius:3px;padding:2px;width:30px;height:20px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease;margin-left:4px}.mwai-chunks .mwai-chunks-header .mwai-chunks-toggle:hover{background:rgb(0 0 0 / .05);color:#374151}.mwai-chunks .mwai-chunk{margin-bottom:4px;padding:6px 8px;background:#fff;border-radius:4px;border:1px solid rgb(0 0 0 / .06);transition:all 0.2s ease}.mwai-chunks .mwai-chunk .mwai-chunk-header{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-time{color:#9ca3af;font-size:10px;font-variant-numeric:tabular-nums}.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-type{display:flex;align-items:center;gap:4px;padding:2px 6px;border-radius:3px;font-size:10px;font-weight:500;color:#fff}.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-data{flex:1;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-expand{color:#9ca3af;transition:transform 0.2s ease}.mwai-chunks .mwai-chunk .mwai-chunk-details{margin-top:8px;padding:8px;background:rgb(0 0 0 / .02);border-radius:3px;overflow-x:auto}.mwai-chunks .mwai-chunk .mwai-chunk-details pre{margin:0;white-space:pre-wrap;word-break:break-word;color:#4b5563}@keyframes mwaiIconTextZoomIn{0%{transform:scale(.92);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes mwaiIconTextSlideIn{0%{transform:translateY(28px);opacity:0}70%{transform:translateY(-3px);opacity:1}100%{transform:translateY(0);opacity:1}}@keyframes mwaiIconTextSlideUp{0%{transform:translateY(24px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes mwaiIconTextFadeOpacity{0%{opacity:0}100%{opacity:1}}@keyframes mwaiIconTextFadeTransform{0%{transform:translateY(8px) scale(.98)}100%{transform:translateY(0) scale(1)}}.mwai-chatgpt-theme{font-family:var(--mwai-fontFamily,inherit);--mwai-spacing:15px;--mwai-fontSize:15px;--mwai-lineHeight:1.5;--mwai-borderRadius:10px;--mwai-borderColor:#4f4f4f32;--mwai-width:460px;--mwai-maxHeight:40vh;--mwai-iconTextColor:white;--mwai-iconTextBackgroundColor:#212121;--mwai-fontColor:#ECECEC;--mwai-backgroundPrimaryColor:#2f2f2f;--mwai-backgroundHeaderColor:#212121;--mwai-bubbleColor:#212121;--mwai-iconSize:60px;--mwai-accentColor:#0d7df2;--mwai-headerColor:#ECECEC;--mwai-conversationsBackgroundColor:#171717;--mwai-conversationsTextColor:#ECECEC;--mwai-backgroundSecondaryColor:#212121;--mwai-errorBackgroundColor:#6d2f2a;--mwai-errorTextColor:#FFFFFF}.mwai-chatgpt-theme *{box-sizing:border-box}.mwai-chatgpt-theme .mwai-body{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);position:relative}.mwai-chatgpt-theme .mwai-drag-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgb(33 33 33 / .95);z-index:100;display:flex;align-items:center;justify-content:center;border-radius:var(--mwai-borderRadius);pointer-events:none}.mwai-chatgpt-theme .mwai-drag-overlay .mwai-drag-overlay-content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px}.mwai-chatgpt-theme .mwai-drag-overlay .mwai-drag-overlay-icons{display:flex;gap:8px;color:var(--mwai-accentColor)}.mwai-chatgpt-theme .mwai-drag-overlay .mwai-drag-overlay-title{font-size:15px;font-weight:500;color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-drag-overlay .mwai-drag-overlay-subtitle{font-size:12px;color:var(--mwai-fontColor);opacity:.7;text-align:center}.mwai-chatgpt-theme .mwai-drag-overlay.mwai-blocked .mwai-drag-overlay-icons{color:#ef4444}.mwai-chatgpt-theme .mwai-drag-overlay.mwai-blocked .mwai-drag-overlay-title{color:#ef4444}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-name{color:var(--mwai-headerColor);font-size:var(--mwai-fontSize)}.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;flex:1 1 auto;max-height:var(--mwai-maxHeight);min-height:0;scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .15) rgb(255 255 255 / .05)}.mwai-chatgpt-theme .mwai-conversation::-webkit-scrollbar{width:8px;background:#fff0}.mwai-chatgpt-theme .mwai-conversation::-webkit-scrollbar-track{background:rgb(255 255 255 / .05);border-radius:4px}.mwai-chatgpt-theme .mwai-conversation::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .15);border-radius:4px;transition:background 0.2s ease}.mwai-chatgpt-theme .mwai-conversation::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .25)}.mwai-chatgpt-theme .mwai-conversation::-webkit-scrollbar-thumb:active{background:rgb(255 255 255 / .3)}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line{line-height:1.5}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line.mwai-terminal-user .mwai-terminal-prompt{opacity:.95}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line.mwai-terminal-user .mwai-terminal-text{opacity:.98}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line.mwai-terminal-system{opacity:.75}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-prompt{color:var(--mwai-headerColor)}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-text{flex:1;opacity:.92}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-text .mwai-image{max-width:100%;height:auto}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-text pre{background:#fff0;border:1px solid rgb(255 255 255 / .08);padding:8px;border-radius:4px}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-text code{font-family:inherit}.mwai-chatgpt-theme .mwai-conversation.mwai-terminal .mwai-terminal-line .mwai-terminal-typed{white-space:pre-wrap}.mwai-chatgpt-theme .mwai-reply{display:flex;padding:var(--mwai-spacing);position:relative;line-height:var(--mwai-lineHeight);transition:opacity 0.35s cubic-bezier(.4,0,.2,1);background:#fff0}.mwai-chatgpt-theme .mwai-reply.mwai-fade-out{opacity:0}.mwai-chatgpt-theme .mwai-reply.mwai-user{display:block;background:#fff0;text-align:right}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-name{display:none}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:4px;margin-bottom:8px;max-width:70%}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images .mwai-user-image{max-width:100%;max-height:300px;width:auto;height:auto;border-radius:var(--mwai-borderRadius);object-fit:contain}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images:has(.mwai-user-image:nth-child(2)){display:inline-grid;grid-template-columns:repeat(2,1fr);gap:4px}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images:has(.mwai-user-image:nth-child(2)) .mwai-user-image{width:160px;height:160px;object-fit:cover;border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images:has(.mwai-user-image:nth-child(2)) .mwai-user-image:nth-child(1){border-top-left-radius:var(--mwai-borderRadius);border-top-right-radius:4px;border-bottom-left-radius:var(--mwai-borderRadius);border-bottom-right-radius:4px}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images:has(.mwai-user-image:nth-child(2)) .mwai-user-image:nth-child(2){border-top-left-radius:4px;border-top-right-radius:var(--mwai-borderRadius);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-text{display:inline-block;text-align:left;max-width:70%;background:var(--mwai-accentColor);padding:10px 16px;border-radius:20px;word-wrap:break-word;overflow-wrap:break-word}.mwai-chatgpt-theme .mwai-reply.mwai-ai{align-items:flex-start;background:#fff0}.mwai-chatgpt-theme .mwai-reply.mwai-ai:has(.mwai-name-text){flex-direction:column}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-name .mwai-name-text{display:block;font-size:.75em;font-weight:600;opacity:.6;margin-bottom:4px}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-text{max-width:100%}.mwai-chatgpt-theme .mwai-reply.mwai-error{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 0;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,.mwai-chatgpt-theme .mwai-reply .mwai-text h5,.mwai-chatgpt-theme .mwai-reply .mwai-text h6{color:var(--mwai-fontColor);margin:0;line-height:1.2}.mwai-chatgpt-theme .mwai-reply .mwai-text h1{font-size:150%}.mwai-chatgpt-theme .mwai-reply .mwai-text h2{font-size:130%}.mwai-chatgpt-theme .mwai-reply .mwai-text h3{font-size:115%}.mwai-chatgpt-theme .mwai-reply .mwai-text h4{font-size:105%}.mwai-chatgpt-theme .mwai-reply .mwai-text h5{font-size:100%}.mwai-chatgpt-theme .mwai-reply .mwai-text h6{font-size:95%;font-weight:700}.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 ul{list-style:disc;margin:0 0 0 15px}.mwai-chatgpt-theme .mwai-reply .mwai-text ol{list-style:decimal;margin:0 0 0 15px}.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-reply.mwai-error{border-top:1px dashed #ff5656;border-bottom:1px dashed #ff5656}.mwai-chatgpt-theme .mwai-input{display:flex;align-items:flex-end;gap:4px;padding:4px 6px 5px 4px!important;margin:var(--mwai-spacing);background:var(--mwai-backgroundPrimaryColor);border:1px solid var(--mwai-borderColor);border-radius:26px;position:relative}.mwai-chatgpt-theme .mwai-input .mwai-input-text{flex:auto;position:relative;display:flex;overflow:hidden;border-radius:var(--mwai-borderRadius);background:#fff0;border:none;padding:0;align-items:flex-end;gap:4px;border-radius:0;overflow:visible}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-blocked{background:var(--mwai-errorBackgroundColor);border-radius:16px;padding:4px 8px;margin:-4px -8px}.mwai-chatgpt-theme .mwai-input .mwai-input-text.mwai-dragging{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea{background:#fff0;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;padding:6px 4px;margin:0!important;line-height:1.4;min-height:unset}.mwai-chatgpt-theme .mwai-input .mwai-input-text textarea:focus{outline:none;box-shadow:none}.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;flex-shrink:0;width:32px;height:32px;min-width:32px;min-height:32px;background:#fff0;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone svg{opacity:.5;filter:grayscale(100%);transition:opacity 0.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-microphone svg{color:var(--mwai-fontColor);opacity:.7;width:18px;height:18px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone:hover{background:rgb(255 255 255 / .1)}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-microphone:hover svg{opacity:1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide){background:url(/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:not(.mwai-lucide).mwai-idle-add{background-position:-32px -96px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-image-add{background-position:-32px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-image-up{background-position:-64px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-image-del{background-position:-96px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-image-ok{background-position:-128px 0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-document-add{background-position:-32px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-document-up{background-position:-64px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-document-del{background-position:-96px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide).mwai-document-ok{background-position:-128px -64px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload-icon:not(.mwai-lucide) .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 .mwai-input-text .mwai-file-upload{flex-shrink:0;order:-1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload{width:32px;height:32px;min-width:32px;min-height:32px;background:#fff0;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;padding:0;margin:0}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload svg{color:var(--mwai-fontColor);opacity:.7;width:18px;height:18px}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload:hover{background:rgb(255 255 255 / .1)}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload:hover svg{opacity:1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file{background:var(--mwai-accentColor)}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file svg{color:#fff;opacity:1}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file .mwai-icon-check{display:block}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file .mwai-icon-x{display:none}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload:hover .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file{background:#c53030}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload:hover .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file .mwai-icon-check{display:none}.mwai-chatgpt-theme .mwai-input .mwai-input-text .mwai-file-upload:hover .mwai-file-upload-icon.mwai-lucide.mwai-chatgpt-upload.mwai-has-file .mwai-icon-x{display:block}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit{flex-shrink:0;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;margin:0;border-radius:50%;border:none;background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .4);display:flex;align-items:center;justify-content:center;cursor:not-allowed}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit svg{width:18px;height:18px}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit.mwai-has-content{background:var(--mwai-accentColor);color:#fff;cursor:pointer}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit.mwai-has-content:hover{filter:brightness(1.15)}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit.mwai-busy{width:auto;min-width:32px;padding:0 12px;border-radius:16px;background:rgb(255 255 255 / .15);cursor:wait;gap:6px}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit.mwai-busy .mwai-timer{font-size:13px;color:rgb(255 255 255 / .8);margin:0}.mwai-chatgpt-theme .mwai-input button.mwai-input-submit:disabled:not(.mwai-has-content){cursor:not-allowed}.mwai-chatgpt-theme .mwai-files{display:flex;flex-wrap:wrap;gap:8px;padding:0 var(--mwai-spacing) 0 var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-files .mwai-file-preview{background:var(--mwai-backgroundPrimaryColor);border:1px solid var(--mwai-borderColor);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:8px;max-width:200px}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-content{display:flex;align-items:center;gap:8px;width:100%}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-thumbnail{width:32px;height:32px;border-radius:6px;object-fit:cover}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--mwai-fontColor);opacity:.7}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-info{flex:1;min-width:0}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-info .mwai-file-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-info .mwai-file-size{font-size:10px;opacity:.6}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove{width:24px;height:24px;min-width:24px;padding:0;border:none;background:#fff0;color:var(--mwai-fontColor);opacity:.5;cursor:pointer;display:flex;align-items:center;justify-content:center}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove:hover{opacity:1;color:#ef4444}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove svg{width:16px;height:16px}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-progress{flex:1;height:4px;background:rgb(255 255 255 / .1);border-radius:2px;overflow:hidden}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-progress .mwai-file-progress-bar{height:100%;background:var(--mwai-accentColor);transition:width 0.2s ease}.mwai-chatgpt-theme .mwai-compliance{opacity:.5;margin-top:0;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-borderColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);min-width:70px;border-radius:5px;cursor:pointer;transition:all 0.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 #fff0;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,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset button{height:45px;background:none;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 0.2s ease-out;position:relative}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button:hover,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled] span,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset button[disabled] span{opacity:.25}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit button[disabled]:hover,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset button[disabled]:hover{background:none;cursor:not-allowed}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button span,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset.mwai-loading button span{opacity:0}.mwai-chatgpt-theme.mwai-form-container .mwai-form-submit.mwai-loading button::after,.mwai-chatgpt-theme.mwai-form-container .mwai-form-reset.mwai-loading button::after{content:"";position:absolute;width:18px;height:18px;top:0;left:0;right:0;bottom:0;margin:auto;border:3px solid #fff0;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-chunks{background:rgb(255 255 255 / .05);border-top:1px solid rgb(255 255 255 / .1)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunks-header{color:#9ca3af}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk{background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .1)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-time{color:#6b7280}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-data{color:#e5e7eb}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-expand{color:#6b7280}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-details{background:rgb(0 0 0 / .2)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-details pre{color:#d1d5db}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window{filter:none}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-window-box{display:flex;flex-direction:column;filter:drop-shadow(0 0 20px rgb(0 0 0 / .15));opacity:0;transform:scale(.5);transform-origin:bottom right;transition:opacity 200ms cubic-bezier(.25,.46,.45,.94),transform 200ms cubic-bezier(.25,.46,.45,.94)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-fullscreen .mwai-window-box{width:100%;height:100%}@media (min-width:761px){.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-opening .mwai-header{display:flex!important}}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-opening .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-opening .mwai-body{display:flex!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-opening .mwai-window-box{opacity:1;transform:scale(.92)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-open .mwai-window-box{opacity:1;transform:scale(1)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-closing .mwai-window-box{opacity:0;transform:scale(.85);transition:opacity 180ms cubic-bezier(.4,0,1,1),transform 180ms cubic-bezier(.4,0,1,1)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-closing.mwai-open .mwai-trigger .mwai-icon-container{transform:scale(1);opacity:1}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-right .mwai-window-box{transform-origin:calc(100% - 32px) calc(100% - 32px)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-left .mwai-window-box{transform-origin:32px calc(100% - 32px)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-top-right .mwai-window-box{transform-origin:calc(100% - 32px) 32px}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-top-left .mwai-window-box{transform-origin:32px 32px}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-center-open .mwai-window-box{transform-origin:center center}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-open .mwai-window-box{transform-origin:center center!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-header{display:none!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-trigger{position:fixed!important;z-index:9999!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-right .mwai-trigger{bottom:calc(20px + env(safe-area-inset-bottom, 0))!important;right:20px!important;left:auto!important;top:auto!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-bottom-left .mwai-trigger{bottom:calc(20px + env(safe-area-inset-bottom, 0))!important;left:20px!important;right:auto!important;top:auto!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-top-right .mwai-trigger{top:20px!important;right:20px!important;left:auto!important;bottom:auto!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-top-left .mwai-trigger{top:20px!important;left:20px!important;right:auto!important;bottom:auto!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-open:not(.mwai-closing) .mwai-trigger{display:none!important}}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-trigger .mwai-icon-container{transition:transform 0.2s ease-out,opacity 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-trigger .mwai-icon-container .mwai-icon{transition:transform 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-trigger .mwai-icon-container:hover .mwai-icon{transform:scale(1.1)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window .mwai-trigger .mwai-icon-container:active .mwai-icon{transform:scale(.9)}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-opening .mwai-trigger .mwai-icon-container{transform:scale(.8);opacity:.3}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-open:not(.mwai-opening) .mwai-trigger{display:none}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window.mwai-center-open.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{will-change:transform,opacity;transform:none}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger.mwai-bottom-right .mwai-icon-text{transform-origin:right bottom}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger.mwai-bottom-left .mwai-icon-text{transform-origin:left bottom}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger.mwai-top-right .mwai-icon-text{transform-origin:right top}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger.mwai-top-left .mwai-icon-text{transform-origin:left top}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger.mwai-center-open .mwai-icon-text{transform-origin:center center}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:mwaiIconTextZoomIn 200ms cubic-bezier(.25,.46,.45,.94) 0ms 1 both}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger:hover .mwai-icon-text{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:none!important;transform:none!important}.mwai-chatgpt-theme.mwai-animation-zoom.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window{filter:none}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-window-box{display:flex;flex-direction:column;filter:drop-shadow(0 -5px 20px rgb(0 0 0 / .15));opacity:0;transform:translateY(100%);transition:opacity 250ms ease-out,transform 250ms cubic-bezier(.25,.46,.45,.94)}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-fullscreen .mwai-window-box{width:100%;height:100%}@media (min-width:761px){.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-opening .mwai-header{display:flex!important}}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-opening .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-opening .mwai-body{display:flex!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-opening .mwai-window-box{opacity:.5;transform:translateY(20px)}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-open .mwai-window-box{opacity:1;transform:translateY(0)}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-closing .mwai-window-box{opacity:0;transform:translateY(100%);transition:opacity 200ms ease-in,transform 200ms ease-in}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-trigger .mwai-icon-container{transition:transform 0.2s ease-out,opacity 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-trigger .mwai-icon-container .mwai-icon{transition:transform 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-trigger .mwai-icon-container:hover .mwai-icon{transform:scale(1.1)}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window .mwai-trigger .mwai-icon-container:active .mwai-icon{transform:scale(.9)}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-opening .mwai-trigger .mwai-icon-container{opacity:0}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-center-open.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-window-dragging.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window.mwai-open:not(.mwai-opening) .mwai-trigger{display:none}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{will-change:transform,opacity;transform:none}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:mwaiIconTextSlideUp 250ms cubic-bezier(.25,.46,.45,.94) 0ms 1 both;backface-visibility:hidden}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger:hover .mwai-icon-text{transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:none!important;transform:none!important}.mwai-chatgpt-theme.mwai-animation-slide.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-window-box{display:flex;flex-direction:column;filter:drop-shadow(0 0 20px rgb(0 0 0 / .15));opacity:0;transform:translateY(8px) scale(.98);transform-origin:center bottom;will-change:opacity,transform;transition:opacity 180ms ease-out,transform 220ms cubic-bezier(.2,0,0,1)}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-fullscreen .mwai-window-box{width:100%;height:100%}@media (min-width:761px){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-header{display:flex!important}}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-body{display:flex!important;opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-header{opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-window-box{opacity:1;transform:translateY(0) scale(1)}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-open .mwai-header,.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-open .mwai-body{opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-open .mwai-window-box{opacity:1;transform:translateY(0) scale(1)}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-closing .mwai-window-box{opacity:0;transform:translateY(8px) scale(.98);transition:opacity 160ms ease-in,transform 180ms cubic-bezier(.4,0,1,1)}@media (prefers-reduced-motion:reduce){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-window-box{transition:opacity 120ms linear!important;transform:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-window-box,.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-open .mwai-window-box{opacity:1}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-closing .mwai-window-box{opacity:0}}@media (max-width:760px){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-header{display:none!important}}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-trigger .mwai-icon-container{transition:transform 0.2s ease-out,opacity 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-trigger .mwai-icon-container .mwai-icon{transition:transform 0.2s ease-out}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-trigger .mwai-icon-container:hover .mwai-icon{transform:scale(1.1)}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window .mwai-trigger .mwai-icon-container:active .mwai-icon{transform:scale(.9)}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-opening .mwai-trigger .mwai-icon-container{opacity:0}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-center-open.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-window-dragging.mwai-closing .mwai-trigger{display:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window.mwai-open:not(.mwai-opening) .mwai-trigger{display:none}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{will-change:transform,opacity;transform:none}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:mwaiIconTextFadeOpacity 180ms ease-out 0ms 1 both,mwaiIconTextFadeTransform 220ms cubic-bezier(.2,0,0,1) 0ms 1 both}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger:hover .mwai-icon-text{transform:scale(1.01)}@media (prefers-reduced-motion:reduce){.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text{animation:none!important;transform:none!important}.mwai-chatgpt-theme.mwai-animation-fade.mwai-window:not(.mwai-open):not(.mwai-opening):not(.mwai-closing) .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}}.mwai-chatgpt-theme:not(.mwai-animation-zoom):not(.mwai-animation-slide):not(.mwai-animation-fade).mwai-window .mwai-window-box{display:flex;flex-direction:column;filter:drop-shadow(0 0 10px rgb(0 0 0 / .1))}.mwai-chatgpt-theme:not(.mwai-animation-zoom):not(.mwai-animation-slide):not(.mwai-animation-fade).mwai-window .mwai-trigger .mwai-icon-text-container{opacity:1!important;transition:none!important}.mwai-chatgpt-theme:not(.mwai-animation-zoom):not(.mwai-animation-slide):not(.mwai-animation-fade).mwai-window .mwai-trigger .mwai-icon-text{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.mwai-chatgpt-theme:not(.mwai-animation-zoom):not(.mwai-animation-slide):not(.mwai-animation-fade).mwai-window.mwai-fullscreen .mwai-window-box{width:100%;height:100%}.mwai-chatgpt-theme .mwai-footer{display:flex;align-items:center;background:var(--mwai-backgroundAiColor,var(--mwai-backgroundSecondaryColor));border-top:1px solid var(--mwai-backgroundPrimaryColor);padding:6px var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-footer:empty{display:none}.mwai-chatgpt-theme .mwai-footer:not(:has(.mwai-tools)):has(.mwai-compliance:empty){display:none}.mwai-chatgpt-theme .mwai-footer .mwai-tools{display:flex;align-items:center;gap:8px;margin-right:calc(var(--mwai-spacing) / 2)}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload{display:inline-block}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:16px;height:16px;color:var(--mwai-fontColor);opacity:.75;margin:0}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide:hover{opacity:1}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide svg{width:16px;height:16px}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide .mwai-upload-count{position:absolute;top:-5px;right:-6px;min-width:12px;height:12px;padding:0 2px;border-radius:999px;background:var(--mwai-backgroundHeaderColor);color:#fff;border:2px solid var(--mwai-backgroundAiColor,var(--mwai-backgroundSecondaryColor));font-size:8px;font-family:system-ui;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;user-select:none;cursor:pointer}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide .mwai-upload-count::after{content:attr(data-count)}.mwai-chatgpt-theme .mwai-footer .mwai-tools .mwai-file-upload-icon.mwai-lucide.mwai-hover .mwai-upload-count::after{content:"-"}.mwai-chatgpt-theme .mwai-footer .mwai-compliance{opacity:.5;font-size:11px;line-height:11px;color:var(--mwai-fontColor);flex:1;text-align:left;padding:calc(var(--mwai-spacing) / 2) 0;margin:0}.mwai-chatgpt-theme .mwai-footer .mwai-tools+.mwai-compliance{text-align:right}.mwai-chatgpt-theme .mwai-body:not(:has(~.mwai-footer)):not(:has(+.mwai-footer)) .mwai-input,.mwai-chatgpt-theme .mwai-body:last-child .mwai-input{padding-bottom:var(--mwai-spacing)}@media (max-width:760px){.mwai-chatgpt-theme .mwai-body:not(:has(~.mwai-footer)):not(:has(+.mwai-footer)) .mwai-input,.mwai-chatgpt-theme .mwai-body:last-child .mwai-input{padding-bottom:var(--mwai-spacing)}}.mwai-chatgpt-theme .mwai-files{display:flex;flex-direction:column;gap:8px;padding:var(--mwai-spacing);background:var(--mwai-backgroundSecondaryColor);border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-files::-webkit-scrollbar{width:6px}.mwai-chatgpt-theme .mwai-files::-webkit-scrollbar-track{background:var(--mwai-backgroundPrimaryColor);border-radius:3px}.mwai-chatgpt-theme .mwai-files::-webkit-scrollbar-thumb{background:var(--mwai-backgroundHeaderColor);border-radius:3px}.mwai-chatgpt-theme .mwai-files::-webkit-scrollbar-thumb:hover{background:var(--mwai-primaryColor)}.mwai-chatgpt-theme .mwai-files .mwai-file-preview{position:relative}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-content{display:flex;align-items:center;gap:8px}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-thumbnail{width:32px;height:32px;object-fit:cover;border-radius:4px;border:1px solid var(--mwai-backgroundHeaderColor);display:block;flex-shrink:0}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--mwai-backgroundSecondaryColor);border-radius:4px;color:var(--mwai-fontColor);opacity:.6;flex-shrink:0}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-icon svg{width:18px;height:18px}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-name{font-size:calc(var(--mwai-fontSize) * 0.85);color:var(--mwai-fontColor);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-size{font-size:calc(var(--mwai-fontSize) * 0.7);color:var(--mwai-fontColor);opacity:.5;line-height:1}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--mwai-backgroundHeaderColor);border-radius:0 0 calc(var(--mwai-borderRadius) / 2) calc(var(--mwai-borderRadius) / 2);overflow:hidden}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-progress .mwai-file-progress-bar{height:100%;background:var(--mwai-primaryColor);transition:width 0.3s ease}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove{display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;color:var(--mwai-fontColor);padding:4px;border:none;line-height:0;min-width:inherit;margin-left:auto;opacity:.6;transition:opacity 0.2s ease}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove:hover{opacity:1}.mwai-chatgpt-theme .mwai-files .mwai-file-preview .mwai-file-remove svg{width:20px;height:20px}.mwai-chatgpt-theme .mwai-files:empty{display:none}.mwai-chatgpt-theme .mwai-file-upload-icon{margin-bottom:-3px}.mwai-chatgpt-theme .mwai-terminal{--mwai-terminal-active-color:var(--mwai-fontColor);font-family:ui-monospace,SFMono-Regular,"SF Mono",Monaco,Menlo,Consolas,"Liberation Mono","Courier New",monospace;font-size:12px;background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);padding:var(--mwai-spacing);height:100%;overflow-y:auto;cursor:text;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding-bottom:calc(var(--mwai-spacing) * 1.25);scrollbar-width:thin;scrollbar-color:rgb(128 128 128 / .3) #fff0}.mwai-chatgpt-theme .mwai-terminal:focus{outline:none}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line{display:flex;align-items:flex-start;margin:calc(var(--mwai-spacing) / 2) 0;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line.mwai-terminal-user{color:var(--mwai-fontColor);opacity:.35}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line.mwai-terminal-user-typing{color:var(--mwai-terminal-active-color);opacity:1}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line.mwai-terminal-user-typing .mwai-terminal-prompt{color:var(--mwai-terminal-active-color)}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line.mwai-terminal-assistant{color:var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-line.mwai-terminal-system{color:#608b4e;font-style:italic}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-prompt{color:var(--mwai-terminal-active-color);margin-left:-4px;margin-right:4px;display:inline-flex;align-items:center;height:1.5em;line-height:1.2;flex-shrink:0;align-self:flex-start}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-prompt svg{display:block;width:1.4em;height:1.4em}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-text{color:inherit}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-input-wrapper{flex:1;display:inline;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-typed{color:var(--mwai-terminal-active-color);white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-cursor{display:inline-block;min-width:8px;height:1.35em;color:var(--mwai-terminal-active-color);background:var(--mwai-terminal-active-color);opacity:.35;vertical-align:text-bottom;line-height:inherit}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-cursor.mwai-terminal-cursor-active{opacity:1;color:var(--mwai-backgroundPrimaryColor);animation:mwai-cursor-blink 1s infinite}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-cursor.mwai-terminal-cursor-typing{opacity:1;color:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-terminal .mwai-terminal-cursor.mwai-terminal-cursor-inactive{opacity:.35}.mwai-chatgpt-theme .mwai-terminal::-webkit-scrollbar{width:8px;background:#fff0}.mwai-chatgpt-theme .mwai-terminal::-webkit-scrollbar-track{background:#fff0}.mwai-chatgpt-theme .mwai-terminal::-webkit-scrollbar-thumb{background:rgb(128 128 128 / .3);border-radius:4px}.mwai-chatgpt-theme .mwai-terminal::-webkit-scrollbar-thumb:hover{background:rgb(128 128 128 / .5)}.mwai-chatgpt-theme .mwai-terminal+.mwai-compliance{margin-top:0}.mwai-chatgpt-theme.mwai-transition,.mwai-chatgpt-theme .mwai-transition{opacity:0;transition:opacity 350ms 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,.mwai-chatgpt-theme .mwai-text svg{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 0.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;position:relative;z-index:2}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text{background:var(--mwai-iconTextBackgroundColor);color:var(--mwai-iconTextColor);box-shadow:0 0 15px rgb(0 0 0 / .15);max-width:200px;font-size:13px;margin-bottom:15px;padding:10px 15px;border-radius:8px;position:relative;user-select:none;-webkit-user-select:none;-ms-user-select:none}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{--mwai-icon-close-size:28px;color:var(--mwai-iconTextColor);background:var(--mwai-iconTextBackgroundColor);font-size:13px;line-height:1;width:var(--mwai-icon-close-size);height:var(--mwai-icon-close-size);min-width:var(--mwai-icon-close-size);min-height:var(--mwai-icon-close-size);border-radius:50%;display:flex;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 120ms ease,transform 120ms ease,visibility 0s linear 120ms;justify-content:center;align-items:center;position:absolute;right:0;top:0;transform:translate(40%,-40%);box-shadow:0 2px 8px rgb(0 0 0 / .25);z-index:2;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:#fff0;user-select:none;-webkit-user-select:none;-ms-user-select:none}.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{opacity:1;visibility:visible;pointer-events:auto;transform:translate(40%,-40%) scale(1);transition:opacity 120ms ease,transform 120ms ease,visibility 0s}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container:hover .mwai-icon-text-close:hover{filter:brightness(1.1);transform:translate(40%,-40%) scale(1.06)}@media (max-width:760px){.mwai-chatgpt-theme .mwai-trigger .mwai-icon-text-container .mwai-icon-text-close{opacity:1;visibility:visible;pointer-events:auto;transform:translate(40%,-40%) scale(1);transition:opacity 120ms ease,transform 120ms ease,visibility 0s}}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container{position:relative;z-index:1}.mwai-chatgpt-theme .mwai-trigger .mwai-icon-container .mwai-icon{filter:drop-shadow(0 0 15px rgb(0 0 0 / .15));transition:all 0.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-window-box{position:relative;z-index:1}.mwai-chatgpt-theme.mwai-window .mwai-header{display:none;justify-content:space-between;align-items:center;padding:0 0 0 15px;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;margin-left:auto}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-resize-button{justify-content:center;height:32px;width:32px;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 0.2s ease-out;content:" ";cursor:pointer;position:absolute;height:13px;width:13px;border:1.2px solid var(--mwai-headerColor)}.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:32px;cursor:pointer;border-radius:var(--mwai-borderRadius);margin-left:-10px}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:before{transition:all 0.2s ease-out;transform:translate(16px,5px) rotate(45deg)}.mwai-chatgpt-theme.mwai-window .mwai-header .mwai-buttons .mwai-close-button:after{transition:all 0.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:1.2px;background-color:var(--mwai-headerColor)}.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-opening,.mwai-chatgpt-theme.mwai-window.mwai-closing{cursor:default!important}.mwai-chatgpt-theme.mwai-window.mwai-opening .mwai-header,.mwai-chatgpt-theme.mwai-window.mwai-closing .mwai-header{cursor:default!important}.mwai-chatgpt-theme.mwai-window .mwai-body{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-center-open.mwai-open{top:50%;left:50%;transform:translate(-50%,-50%);right:auto;bottom:auto}@media (max-width:760px){.mwai-chatgpt-theme.mwai-window.mwai-center-open.mwai-open{width:calc(100% - 40px);max-width:var(--mwai-width)}}.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){position:fixed;left:0!important;right:0!important;bottom:0!important;top:0!important;width:100%;height:100%;height:100vh;height:100dvh;max-height:100dvh;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);display:flex!important;visibility:visible!important;opacity:1!important}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body{flex:1;min-height:0;max-height:inherit;border-radius:0;display:flex!important;flex-direction:column!important}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-conversation{flex:0 1 auto!important;max-height:none;overflow-y:auto;min-height:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-fullscreen-spacer{flex:1 1 auto!important;min-height:0}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-input{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-footer{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body .mwai-files{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-window-box{width:100%;height:100%;display:flex;flex-direction:column}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-header{display:flex!important;visibility:visible!important;opacity:1!important;flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen:not(.mwai-window) .mwai-body{display:flex!important;visibility:visible!important;opacity:1!important;flex:1 1 auto;flex-direction:column;min-height:0;height:100%}.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%;height:100vh;height:100dvh;max-height:100dvh;max-width:100%;display:flex;flex-direction:column;margin:0;z-index:999999;background-color:var(--mwai-backgroundSecondaryColor);transform:none!important}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-header{border-radius:0}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body{flex:1;min-height:0;max-height:inherit;border-radius:0;display:flex!important;flex-direction:column!important}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-conversation{flex:0 1 auto!important;max-height:none;overflow-y:auto;min-height:0}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-fullscreen-spacer{flex:1 1 auto!important;min-height:0}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-input{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-footer{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body .mwai-files{flex:0 0 auto}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-window-box{width:100%;height:100%;display:flex;flex-direction:column}.mwai-chatgpt-theme.mwai-fullscreen.mwai-window.mwai-open .mwai-body{flex:1 1 auto;min-height:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{display:flex}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-trigger{display:none}.mwai-chatgpt-theme .mwai-body>.mwai-error{margin:var(--mwai-spacing);color:#fff;background:rgb(180 55 55 / .55);padding:var(--mwai-spacing);border-radius:var(--mwai-borderRadius)}.mwai-chatgpt-theme .mwai-body>.mwai-error:hover{cursor:pointer;background:rgb(180 44 44 / .85)}.mwai-chatgpt-theme .mwai-reply.mwai-error .mwai-text{color:#ff5656}.mwai-chatgpt-theme .mwai-reply.mwai-error .mwai-text a{color:#ff5656;text-decoration:underline}.mwai-chatgpt-theme .mwai-reply.mwai-error .mwai-reply-actions .mwai-action-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.mwai-error .mwai-reply-actions .mwai-action-button:hover{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-reply-actions{opacity:0;transition:opacity 0.2s ease-in-out}.mwai-chatgpt-theme .mwai-reply:hover .mwai-reply-actions{opacity:1!important}.mwai-chatgpt-theme .mwai-form-output-container:hover .mwai-reply-actions{opacity:1!important}.mwai-chatgpt-theme .mwai-form-output-container:hover .mwai-reply-actions.mwai-hidden{opacity:1!important}.mwai-chatgpt-theme.mwai-bubble .mwai-trigger .mwai-icon-container{background:var(--mwai-bubbleColor);width:var(--mwai-iconSize,60px);height:var(--mwai-iconSize,60px);border-radius:100%;transition:all 0.2s ease-out;display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme.mwai-bubble .mwai-trigger .mwai-icon-container .mwai-icon{max-width:50%;max-height:50%;filter:none}.mwai-chatgpt-theme.mwai-bubble .mwai-trigger .mwai-icon-container .mwai-icon:hover{transform:none}.mwai-chatgpt-theme.mwai-bubble .mwai-trigger .mwai-icon-container .mwai-emoji{font-size:calc(var(--mwai-iconSize, 60px) / 2)}.mwai-chatgpt-theme.mwai-bubble .mwai-trigger .mwai-icon-container:hover{cursor:pointer;filter:brightness(1.1)}@media (max-width:760px){.mwai-chatgpt-theme.mwai-window.mwai-open{position:fixed;top:var(--mwai-vv-offset-top,0)!important;left:0!important;right:0!important;bottom:var(--mwai-vv-offset-bottom,0)!important;width:100%;min-height:100%;min-height:100vh;min-height:var(--mwai-vv-height,100dvh);height:var(--mwai-vv-height,100dvh);max-height:var(--mwai-vv-height,100dvh);max-width:100%;margin:0;z-index:999999;background-color:var(--mwai-backgroundPrimaryColor,var(--mwai-backgroundSecondaryColor));border-radius:0!important;box-shadow:none!important;border:none!important;padding-top:env(safe-area-inset-top,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);box-sizing:border-box}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-window-box{width:100%;height:100%;flex:1;display:flex;flex-direction:column;border-radius:0!important;box-shadow:none!important;border:none!important;background:transparent!important;min-height:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-header{display:none!important}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body{flex:1;min-height:0;display:flex;flex-direction:column;border-radius:0!important;overflow:hidden;background:var(--mwai-backgroundPrimaryColor,var(--mwai-backgroundSecondaryColor))}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body .mwai-conversation{flex:1;overflow-y:auto;max-height:none;min-height:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body .mwai-input{flex-shrink:0;position:relative}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body .mwai-footer{flex-shrink:0;position:relative}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body .mwai-body:last-child .mwai-input{padding-bottom:env(safe-area-inset-bottom,0)}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header{display:flex;position:sticky;top:0;left:0;right:0;min-height:50px;background:var(--mwai-backgroundHeaderColor);border-bottom:1px solid var(--mwai-lineColor);padding:0 15px;padding-top:env(safe-area-inset-top,0);padding-left:calc(15px + env(safe-area-inset-left, 0));padding-right:calc(15px + env(safe-area-inset-right, 0));align-items:center;justify-content:space-between;z-index:10;flex-shrink:0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-title{font-size:16px;font-weight:600;color:var(--mwai-headerColor);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-close{all:unset;display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;cursor:pointer;border-radius:6px;transition:background-color 0.2s ease;-webkit-tap-highlight-color:#fff0}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-close:hover,.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-close:active{background-color:var(--mwai-backgroundSecondaryColor)}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-close svg{width:20px;height:20px}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-mobile-header .mwai-mobile-header-close svg path{stroke:var(--mwai-headerColor)}.mwai-chatgpt-theme.mwai-window.mwai-open.mwai-center-open{top:var(--mwai-vv-offset-top,0)!important;left:0!important;transform:none!important;right:0!important;bottom:var(--mwai-vv-offset-bottom,0)!important;width:100%!important;max-width:100%!important;height:var(--mwai-vv-height,100dvh)!important}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input{flex-direction:column}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input button:not(.mwai-input-submit){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-body{display:flex;transition:opacity 200ms ease-in-out 0s;opacity:1;flex:1;min-height:0;max-height:inherit}.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-body .mwai-conversation{flex:1;max-height:none;min-height:0}.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 button:not(.mwai-busy):before{content:none!important;display:none!important;animation:none!important}.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 .mwai-input .mwai-terminal-line{display:flex;align-items:flex-start;color:var(--mwai-terminal-active-color,var(--mwai-fontColor))}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-prompt{color:var(--mwai-terminal-active-color,currentColor);margin-left:-4px;margin-right:4px;display:inline-flex;align-items:center;height:1.5em;line-height:1.2;flex-shrink:0;align-self:flex-start}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-prompt svg{display:block;width:1.4em;height:1.4em}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-input-wrapper{flex:1;display:inline;white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-typed{white-space:pre-wrap;word-wrap:break-word;word-break:break-word}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-cursor{display:inline-block;min-width:8px;height:1.35em;color:currentColor;background:currentColor;opacity:.35;vertical-align:text-bottom;line-height:inherit}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-cursor.mwai-terminal-cursor-active{opacity:1;color:var(--mwai-backgroundPrimaryColor,#1a1a2e);animation:mwai-cursor-blink 1s infinite}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-cursor.mwai-terminal-cursor-typing{opacity:1;color:var(--mwai-backgroundPrimaryColor,#1a1a2e)}.mwai-chatgpt-theme .mwai-input .mwai-terminal-line .mwai-terminal-cursor.mwai-terminal-cursor-inactive{opacity:.35}.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 2px;z-index:100;background:var(--mwai-backgroundPrimaryColor);box-shadow:0 0 8px rgb(0 0 0 / .25);z-index:100}.mwai-chatgpt-theme .mwai-reply-actions .mwai-copy-button,.mwai-chatgpt-theme .mwai-reply-actions .mwai-download-button,.mwai-chatgpt-theme .mwai-reply-actions .mwai-pdf-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,.mwai-chatgpt-theme .mwai-reply-actions .mwai-download-button:hover,.mwai-chatgpt-theme .mwai-reply-actions .mwai-pdf-button:hover{filter:brightness(1.2)}.mwai-chatgpt-theme .mwai-reply-actions.mwai-hidden{opacity:0}.mwai-chatgpt-theme .mwai-realtime{padding:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-realtime .mwai-visualizer{display:flex;justify-content:center;align-items:center}.mwai-chatgpt-theme .mwai-realtime .mwai-visualizer hr{width:100px;margin-right:var(--mwai-spacing);margin-left:var(--mwai-spacing);border:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-visualizer .mwai-animation{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls{display:flex;justify-content:center;align-items:center;margin-bottom:var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls>*+*{margin-left:10px}.mwai-chatgpt-theme .mwai-realtime .mwai-controls button{border-radius:100%;width:50px;height:50px;margin:5px;padding:5px;display:flex;align-items:center;justify-content:center;color:var(--mwai-fontColor);border:2px solid var(--mwai-backgroundPrimaryColor);background:none;cursor:pointer;transition:all 0.2s ease-out;min-width:inherit;max-width:inherit}.mwai-chatgpt-theme .mwai-realtime .mwai-controls button:hover:not(:disabled){background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls button:disabled{opacity:.5;cursor:not-allowed;background:none}.mwai-chatgpt-theme .mwai-realtime .mwai-controls button.mwai-active{border:2px solid var(--mwai-fontColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode{flex-direction:column;gap:8px}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-push-to-talk{border-radius:calc(var(--mwai-borderRadius) * 0.8);width:auto;min-width:120px;padding:12px 24px;margin:5px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--mwai-fontColor);border:2px solid var(--mwai-backgroundPrimaryColor);background:none;cursor:pointer;transition:all 0.2s ease-out;font-family:inherit;font-size:var(--mwai-fontSize);line-height:1.2;font-weight:500;height:auto}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-push-to-talk:hover:not(:disabled){background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-push-to-talk:disabled{opacity:.5;cursor:not-allowed;background:none}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-push-to-talk.mwai-active{border:2px solid var(--mwai-fontColor);background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-push-to-talk svg{width:18px;height:18px}.mwai-chatgpt-theme .mwai-realtime .mwai-controls.mwai-hold-to-talk-mode .mwai-talk-hint{font-size:12px;color:var(--mwai-fontColor);opacity:.6;text-align:center;margin:0}.mwai-chatgpt-theme .mwai-realtime .mwai-last-transcript{margin:var(--mwai-spacing);margin-top:0;border:2px solid var(--mwai-backgroundPrimaryColor);padding:calc(var(--mwai-spacing) / 2);padding-right:calc(var(--mwai-spacing) / 2 + 10px);border-radius:var(--mwai-borderRadius);font-size:80%;text-align:center;max-height:120px;overflow-y:auto;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word;scrollbar-width:thin;scrollbar-color:var(--mwai-backgroundHeaderColor) #fff0}.mwai-chatgpt-theme .mwai-realtime .mwai-last-transcript::-webkit-scrollbar{width:6px}.mwai-chatgpt-theme .mwai-realtime .mwai-last-transcript::-webkit-scrollbar-track{background:#fff0;margin:4px 0}.mwai-chatgpt-theme .mwai-realtime .mwai-last-transcript::-webkit-scrollbar-thumb{background:var(--mwai-backgroundHeaderColor);border-radius:10px}.mwai-chatgpt-theme .mwai-realtime .mwai-last-transcript::-webkit-scrollbar-thumb:hover{background:var(--mwai-primaryColor)}.mwai-chatgpt-theme .mwai-realtime .mwai-statistics{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:10px;font-size:14px}.mwai-chatgpt-theme .mwai-realtime .mwai-statistics div{display:flex;flex-direction:column;align-items:center}.mwai-chatgpt-theme .mwai-realtime .mwai-statistics label{font-size:11px;opacity:.5;text-transform:uppercase}.mwai-chatgpt-theme .mwai-realtime .mwai-options{margin-top:var(--mwai-spacing);display:flex;align-items:center}.mwai-chatgpt-theme .mwai-realtime .mwai-options .mwai-option{cursor:pointer;opacity:.5;margin-right:2px}.mwai-chatgpt-theme .mwai-realtime .mwai-options .mwai-option.mwai-active{opacity:1}.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;position:relative;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;align-items:center}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-content{flex:1;padding:5px 10px;overflow:hidden}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--mwai-fontSize);margin-bottom:4px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-info{display:flex;gap:12px;font-size:calc(var(--mwai-fontSize) * 0.85);opacity:.7}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-info .mwai-info-item{display:flex;align-items:center;gap:4px}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-info .mwai-info-item svg{opacity:.6}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions{position:absolute;top:50%;right:calc(var(--mwai-spacing) / 2);transform:translateY(-50%);opacity:0;transition:opacity 0.2s ease-out;z-index:100}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion .mwai-discussion-actions .mwai-menu-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mwai-conversationsTextColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active{cursor:pointer}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion.mwai-active .mwai-discussion-content{background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover{cursor:pointer}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-content{background:var(--mwai-backgroundPrimaryColor);border-radius:var(--mwai-borderRadius);opacity:1}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:hover .mwai-discussion-actions{opacity:1}.mwai-chatgpt-theme.mwai-discussions .mwai-discussion:has(.mwai-context-menu) .mwai-discussion-actions{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-headerColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center;gap:10px}.mwai-chatgpt-theme.mwai-discussions .mwai-header button{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);border:none;padding:8px 16px;border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all 0.2s ease-out}.mwai-chatgpt-theme.mwai-discussions .mwai-header button:hover:not(:disabled){background:var(--mwai-iconTextBackgroundColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-header button:disabled{opacity:.5;cursor:not-allowed}.mwai-chatgpt-theme.mwai-discussions .mwai-header .mwai-refresh-btn{padding:8px;display:flex;align-items:center;justify-content:center}.mwai-chatgpt-theme.mwai-discussions .mwai-body{background:var(--mwai-conversationsBackgroundColor);list-style:none;padding:0;margin:0;position:relative;min-height:200px;display:flex;flex-direction:column;border-radius:0;z-index:1}.mwai-chatgpt-theme.mwai-discussions .mwai-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--mwai-conversationsBackgroundColor);opacity:.9;display:flex;align-items:center;justify-content:center;z-index:10}.mwai-chatgpt-theme.mwai-discussions .mwai-spinner{animation:spin 1s linear infinite;color:var(--mwai-fontColor)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination{background:var(--mwai-backgroundHeaderColor);padding:var(--mwai-spacing);display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button{background:var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor);border:none;padding:8px 12px;border-radius:var(--mwai-borderRadius);cursor:pointer;transition:all 0.2s ease-out;display:flex;align-items:center;justify-content:center}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button:hover:not(:disabled){background:var(--mwai-iconTextBackgroundColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button:disabled{opacity:.3;cursor:not-allowed}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination span{color:var(--mwai-headerColor);font-size:var(--mwai-fontSize);font-weight:500}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination .mwai-page-indicator{color:var(--mwai-headerColor);font-size:calc(var(--mwai-fontSize) * 0.85);font-weight:400;opacity:.8}.mwai-chatgpt-theme .mwai-files{padding:var(--mwai-spacing) var(--mwai-spacing) 0 var(--mwai-spacing);border:none}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-reply-actions{display:none}.mwai-chatgpt-theme .mwai-conversation>.mwai-reply.mwai-ai:first-child .mwai-reply-actions{display:none}.mwai-chatgpt-theme .mwai-reply.mwai-ai{align-items:flex-start}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-name .mwai-avatar{width:32px;height:32px;min-width:32px;min-height:32px;background:#fff0;border-radius:0;margin-top:-2px}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-name .mwai-avatar img{width:32px;height:32px;min-width:32px;min-height:32px}.mwai-chatgpt-theme .mwai-reply.mwai-ai>div:has(>.mwai-text){display:flex;flex-direction:column;align-items:flex-start;flex:1}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions{position:static;background:#fff0;box-shadow:none;padding:5px 0 0 0;margin-left:-7px}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions.mwai-hidden{opacity:1}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-copy-button,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-download-button,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-pdf-button{background:#fff0;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.2;transition:opacity 0.15s ease}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-copy-button svg,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-download-button svg,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-pdf-button svg{width:18px;height:18px}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-copy-button:hover,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-download-button:hover,.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-pdf-button:hover{background:rgb(255 255 255 / .1);opacity:1}.mwai-chatgpt-theme .mwai-reply.mwai-ai .mwai-reply-actions .mwai-pdf-button svg{width:22px;height:22px}.mwai-chatgpt-theme .mwai-chunks{background:rgb(255 255 255 / .05)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunks-header{color:#9ca3af}.mwai-chatgpt-theme .mwai-chunks .mwai-chunks-header .mwai-chunks-toggle{border-color:rgb(255 255 255 / .1);color:#9ca3af}.mwai-chatgpt-theme .mwai-chunks .mwai-chunks-header .mwai-chunks-toggle:hover{background:rgb(255 255 255 / .05);color:#e5e7eb}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk{background:rgb(255 255 255 / .08)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-time{color:#e5e7eb}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-data{color:#e5e7eb}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-header .mwai-chunk-expand{color:#e5e7eb}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-details{background:rgb(0 0 0 / .2)}.mwai-chatgpt-theme .mwai-chunks .mwai-chunk .mwai-chunk-details pre{color:#d1d5db}@media (max-width:760px){.mwai-chatgpt-theme.mwai-window.mwai-open .mwai-input{flex-direction:row;align-items:flex-end;gap:4px}.mwai-chatgpt-theme .mwai-input{margin:10px var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-files{padding:0 var(--mwai-spacing) 0 var(--mwai-spacing)}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images{max-width:90%}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-user-images:has(.mwai-user-image:nth-child(2)) .mwai-user-image{width:120px;height:120px}.mwai-chatgpt-theme .mwai-reply.mwai-user .mwai-text{max-width:90%}.mwai-chatgpt-theme .mwai-name{margin-right:0;max-width:inherit}}.mwai-chatgpt-theme.mwai-discussions .mwai-header{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);border-bottom:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-header button{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);border:1px solid var(--mwai-borderColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);border-radius:5px;cursor:pointer;transition:all 0.2s ease-out;font-size:calc(var(--mwai-fontSize) * 0.9);margin-left:0}.mwai-chatgpt-theme.mwai-discussions .mwai-header button:hover:not(:disabled){background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-header button:disabled{opacity:.5;cursor:not-allowed}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination{background:var(--mwai-backgroundSecondaryColor);border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button{background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);border:1px solid var(--mwai-borderColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);border-radius:5px;cursor:pointer;transition:all 0.2s ease-out;font-size:calc(var(--mwai-fontSize) * 0.9);margin-left:0}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button:hover:not(:disabled){background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-pagination button:disabled{opacity:.5;cursor:not-allowed}.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-footer,.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-pagination{background:var(--mwai-backgroundSecondaryColor);border-top:1px solid var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-footer .mwai-new-chat-button,.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-pagination .mwai-new-chat-button{width:100%;background:var(--mwai-backgroundSecondaryColor);color:var(--mwai-fontColor);border:1px solid var(--mwai-borderColor);padding:calc(var(--mwai-spacing) / 2) var(--mwai-spacing);border-radius:5px;cursor:pointer;transition:all 0.2s ease-out;font-size:calc(var(--mwai-fontSize) * 0.9)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-footer .mwai-new-chat-button:hover,.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-pagination .mwai-new-chat-button:hover{background:var(--mwai-backgroundPrimaryColor)}.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-footer .mwai-new-chat-button:disabled,.mwai-chatgpt-theme.mwai-discussions .mwai-discussions-pagination .mwai-new-chat-button:disabled{opacity:.5;cursor:not-allowed}.mwai-context-menu-portal.mwai-chatgpt-theme .mwai-context-menu{background:var(--mwai-backgroundSecondaryColor);border:1px solid var(--mwai-backgroundPrimaryColor);color:var(--mwai-fontColor)}.mwai-context-menu-portal.mwai-chatgpt-theme .mwai-context-menu .mwai-menu-item:hover{background-color:var(--mwai-backgroundPrimaryColor)}.mwai-context-menu-portal.mwai-chatgpt-theme .mwai-context-menu .mwai-menu-item.mwai-danger{color:var(--mwai-errorTextColor)}.mwai-context-menu-portal.mwai-chatgpt-theme .mwai-context-menu .mwai-menu-item.mwai-danger:hover{background-color:var(--mwai-errorBackgroundColor)}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0 0 1.5em}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:border-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #f3f3f3;margin:0;padding:.5em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}body,button,input,select,textarea{color:#7a7c84;font-family:Lato,sans-serif;font-size:16px;font-size:1rem;line-height:1.5}.widget-footer-top-area,.widget-footer-top-area button,.widget-footer-top-area input,.widget-footer-top-area select,.widget-footer-top-area textarea{color:#fff}.entry-footer,.entry-meta,.site-info{font-size:13px;font-size:.8125rem;line-height:1.3847}h1,h2,h3,h4,h5,h6,.site-title{clear:both;color:#2c313f;font-family:Poppins,sans-serif;font-weight:700;margin:0 0 1.5rem}.featured-content .hentry.has-post-thumbnail h1,.featured-content .hentry.has-post-thumbnail h2,.featured-content .hentry.has-post-thumbnail h3,.featured-content .hentry.has-post-thumbnail h4,.featured-content .hentry.has-post-thumbnail h5,.featured-content .hentry.has-post-thumbnail h6,.page-template-panel-page .hentry.has-post-thumbnail h1,.page-template-panel-page .hentry.has-post-thumbnail h2,.page-template-panel-page .hentry.has-post-thumbnail h3,.page-template-panel-page .hentry.has-post-thumbnail h4,.page-template-panel-page .hentry.has-post-thumbnail h5,.page-template-panel-page .hentry.has-post-thumbnail h6,.widget-footer-top-area h1,.widget-footer-top-area h2,.widget-footer-top-area h3,.widget-footer-top-area h4,.widget-footer-top-area h5,.widget-footer-top-area h6{color:inherit}.site-title{margin-bottom:0}h1,.entry-title,.post-type-archive-jetpack-testimonial .page-title{font-size:40px;font-size:2.5rem;line-height:1.2}h2,.comment-reply-title,.comments-title{font-size:32px;font-size:2rem;line-height:1.125}h3,.page-title,.widgettitle,.widget-title{font-size:25px;font-size:1.5625rem;line-height:1.2}h4,.site-title{font-size:20px;font-size:1.25rem;line-height:1.5}h5{font-size:16px;font-size:1rem;line-height:1.5}h6{font-size:13px;font-size:.8125rem;line-height:1.3847}dfn,cite,em,i{font-style:italic}address,p,pre{margin:0 0 1.5em}blockquote{border:0 solid #3e69dc;border-left-width:2px;font-size:20px;font-size:1.25rem;font-style:italic;line-height:1.5;margin:0 0 1.5rem;padding-left:1.5rem}blockquote *{margin-bottom:1.5rem}blockquote cite{color:#2c313f;display:block}code,kbd,tt,var{background:#f3f3f3;font-family:Inconsolata,monospace;padding:0 .25em}.featured-content .hentry.has-post-thumbnail code,.featured-content .hentry.has-post-thumbnail kbd,.featured-content .hentry.has-post-thumbnail tt,.featured-content .hentry.has-post-thumbnail var,.page-template-panel-page .hentry.has-post-thumbnail code,.page-template-panel-page .hentry.has-post-thumbnail kbd,.page-template-panel-page .hentry.has-post-thumbnail tt,.page-template-panel-page .hentry.has-post-thumbnail var{background:rgb(0 0 0 / .25)}.widget-footer-top-area code,.widget-footer-top-area kbd,.widget-footer-top-area tt,.widget-footer-top-area var{background:rgb(255 255 255 / .25)}pre{border:1px solid #f3f3f3;font-family:Inconsolata,monospace;max-width:100%;overflow:auto;padding:1.5em;position:relative}.featured-content .hentry.has-post-thumbnail pre,.page-template-panel-page .hentry.has-post-thumbnail pre{border-color:rgb(0 0 0 / .25)}.widget-footer-top-area pre{border-color:rgb(255 255 255 / .25)}abbr,abbr[title],acronym{border-bottom:1px dotted;cursor:help}mark,ins{background:#3e69dc;color:#ededc4;padding:0 .25em;text-decoration:none}big{font-size:125%}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{background:#ededc4}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}hr{background-color:#f3f3f3;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 1.25em;padding:0}ul{list-style:outside disc}ol{list-style:outside decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dl{margin:0 0 1.5em}dt{font-weight:700}dd{margin:0 1.5em}img{height:auto;max-width:100%;vertical-align:middle}table,th,td{border:1px solid #f3f3f3}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.5em;table-layout:fixed;width:100%}th{border-width:0 1px 1px 0}td{border-width:0 1px 1px 0}th,td{padding:.25em}button,input[type="button"],input[type="reset"],input[type="submit"]{background:#3e69dc;border:0;border-radius:5em;color:#ededc4;display:inline-block;font-size:13px;font-size:.8125rem;font-weight:700;letter-spacing:.0625em;line-height:1.3847;padding:.5625rem 1.5em;text-transform:uppercase}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{background:#2c313f;outline:none}.widget-footer-top-area button,.widget-footer-top-area input[type="button"],.widget-footer-top-area input[type="reset"],.widget-footer-top-area input[type="submit"]{background:#ededc4;color:#3e69dc}.widget-footer-top-area button:focus,.widget-footer-top-area input[type="button"]:focus,.widget-footer-top-area input[type="reset"]:focus,.widget-footer-top-area input[type="submit"]:focus,.widget-footer-top-area button:hover,.widget-footer-top-area input[type="button"]:hover,.widget-footer-top-area input[type="reset"]:hover,.widget-footer-top-area input[type="submit"]:hover{background:rgb(255 255 255 / .25);color:#ededc4}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea{-webkit-appearance:none;-moz-appearance:none;background:#f3f3f3;border:0;border-radius:0;box-sizing:border-box;max-width:100%;padding:.375em;width:100%}select{background:#f3f3f3;border:0;box-sizing:border-box;max-width:100%;width:100%}.widget-footer-top-area input[type="text"],.widget-footer-top-area input[type="email"],.widget-footer-top-area input[type="url"],.widget-footer-top-area input[type="password"],.widget-footer-top-area input[type="search"],.widget-footer-top-area input[type="number"],.widget-footer-top-area input[type="tel"],.widget-footer-top-area input[type="range"],.widget-footer-top-area input[type="date"],.widget-footer-top-area input[type="month"],.widget-footer-top-area input[type="week"],.widget-footer-top-area input[type="time"],.widget-footer-top-area input[type="datetime"],.widget-footer-top-area input[type="datetime-local"],.widget-footer-top-area input[type="color"],.widget-footer-top-area select,.widget-footer-top-area textarea{background:rgb(255 255 255 / .25)}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,select:focus,textarea:focus{background:#fff0;outline:2px solid #3e69dc;outline-offset:-2px}.widget-footer-top-area input[type="text"]:focus,.widget-footer-top-area input[type="email"]:focus,.widget-footer-top-area input[type="url"]:focus,.widget-footer-top-area input[type="password"]:focus,.widget-footer-top-area input[type="search"]:focus,.widget-footer-top-area input[type="number"]:focus,.widget-footer-top-area input[type="tel"]:focus,.widget-footer-top-area input[type="range"]:focus,.widget-footer-top-area input[type="date"]:focus,.widget-footer-top-area input[type="month"]:focus,.widget-footer-top-area input[type="week"]:focus,.widget-footer-top-area input[type="time"]:focus,.widget-footer-top-area input[type="datetime"]:focus,.widget-footer-top-area input[type="datetime-local"]:focus,.widget-footer-top-area input[type="color"]:focus,.widget-footer-top-area select:focus,.widget-footer-top-area textarea:focus{outline-color:#ededc4}label{color:#2c313f}.page-template-panel-page .hentry.has-post-thumbnail label{color:inherit}.widget-footer-top-area label{color:#ededc4}::input-placeholder{color:#7a7c84}.widget-footer-top-area ::input-placeholder{color:#ededc4}::-webkit-input-placeholder{color:#7a7c84}.widget-footer-top-area ::-webkit-input-placeholder{color:#fff}:-moz-placeholder{color:#7a7c84;opacity:1}.widget-footer-top-area :-moz-placeholder{color:#fff}::-moz-placeholder{color:#7a7c84;opacity:1}.widget-footer-top-area ::-moz-placeholder{color:#fff}:-ms-input-placeholder{color:#7a7c84}.widget-footer-top-area :-ms-input-placeholder{color:#fff}.search-form{position:relative;padding-bottom:1.5em}.search-form .search-field{padding-right:2.625em}.search-form .search-submit{background:#fff0;border-radius:0;font-size:16px;font-size:1rem;height:2.25em;line-height:1;padding:0;position:absolute;right:0;text-transform:none;top:0;width:2.25em}.search-form .search-submit:focus,.search-form .search-submit:hover{background:#fff0}.search-form .search-submit:before{background:#3e69dc;border-radius:50%;content:"\f400";display:block;font-family:Genericons;height:1.75em;left:50%;line-height:1.75;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1.75em}.widget-footer-top-area .search-form .search-submit:before{background:#fff}.search-form .search-submit:focus:before,.search-form .search-submit:hover:before{background:#2c313f}.widget-footer-top-area .search-form .search-submit:focus:before,.widget-footer-top-area .search-form .search-submit:hover:before{background:rgb(255 255 255 / .25)}.post-password-form input[type="submit"]{margin-top:1.5em}.entry-hero-wrapper,.hentry-wrapper,.site-content-wrapper,.site-footer-wrapper,.site-header-wrapper,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper,.widget-area-wrapper{margin-left:auto;margin-right:auto;max-width:900px;max-width:56.25rem;width:90%;width:calc(100% - 3em)}.content-area,.site-content-wrapper{width:100%}.content-area,.site-header-wrapper{max-width:100%}.site-content-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;position:relative}.site-header{background:#fff;border-bottom:1px solid #f3f3f3;padding-bottom:1.5em;width:100%}.site-header-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;z-index:1}.site-branding{margin-left:0;margin-right:auto;margin-top:1.5em;padding-right:1.5em}.site-title a{color:#3e69dc}.site-title a:focus,.site-title a:hover{color:#2c313f}.wp-custom-logo .site-title{margin-top:.5rem}.site-description{display:none}.custom-logo-link{display:block}.custom-logo{max-width:180px}.header-image{border-bottom:1px solid #f3f3f3;text-align:center}.header-image a{display:inline-block;max-width:100%}.header-image a:focus{opacity:.5}.site-footer{border-top:1px solid #f3f3f3;padding:1.5em 0}.site-info a{color:#7a7c84}.site-info a:focus,.site-info a:hover{color:#3e69dc}.sep{color:#f3f3f3;padding:0 .5em}.site-content-wrapper .widget-area{border-top:1.5em solid #2c313f;padding:1.5em 1.5em 0;width:100%}.widget-footer-area{padding-top:1.5em}.widget-footer-top-area{background:#3e69dc}.widget-footer-bottom-area{border-top:1px solid #f3f3f3}.widget-footer-top-area+.widget-footer-bottom-area{border-top:0}a{color:#2c313f;text-decoration:none}a:visited{font-weight:400}a:focus,a:hover{color:#3e69dc;outline:0}.comment-content a,.comment-reply-title small a,.entry-content a,.entry-footer a:focus,.entry-footer a:hover,.entry-summary a,.logged-in-as a,.pingback .comment-body>a,.site-info a:focus,.site-info a:hover,.taxonomy-description a{box-shadow:0 1px 0 0}.comment-content a.no-shadow,.entry-content a.no-shadow,.entry-summary a.no-shadow{box-shadow:none}.comment-content a:focus,.comment-content a:hover,.comment-content a[href$=".png"],.comment-content a.button,.comment-reply-title small a:focus,.comment-reply-title small a:hover,.entry-content a:focus,.entry-content a:hover,.entry-content a[href$=".png"],.entry-content a.button,.entry-summary a:focus,.entry-summary a:hover,.entry-summary a[href$=".png"],.entry-summary a.button,.logged-in-as a:focus,.logged-in-as a:hover,.pingback .comment-body>a:focus,.pingback .comment-body>a:hover,.site .testimonial-featured-image,.site-content .wp-audio-shortcode a,.taxonomy-description a:focus,.taxonomy-description a:hover{box-shadow:none}.featured-content .hentry.has-post-thumbnail a,.page-template-panel-page .hentry.has-post-thumbnail a,.widget-footer-top-area a{color:rgb(255 255 255 / .75)}.comment-metadata a,.entry-footer a,.entry-header a,.featured-content .hentry.has-post-thumbnail a:focus,.featured-content .hentry.has-post-thumbnail a:hover,.page-template-panel-page .hentry.has-post-thumbnail a:focus,.page-template-panel-page .hentry.has-post-thumbnail a:hover,.widget-footer-top-area a:focus,.widget-footer-top-area a:hover{color:inherit}.comment-metadata a:focus,.comment-metadata a:hover,.entry-footer a:focus,.entry-footer a:hover,.entry-header a:focus,.entry-header a:hover{color:#3e69dc}.site-menu{display:none;-webkit-flex:0 1 100%;-ms-flex:0 1 100%;flex:0 1 100%}.site-menu.toggled-on{display:block}.main-navigation{margin-top:1.5em}.main-navigation .primary-menu{border-bottom:1px solid}.main-navigation ul{color:#f3f3f3;display:none;list-style:none;margin:0}.main-navigation.toggled-on ul,.main-navigation.toggled-on ul.toggled-on{display:block}.main-navigation.toggled-on ul ul{display:none}.main-navigation .menu-item-has-children>a{margin-right:3.5em;position:relative}.main-navigation .menu-item-has-children>a:after{color:#3e69dc;content:"\f431";display:none;font-family:Genericons;line-height:1;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main-navigation ul ul .menu-item-has-children>a:after{right:.75em;-webkit-transform:translateY(-50%) rotate(-90deg);-moz-transform:translateY(-50%) rotate(-90deg);-ms-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.main-navigation li{border-top:1px solid;position:relative}.main-navigation a{color:#2c313f;display:block;font-weight:700;padding:.75em 0}.main-navigation a:focus,.main-navigation a:hover{color:#3e69dc}.main-navigation ul ul{background:#fff;margin-left:1.5em}.main-navigation .primary-menu .current_page_item>a,.main-navigation .primary-menu .current-menu-item>a,.main-navigation .primary-menu .current_page_ancestor>a{border-color:#3e69dc}.menu-toggle{margin-top:1.5em}.dropdown-toggle{border:.25em solid;border-radius:50%;font-size:16px;font-size:1rem;height:2.5em;line-height:1;padding:0;position:absolute;right:0;text-transform:none;top:.25em;width:2.5em}.dropdown-toggle:before{content:"\f431";font-family:Genericons;height:1em;left:50%;line-height:1;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1em}.dropdown-toggle.toggled-on:before{content:"\f432"}.comment-navigation,.post-navigation,.posts-navigation{clear:both;margin:0 auto;overflow:hidden;position:relative}.comment-navigation,.posts-navigation{border:1px solid #f3f3f3;border-width:1px 0 0}.post-navigation{border-bottom:0 solid #f3f3f3;max-width:900px;max-width:56.25rem}.comment-navigation:before,.posts-navigation:before{background:#f3f3f3;;content:"";display:block;height:100%;left:50%;position:absolute;width:1px}.comment-navigation a,.posts-navigation a{border:0;display:block;font-weight:700;padding:1.5em}.post-navigation a{border:1px solid #f3f3f3;border-width:1px 0 0;display:block;padding:1.5em}.comment-navigation a:focus,.comment-navigation a:hover,.post-navigation a:focus,.post-navigation a:hover,.posts-navigation a:focus,.posts-navigation a:hover{background-color:#f3f3f3}.post-navigation .nav-next,.post-navigation .nav-previous{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;position:relative}.post-navigation .meta-nav{color:#7a7c84;display:block;font-size:13px;font-size:.8125rem;line-height:1.3847;padding:.1875rem 0;text-transform:uppercase}.post-navigation .post-title{font-family:Poppins,sans-serif;font-size:25px;font-size:1.5625rem;font-weight:700;line-height:1.2}.post-navigation a:focus .post-title,.post-navigation a:hover .post-title{color:#3e69dc}.comment-navigation .nav-previous,.posts-navigation .nav-previous{float:left;position:relative;width:50%}.comment-navigation .nav-next,.posts-navigation .nav-next{float:right;text-align:right;width:50%}.comment-navigation .nav-previous a:before,.posts-navigation .nav-previous a:before,.comment-navigation .nav-next a:after,.posts-navigation .nav-next a:after{color:#3e69dc;content:"\f431";display:inline-block;font-family:Genericons;font-size:16px;font-size:1rem;line-height:1;margin-right:.25em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);vertical-align:text-bottom}.comment-navigation .nav-next a:after,.posts-navigation .nav-next a:after{content:"\f432";margin-left:.25em;margin-right:0}.back-top{background:#2c313f;border-radius:0;display:none;opacity:.75;position:fixed;top:0;width:100%;z-index:9999}.back-top:focus,.back-top:hover{opacity:1}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.clear:before,.clear:after,.entry-author:before,.entry-author:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.page-content:before,.page-content:after,.page-links:before,.page-links:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after,.widget-area-wrapper:before,.widget-area-wrapper:after{content:"";display:table;table-layout:fixed}.clear:after,.entry-author:after,.entry-content:after,.comment-content:after,.page-content:after,.page-links:after,.site-header:after,.site-content:after,.site-footer:after,.widget-area-wrapper:after{clear:both}.widget{margin:0}.widget-title:empty{display:none}.widget_calendar td,.widget_calendar th{line-height:2.35;padding:0;text-align:center}.widget_calendar caption{font-weight:700;margin-bottom:1.5em}.widget_calendar tbody a{background-color:#f3f3f3;display:block}.widget_calendar tbody a:hover,.widget_calendar tbody a:focus{background-color:#fff0}.widget_archive ul,.widget_categories ul,.widget_links ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{border-bottom:1px solid #f3f3f3;list-style:none;margin-left:0}.widget-footer-top-area .widget_archive ul,.widget-footer-top-area .widget_categories ul,.widget-footer-top-area .widget_links ul,.widget-footer-top-area .widget_meta ul,.widget-footer-top-area .widget_nav_menu ul,.widget-footer-top-area .widget_pages ul,.widget-footer-top-area .widget_recent_comments ul,.widget-footer-top-area .widget_recent_entries ul,.widget-footer-top-area .widget_rss ul{border-bottom-color:rgb(255 255 255 / .25)}.widget_archive li,.widget_categories li,.widget_links li,.widget_meta li,.widget_nav_menu li,.widget_pages li,.widget_recent_comments li,.widget_recent_entries li,.widget_rss li{border-top:1px solid #f3f3f3;padding:.75em 0}.widget-footer-top-area .widget_archive li,.widget-footer-top-area .widget_categories li,.widget-footer-top-area .widget_links li,.widget-footer-top-area .widget_meta li,.widget-footer-top-area .widget_nav_menu li,.widget-footer-top-area .widget_pages li,.widget-footer-top-area .widget_recent_comments li,.widget-footer-top-area .widget_recent_entries li,.widget-footer-top-area .widget_rss li{border-top-color:rgb(255 255 255 / .25)}.widget_categories .children,.widget_nav_menu .sub-menu,.widget_pages .children{border-bottom:0;margin-bottom:-.75em;margin-top:.75em;padding-left:1.5em}.widget_recent_entries .post-date{display:block}.widget_rss .widget-title img{display:none}.widget_rss cite,.widget_rss .rssSummary,.widget_rss .rss-date{display:block}.widget_archive select,.widget_categories select{margin-bottom:1.5em}.widget_tag_cloud .tagcloud{padding-bottom:1.25em;display:flex;flex-wrap:wrap}.widget_tag_cloud .tagcloud a{background:#f3f3f3;display:block;margin-bottom:.25em;margin-right:.25em;padding:.25em .5em}.widget-footer-top-area .widget_tag_cloud .tagcloud a{background:rgb(255 255 255 / .25)}.sticky{display:block}.hentry{border-bottom:1px solid #f3f3f3;margin:0 0 1.5em;padding-top:1.5em}.hentry:last-of-type{border-bottom:0;margin-bottom:0}.hentry+.hentry{margin-top:-1.5em}.updated:not(.published){display:none}.entry-content,.entry-summary{margin:0}.page-content{padding:1.5em 1.5em 0}.page-header{border-bottom:1px solid #f3f3f3;padding:1.5em 1.5em 0}.page-title span{color:#7a7c84}.entry-header{color:#2c313f}.entry-hero,.site-content-wrapper .has-post-thumbnail .entry-header{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-bottom:0;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:30vh;position:relative;text-shadow:0 0 .15em rgb(0 0 0 / .5)}.site-content-wrapper .has-post-thumbnail .entry-header{margin-bottom:1.5em;margin-left:-1.5em;margin-top:-1.5em;width:100%;width:calc(100% + 3em)}.entry-hero:before,.site-content-wrapper .has-post-thumbnail .entry-header:before{background:rgb(0 0 0 / .2);content:"";display:block;height:100%;position:absolute;top:0;width:100%}.entry-hero-wrapper,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper{-webkit-align-self:flex-end;-ms-align-self:flex-end;align-self:flex-end;padding-bottom:1.5em;padding-top:1.5em;position:relative}.entry-hero a,.entry-hero .entry-title,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper a{color:#fff}.entry-hero a:focus,.entry-hero a:hover,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper a:focus,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper a:hover{color:rgb(255 255 255 / .75)}.entry-hero .entry-title,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper .entry-title{margin-bottom:0}.entry-meta{font-weight:700;margin-bottom:.375rem;text-transform:uppercase}.entry-footer>span,.entry-meta>span{display:inline-block;padding:.1875rem 0}.entry-footer>span:last-of-type{margin-bottom:1.5rem}.entry-footer>span:not(:last-child):after{color:#f3f3f3;content:"\002f";display:inline-block;padding:0 .5em}.entry-author{border:1px solid #f3f3f3;margin:0 0 1.5em;padding:1.5em 1.5em 0}.author-avatar{float:right}.author-avatar img{border-radius:50%;display:block;height:3em;width:3em}.author-heading{float:left;max-width:calc(100% - 4.5em)}.author-title{color:#7a7c84;font-family:Lato,sans-serif;font-size:13px;font-size:.8125rem;font-weight:400;line-height:1.3847;margin-bottom:0;padding:.1875rem 0 0;text-transform:uppercase}.author-name{clear:both;color:#2c313f;display:block;font-family:Poppins,sans-serif;font-size:25px;font-size:1.5625rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem;padding:.1875rem 0 0;text-transform:none}.author-bio{clear:both}.author-link{white-space:nowrap}.page-links{font-size:13px;font-size:.8125rem;line-height:1.3847;margin:0 0 1.25rem}.page-links a,.page-links>span{background:#f3f3f3;border-radius:50%;display:block;float:left;height:1.5rem;line-height:1.5rem;margin:0 .25rem .25rem 0;text-align:center;width:1.5rem}.hentry .page-links a{box-shadow:none}.page-links>span,.page-links>.page-links-title,.page-links a:hover,.page-links a:focus{background:#fff0}.page-links>.page-links-title{border-radius:0;display:block;height:auto;margin:0;text-align:inherit;text-transform:uppercase;width:100%}.more-link{white-space:nowrap}.more-link .meta-nav{display:none}.featured-content{border-bottom:1px solid #f3f3f3;opacity:0;position:relative}.featured-content .hentry{-webkit-backface-visibility:hidden;border-bottom:0;margin:0}.featured-content .hentry.has-post-thumbnail{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-bottom:0;color:#fff;position:relative;text-shadow:0 0 .15em rgb(0 0 0 / .5)}.featured-content .has-post-thumbnail .entry-header{color:inherit}.featured-content .hentry.has-post-thumbnail:before{background:rgb(0 0 0 / .2);content:"";display:block;height:100%;position:absolute;top:0;width:100%}.featured-content .hentry.has-post-thumbnail .hentry-wrapper{position:relative}.featured-content .has-post-thumbnail .entry-header a:focus,.featured-content .has-post-thumbnail .entry-header a:hover,.featured-content .has-post-thumbnail .entry-footer,.featured-content .has-post-thumbnail .entry-footer a{color:rgb(255 255 255 / .75)}.featured-content .has-post-thumbnail .entry-header,.featured-content .has-post-thumbnail .entry-header a,.featured-content .has-post-thumbnail .entry-footer a:focus,.featured-content .has-post-thumbnail .entry-footer a:hover{color:#fff}.featured-content .hentry.has-post-thumbnail .entry-footer>span:not(:last-child):after{color:rgb(255 255 255 / .25)}.featured-content .flex-control-paging{border-top:1px solid #f3f3f3;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;list-style:none;margin:0 auto;padding:1.5em;position:relative}.featured-content .flex-control-paging:empty{display:none}.featured-content .flex-control-paging li{display:block;height:.75em;margin:0 .125em;width:.75em}.featured-content .flex-control-paging a{background:#fff0;border:2px solid #3e69dc;border-radius:50%;color:#fff0;display:block;height:inherit;line-height:1;position:relative;text-align:center;width:inherit}.featured-content .flex-control-paging a:hover,.featured-content .flex-control-paging .flex-active{background:#3e69dc}.page-template-panel-page .hentry.has-post-thumbnail{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-bottom:0;color:#fff;position:relative;text-shadow:0 0 .15em rgb(0 0 0 / .5)}.page-template-panel-page .has-post-thumbnail .entry-header{color:inherit}.page-template-panel-page .hentry+.has-post-thumbnail{margin-top:-1.5em}.page-template-panel-page .hentry.has-post-thumbnail:before{background:rgb(0 0 0 / .2);content:"";display:block;height:100%;position:absolute;top:0;width:100%}.page-template-panel-page .hentry.has-post-thumbnail .hentry-wrapper{position:relative}.comments-area{border-top:1px solid #f3f3f3;padding-top:1.5em}.comments-wrapper{padding-left:1.5em;padding-right:1.5em}.comment-list{list-style:none;margin:0}.comment-list .children{list-style:none}.comment-list>li{border-bottom:1px solid #f3f3f3;margin-bottom:1.5em}.comment-list>li:last-child{border-bottom:0;margin-bottom:0}.pingback .comment-body,.trackback .comment-body{padding-bottom:1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-meta{margin-bottom:1.5em}.comment-author .avatar{border-radius:50%;float:left;height:3em;margin-right:.375em;vertical-align:middle;width:3em}.comment-author .fn{font-weight:400}.comment-metadata{font-size:13px;font-size:.8125rem;line-height:1.3847;padding:.1875rem 0}.comment-metadata .edit-link:before{color:#f3f3f3;content:"\002f";display:inline-block;padding-left:.25em;padding-right:.5em}.reply{margin-bottom:1.5em}.comment-reply-link{font-weight:700}.comment-reply-link:after{color:#3e69dc;content:"\f432";display:inline-block;font-family:Genericons;font-size:16px;font-size:1rem;line-height:1;margin-left:.25em;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);vertical-align:middle}.comment-respond{padding-left:1.5em;padding-right:1.5em}.comment .comment-respond{padding-left:0;padding-right:0}.comments-wrapper+.comment-respond,.comment-navigation+.comment-respond{border-top:1px solid #f3f3f3;padding-top:1.5em}.comment-form{margin-bottom:1.5em}.comment-form iframe{margin-bottom:0}.comment-subscription-form+.comment-subscription-form{margin-top:-1.5em}.comment-reply-title small{display:block;font-family:Lato,sans-serif;font-size:16px;font-size:1rem;font-weight:400;line-height:1.5}.no-comments{color:#2c313f;font-family:Poppins,sans-serif;font-size:32px;font-size:2rem;font-weight:700;line-height:1.125;margin-bottom:1.5rem}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object,video,.fb_iframe_widget,.wp-audio-shortcode{margin-bottom:1.5em;max-width:100%}p embed,p iframe,p object,p video{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:auto}.wp-caption:not(.large-element){max-width:100%}.wp-caption img[class*="wp-image-"]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{border-bottom:1px solid #f3f3f3;margin:0}.widget-footer-top-area .wp-caption .wp-caption-text{border-bottom-color:rgb(255 255 255 / .75)}.wp-caption-text{font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.3847;padding:.1875rem 0}.gallery{margin:-.75em 0 .75em;-webkit-transform:translateX(-.75em);-moz-transform:translateX(-.75em);-ms-transform:translateX(-.75em);transform:translateX(-.75em);width:calc(100% + 1.5em)}.gallery-item{display:inline-block;margin:0;padding:.75em;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item,.gallery-columns-4 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-8 .gallery-item{max-width:50%}.gallery-caption{display:block}.site .wp-playlist{background:transparent!important;border-color:#f3f3f3;color:inherit;margin:0 0 1.5em;padding:.75em}.site .wp-playlist,.site .wp-playlist-caption,.site .wp-playlist-item-title,.site .wp-playlist-item-length{font-size:inherit;line-height:inherit}.widget-footer-top-area .wp-playlist{border-color:rgb(255 255 255 / .25)}.site .wp-playlist a{box-shadow:none}.site .wp-playlist-current-item{margin-bottom:.75em}.site .wp-playlist-tracks{margin-top:.75em}.site .wp-playlist-light .wp-playlist-playing{background:#fff0;color:inherit}.site .wp-playlist-item{border-bottom-color:#f3f3f3;color:inherit}.widget-footer-top-area .wp-playlist-item{border-bottom-color:rgb(255 255 255 / .25)}.site .wp-playlist-light .wp-playlist-caption{color:#2c313f}.widget-footer-top-area .wp-playlist-light .wp-playlist-caption{color:rgb(255 255 255 / .75)}.site .wp-playlist-light a.wp-playlist-caption:focus,.site .wp-playlist-light a.wp-playlist-caption:hover{color:#3e69dc}.widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:focus,.widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:hover{color:#fff}.site-content .contact-form>div{margin-bottom:1.5em}.site-content .contact-form label{font-weight:400}.site-content .contact-form input[type="text"],.site-content .contact-form input[type="email"],.site-content .contact-form input[type="url"],.site-content .contact-form textarea{width:100%;max-width:100%}.site-content .contact-form label span{color:inherit}.site .slideshow-window{border-radius:0;margin-bottom:1.5em}.site .slideshow-controls a,.site .tiled-gallery-item>a{box-shadow:none}.site .tiled-gallery{margin-bottom:1.5em}.site .tiled-gallery-caption{background:#fff;color:#7a7c84;font-size:13px;font-size:.8125rem;font-style:italic;line-height:1.3847;padding:.1875rem 0;text-indent:3px}.instagram-media{margin:0 0 1.5em!important;width:100%!important}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}#infinite-footer{background:#3e69dc;opacity:.75;z-index:9999}#infinite-footer:hover{opacity:1}#infinite-footer .container{background:#fff0;border:0;font-size:13px;font-size:.8125rem;line-height:1.3847;padding:.692308em 3.692308em}#infinite-footer .blog-info,#infinite-footer .blog-credits{line-height:inherit;overflow:visible}#infinite-footer .blog-credits,#infinite-footer .blog-credits a,#infinite-footer .blog-info a{color:#fff;display:inline-block;font-size:inherit;font-weight:400;text-decoration:none}#infinite-footer .blog-info a:hover,#infinite-footer .blog-credits a:hover{box-shadow:0 1px 0 0;color:#fff;text-decoration:none}#infinite-handle{border-top:1px solid #f3f3f3;padding:1.5em}.site-main #infinite-handle span{background:#fff0;border-radius:0;color:inherit;font-size:inherit;padding:0}.site-main #infinite-handle span button,.site-main #infinite-handle span button:focus,.site-main #infinite-handle span button:hover{background:#3e69dc;border:0;border-radius:5em;color:#fff;display:block;font-size:13px;font-size:.8125rem;font-weight:700;line-height:1.3847;padding:.69231em 1.5em;text-align:center;text-transform:uppercase;width:100%}.site-main #infinite-handle span button:focus,.site-main #infinite-handle span button:hover{background:#2c313f;color:#fff}.site-main .infinite-loader{border-top:1px solid #f3f3f3;box-sizing:content-box;height:5.25em}.infinite-loader .spinner{left:50%!important;top:50%!important;z-index:9998!important}.infinite-loader .spinner div{background:currentcolor!important;color:#3e69dc}.infinite-wrap{border-top:1px solid #f3f3f3;padding-top:1.5em}.infinite-wrap .hentry{margin-top:-1.5em}.post-type-archive-jetpack-testimonial .infinite-wrap{border:none;padding-left:1.5em;padding-right:1.5em;padding-top:0}.post-type-archive-jetpack-testimonial .infinite-wrap .hentry{margin-top:0}.sticky-header .mc-modal{z-index:9999}.PDS_Poll{margin-bottom:1.5em}.site-content .jetpack-recipe{margin:0 0 1.5em;padding:1.5em 1.5em 0}.site-content .jetpack-recipe blockquote{margin-left:0}.site-content .jetpack-recipe ol,.site-content .jetpack-recipe ul{list-style-position:inside}.site-content .jetpack-recipe-title{padding:0;margin:0 auto 1.5rem;border-bottom:0}.site-content .jetpack-recipe-content br{display:none}.site-content .jetpack-recipe .jetpack-recipe-meta{font-size:inherit;line-height:inherit;overflow:inherit}.site-content .jetpack-recipe-meta:before,.site-content .jetpack-recipe-meta:after{content:"";display:table}.site-content .jetpack-recipe-meta:after{clear:both}.jetpack-video-wrapper{margin:0 0 1.5em}.jetpack-video-wrapper:empty{display:none}.jetpack-video-wrapper video{margin-bottom:0}.hentry #jp-post-flair{padding:0}div#jp-relatedposts,.sd-like.jetpack-likes-widget-wrapper,.sd-rating,.sd-sharing-enabled:not(#jp-post-flair){margin:0 0 1.5rem}div#jp-relatedposts,.sd-like.jetpack-likes-widget-wrapper,.sd-sharing-enabled:not(#jp-post-flair){border-bottom:1px solid #f3f3f3;padding-bottom:1.5rem}.page-template-panel-page .hentry.has-post-thumbnail div#jp-relatedposts,.page-template-panel-page .hentry.has-post-thumbnail .sd-like.jetpack-likes-widget-wrapper,.page-template-panel-page .hentry.has-post-thumbnail .sd-sharing-enabled:not(#jp-post-flair){border-bottom-color:rgb(255 255 255 / .25)}.page-template-panel-page .hentry.has-post-thumbnail .sd-rating+.sd-sharing-enabled:not(#jp-post-flair){border-top-color:rgb(255 255 255 / .25)}.sd-like.jetpack-likes-widget-wrapper iframe{margin-bottom:0}.hentry div.sd-rating h3.sd-title,.hentry div.sharedaddy h3.sd-title,.hentry div#jp-relatedposts h3.jp-relatedposts-headline{color:currentcolor;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;margin:0}.hentry .pd-rating+br,.hentry div.sharedaddy h3.sd-title:before,.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before{display:none}.hentry div.sharedaddy h3.sd-title{font-size:13px;font-size:.8125rem;line-height:1.3847;padding:.1875rem 0;text-transform:uppercase}.hentry div.sharedaddy .sd-content ul,.hentry div.sharedaddy .sd-content .inner ul{margin-bottom:0!important}.hentry .sd-sharing .share-count{line-height:1!important}div#jp-relatedposts{clear:both;font-size:13px;font-size:.8125rem;line-height:1.3847;padding:0 0 1.5rem;position:relative;width:100%}.hentry div#jp-relatedposts h3.jp-relatedposts-headline{text-transform:uppercase}div#jp-relatedposts .jp-relatedposts-post-context,div#jp-relatedposts .jp-relatedposts-post-date,div#jp-relatedposts .jp-relatedposts-post-title{padding:.1875rem 0}div#jp-relatedposts .jp-relatedposts-post-excerpt{border:solid #fff0;border-width:.1875rem 0;box-sizing:content-box}div#jp-relatedposts .jp-relatedposts-post-excerpt:empty{display:none}div#jp-relatedposts .jp-relatedposts-post-aoverlay{box-shadow:none}div#jp-relatedposts .jp-relatedposts-post-aoverlay:focus{outline:1px solid}div#jp-relatedposts a:focus{background:#fff0}.hentry div#jp-relatedposts h3.jp-relatedposts-headline em{font-weight:inherit}.hentry div#jp-relatedposts div.jp-relatedposts-items{width:100%}.hentry div#jp-relatedposts div.jp-relatedposts-items p{font-size:inherit;line-height:inherit}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context,.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,.hentry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:1}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{padding:0;margin-bottom:1.5em;width:100%}.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post{margin:0;padding:0;width:100%}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type,.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post:last-of-type{margin-bottom:0}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context:empty{display:none}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title{font-size:inherit;font-weight:inherit;letter-spacing:0;line-height:inherit}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a{box-shadow:none;font-weight:inherit;text-decoration:none!important}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a:focus,.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a:hover{box-shadow:0 1px 0 0}.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title{padding-top:.375rem}.hentry div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-title{font-size:inherit;line-height:inherit}.comment .pd-rating,.hentry .pd-rating{font-size:16px;font-size:1rem;line-height:1!important;margin-bottom:1.5rem;padding:.25em 0}.sd-rating+.sd-sharing-enabled:not(#jp-post-flair){border-top:1px solid #f3f3f3;padding-top:1.5rem}.hentry .post-likes-widget{margin-bottom:1.5em;position:inherit!important;top:auto!important}.comments-area .comment-likes{height:1.5em}.comments-area .comment-likes .comment-like-link{box-shadow:none;line-height:1.5}.comments-area .comment-like-link:before,.comments-area .comment-likes-overlay span.icon{line-height:1.2}.comments-area .comment-likes .comment-like-feedback{font-size:16px;font-size:1rem;line-height:1.5}.site .jetpack-social-navigation ul{font-size:16px;font-size:1rem;margin:0 0 .75em}.site .jetpack-social-navigation ul:before,.site .jetpack-social-navigation ul:after{content:"";display:table}.site .jetpack-social-navigation ul:after{clear:both}.site .jetpack-social-navigation li{display:block;margin:0 .25em;text-align:center}.site .jetpack-social-navigation li{float:left}.site .jetpack-social-navigation li:first-child{margin-left:0}.site .jetpack-social-navigation li:last-child{margin-right:0}.site .jetpack-social-navigation a{border:1px solid #f3f3f3;border-radius:50%;color:#7a7c84;display:block;font-size:16px;font-size:1rem;height:2em;position:relative;width:2em}.site .jetpack-social-navigation a:before{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%}.site .jetpack-social-navigation a:hover,.site .jetpack-social-navigation a:focus{background:#f3f3f3;color:#3e69dc}.site .testimonial-entry-mobile-first-item-row,.site .testimonial-entry-mobile-last-item-row{margin:0;width:100%}.site .jetpack-testimonial,.site .testimonial-entry{border:1px solid #f3f3f3;margin-bottom:1.5em;padding:1.5em 1.5em 0}.page-template-panel-page .has-post-thumbnail .testimonial-entry,.widget-footer-top-area .testimonial-entry{border-color:rgb(255 255 255 / .75)}.site .jetpack-testimonial.has-post-thumbnail,.site .testimonial-entry.has-testimonial-thumbnail{margin-bottom:3.5em}.site .testimonial-entry-content{font-style:italic;margin:0 0 1.5em}.site .testimonial-entry-content>br{display:none}.site .testimonial-entry-title{color:#2c313f;display:block;font-weight:700;margin-bottom:1.5em}.page-template-panel-page .hentry.has-post-thumbnail .testimonial-entry-title,.widget-footer-top-area .testimonial-entry-title{color:#fff}.jetpack-testimonial+.jetpack-testimonial{margin-top:0}.testimonial-featured-image{display:block;width:4em}.site a.testimonial-featured-image{box-shadow:none}.site .testimonial-featured-image{margin-left:auto;margin-right:auto;margin:0 auto}.testimonial-featured-image img{border-radius:50%;margin-bottom:-2em}.post-type-archive-jetpack-testimonial .page-header{border-bottom:0}.post-type-archive-jetpack-testimonial .page-title,.post-type-archive-jetpack-testimonial .taxonomy-description{margin-left:auto;margin-right:auto;max-width:900px;max-width:56.25rem}.single-jetpack-testimonial .hentry-wrapper{padding-top:1.5em}.widget_akismet_widget .a-stats{color:#2c313f;margin-bottom:1.5em;width:100%}.widget_akismet_widget .a-stats a,.widget_akismet_widget .a-stats .count{color:inherit;font-size:inherit;line-height:inherit}.widget_akismet_widget .a-stats a{background:#fff0;border:0;border-radius:0;display:inline-block;padding:0;text-align:inherit;width:auto}.widget_akismet_widget .a-stats a:focus,.widget_akismet_widget .a-stats a:hover{background:#fff0;color:#3e69dc}.widget_akismet_widget .a-stats .count{display:inline-block;padding:0}.widget-footer-top-area .widget_akismet_widget .a-stats{color:rgb(255 255 255 / .75)}.widget-footer-top-area .widget_akismet_widget .a-stats a:focus,.widget-footer-top-area .widget_akismet_widget .a-stats a:hover{color:#fff}.jetpack_subscription_widget form,.jetpack_subscription_widget .success{border:1px solid #f3f3f3;margin-bottom:1.5em;padding:1.5em 1.5em 0}.widget-footer-top-area .jetpack_subscription_widget form,.widget-footer-top-area .jetpack_subscription_widget .success{border-color:rgb(255 255 255 / .25)}.widget_contact_info .contact-map,.widget_contact_info>div:last-of-type{margin-bottom:1.5em}.widget_jetpack_display_posts_widget .jetpack-display-remote-posts{margin:0}.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4{font-size:inherit;line-height:inherit;margin:0 auto 1.5em;padding:0}.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img{margin-bottom:1.5em}.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p{font-size:inherit;line-height:inherit!important;margin:0 0 1.5em!important}.widget_goodreads br,.widget_goodreads center{display:none}.widget_goodreads h2[class^="gr_custom_header"]{font-size:inherit;line-height:inherit;margin:0 auto 1.5em}.widget_goodreads div[class^="gr_custom_title"] a,.widget_goodreads div[class^=gr_custom_container] a{color:#2c313f;font-weight:400}.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a,.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a{color:rgb(255 255 255 / .75)}.widget_goodreads div[class^="gr_custom_title"] a:focus,.widget_goodreads div[class^="gr_custom_title"] a:hover,.widget_goodreads div[class^=gr_custom_container] a:focus,.widget_goodreads div[class^=gr_custom_container] a:hover{color:#3e69dc}.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:focus,.widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:hover,.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:focus,.widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:hover{color:#fff}.widget_goodreads div[class^="gr_custom_container"]{background:#fff0;border:0;border-radius:0;color:inherit;margin-bottom:1.5em;padding:0}.widget_goodreads div[class^="gr_custom_each_container"]{border-bottom:0;border-top:1px solid #f3f3f3;padding:.75em 0;margin:0}.widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"]{border-top-color:rgb(255 255 255 / .25)}.widget_goodreads div[class^="gr_custom_each_container"]:last-of-type{border-bottom:1px solid #f3f3f3}.widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"]:last-of-type{border-bottom-color:rgb(255 255 255 / .25)}.widget_goodreads div[class^="gr_custom_title"]{font-weight:700}.widget_goodreads div[class^="gr_custom_author"]{color:inherit;font-size:inherit;padding:0}.widget_googleplus_badge iframe{margin-bottom:1.5em!important}.widget-grofile .grofile-thumbnail{border-radius:50%;margin-bottom:1.5em}.widget-grofile h4{margin:0 0 1.5rem!important}.widget-grofile .grofile-full-link{display:inline-block}.widget_image .jetpack-image-container{margin-bottom:1.5em}.widget_image .jetpack-image-container img{vertical-align:middle}.widget_image .jetpack-image-container .wp-caption{margin-bottom:0}.widget_image .jetpack-image-container .wp-caption-text{padding:.1875rem 0}.widget_rss_links ul{border-bottom:1px solid #f3f3f3;list-style:none;margin-left:0}.widget-footer-top-area .widget_rss_links ul{border-bottom-color:rgb(255 255 255 / .25)}.widget_rss_links li{border-top:1px solid #f3f3f3;padding:.75em 0}.widget-footer-top-area .widget_rss_links li{border-color:rgb(255 255 255 / .25)}.widget_rss_links a{border-bottom:0}.widget_rss_links p{border-top:1px solid #f3f3f3;margin-bottom:0;padding:.75em 0}.widget-footer-top-area .widget_rss_links p{border-top-color:rgb(255 255 255 / .25)}.widget_rss_links p:last-of-type{border-bottom:1px solid #f3f3f3;margin-bottom:1.5em;padding-bottom:.75em}.widget-footer-top-area .widget_rss_links p:last-of-type{border-bottom-color:rgb(255 255 255 / .25)}.widget_rss_links p a+a{margin-left:.1865em}.widget_rss_links img{vertical-align:middle}.site .jetpack_widget_social_icons ul{font-size:16px;font-size:1rem;margin:0 0 1em -.25em}.site .jetpack_widget_social_icons ul:before,.site .jetpack_widget_social_icons ul:after{content:"";display:table;table-layout:fixed}.site .jetpack_widget_social_icons ul:after{clear:both}.site .jetpack_widget_social_icons li{display:block;float:left;margin:0 .25em .5em;text-align:center}.site .jetpack_widget_social_icons li:last-child{margin-right:0}.site .jetpack_widget_social_icons a{border:1px solid #f3f3f3;border-radius:50%;color:#2c313f;display:block;font-size:16px;font-size:1rem;height:2em;position:relative;width:2em}.widget-footer-top-area .jetpack_widget_social_icons a{border-color:rgb(255 255 255 / .25);color:rgb(255 255 255 / .75)}.site .jetpack_widget_social_icons a:hover,.site .jetpack_widget_social_icons a:focus{background:#f3f3f3;color:#3e69dc}.widget-footer-top-area .jetpack_widget_social_icons a:hover,.widget-footer-top-area .jetpack_widget_social_icons a:focus{background:rgb(255 255 255 / .25);border-color:#fff0;color:#fff}.site .jetpack_widget_social_icons ul.size-small a{height:32px;padding:7px;width:32px}.site .jetpack_widget_social_icons ul.size-small svg{height:16px;width:16px}.site .jetpack_widget_social_icons ul.size-medium a{height:48px;padding:12px;width:48px}.site .jetpack_widget_social_icons ul.size-medium svg{height:24px;width:24px}.site .jetpack_widget_social_icons ul.size-large a{height:64px;padding:16px;width:64px}.site .jetpack_widget_social_icons ul.size-large svg{height:32px;width:32px}.site .widget_wpcom_social_media_icons_widget ul{font-size:16px;font-size:1rem;margin:0 0 1em -.25em}.site .widget_wpcom_social_media_icons_widget ul:before,.site .widget_wpcom_social_media_icons_widget ul:after{content:"";display:table;table-layout:fixed}.site .widget_wpcom_social_media_icons_widget ul:after{clear:both}.site .widget_wpcom_social_media_icons_widget li{display:block;float:left;margin:0 .25em .5em;text-align:center}.site .widget_wpcom_social_media_icons_widget li:last-child{margin-right:0}.site .widget_wpcom_social_media_icons_widget a{border:1px solid #f3f3f3;border-radius:50%;color:#2c313f;display:block;font-size:16px;font-size:1rem;height:2em;position:relative;width:2em}.widget-footer-top-area .widget_wpcom_social_media_icons_widget a{border-color:rgb(255 255 255 / .25);color:rgb(255 255 255 / .75)}.site .widget_wpcom_social_media_icons_widget a:before{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%}.site .widget_wpcom_social_media_icons_widget a:hover,.site .widget_wpcom_social_media_icons_widget a:focus{background:#f3f3f3;color:#3e69dc}.widget-footer-top-area .widget_wpcom_social_media_icons_widget a:hover,.widget-footer-top-area .widget_wpcom_social_media_icons_widget a:focus{background:rgb(255 255 255 / .25);border-color:#fff0;color:#fff}.widget_top-posts ul{border-bottom:1px solid #f3f3f3;list-style:none;margin-left:0}.widget-footer-top-area .widget_top-posts ul{border-bottom-color:rgb(255 255 255 / .25)}.widget_top-posts li{border-top:1px solid #f3f3f3;padding:.75em 0;vertical-align:middle}.widget_top-posts .widgets-list-layout li{margin-bottom:0}.widget-footer-top-area .widget_top-posts li{border-top-color:rgb(255 255 255 / .25)}.widget_top-posts .widgets-grid-layout{margin-bottom:1.5em}.widget_twitter_timeline iframe{margin-bottom:1.5em!important}.button{background:#3e69dc;border:0;border-radius:5em;cursor:pointer;display:inline-block;font-size:13px;font-size:.8125rem;font-weight:700;letter-spacing:.0625em;line-height:1.3847;padding:.69231em 1.5em;text-align:center;text-shadow:none;text-transform:uppercase}.button,.button:focus,.button:hover{color:#fff}.button:focus,.button:hover{background:#2c313f}.button.minimal,.button.alt{background:#fff0;color:#3e69dc;position:relative}.button.minimal:before,.button.alt:before{border:2px solid;border-radius:5em;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}input.button.alt[type="submit"]{border:2px solid}.button.minimal:focus,.button.minimal:hover,.button.alt:focus,.button.alt:hover{background:#3e69dc;box-shadow:none;color:#fff}.button.minimal:focus:before,.button.minimal:hover:before,.button.alt:focus:before,.button.alt:hover:before{display:none}.featured-content .hentry.has-post-thumbnail .button,.page-template-panel-page .hentry.has-post-thumbnail .button{background:#3e69dc;color:#fff}.widget-footer-top-area .button{background:#fff;color:#3e69dc}.featured-content .hentry.has-post-thumbnail .button:focus,.featured-content .hentry.has-post-thumbnail .button:hover,.page-template-panel-page .hentry.has-post-thumbnail .button:focus,.page-template-panel-page .hentry.has-post-thumbnail .button:hover{background:#fff;color:#3e69dc}.widget-footer-top-area .button:focus,.widget-footer-top-area .button:hover{background:rgb(255 255 255 / .25);color:#fff}.featured-content .hentry.has-post-thumbnail .button.minimal,.page-template-panel-page .hentry.has-post-thumbnail .button.minimal,.widget-footer-top-area .button.minimal,.featured-content .hentry.has-post-thumbnail .button.alt,.page-template-panel-page .hentry.has-post-thumbnail .button.alt,.widget-footer-top-area .button.alt{background:#fff0;color:#fff}.featured-content .hentry.has-post-thumbnail .button.minimal,.page-template-panel-page .hentry.has-post-thumbnail .button.minimal,.featured-content .hentry.has-post-thumbnail .button.alt,.page-template-panel-page .hentry.has-post-thumbnail .button.alt{text-shadow:0 0 .15em rgb(0 0 0 / .5)}.featured-content .hentry.has-post-thumbnail .button.minimal:focus,.featured-content .hentry.has-post-thumbnail .button.minimal:hover,.page-template-panel-page .hentry.has-post-thumbnail .button.minimal:focus,.page-template-panel-page .hentry.has-post-thumbnail .button.minimal:hover,.featured-content .hentry.has-post-thumbnail .button.alt:focus,.featured-content .hentry.has-post-thumbnail .button.alt:hover,.page-template-panel-page .hentry.has-post-thumbnail .button.alt:focus,.page-template-panel-page .hentry.has-post-thumbnail .button.alt:hover{background:#3e69dc;color:#fff;text-shadow:none}.widget-footer-top-area .button.alt:focus,.widget-footer-top-area .button.alt:hover{background:#fff;color:#3e69dc}.main-navigation .button{border:0;display:block;margin-bottom:.75em;margin-top:.75em;padding:0;position:relative}.main-navigation .button:before{background:#f3f3f3;content:"";display:block;height:1px;-webkit-transform:translateY(-.75em);-moz-transform:translateY(-.75em);-ms-transform:translateY(-.75em);transform:translateY(-.75em);width:100%}.main-navigation .button a{border-radius:5em;padding:.69231em 1.5em}.main-navigation .primary-menu>.button a{border:0}.main-navigation .button a,.main-navigation .button a:focus,.main-navigation .button a:hover,.main-navigation .button.minimal a:focus,.main-navigation .button.minimal a:hover,.main-navigation .button.alt a:focus,.main-navigation .button.alt a:hover{color:#fff}.main-navigation .button.minimal a:focus,.main-navigation .button.alt a:focus{background:#3e69dc}.main-navigation .button.minimal a,.main-navigation .button.alt a{color:#3e69dc}.column-1-2,.column-1-3{float:none;width:100%}@media screen and (min-width:600px){.error-404 .search-form{padding-bottom:3em}.entry-hero-wrapper,.hentry-wrapper,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper,.site-footer-wrapper,.site-header-wrapper,.widget-area-wrapper{width:80%;width:calc(100% - 6em)}.site-content-wrapper .widget-area{padding:3em 3em 0}.site-footer{padding-bottom:3em;padding-top:3em}.widget-footer-area{padding-top:3em}.comment-navigation a,.post-navigation a,.posts-navigation a{padding-left:3em;padding-right:3em}.admin-bar .back-top{top:46px}.widget{padding-bottom:1.5em}.hentry{padding-top:3em;padding-bottom:1.5em}.page-content,.page-header{padding:3em 3em 1.5em}.entry-hero,.site-content-wrapper .has-post-thumbnail .entry-header{min-height:40vh}.site-content-wrapper .has-post-thumbnail .entry-header{margin-bottom:3em;margin-left:-3em;margin-top:-3em;width:100%;width:calc(100% + 6em)}.entry-hero-wrapper,.site-content-wrapper .has-post-thumbnail .entry-header-wrapper{padding-bottom:3em;padding-top:3em}.entry-author{margin-top:1.5em}.error-404 .widget:last-of-type{padding-bottom:0}.comments-area{padding-top:3em}.comments-wrapper{padding-bottom:1.5em;padding-left:3em;padding-right:3em}.comment-list>li{margin-bottom:3em;padding-bottom:1.5em}.comment-list>li:last-child{padding-bottom:0}.comment-respond{padding-bottom:1.5em;padding-left:3em;padding-right:3em}.comments-wrapper+.comment-respond,.comment-navigation+.comment-respond{padding-top:3em}.gallery-columns-3 .gallery-item,.gallery-columns-6 .gallery-item,.gallery-columns-9 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item,.gallery-columns-8 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}#infinite-handle{padding:3em}.site-main .infinite-loader{height:8.25em}.post-type-archive-jetpack-testimonial .infinite-wrap{margin-top:-1.5em;padding-bottom:1.5em;padding-left:3em;padding-right:3em}.site .testimonial-entry-column-2{width:47%;width:calc(50% - 0.75em)}.site .testimonial-entry-column-2.testimonial-entry-first-item-row{margin-right:.75em}.site .testimonial-entry-column-2.testimonial-entry-last-item-row{margin-left:.75em}.post-type-archive-jetpack-testimonial .page-header{padding-bottom:0}.post-type-archive-jetpack-testimonial .hentry-wrapper{padding-bottom:1.5em}.single-jetpack-testimonial .hentry-wrapper{padding-bottom:1.5em;padding-top:3em}}@media screen and (min-width:768px){body,button,input,select,textarea{font-size:20px;font-size:1.25rem}.entry-footer,.entry-meta,.site-info,.widget-small,.widget-small input,.widget-small select,.widget-small textarea{font-size:16px;font-size:1rem;line-height:1.40625}h1,h2,h3,h4,h5,h6{margin:0 0 1.875rem}.widget-small h1,.widget-small h2,.widget-small h3,.widget-small h4,.widget-small h5,.widget-small h6{margin-bottom:1.40625rem}h1,.entry-title,.post-type-archive-jetpack-testimonial .page-title{font-size:49px;font-size:3.0625rem;line-height:1.2245}.widget-small h1{font-size:40px;font-size:2.5rem;line-height:1.125}h2,.comment-reply-title,.comments-title{font-size:40px;font-size:2.5rem;line-height:1.125}.widget-small h2{font-size:32px;font-size:2rem;line-height:1.0547}h3,.page-title,.widgettitle,.widget-title{font-size:32px;font-size:2rem;line-height:1.1719}.widget-small h3,.widget-small .widgettitle,.widget-small .widget-title{font-size:25px;font-size:1.5625rem;line-height:1.125}h4,.site-title{font-size:25px;font-size:1.5625rem;line-height:1.2}.widget-small h4{font-size:20px;font-size:1.25rem;line-height:1.125}h5{font-size:20px;font-size:1.25rem;line-height:1.5}.widget-small h5{font-size:16px;font-size:1rem;line-height:1.40625}h6{font-size:16px;font-size:1rem;line-height:1.40625}.widget-small h6{font-size:13px;font-size:.8125rem;line-height:1.2981}.widget-small address,.widget-small p,.widget-small pre{margin-bottom:1.40625em}blockquote{font-size:25px;font-size:1.5625rem;line-height:1.2;margin-bottom:1.875rem;padding-left:1.875rem}.widget-small blockquote{font-size:20px;font-size:1.25rem;line-height:1.125;margin-bottom:1.40625rem;padding-left:1.40625rem}blockquote *{margin-bottom:1.875rem}.widget-small blockquote *{margin-bottom:1.40625rem}.widget-small pre{padding:1.40625em}.widget-small hr{margin-bottom:1.40625em}.widget-small ul,.widget-small ol{margin-bottom:1.40625em}.widget-small li>ul,.widget-small li>ol{margin-bottom:0;margin-left:1.40625em}.widget-small dl{margin-bottom:1.40625em}.widget-small dd{margin-left:1.40625em;margin-right:1.40625em}.widget-small table{margin-bottom:1.40625em}button,input[type="button"],input[type="reset"],input[type="submit"]{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.703125em;padding-top:.703125em}.widget-small button,.widget-small input[type="button"],.widget-small input[type="reset"],.widget-small input[type="submit"]{font-size:13px;font-size:.8125rem;line-height:1.1539;padding-bottom:.865384em;padding-top:.865384em}.widget-small input[type="text"],.widget-small input[type="email"],.widget-small input[type="url"],.widget-small input[type="password"],.widget-small input[type="search"],.widget-small input[type="number"],.widget-small input[type="tel"],.widget-small input[type="range"],.widget-small input[type="date"],.widget-small input[type="month"],.widget-small input[type="week"],.widget-small input[type="time"],.widget-small input[type="datetime"],.widget-small input[type="datetime-local"],.widget-small input[type="color"],.widget-small select,.widget-small textarea{padding:.703125em}.widget-small .search-form .search-field{padding-right:3.515625em}.search-form .search-submit{height:2.8125em;width:2.8125em}.site-content-wrapper .widget-area,.widget-footer-bottom-area{padding-bottom:.75em}.widget-footer-area.column-2 .widget{float:left;width:50%}.widget-footer-area.column-2 .widget:nth-child(odd){clear:left;padding-right:1.5em}.widget-footer-area.column-2 .widget-small:nth-child(odd){padding-right:1.875em}.widget-footer-area.column-2 .widget:nth-child(even){padding-left:1.5em}.widget-footer-area.column-2 .widget-small:nth-child(even){padding-left:1.875em}.wp-custom-logo .site-title{margin-top:.8rem}.custom-logo{max-width:210px}.main-navigation .menu-item-has-children>a{margin-right:3em}.dropdown-toggle{top:.625em}.post-navigation .meta-nav{font-size:16px;font-size:1rem;line-height:1.40625;padding:.234375em 0}.post-navigation .post-title{font-size:32px;font-size:2rem;line-height:1.1719}.comment-navigation .nav-previous a:before,.posts-navigation .nav-previous a:before,.comment-navigation .nav-next a:after,.posts-navigation .nav-next a:after{vertical-align:middle}.widget-small .alignleft{margin-right:1.40625em}.widget-small .alignright{margin-left:1.40625em}.widget-small{padding-bottom:1.40625em}.widget-small.widget_calendar caption{margin-bottom:1.40625em}.widget-small.widget_archive li,.widget-small.widget_categories li,.widget-small.widget_links li,.widget-small.widget_meta li,.widget-small.widget_nav_menu li,.widget-small.widget_pages li,.widget-small.widget_recent_comments li,.widget-small.widget_recent_entries li,.widget-small.widget_rss li{padding-bottom:.703125em;padding-top:.703125em}.widget-small.widget_categories .children,.widget-small.widget_nav_menu .sub-menu,.widget-small.widget_pages .children{margin-bottom:-.703125em;margin-left:0;margin-right:0;margin-top:.703125em}.widget-small.widget_archive select,.widget-small.widget_categories select{margin-bottom:1.40625em}.widget-small.widget_tag_cloud .tagcloud{padding-bottom:1.15625em}.entry-hero,.site-content-wrapper .has-post-thumbnail .entry-header{min-height:55vh}.entry-meta{margin-bottom:.46875em}.entry-footer>span,.entry-meta>span{display:inline-block;padding:.23438em 0}.entry-footer>span:last-of-type{margin-bottom:1.875em}.author-title{font-size:16px;font-size:1rem;line-height:1.40625;padding-top:.234375em}.author-name{font-size:32px;font-size:2rem;line-height:1.1719;margin-bottom:1.875rem;padding-top:.234375rem}.page-links{font-size:16px;font-size:1rem;line-height:1.40625;margin-bottom:1.5625em}.page-links a,.page-links>span{height:1.875em;line-height:1.875em;margin-bottom:.3125em;margin-right:.3125em;width:1.875em}.comment-reply-title small{font-size:20px;font-size:1.25rem}.comment-metadata{font-size:16px;font-size:1rem;line-height:1.40625;padding:.234375em 0}.no-comments{font-size:40px;font-size:2.5rem;line-height:1.125;margin-bottom:1.875rem}.widget-small embed,.widget-small iframe,.widget-small object,.widget-small video,.widget-small .fb_iframe_widget,.widget-small .wp-audio-shortcode{margin-bottom:1.40625em}.widget-small p embed,.widget-small p iframe,.widget-small p object,.widget-small p video{margin-bottom:0}.widget-small .wp-caption{margin-bottom:1.40625em}.wp-caption-text{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.234375em;padding-top:.234375em}.widget-small .wp-caption-text{font-size:13px;font-size:.8125rem;line-height:1.2981;padding-bottom:.17578125em;padding-top:.17578125em}.widget-small .gallery{margin:-.703125em 0 .703125em;-webkit-transform:translateX(-.703125em);-moz-transform:translateX(-.703125em);-ms-transform:translateX(-.703125em);transform:translateX(-.703125em);width:calc(100% + 1.40625em)}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.widget-small .gallery-item{padding:.703125em}.widget-small .wp-playlist{margin-bottom:1.40625em;padding:.703125em}.widget-small .wp-playlist-current-item{margin-bottom:.703125em}.widget-small .wp-playlist-tracks{margin-top:.703125em}.widget-small .contact-form>div{margin-bottom:1.40625em}.widget-small .slideshow-window,.widget-small .tiled-gallery{margin-bottom:1.40625em}.site .tiled-gallery-caption{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.234375em;padding-top:.234375em}.widget-small .tiled-gallery-caption{font-size:13px;font-size:.8125rem;line-height:1.2981;padding-bottom:.17578125em;padding-top:.17578125em}.widget-small .instagram-media{margin-bottom:1.40625em!important}#infinite-footer .container{background:#fff0;border:0;font-size:16px;font-size:1rem;line-height:1.40625;padding:.703125em 3.75em}.site-main #infinite-handle span button,.site-main #infinite-handle span button:focus,.site-main #infinite-handle span button:hover{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.703125em;padding-top:.703125em}.widget-small .PDS_Poll{margin-bottom:1.40625em}.widget-small .jetpack-video-wrapper{margin-bottom:1.40625em}div#jp-relatedposts,.sd-like.jetpack-likes-widget-wrapper,.sd-rating,.sd-sharing-enabled:not(#jp-post-flair){margin-bottom:1.875rem}div#jp-relatedposts,.sd-like.jetpack-likes-widget-wrapper,.sd-sharing-enabled:not(#jp-post-flair){padding-bottom:1.875rem}.hentry div.sharedaddy h3.sd-title{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.234375rem;padding-top:.234375rem}div#jp-relatedposts{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:1.875rem}div#jp-relatedposts .jp-relatedposts-post-context,div#jp-relatedposts .jp-relatedposts-post-date,div#jp-relatedposts .jp-relatedposts-post-title{padding-bottom:.234375rem;padding-top:.234375rem}div#jp-relatedposts .jp-relatedposts-post-excerpt{border-width:.234375rem 0}.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:left;margin-bottom:0;width:33.333333%;padding-right:1.25rem}.hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-of-type(2){padding-left:.625rem;padding-right:.625rem}.hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:last-of-type{padding-left:1.25rem;padding-right:0}.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title{padding-top:.46875rem}.comment .pd-rating,.hentry .pd-rating{margin-bottom:1.875rem;padding-bottom:.4375em;padding-top:.4375em}.sd-rating+.sd-sharing-enabled:not(#jp-post-flair){padding-top:1.875rem}.widget-small .testimonial-entry{margin-bottom:1.40625em;padding:1.40625em 1.40625em 0}.widget-small .testimonial-entry.has-testimonial-thumbnail{margin-bottom:3.40625em}.widget-small .testimonial-entry-content,.widget-small .testimonial-entry-title{margin-bottom:1.40625em}.site .testimonial-entry-mobile-first-item-row{clear:none}.site .testimonial-entry-first-item-row{clear:left}.site .testimonial-entry-column-3{margin-left:.5em;margin-right:.5em;width:31%;width:calc(33.333333% - 1em)}.site .testimonial-entry-column-3.testimonial-entry-first-item-row{margin-left:0;margin-right:1em}.site .testimonial-entry-column-3.testimonial-entry-last-item-row{margin-left:1em;margin-right:0}.widget-small.jetpack_subscription_widget form,.widget-small.jetpack_subscription_widget .success,.widget-small.widget_akismet_widget .a-stats,.widget-small.widget_contact_info .contact-map,.widget-small.widget_contact_info>div:last-of-type,.widget-small.widget_goodreads h2[class^="gr_custom_header"],.widget-small.widget_goodreads div[class^="gr_custom_container"],.widget-small.widget-grofile .grofile-thumbnail,.widget-small.widget_image .jetpack-image-container,.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4,.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img,.widget-small.widget_top-posts .widgets-grid-layout{margin-bottom:1.40625em}.widget-small.widget_wpcom_social_media_icons_widget ul{margin-bottom:.90625em}.widget-small.widget_googleplus_badge iframe,.widget-small.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p,.widget-small.widget_twitter_timeline iframe{margin-bottom:1.40625em!important}.widget-grofile h4{margin-bottom:1.875rem!important}.widget-small.widget-grofile h4{margin-bottom:1.40625rem!important}.widget-small.widget_image .jetpack-image-container .wp-caption{margin-bottom:0}.widget-small.jetpack_subscription_widget form,.widget-small.jetpack_subscription_widget .success{padding:1.40625em 1.40625em 0}.widget-small.widget_goodreads div[class^="gr_custom_each_container"],.widget-small.widget_rss_links li,.widget-small.widget_rss_links p,.widget-small.widget_top-posts li{padding-bottom:.703125em;padding-top:.703125em}.widget-small.widget_rss_links p:last-of-type{padding-bottom:.703125em}.button{font-size:16px;font-size:1rem;line-height:1.40625;padding-bottom:.703125em;padding-top:.703125em}.widget-small .button{font-size:13px;font-size:.8125rem;line-height:1.1539;padding-bottom:.865384em;padding-top:.865384em}.main-navigation .button a{padding-bottom:.703125em;padding-top:.703125em}.column-1-2{float:left;width:50%}.column-1-2.column-first{padding-right:.75em}.column-1-2.column-last{padding-left:.75em}.column-last+*{clear:left}}@media screen and (min-width:896px){.no-sidebar .site-content-wrapper{max-width:100%}body:not(.no-sidebar) .site-content-wrapper,.no-sidebar .comments-area{width:calc(100% - 6em)}.no-sidebar .comments-area{margin-left:auto;margin-right:auto;max-width:900px;max-width:56.25rem}body:not(.no-sidebar) .content-area{-webkit-order:1;-ms-flex-order:1;order:1;padding-right:1em;width:66.666666%}.blog .content-area{padding-top:1.5em}.archive .content-area,.blog .content-area,.search .content-area{padding-bottom:3em}.site-content-wrapper .widget-area{border-top:0;-webkit-order:2;-ms-flex-order:2;order:2;padding-bottom:2.25em;padding-left:2em;padding-right:0;padding-top:4.5em;width:33.333333%}body:not(.no-sidebar) .content-area .hentry-wrapper{width:100%}.site-header-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:90%;width:calc(100% - 3em)}.site-menu{display:block;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.sticky-header .site-content{padding-top:4.75em}.sticky-header .site-header{position:fixed;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;z-index:9999}.sticky-header .main-navigation,.sticky-header .site-branding{-webkit-transition:margin-top 250ms ease-in-out;-moz-transition:margin-top 250ms ease-in-out;transition:margin-top 250ms ease-in-out}.scrolling .site-header{padding-bottom:.75em}.scrolling .main-navigation,.scrolling .site-branding{margin-top:.75em}.custom-logo{max-width:240px}.site-footer-wrapper{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-info{margin:0 auto 0 0;-webkit-order:1;-ms-flex-order:1;order:1}.jetpack-social-navigation{-webkit-order:2;-ms-flex-order:2;order:2}.widget-footer-area.column-3 .widget{float:left;width:33.333333%}.widget-footer-area.column-3 .widget:nth-child(3n+1){clear:left;padding-right:2em}.widget-footer-area.column-3 .widget-small:nth-child(3n+1){padding-right:2.5em}.widget-footer-area.column-3 .widget:nth-child(3n+2){padding-left:1em;padding-right:1em}.widget-footer-area.column-3 .widget-small:nth-child(3n+2){padding-left:1.25em;padding-right:1.25em}.widget-footer-area.column-3 .widget:nth-child(3n+3){padding-left:2em}.widget-footer-area.column-3 .widget-small:nth-child(3n+3){padding-left:2.5em}.dropdown-toggle,.main-navigation ul .dropdown-toggle.toggled-on,.menu-toggle{display:none}.main-navigation.toggled-on ul ul{display:block}.main-navigation .primary-menu{border-bottom:0}.main-navigation ul,.main-navigation.toggled-on ul{-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:16px;font-size:1rem;line-height:1.5}.main-navigation li{border:0;margin:0 .75em;position:relative}.main-navigation .primary-menu>li:first-child{margin-left:0}.main-navigation .primary-menu>li:last-child{margin-right:0}.main-navigation .primary-menu>li>a{border-color:#fff0;border-style:solid;border-width:0 0 .125em}.main-navigation a{display:block;padding:.25em 0}.main-navigation .menu-item-has-children>a{margin-right:0;padding-right:20px}.main-navigation ul ul .menu-item-has-children>a{padding-right:28px;padding-right:calc(0.75em + 20px)}.main-navigation ul ul .menu-item-has-children>a:after{content:"\f432"}.main-navigation .menu-item-has-children>a:after{display:block}.main-navigation ul ul{border-style:solid;border-width:1px 1px 0;float:left;margin:0;position:absolute;top:100%;left:-999em;width:12.5em;z-index:99999}.main-navigation ul ul ul{top:-1px}.main-navigation ul ul a{padding:.75em}.main-navigation ul ul li{border-bottom:1px solid;margin:0;width:100%}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto;right:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{left:auto;right:100%}.main-navigation ul li:hover>ul.offscreen,.main-navigation ul li.focus>ul.offscreen{left:0}.main-navigation ul ul li:hover>ul.offscreen,.main-navigation ul ul li.focus>ul.offscreen,.main-navigation ul ul ul.offscreen li:hover>ul,.main-navigation ul ul ul.offscreen li.focus>ul{left:100%;right:auto}.main-navigation ul ul.offscreen .menu-item-has-children>a:after{transform:rotate(90deg);top:40%}.comment-navigation,.posts-navigation{border-width:1px}.comment-navigation{margin-bottom:3em}.posts-navigation{margin-bottom:1.5em;margin-top:3em}.comment-navigation a,.post-navigation a,.posts-navigation a{padding-left:1.5em;padding-right:1.5em}.post-navigation{border-bottom-width:1px;margin-bottom:4.5em}.post-navigation a{border-width:1px 1px 0}.hentry{padding-bottom:3em;padding-top:4.5em}.archive .content-area .hentry,.blog .content-area .hentry,.search .content-area .hentry{border-bottom-width:0;padding-bottom:0;padding-top:3em}.page-content{padding:4.5em 0 3em}.not-found .page-content{padding-top:0}.page-header{border-bottom:0;margin-bottom:-3em;padding:4.5em 0 0}.not-found .page-header{margin-bottom:0}.entry-hero{min-height:70vh}.entry-hero-wrapper{padding-bottom:4.5em;padding-top:4.5em}.site-content-wrapper .has-post-thumbnail .entry-header-wrapper{padding:1.5em;width:100%}.site-content-wrapper .has-post-thumbnail .entry-header{margin:0 0 1.5em;min-height:30vh;width:100%}.entry-author{margin-top:3em}.comments-area{border-top:0;padding-bottom:1.5em;padding-top:0}.comment-respond,.comments-wrapper{padding-left:0;padding-right:0}.comment-navigation+.comment-respond{border-top:0;padding-top:0}#infinite-footer .container{padding-left:1.875em;padding-right:1.875em}#infinite-handle{border-top:0;padding:3em 0 1.5em}.site-main #infinite-handle span button,.site-main #infinite-handle span button:focus,.site-main #infinite-handle span button:hover{display:inline-block;width:auto}.site-main .infinite-loader{border-top:0;height:6.75em}.infinite-loader .spinner{left:12px!important;-webkit-transform:translateY(.75em);-moz-transform:translateY(.75em);-ms-transform:translateY(.75em);transform:translateY(.75em)}.infinite-wrap{border-top:0}.post-type-archive-jetpack-testimonial .infinite-wrap{margin-top:0;padding-bottom:0;padding-left:0;padding-right:0}.post-type-archive-jetpack-testimonial #infinite-handle,.post-type-archive-jetpack-testimonial .infinite-loader,.post-type-archive-jetpack-testimonial .infinite-wrap{margin-left:auto;margin-right:auto;max-width:900px;max-width:56.25rem;width:80%;width:calc(100% - 6em)}.site-footer .jetpack-social-navigation ul{margin-bottom:0}.site .testimonial-entry-column-4{width:23%;width:calc(25% - 1.25em)}.site .testimonial-entry-column-4.testimonial-entry-first-item-row{margin-right:1.25em}.site .testimonial-entry-column-4:nth-of-type(4n+2){margin-left:.25em;margin-right:.75em}.site .testimonial-entry-column-4:nth-of-type(4n+3){margin-left:.75em;margin-right:.25em}.site .testimonial-entry-column-4.testimonial-entry-last-item-row{margin-left:1.25em}.site .testimonial-entry-column-5{margin-left:.375em;margin-right:.375em;width:18%;width:calc(20% - 0.75em)}.site .testimonial-entry-column-6{margin-left:.375em;margin-right:.375em;width:15.5%;width:calc(16.666667% - 0.75em)}.archive .content-area .jetpack-testimonial,.search .content-area .jetpack-testimonial{border-bottom-width:1px;padding-top:1.5em}.search-testimonial:after{content:"";display:block;height:1.5em;margin-top:-1.5em}.post-type-archive-jetpack-testimonial .page-header{margin-bottom:0;padding-left:3em;padding-right:3em}.post-type-archive-jetpack-testimonial .hentry-wrapper{padding-bottom:0}.post-type-archive-jetpack-testimonial .posts-navigation{margin-top:4.5em;max-width:900px;max-width:56.25rem;width:80%;width:calc(100% - 6em)}.single-jetpack-testimonial .hentry-wrapper{padding-bottom:3em;padding-top:4.5em}.main-navigation .button{margin-bottom:0;margin-top:0}.main-navigation .button:before{display:none}.column-1-3{float:left;padding-left:.5em;padding-right:.5em;width:33.333333%}.column-1-3.column-first{padding-left:0;padding-right:1em}.column-1-3.column-last{padding-left:1em;padding-right:0}}@media screen and (min-width:1020px){.single:not(.single-product) .content-area{margin-bottom:3em}.archive .content-area,.blog .content-area,.search .content-area{padding-bottom:4.5em}.site-content-wrapper .widget-area{padding-bottom:3.75em;padding-top:6em}.posts-navigation{margin-top:4.5em}.hentry{padding-bottom:4.5em;padding-top:6em}.archive .content-area .hentry,.blog .content-area .hentry,.search .content-area .hentry{padding-top:4.5em}.page-content{padding-top:6em;padding-bottom:4.5em}.page-header{margin-bottom:-4.5em;padding-top:6em}.entry-hero-wrapper{padding-bottom:6em;padding-top:6em}.entry-author{margin-top:4.5em}.comments-area{padding-bottom:3em}#infinite-handle{padding-top:4.5em}.site-main .infinite-loader{height:8.25em}.infinite-loader .spinner{-webkit-transform:translateY(1.5em);-moz-transform:translateY(1.5em);-ms-transform:translateY(1.5em);transform:translateY(1.5em)}.archive .content-area .jetpack-testimonial,.search .content-area .jetpack-testimonial{padding-top:1.5em}.post-type-archive-jetpack-testimonial .posts-navigation{margin-top:6em}.single-jetpack-testimonial .hentry-wrapper{padding-bottom:1.5em;padding-top:6em}}@font-face{font-display:swap;font-family:"Genericons";src:url(/wp-content/themes/shoreditch/genericons/Genericons.eot);src:url(/wp-content/themes/shoreditch/genericons/Genericons.eot?) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:"Genericons";src:url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"),url(/wp-content/themes/shoreditch/genericons/Genericons.ttf) format("truetype"),url("/wp-content/themes/shoreditch/genericons/Genericons.svg#Genericons") format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-display:swap;font-family:"Genericons";src:url("/wp-content/themes/shoreditch/genericons/Genericons.svg#Genericons") format("svg")}}.genericon{font-size:16px;vertical-align:top;text-align:center;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;display:inline-block;font-family:"Genericons";font-style:normal;font-weight:400;font-variant:normal;line-height:1;text-decoration:inherit;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.genericon-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.genericon-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.genericon-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.genericon-flip-horizontal{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.genericon-flip-vertical{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.genericon-404:before{content:"\f423"}.genericon-activity:before{content:"\f508"}.genericon-anchor:before{content:"\f509"}.genericon-aside:before{content:"\f101"}.genericon-attachment:before{content:"\f416"}.genericon-audio:before{content:"\f109"}.genericon-bold:before{content:"\f471"}.genericon-book:before{content:"\f444"}.genericon-bug:before{content:"\f50a"}.genericon-cart:before{content:"\f447"}.genericon-category:before{content:"\f301"}.genericon-chat:before{content:"\f108"}.genericon-checkmark:before{content:"\f418"}.genericon-close:before{content:"\f405"}.genericon-close-alt:before{content:"\f406"}.genericon-cloud:before{content:"\f426"}.genericon-cloud-download:before{content:"\f440"}.genericon-cloud-upload:before{content:"\f441"}.genericon-code:before{content:"\f462"}.genericon-codepen:before{content:"\f216"}.genericon-cog:before{content:"\f445"}.genericon-collapse:before{content:"\f432"}.genericon-comment:before{content:"\f300"}.genericon-day:before{content:"\f305"}.genericon-digg:before{content:"\f221"}.genericon-document:before{content:"\f443"}.genericon-dot:before{content:"\f428"}.genericon-downarrow:before{content:"\f502"}.genericon-download:before{content:"\f50b"}.genericon-draggable:before{content:"\f436"}.genericon-dribbble:before{content:"\f201"}.genericon-dropbox:before{content:"\f225"}.genericon-dropdown:before{content:"\f433"}.genericon-dropdown-left:before{content:"\f434"}.genericon-edit:before{content:"\f411"}.genericon-ellipsis:before{content:"\f476"}.genericon-expand:before{content:"\f431"}.genericon-external:before{content:"\f442"}.genericon-facebook:before{content:"\f203"}.genericon-facebook-alt:before{content:"\f204"}.genericon-fastforward:before{content:"\f458"}.genericon-feed:before{content:"\f413"}.genericon-flag:before{content:"\f468"}.genericon-flickr:before{content:"\f211"}.genericon-foursquare:before{content:"\f226"}.genericon-fullscreen:before{content:"\f474"}.genericon-gallery:before{content:"\f103"}.genericon-github:before{content:"\f200"}.genericon-googleplus:before{content:"\f206"}.genericon-googleplus-alt:before{content:"\f218"}.genericon-handset:before{content:"\f50c"}.genericon-heart:before{content:"\f461"}.genericon-help:before{content:"\f457"}.genericon-hide:before{content:"\f404"}.genericon-hierarchy:before{content:"\f505"}.genericon-home:before{content:"\f409"}.genericon-image:before{content:"\f102"}.genericon-info:before{content:"\f455"}.genericon-instagram:before{content:"\f215"}.genericon-italic:before{content:"\f472"}.genericon-key:before{content:"\f427"}.genericon-leftarrow:before{content:"\f503"}.genericon-link:before{content:"\f107"}.genericon-linkedin:before{content:"\f207"}.genericon-linkedin-alt:before{content:"\f208"}.genericon-location:before{content:"\f417"}.genericon-lock:before{content:"\f470"}.genericon-mail:before{content:"\f410"}.genericon-maximize:before{content:"\f422"}.genericon-menu:before{content:"\f419"}.genericon-microphone:before{content:"\f50d"}.genericon-minimize:before{content:"\f421"}.genericon-minus:before{content:"\f50e"}.genericon-month:before{content:"\f307"}.genericon-move:before{content:"\f50f"}.genericon-next:before{content:"\f429"}.genericon-notice:before{content:"\f456"}.genericon-paintbrush:before{content:"\f506"}.genericon-path:before{content:"\f219"}.genericon-pause:before{content:"\f448"}.genericon-phone:before{content:"\f437"}.genericon-picture:before{content:"\f473"}.genericon-pinned:before{content:"\f308"}.genericon-pinterest:before{content:"\f209"}.genericon-pinterest-alt:before{content:"\f210"}.genericon-play:before{content:"\f452"}.genericon-plugin:before{content:"\f439"}.genericon-plus:before{content:"\f510"}.genericon-pocket:before{content:"\f224"}.genericon-polldaddy:before{content:"\f217"}.genericon-portfolio:before{content:"\f460"}.genericon-previous:before{content:"\f430"}.genericon-print:before{content:"\f469"}.genericon-quote:before{content:"\f106"}.genericon-rating-empty:before{content:"\f511"}.genericon-rating-full:before{content:"\f512"}.genericon-rating-half:before{content:"\f513"}.genericon-reddit:before{content:"\f222"}.genericon-refresh:before{content:"\f420"}.genericon-reply:before{content:"\f412"}.genericon-reply-alt:before{content:"\f466"}.genericon-reply-single:before{content:"\f467"}.genericon-rewind:before{content:"\f459"}.genericon-rightarrow:before{content:"\f501"}.genericon-search:before{content:"\f400"}.genericon-send-to-phone:before{content:"\f438"}.genericon-send-to-tablet:before{content:"\f454"}.genericon-share:before{content:"\f415"}.genericon-show:before{content:"\f403"}.genericon-shuffle:before{content:"\f514"}.genericon-sitemap:before{content:"\f507"}.genericon-skip-ahead:before{content:"\f451"}.genericon-skip-back:before{content:"\f450"}.genericon-skype:before{content:"\f220"}.genericon-spam:before{content:"\f424"}.genericon-spotify:before{content:"\f515"}.genericon-standard:before{content:"\f100"}.genericon-star:before{content:"\f408"}.genericon-status:before{content:"\f105"}.genericon-stop:before{content:"\f449"}.genericon-stumbleupon:before{content:"\f223"}.genericon-subscribe:before{content:"\f463"}.genericon-subscribed:before{content:"\f465"}.genericon-summary:before{content:"\f425"}.genericon-tablet:before{content:"\f453"}.genericon-tag:before{content:"\f302"}.genericon-time:before{content:"\f303"}.genericon-top:before{content:"\f435"}.genericon-trash:before{content:"\f407"}.genericon-tumblr:before{content:"\f214"}.genericon-twitch:before{content:"\f516"}.genericon-twitter:before{content:"\f202"}.genericon-unapprove:before{content:"\f446"}.genericon-unsubscribe:before{content:"\f464"}.genericon-unzoom:before{content:"\f401"}.genericon-uparrow:before{content:"\f500"}.genericon-user:before{content:"\f304"}.genericon-video:before{content:"\f104"}.genericon-videocamera:before{content:"\f517"}.genericon-vimeo:before{content:"\f212"}.genericon-warning:before{content:"\f414"}.genericon-website:before{content:"\f475"}.genericon-week:before{content:"\f306"}.genericon-wordpress:before{content:"\f205"}.genericon-xpost:before{content:"\f504"}.genericon-youtube:before{content:"\f213"}.genericon-zoom:before{content:"\f402"}.trp-floating-switcher{display:flex;flex-direction:column-reverse;position:fixed;z-index:99999;overflow:hidden;padding:var(--switcher-padding,10px);border:var(--border,none);border-radius:var(--border-radius,8px);background:var(--bg,#fff);width:var(--switcher-width,auto);top:var(--top,unset);right:var(--right,unset);bottom:var(--bottom,unset);left:var(--left,unset);box-shadow:0 10px 20px 0 #0000000D}.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-switcher-position-top.trp-floating-switcher{flex-direction:column;top:var(--wp-admin--admin-bar--height,0)}.trp-floating-switcher.trp-switcher-position-top:not(.trp-ls-inline) .trp-language-switcher-inner,.trp-floating-switcher.trp-switcher-position-top .trp-switcher-dropdown-list{flex-direction:column}nav.trp-ls-inline .trp-language-switcher-inner{flex-direction:row}.trp-ls-inline.trp-opposite-language .trp-language-item{width:100%}#trp-floater-powered-by{color:var(--text,#b3b3b3);font-size:12px;text-align:center;padding:0 5px;opacity:70%}#trp-floater-powered-by a{color:var(--text,#b3b3b3)}.trp-switcher-position-bottom #trp-floater-powered-by{border-top:1px solid var(--border-color,#747474);padding-top:5px;margin-top:5px}.trp-switcher-position-top #trp-floater-powered-by{border-bottom:1px solid var(--border-color,#747474);padding-bottom:5px;margin-bottom:5px}.trp-shortcode-switcher__wrapper{position:relative;border:none}.trp-shortcode-switcher{position:static;display:inline-block;overflow:hidden;padding:10px 0;border:var(--border,none);border-radius:var(--border-radius,5px);background:var(--bg,#fff);width:auto;box-shadow:none}.trp-shortcode-anchor:not(.trp-opposite-button){visibility:hidden}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{position:absolute;left:0;top:0;z-index:9999}.trp-current-language-item__wrapper:not(.trp-hide-arrow){display:flex;align-items:center;padding-right:10px;justify-content:space-between}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;overflow-y:hidden;transition:max-height 0.2s ease-in-out;max-height:0;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded="true"] .trp-switcher-dropdown-list,.trp-shortcode-switcher.trp-open-on-hover.is-open .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded="true"] .trp-switcher-dropdown-list{overflow-y:auto;max-height:min(350px, 70vh);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--text) #fff0}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-arrow{pointer-events:none}.trp-shortcode-switcher.is-open .trp-shortcode-arrow{transform:rotate(180deg)}.trp-language-item:focus{outline:none}.trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:-2px}.trp-language-item{display:flex;align-items:center;gap:8px;padding:7px 16px;text-decoration:none;min-height:19px;box-sizing:content-box}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item:hover .trp-language-item-name{color:var(--text-hover,#000)}.trp-language-item__current{pointer-events:none;cursor:default}.trp-language-item-name{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text,#000);font-size:var(--font-size,14px);line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:400}.trp-flag-image{border-radius:var(--flag-radius,0)!important;aspect-ratio:var(--aspect-ratio,4/3)!important;width:var(--flag-size,18px)!important;display:inline-block!important;height:auto!important}.trp-menu-ls-label .trp-flag-image{margin:-2px 3px}.trp-custom-flag{object-fit:cover}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:#fff0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}.trp-flag-rounded{border-radius:9999px!important;aspect-ratio:1 / 1!important}.trp-ls-name{padding-left:5px}@media (prefers-reduced-motion:reduce){.trp-switcher-dropdown-list{transition:none!important}}.trp_ald_ls_container img.trp-flag-image{padding-top:0!important}.trp_ald_ls_container .trp-language-switcher{position:relative;display:inline-block;padding:0;border:0;box-sizing:border-box}.trp_ald_ls_container .trp-language-switcher>div{box-sizing:border-box;padding-right:20px;padding-bottom:3px;padding-left:13px;border:1px solid #c1c1c1;border-radius:3px;background-color:#fff}.trp_ald_ls_container .trp-language-switcher>div>a{display:block;padding:2px;border-radius:3px;color:#0769ad}.trp_ald_ls_container .trp-language-switcher>div>a:hover{background:#f1f1f1}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp_ald_ls_container .trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp_ald_ls_container .trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.trp_ald_ls_container .trp-language-switcher .trp-ls-shortcode-language{display:inline-block;height:1px;overflow:hidden;visibility:hidden;z-index:1;max-height:250px;overflow-y:auto;left:0;top:0;min-height:auto}.trp_ald_ls_container .trp-language-switcher:focus .trp-ls-shortcode-language,.trp_ald_ls_container .trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#trp_ald_x_button{z-index:0!important}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:400;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:#fff0;color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width:499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px!important;line-height:1.4!important}}@media screen and (max-width:499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width:499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px!important;line-height:1.4!important}}.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph label,.mailpoet_form .mailpoet_form_paragraph label{font-family:inherit}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:#fff0;border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}.mailpoet_turnstile{margin-bottom:20px;text-align:center}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width:500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width:500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0!important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100%!important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0!important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width>400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100%!important;overflow-y:auto!important;position:fixed;top:0;width:100%!important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block!important;float:none!important;margin:auto;position:static!important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100%!important;opacity:.7;position:fixed;top:0;width:100%!important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgb(195 65 2 / .2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgb(195 65 2 / .2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100%!important;overflow-y:auto;position:fixed;width:100%!important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgb(195 65 2 / .2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width:500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width:500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width:499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width:499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width:499px){.mailpoet_form .mailpoet-heading{font-size:18px!important;line-height:1.4!important;margin:12.6px 0!important}}@media screen and (max-width:499px){h1.mailpoet-heading{font-size:23px!important;line-height:1.4!important;margin:16.1px 0!important}}@media screen and (max-width:499px){h2.mailpoet-heading{font-size:20px!important;line-height:1.4!important;margin:14px 0!important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet-manage-subscription--modern{box-sizing:border-box;color:#1f2933;font-size:16px;line-height:1.5;margin:0 auto;max-width:720px;overflow-wrap:anywhere;width:100%}.mailpoet-manage-subscription--modern *,.mailpoet-manage-subscription--modern *:before,.mailpoet-manage-subscription--modern *:after{box-sizing:border-box}.mailpoet-manage-subscription--modern.mailpoet-manage-subscription--global-unsubscribed .mailpoet-manage-subscription-list-fields{display:none}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section{margin:0 0 32px}.mailpoet-manage-subscription--modern h2{color:#111827;font-size:24px;font-weight:700;line-height:1.25;margin:0 0 8px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section-description,.mailpoet-manage-subscription--modern .mailpoet_field_description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists-description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-no-lists,.mailpoet-manage-subscription--modern .mailpoet-change-email-info{color:#52616f;font-size:15px;line-height:1.5}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section-description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists-description{margin:0 0 20px}.mailpoet-manage-subscription--modern .mailpoet_field_description{margin:4px 0 8px}.mailpoet-manage-subscription--modern .mailpoet_paragraph{margin:0 0 20px}.mailpoet-manage-subscription--modern .mailpoet_text_label,.mailpoet-manage-subscription--modern .mailpoet_textarea_label,.mailpoet-manage-subscription--modern .mailpoet_select_label,.mailpoet-manage-subscription--modern .mailpoet_radio_label,.mailpoet-manage-subscription--modern .mailpoet_checkbox_label,.mailpoet-manage-subscription--modern .mailpoet_list_label,.mailpoet-manage-subscription--modern .mailpoet_date_label{color:#111827;font-size:15px;font-weight:700;line-height:1.35;margin:0 0 6px;padding-right:10px}.mailpoet-manage-subscription--modern .mailpoet_text,.mailpoet-manage-subscription--modern .mailpoet_textarea,.mailpoet-manage-subscription--modern .mailpoet_select{background:#fff;border:1px solid #b8c3cf;border-radius:6px;color:#111827;font-size:16px;line-height:1.4;min-height:44px;padding:9px 12px;width:100%}.mailpoet-manage-subscription--modern .mailpoet_text:focus,.mailpoet-manage-subscription--modern .mailpoet_textarea:focus,.mailpoet-manage-subscription--modern .mailpoet_select:focus,.mailpoet-manage-subscription--modern .mailpoet_submit:focus-visible,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:focus-within{border-color:#2271b1;box-shadow:0 0 0 3px rgb(34 113 177 / .2);outline:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-email strong{background:#f6f8fa;border:1px solid #d8dee4;border-radius:6px;display:block;font-weight:600;margin-top:6px;min-height:44px;padding:10px 12px}.mailpoet-manage-subscription--modern .mailpoet-change-email-info{display:block;font-size:15px;margin-top:8px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists{border:0;margin:0 0 28px;padding:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists>.mailpoet_segment_label{color:#111827;display:block;font-size:24px;font-weight:700;line-height:1.25;margin:0 0 8px;padding:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row{align-items:center;border-top:1px solid #d8dee4;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) auto;padding:16px 0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row:last-of-type{border-bottom:1px solid #d8dee4}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-copy{min-width:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-name{color:#111827;font-weight:700;line-height:1.4}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-description{margin-top:4px;white-space:pre-line}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-choice{align-items:center;border:0;display:flex;gap:8px;margin:0;padding:0;white-space:nowrap}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-legend{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label{align-items:center;background:#fff;border:1px solid #b8c3cf;border-radius:6px;color:#111827;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:40px;min-width:72px;padding:8px 12px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:hover{border-color:#6b7a89}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:has(input:checked){background:#edf6ff;border-color:#2271b1;color:#0f4f83}.mailpoet-manage-subscription--modern .mailpoet_radio{accent-color:#2271b1;margin:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-no-lists{background:#f6f8fa;border-left:4px solid #8c9aa8;margin:8px 0 0;padding:12px 14px}.mailpoet-manage-subscription--modern .mailpoet-submit-success{background:#f1f8ee;border-left:4px solid #4f8f35;color:#255f1f;margin:0 0 28px;padding:12px 14px}.mailpoet-manage-subscription--modern .parsley-errors-list,.mailpoet-manage-subscription--modern .mailpoet_validate_error,.mailpoet-manage-subscription--modern .mailpoet-submit-error{background:#fff4f4;border-left:4px solid #c62828;color:#8a1f1f;margin:8px 0 0;padding:10px 12px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-actions{margin-top:28px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-actions .mailpoet_paragraph{margin-bottom:0}.mailpoet-manage-subscription--modern .mailpoet_submit{appearance:none;background:#2271b1;border:1px solid #1d5f95;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1.25;min-height:44px;padding:10px 18px}.mailpoet-manage-subscription--modern .mailpoet_submit:hover{background:#135e96}.mailpoet-manage-subscription--modern .mailpoet_submit:active{background:#0f4f83}.mailpoet-manage-subscription--modern .mailpoet_submit:disabled{cursor:default;opacity:.65}@media screen and (max-width:599px){.mailpoet-manage-subscription--modern h2,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists>.mailpoet_segment_label{font-size:21px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row{align-items:stretch;gap:12px;grid-template-columns:1fr;padding:18px 0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));white-space:normal;width:100%}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label{min-width:0;width:100%}.mailpoet-manage-subscription--modern .mailpoet_submit{width:100%}}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%,-20%)}100%{opacity:1;transform:translate(-50%,-50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%,-50%)}100%{opacity:1;transform:translate(-50%,-50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%,-50%)}100%{opacity:1;transform:translate(-50%,-50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%,-80%)}100%{opacity:1;transform:translate(-50%,-50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%,-35%)}100%{transform:scale(1) translate(-50%,-50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(.77,0,.175,1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(.77,0,.175,1)}@keyframes zoom-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(.8) translate(-60%,-60%)}100%{transform:scale(1) translate(-50%,-50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%,-50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%,-50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:#fff0;border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container{margin:0 auto 20px;max-width:300px;text-align:center}.mailpoet_captcha_container .mailpoet_captcha_image_wrapper{margin-bottom:10px}.mailpoet_captcha_container .mailpoet_captcha{display:block;margin:0 auto}.mailpoet_captcha_container .mailpoet_icon_button{background:#fff0;border:0;cursor:pointer;padding:5px;vertical-align:middle}.mailpoet_captcha_container .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container .mailpoet_icon_button:hover{opacity:.7}.mailpoet_captcha_container .mailpoet_captcha_player{display:none}.mailpoet_captcha_container .mailpoet_captcha_label{display:block;margin-top:10px;text-align:left}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text_label{display:block;margin-bottom:5px}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text{max-width:220px;width:100%}.mailpoet_captcha_container .mailpoet_captcha_submit{margin-top:15px}.mailpoet_captcha_hidden{display:none!important}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}