.chat-container{border-radius:10px;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.chat-container .betterdocs-chatbot-header{align-items:center;background-color:#0bb782;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;justify-content:center;padding:10px;position:relative}.chat-container .betterdocs-chatbot-header .header__back.header__button{align-items:center;background:#fff0;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;left:10px;line-height:30px;position:absolute;text-align:center;transition:.25s ease-in-out;width:30px}.chat-container .betterdocs-chatbot-header .header__back.header__button:hover{background:#f6f6f7}.chat-container .betterdocs-chatbot-header .header-images{display:flex;margin-right:10px}.chat-container .betterdocs-chatbot-header .header-images img{border-radius:50%;height:30px;margin-right:-10px;width:30px}.chat-container .betterdocs-chatbot-header h2{color:#fff;font-family:system-ui;font-size:20px;font-size:24px;font-weight:600;margin:0 0 0 auto;padding:6px 0;text-align:center;width:100%}.chat-container .chat-content-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 5px}.chat-container .chat-content-wrapper .chat-body{-ms-overflow-style:none;background-color:#f9f9f9;flex:1;overflow-y:scroll;padding:10px 10px 0;scrollbar-width:none}.chat-container .chat-content-wrapper .chat-body::-webkit-scrollbar{background:#fff0;width:0}.chat-container .chat-content-wrapper .chat-body .top-content{margin:auto auto 20px;text-align:center}.chat-container .chat-content-wrapper .chat-body .top-content .chat-icon{display:flex;justify-content:center;margin-bottom:15px}.chat-container .chat-content-wrapper .chat-body .top-content .heading-title{color:#1d2939;font-family:Inter;font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:18px;margin-bottom:10px;text-align:center}.chat-container .chat-content-wrapper .chat-body .top-content .chat-description{color:#667085;font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:22px;margin:auto;max-width:275px;text-align:center}.chat-container .chat-content-wrapper .chat-body .date{color:#888;margin-bottom:10px;text-align:center}.chat-container .chat-content-wrapper .chat-body .message{border-radius:20px;font-size:14px;margin-bottom:15px;max-width:100%;padding:6px 15px;position:relative;word-break:break-word}.chat-container .chat-content-wrapper .chat-body .message.failed,.chat-container .chat-content-wrapper .chat-body .message.sent{margin-bottom:30px;margin-left:auto;margin-right:0;max-width:calc(100% - 50px);padding:0 0 0 20px;text-align:right}.chat-container .chat-content-wrapper .chat-body .message.failed .query,.chat-container .chat-content-wrapper .chat-body .message.sent .query{background-color:#0bb782;border-radius:5px;color:#fff;display:inline-block;padding:10px 15px;text-align:left}.chat-container .chat-content-wrapper .chat-body .message.failed .status,.chat-container .chat-content-wrapper .chat-body .message.sent .status{align-items:center;bottom:-20px;color:#0bb782;display:flex;font-size:12px;gap:4px;position:absolute;right:0}.chat-container .chat-content-wrapper .chat-body .message.failed .status svg,.chat-container .chat-content-wrapper .chat-body .message.sent .status svg{height:15px;width:15px}.chat-container .chat-content-wrapper .chat-body .message.received{align-items:end!important;align-self:flex-start;color:#000;display:flex;margin-right:20px;padding:0}.chat-container .chat-content-wrapper .chat-body .message.received .avatar{align-items:center;background:#d2eed7;border-radius:50px;display:flex;height:40px;justify-content:center;margin-right:10px;width:40px}.chat-container .chat-content-wrapper .chat-body .message.received .avatar.thinking{background:none!important}.chat-container .chat-content-wrapper .chat-body .message.received .thinking-dots{color:#98a2b3}.chat-container .chat-content-wrapper .chat-body .message.received .dots:after{animation:dots 1.5s steps(3) infinite;content:"";display:inline-block;text-align:left;width:1.3em}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:"...."}}.chat-container .chat-content-wrapper .chat-body .message.received .message-content{align-items:end;border-radius:20px;display:flex}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text{background-color:#fff;border-radius:5px;font-family:system-ui;line-height:1.6rem;padding:10px 15px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .typing-text{background:#fff;border-radius:5px;color:#98a2b3;padding:12px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text{color:#333;font-family:IBM Plex Sans;line-height:1.6;width:calc(100% - 70px)}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text span.message-received-time{color:#b1b3bd;font-family:system-ui;font-size:13px;font-weight:400;letter-spacing:-.02em;line-height:12px;text-align:left}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .message-meta{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-top:6px;min-height:24px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar{align-items:center;display:inline-flex;flex-shrink:0;gap:2px;position:relative}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-btn{align-items:center;background:#fff0;border:none;border-radius:6px;color:#98a2b3;cursor:pointer;display:inline-flex;height:26px;justify-content:center;padding:0;transition:color .15s ease,background .15s ease;width:26px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-btn:hover:not(:disabled){background:rgb(16 24 40 / .05);color:#475467}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-btn:disabled{cursor:default;opacity:.6}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-btn.is-active.reaction-btn--up{background:rgb(0 169 127 / .1);color:#00a97f}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-btn.is-active.reaction-btn--down{background:rgb(229 83 60 / .1);color:#e5533c}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-wrap{align-items:center;display:inline-flex;gap:1px;margin-right:2px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-link{background:none;border:none;color:#98a2b3;cursor:pointer;font-family:system-ui;font-size:12px;line-height:1;padding:0 2px;transition:color .15s ease;white-space:nowrap}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-link:hover{color:#475467;text-decoration:underline}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-dismiss{align-items:center;background:none;border:none;border-radius:4px;color:#98a2b3;cursor:pointer;display:inline-flex;font-family:system-ui;font-size:15px;height:16px;justify-content:center;line-height:1;padding:0;transition:color .15s ease,background .15s ease;width:16px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-dismiss:hover{background:rgb(16 24 40 / .05);color:#475467}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover{background:#fff;border:1px solid #e0e2e9;border-radius:8px;box-shadow:0 6px 20px rgb(16 24 40 / .12);left:auto;max-width:80vw;padding:10px;position:absolute;right:0;top:calc(100% + 6px);width:240px;z-index:20}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-input{border:1px solid #e0e2e9;border-radius:6px;box-sizing:border-box;color:#333;font-family:system-ui;font-size:13px;min-height:56px;padding:8px;resize:vertical;width:100%}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-input:focus{border-color:#00a97f;outline:none}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-actions button{border-radius:6px;cursor:pointer;font-family:system-ui;font-size:12px;padding:5px 12px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-actions button:disabled{cursor:default;opacity:.6}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-actions .reaction-feedback-cancel{background:#fff;border:1px solid #e0e2e9;color:#667085}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text .reaction-bar .reaction-feedback-popover .reaction-feedback-actions .reaction-feedback-submit{background:#00a97f;border:1px solid #00a97f;color:#fff}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .message-text code{word-wrap:break-word;background-color:rgb(0 0 0 / .07);border:1px solid #e0e0e0;border-radius:4px;display:block;font-size:.95em;line-height:1.6;margin:1.5em 0;overflow-x:auto;padding:1em;white-space:pre-wrap}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text p{font-size:14px;margin-bottom:15px;margin-top:0}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text p:last-child{margin:0}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text ol,.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text ul{margin-bottom:0;margin-left:5px;padding-left:15px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text ol li,.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text ul li{font-size:14px;margin-bottom:10px}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text a{color:#0073aa;font-weight:700;text-decoration:none}.chat-container .chat-content-wrapper .chat-body .message.received .message-content .text a:hover{color:#005177;text-decoration:underline}.chat-container .chat-content-wrapper .chat-body .message.typing.received .message-content{align-items:end;padding:5px 10px 5px 5px}.chat-container .chat-content-wrapper .thankyou-message-container{background:#fff8e8;border:1px solid #ffeed4;border-radius:0;border-radius:8px;color:#667085;font-family:Inter;font-size:14px;font-size:12px;font-weight:400;margin:auto;padding:10px;text-align:center;width:calc(100% - 50px)}.chat-container .chat-content-wrapper .error-message-container{align-items:center;border-radius:0;color:red;display:flex;font-size:14px;height:35px;justify-content:start;margin-bottom:-25px;margin-left:-5px;margin-top:0;padding:0 5px;position:relative;text-align:center;width:100%;z-index:9999}.chat-container .chat-content-wrapper .chat-footer{background-color:#f9f9f9;display:flex;flex-direction:column;padding:10px}.chat-container .chat-content-wrapper .chat-footer .message-input{align-items:center;background-color:#fff;border:1px solid #f2e8e8;border-radius:30px;display:flex;flex:1;font-size:16px;justify-content:space-between;overflow:hidden;padding:5px}.chat-container .chat-content-wrapper .chat-footer .message-input input{background-color:#fff;border:none;flex:1;font-family:system-ui;font-size:16px;font-weight:400;height:30px;letter-spacing:-.02em;line-height:20px;margin-right:10px;padding:5px 10px;text-align:left;width:calc(100% - 50px)}.chat-container .chat-content-wrapper .chat-footer .message-input input:focus{outline:0}.chat-container .chat-content-wrapper .chat-footer .message-input input::-moz-placeholder{color:#d0d5dd;font-family:system-ui;font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:20px;text-align:left}.chat-container .chat-content-wrapper .chat-footer .message-input input::placeholder{color:#d0d5dd;font-family:system-ui;font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:20px;text-align:left}.chat-container .chat-content-wrapper .chat-footer .message-input button{align-items:center;background:#0bb782;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;padding:0;width:40px}.chat-container .chat-content-wrapper .chat-footer .message-input button svg{height:16px;width:16px}.chat-container .email-field-container{display:flex;flex-direction:column;margin-bottom:10px;margin-left:auto;margin-top:10px;position:relative;width:calc(100% - 50px)}.chat-container .email-field-container .email-field{align-items:center;background-color:#f1f1f1;border:1px solid #d0d5dd;border-radius:5px;display:flex;justify-content:end;padding-left:10px;width:100%}.chat-container .email-field-container .email-field svg{height:10px;width:10px}.chat-container .email-field-container .email-field input{background-color:#fff0;border:none;height:35px;width:100%}.chat-container .email-field-container .email-field input:focus{border:none;box-shadow:none;outline:0}.chat-container .email-field-container .email-field .email-icon{align-items:center;background:#fff;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:center;margin:4px;width:45px}.chat-container .email-field-container .continue-guest{color:#667085;cursor:pointer;font-size:12px;line-height:1.2;margin-top:6px;text-decoration:underline}.chat-container .email-field-container .continue-guest:hover{color:#667085;text-decoration:underline}.chat-container .email-field-container .continue-guest strong{color:#1d2939;font-weight:700}.message.received.email-field-wrapper{flex-direction:column;margin-top:0;position:relative;transition:.3s}.message.received.email-field-wrapper:hover span.skip-email{opacity:1}.message.received.email-field-wrapper span.skip-email{align-items:center;background:#00b682;border-radius:50px;cursor:pointer;display:flex;height:100%;height:20px;justify-content:center;opacity:0;position:absolute;right:5px;top:-15px;transition:.3s;width:20px}.message.received.email-field-wrapper span.skip-email svg{height:10px;width:10px}.email-field-wrapper.focused .email-field{outline:1px solid #00b682}.chat-loading{align-items:start;display:flex;height:100%;justify-content:center;margin-top:100px}.generic-loader{bottom:0;left:0;position:fixed;right:0;text-align:center;top:35px}.generic-loader:before{content:"";display:inline-block;height:100%;vertical-align:middle}@keyframes betterdocs-ia-rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes betterdocs-ia-rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes betterdocs-ia-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes betterdocs-ia-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes betterdocs-ia-fade-in{0%{opacity:0}to{opacity:1}}@keyframes betterdocs-ia-bounce-in{0%,35%{opacity:0}to{opacity:1}0%,40%,80%,to{transform:translateY(0)}60%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.typing-indicator{align-items:center;display:flex;gap:8px;justify-content:center}.dot{animation:bounce 1.4s ease-in-out infinite;background-color:#00b682;border-radius:50%;height:8px;width:8px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.header__back.header__button:hover svg path{fill:#111213}.chat-container .chat-content-wrapper .chat-body .message.received.email-field-wrapper{align-items:start!important}.message.typing.received.message-active .text{align-items:center;display:flex;justify-content:center;min-height:15px;min-width:50px}.message-input.disabled{opacity:.6;pointer-events:none}.fc-cart-drawer-container .fc-cart-drawer-open-btn{bottom:80px}.chat-container .betterdocs-chatbot-header button.transcript-menu__trigger{-webkit-tap-highlight-color:#fff0;align-items:center;background:transparent!important;border:none;border-radius:4px;box-shadow:none!important;color:inherit;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none!important;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:30px;z-index:10}.chat-container .betterdocs-chatbot-header button.transcript-menu__trigger:hover{background:hsl(0 0% 100% / .2)!important}.chat-container .betterdocs-chatbot-header button.transcript-menu__trigger:active,.chat-container .betterdocs-chatbot-header button.transcript-menu__trigger:focus,.chat-container .betterdocs-chatbot-header button.transcript-menu__trigger:focus-visible{background:transparent!important;box-shadow:none!important;outline:none!important}.transcript-menu__dropdown{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);min-width:190px;overflow:hidden;position:absolute;z-index:100}.transcript-menu__item{align-items:center;background:#fff0;border:none;color:#344054;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:10px 14px;text-align:left;transition:background .15s ease;white-space:nowrap;width:100%}.transcript-menu__item:hover{background:#f2f4f7;color:#101828}.transcript-menu__item svg{flex-shrink:0}.transcript-menu__divider{background:#eaecf0;height:1px;margin:4px 0}.transcript-email-popup-overlay{align-items:center;background:rgb(0 0 0 / .4);border-radius:10px;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:200}.transcript-email-popup{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgb(0 0 0 / .15);max-height:calc(100% - 40px);max-width:320px;overflow-y:auto;width:100%}.transcript-email-popup__header{align-items:center;display:flex;justify-content:space-between;padding:16px 16px 0}.transcript-email-popup__header h4{color:#1d2939;font-size:16px;font-weight:600;margin:0}.transcript-email-popup__close{align-items:center;background:#fff0;border:none;color:#667085;cursor:pointer;display:flex;justify-content:center;padding:4px}.transcript-email-popup__close:hover{color:#344054}.transcript-email-popup__body{padding:16px}.transcript-email-popup__body label{color:#344054;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.transcript-email-popup__body input[type=email]{border:1px solid #d0d5dd;border-radius:8px;box-sizing:border-box;color:#1d2939;font-size:14px;outline:none;padding:8px 12px;transition:border-color .15s ease;width:100%}.transcript-email-popup__body input[type=email]:focus{border-color:#0bb782;box-shadow:0 0 0 3px rgb(11 183 130 / .1)}.transcript-email-popup__body input[type=email]::-moz-placeholder{color:#98a2b3}.transcript-email-popup__body input[type=email]::placeholder{color:#98a2b3}.transcript-email-popup__error{color:#d92d20;font-size:12px;margin:6px 0 0}.transcript-email-popup__success{color:#0bb782;font-size:12px;margin:6px 0 0}.transcript-email-popup__footer{display:flex;gap:8px;justify-content:flex-end;padding:0 16px 16px}.transcript-email-popup__cancel{background:#fff;border:1px solid #d0d5dd;border-radius:8px;color:#344054;cursor:pointer;font-size:13px;padding:8px 14px;transition:background .15s ease}.transcript-email-popup__cancel:hover{background:#f9fafb;color:#444}.transcript-email-popup__send{background:#0bb782;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:background .15s ease}.transcript-email-popup__send:hover{background:#0a9e70}.transcript-email-popup__send:disabled{cursor:not-allowed;opacity:.6}.betterdocs-ai-suggestion{background:#f5fbff;border-radius:4px;margin:14px 20px;padding:12px}.betterdocs-ai-suggestion:hover{background:#ebf8ff}.betterdocs-ai-suggestion .ai-suggestion-prompt{align-items:center;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;transition:all .2s ease}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-content{align-items:center;display:flex;flex:1;gap:12px}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-content .ai-suggestion-label{color:#475467;font-size:14px;font-weight:500;line-height:1.3em;margin:0 0 5px}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-content .ai-suggestion-query{color:#344054;font-size:12px;line-height:1.3em;margin:0}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-enter-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-sparkle-icon{align-items:center;display:flex;gap:8px;position:relative}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-text{flex:1}.betterdocs-ai-suggestion .ai-suggestion-prompt .ai-suggestion-text .ai-suggestion-label{color:#475467;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;line-height:20px}.betterdocs-ai-suggestion .ai-suggestion-generating .ai-generating-content{align-items:center;display:flex;gap:12px}.betterdocs-ai-suggestion .ai-suggestion-generating .ai-generating-text{align-items:center;display:flex;flex:1;gap:4px}.betterdocs-ai-suggestion .ai-suggestion-generating .ai-generating-text .ai-generating-label{color:#d0d5dd;font-size:14px;font-weight:500;line-height:1.3em;margin:0 0 5px}.betterdocs-ai-suggestion .ai-suggestion-generating .ai-generating-text .thinking-dots{animation:thinking-dots 1.5s infinite;color:#d0d5dd;font-size:14px;font-weight:500;line-height:20px}@keyframes sparkle-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes thinking-dots{0%,20%{opacity:.3}50%{opacity:1}to{opacity:.3}}.betterdocs-ai-suggestion .ai-response .ai-response-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.betterdocs-ai-suggestion .ai-response .ai-response-header .ai-response-icon-title{align-items:center;display:flex;gap:12px}.betterdocs-ai-suggestion .ai-response .ai-response-header .ai-response-title{color:#475467;font-size:14px;font-weight:500;line-height:1.3em}.betterdocs-ai-suggestion .ai-response .ai-response-header .ai-response-toggle{align-items:center;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin:0;padding:0;transition:transform .2s ease}.betterdocs-ai-suggestion .ai-response .ai-response-header .ai-response-toggle:hover{opacity:.7}.betterdocs-ai-suggestion .ai-response .ai-response-header .ai-response-toggle.collapsed{transform:rotate(180deg)}.betterdocs-ai-suggestion .ai-response .ai-response-content{color:#475467;margin-top:12px}.betterdocs-ai-suggestion .ai-response .ai-response-content code{background:rgb(100 116 139 / .2);color:#475467}.betterdocs-ai-suggestion .ai-response .ai-response-content pre{background:rgb(100 116 139 / .1)}.betterdocs-ai-suggestion .ai-response .ai-response-content blockquote{border-left-color:#612cff;color:#94a3b8}.betterdocs-ai-suggestion .ai-response .ai-response-content h1,.betterdocs-ai-suggestion .ai-response .ai-response-content h2,.betterdocs-ai-suggestion .ai-response .ai-response-content h3,.betterdocs-ai-suggestion .ai-response .ai-response-content h4,.betterdocs-ai-suggestion .ai-response .ai-response-content h5,.betterdocs-ai-suggestion .ai-response .ai-response-content h6,.betterdocs-ai-suggestion .ai-response .ai-response-content strong{color:#1d2939}.betterdocs-ai-suggestion .ai-response .ai-response-content a{color:#818cf8}.betterdocs-ai-suggestion .ai-response .ai-response-actions{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.betterdocs-ai-suggestion .ai-response .ai-response-actions .powered-by{align-items:center;display:flex;font-size:12px;gap:8px;line-height:1.5;margin:0}.betterdocs-ai-suggestion .ai-response .ai-response-actions .continue-conversation-btn{align-items:center;border:1px solid #00b884;border-radius:8px;color:#1d2939;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;line-height:1.3;padding:8px 12px;transition:all .2s ease}.eb-advance-heading-wrapper.eb-advance-heading-sf149{position:relative;text-align:center;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sf149:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title{text-align:center;margin-top:0;margin-right:0;margin-left:0;margin-bottom:30px}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title .first-title{color:#101828;font-family:"Inter",sans-serif;font-size:40px;line-height:1.6em;font-weight:600;text-transform:capitalize;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-subtitle{text-align:center;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px;margin-left:auto;margin-right:auto}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-separator.icon{text-align:center;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-sf149{display:none}.root-eb-advance-heading-sf149{position:relative}.root-eb-advance-heading-sf149.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-sf149.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-sf149.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-sf149.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-sf149{margin-bottom:0;padding-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title{margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title .first-title{font-size:32px}.eb-parent-eb-advance-heading-sf149{display:none}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-sf149{margin-bottom:0;padding-top:20px;padding-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title{margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sf149 .eb-ah-title .first-title{font-size:22px}.eb-parent-eb-advance-heading-sf149{display:none}}.eb-advance-heading-wrapper.eb-advance-heading-sktlx{position:relative;text-align:center;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sktlx:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title{text-align:center;margin-top:0;margin-right:0;margin-left:0;margin-bottom:30px}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title .first-title{color:#101828;font-family:"Inter",sans-serif;font-size:40px;line-height:1.6em;font-weight:600;text-transform:capitalize;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-subtitle{text-align:center;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px;margin-left:auto;margin-right:auto}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-separator.icon{text-align:center;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-sktlx{display:block}.root-eb-advance-heading-sktlx{position:relative}.root-eb-advance-heading-sktlx.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-sktlx.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-sktlx.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-sktlx.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-sktlx{margin-bottom:0;padding-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title{margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title .first-title{font-size:32px}.eb-parent-eb-advance-heading-sktlx{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-sktlx{margin-bottom:0;padding-top:20px;padding-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title{margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-sktlx .eb-ah-title .first-title{font-size:22px}.eb-parent-eb-advance-heading-sktlx{display:block}}.eb-parent-eb-wrapper-q7j97{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-q7j97{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-q7j97>.eb-wrapper-inner>.eb-wrapper-inner-blocks{width:1040px;max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-q7j97:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-q7j97 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-q7j97 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-q7j97{display:block}.root-eb-wrapper-q7j97{position:relative}.root-eb-wrapper-q7j97.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-q7j97.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-q7j97.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-q7j97.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-q7j97{padding-right:20px}.eb-parent-eb-wrapper-q7j97{display:block}}@media(max-width:767px){.eb-wrapper-outer.eb-wrapper-q7j97{margin-bottom:-10px}.eb-parent-eb-wrapper-q7j97{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp{position:relative;text-align:left;margin-bottom:18px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:500;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-7qxxp .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-7qxxp{display:block}.root-eb-advance-heading-7qxxp{position:relative}.root-eb-advance-heading-7qxxp.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-7qxxp.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-7qxxp.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-7qxxp.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-7qxxp{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-7qxxp{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj{position:relative;text-align:left;margin-bottom:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .first-title{color:rgb(16 24 40);font-family:"Inter",sans-serif;font-size:32px;line-height:1.3em;font-weight:600;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .second-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:400;text-decoration:line-through;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-oc1tj{display:block}.root-eb-advance-heading-oc1tj{position:relative}.root-eb-advance-heading-oc1tj.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-oc1tj.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-oc1tj.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-oc1tj.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .first-title{font-size:22px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .second-title{font-size:16px}.eb-parent-eb-advance-heading-oc1tj{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .first-title{font-size:24px}.eb-advance-heading-wrapper.eb-advance-heading-oc1tj .eb-ah-title .second-title{font-size:18px}.eb-parent-eb-advance-heading-oc1tj{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-bnpm5{display:block}.root-eb-advance-heading-bnpm5{position:relative}.root-eb-advance-heading-bnpm5.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-bnpm5.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-bnpm5.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-bnpm5.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title .first-title{font-size:12px}.eb-parent-eb-advance-heading-bnpm5{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-bnpm5 .eb-ah-title{margin-top:10px}.eb-parent-eb-advance-heading-bnpm5{display:block}}.eb-button-wrapper.eb-button-qv6n6{margin-top:20px;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-qv6n6 .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-qv6n6 .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-qv6n6 .eb-button-loadmore,.eb-button-wrapper-eb-button-qv6n6 .eb-button-loadmore,.eb-button-wrapper.eb-button-qv6n6 .eb-button-anchor{background-color:#fff0;border-width:1px;border-color:rgb(208 213 221);border-style:solid;border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;padding-top:13px;padding-right:30px;padding-left:30px;padding-bottom:13px;color:rgb(29 41 57);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-qv6n6 .eb-button-anchor:hover,.eb-button-wrapper-eb-button-qv6n6 .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-qv6n6 .eb-button-loadmore:hover{background-color:rgb(0 184 132);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-qv6n6{display:block}.root-eb-button-qv6n6{position:relative}.root-eb-button-qv6n6.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-qv6n6.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-qv6n6.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-qv6n6.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-button-wrapper.eb-button-qv6n6 .eb-button-anchor{font-size:14px;padding-top:10px;padding-right:20px;padding-left:20px;padding-bottom:10px}.eb-parent-eb-button-qv6n6{display:block}}@media(max-width:767px){.eb-parent-eb-button-qv6n6{display:block}}.eb-parent-eb-wrapper-55yzy{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-55yzy{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:24px;padding-left:24px;padding-bottom:20px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-55yzy>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-55yzy:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-55yzy .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-55yzy .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-55yzy{display:block}.root-eb-wrapper-55yzy{position:relative}.root-eb-wrapper-55yzy.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-55yzy.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-55yzy.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-55yzy.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-55yzy{padding-right:15px;padding-left:15px}.eb-parent-eb-wrapper-55yzy{display:block}}@media(max-width:767px){.eb-wrapper-outer.eb-wrapper-55yzy{padding-right:24px;padding-left:24px}.eb-parent-eb-wrapper-55yzy{display:block}}.eb-feature-list-od4ql.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-od4ql.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{align-items:center}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:150px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:150px;width:150px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:150px;width:150px;fill:var(--eb-global-background-color)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-od4ql.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-od4ql.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-od4ql.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-od4ql{display:block}.root-eb-feature-list-od4ql{position:relative}.root-eb-feature-list-od4ql.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-od4ql.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-od4ql.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-od4ql.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:0}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 0px!important}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 0!important}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-od4ql.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-od4ql{display:block}}@media(max-width:767px){.eb-feature-list-od4ql.eb-feature-list-wrapper{padding-left:0}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-od4ql.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-od4ql.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-od4ql{display:block}}.eb-feature-list-od4ql.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{border-bottom:1px solid #EAECF0;padding:12px 10px}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m{padding-top:5px;padding-left:10px;padding-bottom:5px;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:1px;border-color:rgb(234 236 240);border-style:solid;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper .eb-image-wrapper-inner{height:auto;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper figcaption{color:var(--eb-global-primary-color);text-align:center;font-size:13px}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption{background:var(--eb-global-background-color)}.eb-parent-eb-advanced-image-7wj7m{display:block}.root-eb-advanced-image-7wj7m{position:relative}.root-eb-advanced-image-7wj7m.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advanced-image-7wj7m.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advanced-image-7wj7m.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advanced-image-7wj7m.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advanced-image-wrapper.eb-advanced-image-7wj7m{padding-left:0}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-7wj7m{display:block}}@media(max-width:767px){.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper{align-items:flex-start}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper .eb-image-wrapper-inner{width:230px}.eb-advanced-image-wrapper.eb-advanced-image-7wj7m .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-7wj7m{display:block}}.eb-feature-list-rmfnf.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:12px;padding-right:0;padding-left:0;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-rmfnf.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:21px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:21px;width:21px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:21px;width:21px;fill:var(--eb-global-background-color)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-rmfnf.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-rmfnf.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-rmfnf{display:block}.root-eb-feature-list-rmfnf{position:relative}.root-eb-feature-list-rmfnf.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-rmfnf.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-rmfnf.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-rmfnf.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-rmfnf.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-rmfnf{display:block}}@media(max-width:767px){.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-rmfnf.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-rmfnf{display:block}}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{padding:12px 5px}.eb-feature-list-rmfnf.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){border-bottom:1px solid #EAECF0}@media (max-width:767px){.eb-feature-list-rmfnf{}}.eb-parent-eb-wrapper-ax7wa{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-ax7wa{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-ax7wa>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-ax7wa:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-ax7wa .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-ax7wa .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-ax7wa{display:block}.root-eb-wrapper-ax7wa{position:relative}.root-eb-wrapper-ax7wa.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-ax7wa.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-ax7wa.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-ax7wa.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-ax7wa{display:block}}@media(max-width:767px){.eb-wrapper-outer.eb-wrapper-ax7wa{padding-right:0;padding-left:0}.eb-parent-eb-wrapper-ax7wa{display:block}}.eb-parent-eb-wrapper-ty2y9{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-ty2y9{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-ty2y9>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-ty2y9:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-ty2y9 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-ty2y9 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-ty2y9{display:block}.root-eb-wrapper-ty2y9{position:relative}.root-eb-wrapper-ty2y9.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-ty2y9.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-ty2y9.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-ty2y9.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-ty2y9{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-ty2y9{display:block}}.eb-column-g758i.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-g758i.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-g758i{width:24%;order:unset}.eb-parent-eb-column-g758i{padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;background-color:rgb(249 250 251);border-top-left-radius:16px;border-top-right-radius:0;border-bottom-left-radius:16px;border-bottom-right-radius:0;transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-g758i{display:block}.root-eb-column-g758i{position:relative}.root-eb-column-g758i.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-g758i.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-g758i.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-g758i.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-g758i{width:calc(24% - 0px);order:unset}.eb-parent-eb-column-g758i{padding-left:0}.eb-parent-eb-column-g758i{display:block}}@media(max-width:767px){.root-eb-column-g758i{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-g758i{margin-bottom:80px;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.eb-parent-eb-column-g758i{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-8owtu{position:relative;text-align:center;padding-top:10px;padding-bottom:10px;background-image:url(https://betterdocs.co/wp-content/uploads/2026/06/Frame-190.png);background-size:20px auto;background-position:27% 50%;background-repeat:no-repeat;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-8owtu:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title{text-align:center;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title .first-title{color:rgb(0 184 132);font-family:"Inter",sans-serif;font-size:14px;line-height:1em;font-weight:500;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-subtitle{text-align:center;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px;margin-left:auto;margin-right:auto}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-separator.icon{text-align:center;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-8owtu{display:block}.root-eb-advance-heading-8owtu{position:relative}.root-eb-advance-heading-8owtu.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-8owtu.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-8owtu.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-8owtu.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-8owtu{background-position:10px 50%;background-attachment:scroll}.eb-advance-heading-wrapper.eb-advance-heading-8owtu .eb-ah-title .first-title{padding-left:20px}.eb-parent-eb-advance-heading-8owtu{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-8owtu{display:block}}.eb-parent-eb-wrapper-stm53{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-stm53{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:10px;padding-right:20px;padding-left:20px;padding-bottom:10px;background-color:rgb(208 244 226);border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-stm53>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-stm53:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-stm53 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-stm53 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-stm53{display:block}.root-eb-wrapper-stm53{position:relative}.root-eb-wrapper-stm53.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-stm53.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-stm53.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-stm53.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}.root-eb-wrapper-stm53{position:absolute!important;top:-50px;right:0;left:0}@media(max-width:1024px){.eb-parent-eb-wrapper-stm53{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-stm53{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3{position:relative;text-align:left;margin-bottom:18px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:500;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-wb7e3 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-wb7e3{display:block}.root-eb-advance-heading-wb7e3{position:relative}.root-eb-advance-heading-wb7e3.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-wb7e3.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-wb7e3.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-wb7e3.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-wb7e3{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-wb7e3{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-ealqo{position:relative;text-align:left;margin-bottom:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ealqo:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .first-title{color:rgb(16 24 40);font-family:"Inter",sans-serif;font-size:32px;line-height:1.3em;font-weight:600;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .second-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:400;text-decoration:line-through;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-ealqo{display:block}.root-eb-advance-heading-ealqo{position:relative}.root-eb-advance-heading-ealqo.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-ealqo.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-ealqo.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-ealqo.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .first-title{font-size:22px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .second-title{font-size:16px}.eb-parent-eb-advance-heading-ealqo{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .first-title{font-size:24px}.eb-advance-heading-wrapper.eb-advance-heading-ealqo .eb-ah-title .second-title{font-size:18px}.eb-parent-eb-advance-heading-ealqo{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-brruz{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-brruz:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-brruz{display:block}.root-eb-advance-heading-brruz{position:relative}.root-eb-advance-heading-brruz.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-brruz.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-brruz.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-brruz.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title .first-title{font-size:12px}.eb-parent-eb-advance-heading-brruz{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-brruz .eb-ah-title{margin-top:10px}.eb-parent-eb-advance-heading-brruz{display:block}}.eb-button-wrapper.eb-button-rxiko{margin-top:20px;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-rxiko .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-rxiko .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-rxiko .eb-button-loadmore,.eb-button-wrapper-eb-button-rxiko .eb-button-loadmore,.eb-button-wrapper.eb-button-rxiko .eb-button-anchor{background-color:rgb(0 184 132);border-width:1px;border-color:rgb(208 213 221);border-style:solid;border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;padding-top:13px;padding-right:30px;padding-left:30px;padding-bottom:13px;color:rgb(255 255 255);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-rxiko .eb-button-anchor:hover,.eb-button-wrapper-eb-button-rxiko .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-rxiko .eb-button-loadmore:hover{background-color:rgb(0 139 100);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-rxiko{display:block}.root-eb-button-rxiko{position:relative}.root-eb-button-rxiko.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-rxiko.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-rxiko.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-rxiko.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-button-wrapper.eb-button-rxiko .eb-button-anchor{font-size:14px;padding-top:10px;padding-right:20px;padding-left:20px;padding-bottom:10px}.eb-parent-eb-button-rxiko{display:block}}@media(max-width:767px){.eb-parent-eb-button-rxiko{display:block}}.eb-parent-eb-wrapper-b9040{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-b9040{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:24px;padding-left:24px;padding-bottom:20px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-b9040>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-b9040:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-b9040 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-b9040 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-b9040{display:block}.root-eb-wrapper-b9040{position:relative}.root-eb-wrapper-b9040.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-b9040.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-b9040.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-b9040.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-b9040{padding-right:15px;padding-left:15px}.eb-parent-eb-wrapper-b9040{display:block}}@media(max-width:767px){.eb-wrapper-outer.eb-wrapper-b9040{border-top-left-radius:0;border-top-right-radius:0}.eb-parent-eb-wrapper-b9040{display:block}}.eb-feature-list-5fr3a.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-5fr3a.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:21px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:21px;width:21px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:21px;width:21px;fill:var(--eb-global-background-color)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-5fr3a.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-5fr3a.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-5fr3a{display:block}.root-eb-feature-list-5fr3a{position:relative}.root-eb-feature-list-5fr3a.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-5fr3a.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-5fr3a.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-5fr3a.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-5fr3a.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-5fr3a{display:block}}@media(max-width:767px){.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{font-size:2px}.eb-feature-list-5fr3a.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-5fr3a{display:block}}.eb-feature-list-5fr3a.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{border-bottom:1px solid #EAECF0;padding:12px 5px}@media (max-width:767px){.eb-feature-list-5fr3a{}}.eb-advanced-image-wrapper.eb-advanced-image-zt8so{padding-top:5px;padding-left:10px;padding-bottom:5px;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:1px;border-color:rgb(234 236 240);border-style:solid;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper .eb-image-wrapper-inner{height:auto;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper figcaption{color:var(--eb-global-primary-color);text-align:center;font-size:13px}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption{background:var(--eb-global-background-color)}.eb-parent-eb-advanced-image-zt8so{display:block}.root-eb-advanced-image-zt8so{position:relative}.root-eb-advanced-image-zt8so.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advanced-image-zt8so.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advanced-image-zt8so.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advanced-image-zt8so.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advanced-image-wrapper.eb-advanced-image-zt8so{padding-left:0}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-zt8so{display:block}}@media(max-width:767px){.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper{align-items:flex-start}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper .eb-image-wrapper-inner{width:240px}.eb-advanced-image-wrapper.eb-advanced-image-zt8so .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-zt8so{display:block}}.eb-feature-list-q6jnp.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:12px;padding-right:0;padding-left:0;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-q6jnp.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:21px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:21px;width:21px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:21px;width:21px;fill:var(--eb-global-background-color)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-q6jnp.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-q6jnp.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-q6jnp{display:block}.root-eb-feature-list-q6jnp{position:relative}.root-eb-feature-list-q6jnp.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-q6jnp.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-q6jnp.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-q6jnp.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-q6jnp.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-q6jnp{display:block}}@media(max-width:767px){.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-q6jnp.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-q6jnp{display:block}}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{padding:12px 5px}.eb-feature-list-q6jnp.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){border-bottom:1px solid #EAECF0}@media (max-width:767px){.eb-feature-list-q6jnp{}}.eb-parent-eb-wrapper-al15i{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-al15i{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-al15i>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-al15i:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-al15i .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-al15i .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-al15i{display:block}.root-eb-wrapper-al15i{position:relative}.root-eb-wrapper-al15i.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-al15i.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-al15i.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-al15i.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-al15i{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-al15i{display:block}}.eb-parent-eb-wrapper-4m32i{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-4m32i{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-4m32i>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-4m32i:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-4m32i .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-4m32i .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-4m32i{display:block}.root-eb-wrapper-4m32i{position:relative}.root-eb-wrapper-4m32i.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-4m32i.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-4m32i.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-4m32i.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-4m32i{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-4m32i{display:block}}.eb-column-d9ylp.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-d9ylp.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-d9ylp{width:24%;order:unset}.eb-parent-eb-column-d9ylp{padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;background-image:linear-gradient(190deg,rgb(213 245 229 / .78) 0%,rgb(255 255 255) 100%);transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-d9ylp{display:block}.root-eb-column-d9ylp{position:relative}.root-eb-column-d9ylp.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-d9ylp.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-d9ylp.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-d9ylp.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-d9ylp{width:calc(24% - 0px);order:unset}.eb-parent-eb-column-d9ylp{display:block}}@media(max-width:767px){.root-eb-column-d9ylp{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-d9ylp{margin-bottom:20px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.eb-parent-eb-column-d9ylp{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-hqd16{position:relative;text-align:left;margin-bottom:18px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hqd16:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:500;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-hqd16 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-hqd16{display:block}.root-eb-advance-heading-hqd16{position:relative}.root-eb-advance-heading-hqd16.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-hqd16.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-hqd16.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-hqd16.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-hqd16{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-hqd16{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-ocil2{position:relative;text-align:left;margin-bottom:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ocil2:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .first-title{color:rgb(16 24 40);font-family:"Inter",sans-serif;font-size:32px;line-height:1.3em;font-weight:600;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .second-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:400;text-decoration:line-through;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-ocil2{display:block}.root-eb-advance-heading-ocil2{position:relative}.root-eb-advance-heading-ocil2.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-ocil2.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-ocil2.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-ocil2.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .first-title{font-size:22px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .second-title{font-size:16px}.eb-parent-eb-advance-heading-ocil2{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .first-title{font-size:24px}.eb-advance-heading-wrapper.eb-advance-heading-ocil2 .eb-ah-title .second-title{font-size:18px}.eb-parent-eb-advance-heading-ocil2{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-ll38q{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ll38q:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-ll38q{display:block}.root-eb-advance-heading-ll38q{position:relative}.root-eb-advance-heading-ll38q.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-ll38q.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-ll38q.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-ll38q.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title .first-title{font-size:12px}.eb-parent-eb-advance-heading-ll38q{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-ll38q .eb-ah-title{margin-top:10px}.eb-parent-eb-advance-heading-ll38q{display:block}}.eb-button-wrapper.eb-button-4418f{margin-top:20px;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-4418f .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-4418f .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-4418f .eb-button-loadmore,.eb-button-wrapper-eb-button-4418f .eb-button-loadmore,.eb-button-wrapper.eb-button-4418f .eb-button-anchor{background-color:#fff0;border-width:1px;border-color:rgb(208 213 221);border-style:solid;border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;padding-top:13px;padding-right:30px;padding-left:30px;padding-bottom:13px;color:rgb(29 41 57);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-4418f .eb-button-anchor:hover,.eb-button-wrapper-eb-button-4418f .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-4418f .eb-button-loadmore:hover{background-color:rgb(0 184 132);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-4418f{display:block}.root-eb-button-4418f{position:relative}.root-eb-button-4418f.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-4418f.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-4418f.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-4418f.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-button-wrapper.eb-button-4418f .eb-button-anchor{font-size:14px;padding-top:10px;padding-right:20px;padding-left:20px;padding-bottom:10px}.eb-parent-eb-button-4418f{display:block}}@media(max-width:767px){.eb-parent-eb-button-4418f{display:block}}.eb-parent-eb-wrapper-2hu0x{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-2hu0x{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:24px;padding-left:24px;padding-bottom:20px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-2hu0x>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-2hu0x:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-2hu0x .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-2hu0x .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-2hu0x{display:block}.root-eb-wrapper-2hu0x{position:relative}.root-eb-wrapper-2hu0x.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-2hu0x.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-2hu0x.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-2hu0x.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-2hu0x{padding-right:15px;padding-left:15px}.eb-parent-eb-wrapper-2hu0x{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-2hu0x{display:block}}.eb-feature-list-8lyfz.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-8lyfz.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:21px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:21px;width:21px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:21px;width:21px;fill:var(--eb-global-background-color)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-8lyfz.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-8lyfz.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-8lyfz{display:block}.root-eb-feature-list-8lyfz{position:relative}.root-eb-feature-list-8lyfz.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-8lyfz.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-8lyfz.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-8lyfz.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-8lyfz.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-8lyfz{display:block}}@media(max-width:767px){.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-8lyfz.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-8lyfz{display:block}}.eb-feature-list-8lyfz.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{border-bottom:1px solid #EAECF0;padding:12px 5px}@media (max-width:767px){.eb-feature-list-8lyfz{}}.eb-advanced-image-wrapper.eb-advanced-image-frhwm{padding-top:5px;padding-left:10px;padding-bottom:5px;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:1px;border-color:rgb(234 236 240);border-style:solid;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper .eb-image-wrapper-inner{height:auto;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper figcaption{color:var(--eb-global-primary-color);text-align:center;font-size:13px}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption{background:var(--eb-global-background-color)}.eb-parent-eb-advanced-image-frhwm{display:block}.root-eb-advanced-image-frhwm{position:relative}.root-eb-advanced-image-frhwm.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advanced-image-frhwm.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advanced-image-frhwm.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advanced-image-frhwm.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advanced-image-wrapper.eb-advanced-image-frhwm{padding-left:0}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-frhwm{display:block}}@media(max-width:767px){.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper{align-items:flex-start}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper .eb-image-wrapper-inner{width:220px}.eb-advanced-image-wrapper.eb-advanced-image-frhwm .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-frhwm{display:block}}.eb-feature-list-p6cuk.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:12px;padding-right:0;padding-left:0;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-p6cuk.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:21px;padding-top:15px;padding-right:15px;padding-left:15px;padding-bottom:15px;color:var(--eb-global-background-color)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:21px;width:21px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:21px;width:21px;fill:var(--eb-global-background-color)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(102 112 133)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:var(--eb-global-primary-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-p6cuk.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:30px;height:calc(100% + 20px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-p6cuk.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-p6cuk{display:block}.root-eb-feature-list-p6cuk{position:relative}.root-eb-feature-list-p6cuk.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-p6cuk.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-p6cuk.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-p6cuk.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-p6cuk.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-p6cuk{display:block}}@media(max-width:767px){.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:20px}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 20px!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 20px 0 0!important}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:14px}.eb-feature-list-p6cuk.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-p6cuk{display:block}}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{padding:12px 5px}.eb-feature-list-p6cuk.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){border-bottom:1px solid #EAECF0}@media (max-width:767px){.eb-feature-list-p6cuk{}}.eb-parent-eb-wrapper-6xktk{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-6xktk{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-6xktk>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-6xktk:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-6xktk .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-6xktk .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-6xktk{display:block}.root-eb-wrapper-6xktk{position:relative}.root-eb-wrapper-6xktk.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-6xktk.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-6xktk.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-6xktk.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-6xktk{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-6xktk{display:block}}.eb-parent-eb-wrapper-01o65{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-01o65{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-01o65>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-01o65:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-01o65 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-01o65 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-01o65{display:block}.root-eb-wrapper-01o65{position:relative}.root-eb-wrapper-01o65.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-01o65.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-01o65.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-01o65.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-01o65{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-01o65{display:block}}.eb-column-1vkea.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-1vkea.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-1vkea{width:24%;order:unset}.eb-parent-eb-column-1vkea{padding:0;background-color:rgb(249 250 251);transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-1vkea{display:block}.root-eb-column-1vkea{position:relative}.root-eb-column-1vkea.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-1vkea.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-1vkea.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-1vkea.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-1vkea{width:calc(24% - 0px);order:unset}.eb-parent-eb-column-1vkea{display:block}}@media(max-width:767px){.root-eb-column-1vkea{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-1vkea{margin-bottom:20px;border-radius:16px}.eb-parent-eb-column-1vkea{display:block}}.eb-infobox-wrapper.eb-infobox-1a4tg{padding:0;background-color:#fff0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-infobox-wrapper.eb-infobox-1a4tg:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-infobox-wrapper.eb-infobox-1a4tg .infobox-wrapper-inner{flex-direction:column-reverse;gap:0}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-infobox-image-wrapper img{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.eb-infobox-wrapper.eb-infobox-1a4tg .icon-img-wrapper{align-self:flex-start;margin-top:5px;margin-left:20px;margin-bottom:0}.eb-infobox-wrapper.eb-infobox-1a4tg .contents-wrapper{flex:1;text-align:center;text-align:center}.eb-infobox-wrapper.eb-infobox-1a4tg .title{font-family:"Caveat",cursive;font-size:20px;line-height:1em;font-weight:700;padding-top:0;padding-bottom:0;color:rgb(20 19 32)}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper .eb-image-wrapper-inner{margin-top:5px;margin-left:20px;margin-bottom:0;width:85px;height:auto;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper .eb-image-wrapper-inner img{filter:blur(0)brightness(1)contrast(1)grayscale(0)hue-rotate(0deg)invert(0)opacity(1)saturate(1)sepia(0)}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper figcaption{color:var(--eb-global-primary-color);text-align:center;font-size:13px}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption{background:var(--eb-global-background-color)}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-button-loadmore.infobox-btn,.eb-infobox-wrapper-eb-infobox-1a4tg .eb-button-loadmore.infobox-btn,.eb-infobox-wrapper.eb-infobox-1a4tg .eb-button-anchor.infobox-btn{background-color:var(--eb-global-button-background-color);border-radius:10px;font-size:20px;padding-top:15px;padding-right:30px;padding-left:30px;padding-bottom:15px;color:var(--eb-global-button-text-color);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-infobox-wrapper.eb-infobox-1a4tg .eb-button-anchor.infobox-btn:hover,.eb-infobox-wrapper-eb-infobox-1a4tg .eb-button-loadmore.infobox-btn:hover,.eb-infobox-wrapper.eb-infobox-1a4tg .eb-button-loadmore.infobox-btn:hover{border-radius:10px;color:var(--eb-global-button-text-color)}.eb-parent-eb-infobox-1a4tg{display:block}.root-eb-infobox-1a4tg{position:relative}.root-eb-infobox-1a4tg.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-infobox-1a4tg.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-infobox-1a4tg.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-infobox-1a4tg.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}.root-eb-infobox-1a4tg{position:relative!important}@media(max-width:1024px){.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-infobox-1a4tg{display:block}}@media(max-width:767px){.eb-infobox-wrapper.eb-infobox-1a4tg .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-infobox-1a4tg{display:block}}.eb-parent-eb-wrapper-sk1po{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-sk1po{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-sk1po>.eb-wrapper-inner>.eb-wrapper-inner-blocks{width:225px;max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-sk1po:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-sk1po .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-sk1po .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-sk1po{display:block}.root-eb-wrapper-sk1po{z-index:88;position:relative}.root-eb-wrapper-sk1po.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-sk1po.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-sk1po.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-sk1po.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}.root-eb-wrapper-sk1po{position:absolute!important;top:-100px;left:110px}@media(max-width:1024px){.eb-parent-eb-wrapper-sk1po{display:none}}@media(max-width:767px){.eb-parent-eb-wrapper-sk1po{display:none}}.eb-advance-heading-wrapper.eb-advance-heading-et4im{position:relative;text-align:left;margin-bottom:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-et4im:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title .first-title{color:rgb(16 24 40);font-family:"Inter",sans-serif;font-size:32px;line-height:1.3em;font-weight:600;padding-right:2px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title .second-title{color:rgb(71 84 103);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title .third-title{color:rgb(71 84 103);font-family:"Inter",sans-serif;font-size:14px;line-height:1.6em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-et4im{display:block}.root-eb-advance-heading-et4im{position:relative}.root-eb-advance-heading-et4im.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-et4im.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-et4im.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-et4im.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title .first-title{font-size:22px}.eb-advance-heading-wrapper.eb-advance-heading-et4im .eb-ah-title .second-title{font-size:16px}.eb-parent-eb-advance-heading-et4im{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-et4im{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-jcqgu{display:block}.root-eb-advance-heading-jcqgu{position:relative}.root-eb-advance-heading-jcqgu.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-jcqgu.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-jcqgu.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-jcqgu.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-jcqgu .eb-ah-title .first-title{font-size:12px}.eb-parent-eb-advance-heading-jcqgu{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-jcqgu{display:block}}.eb-button-wrapper.eb-button-ublua{margin-top:20px;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-ublua .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-ublua .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-ublua .eb-button-loadmore,.eb-button-wrapper-eb-button-ublua .eb-button-loadmore,.eb-button-wrapper.eb-button-ublua .eb-button-anchor{background-color:rgb(15 22 30);border-width:1px;border-color:rgb(208 213 221);border-style:solid;border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;padding-top:13px;padding-right:30px;padding-left:30px;padding-bottom:13px;color:rgb(255 255 255);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-ublua .eb-button-anchor:hover,.eb-button-wrapper-eb-button-ublua .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-ublua .eb-button-loadmore:hover{background-color:rgb(0 184 132);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-ublua{display:block}.root-eb-button-ublua{position:relative}.root-eb-button-ublua.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-ublua.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-ublua.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-ublua.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-button-wrapper.eb-button-ublua{margin-top:10px}.eb-button-wrapper.eb-button-ublua .eb-button-anchor{font-size:14px;padding-top:10px;padding-right:20px;padding-left:20px;padding-bottom:10px}.eb-parent-eb-button-ublua{display:block}}@media(max-width:767px){.eb-button-wrapper.eb-button-ublua{margin-top:20px}.eb-parent-eb-button-ublua{display:block}}.eb-parent-eb-wrapper-iccwr{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-iccwr{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-iccwr>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-iccwr:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-iccwr .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-iccwr .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-iccwr{display:block}.root-eb-wrapper-iccwr{position:relative}.root-eb-wrapper-iccwr.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-iccwr.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-iccwr.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-iccwr.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-iccwr{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-iccwr{display:block}}.eb-parent-eb-wrapper-yld02{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-yld02{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-yld02>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-yld02:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-yld02 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-yld02 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-yld02{display:block}.root-eb-wrapper-yld02{position:relative}.root-eb-wrapper-yld02.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-yld02.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-yld02.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-yld02.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-yld02{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-yld02{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-cq24y{position:relative;text-align:left;margin-bottom:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-cq24y:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .first-title{color:rgb(16 24 40);font-family:"Inter",sans-serif;font-size:32px;line-height:1.3em;font-weight:600;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .second-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:20px;line-height:1.3em;font-weight:400;text-decoration:line-through;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .third-title{color:rgb(71 84 103);font-family:"Inter",sans-serif;font-size:14px;line-height:1.6em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-cq24y{display:block}.root-eb-advance-heading-cq24y{position:relative}.root-eb-advance-heading-cq24y.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-cq24y.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-cq24y.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-cq24y.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-cq24y{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .first-title{font-size:24px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .second-title{font-size:16px}.eb-advance-heading-wrapper.eb-advance-heading-cq24y .eb-ah-title .third-title{font-size:12px}.eb-parent-eb-advance-heading-cq24y{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-nyfii{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-nyfii:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title .first-title{color:rgb(52 64 84);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-nyfii{display:block}.root-eb-advance-heading-nyfii{position:relative}.root-eb-advance-heading-nyfii.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-nyfii.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-nyfii.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-nyfii.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-nyfii{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-nyfii .eb-ah-title{margin-top:10px}.eb-parent-eb-advance-heading-nyfii{display:block}}.eb-button-wrapper.eb-button-nyo9n{margin-top:20px;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-nyo9n .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-nyo9n .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-nyo9n .eb-button-loadmore,.eb-button-wrapper-eb-button-nyo9n .eb-button-loadmore,.eb-button-wrapper.eb-button-nyo9n .eb-button-anchor{background-color:rgb(15 22 30);border-width:1px;border-color:rgb(208 213 221);border-style:solid;border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;padding-top:13px;padding-right:30px;padding-left:30px;padding-bottom:13px;color:rgb(255 255 255);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-nyo9n .eb-button-anchor:hover,.eb-button-wrapper-eb-button-nyo9n .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-nyo9n .eb-button-loadmore:hover{background-color:rgb(0 184 132);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-nyo9n{display:block}.root-eb-button-nyo9n{position:relative}.root-eb-button-nyo9n.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-nyo9n.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-nyo9n.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-nyo9n.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-button-nyo9n{display:block}}@media(max-width:767px){.eb-parent-eb-button-nyo9n{display:block}}.eb-parent-eb-wrapper-pycg3{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-pycg3{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-pycg3>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-pycg3:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-pycg3 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-pycg3 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-pycg3{display:block}.root-eb-wrapper-pycg3{position:relative}.root-eb-wrapper-pycg3.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-pycg3.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-pycg3.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-pycg3.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-pycg3{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-pycg3{display:block}}.eb-parent-eb-wrapper-vfx16{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-vfx16{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-vfx16>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-vfx16:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-vfx16 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-vfx16 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-vfx16{display:block}.root-eb-wrapper-vfx16{position:relative}.root-eb-wrapper-vfx16.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-vfx16.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-vfx16.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-vfx16.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-vfx16{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-vfx16{display:block}}.eb-toggle-t24xh.eb-toggle-wrapper{transition:all 0.5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-toggle-t24xh.eb-toggle-wrapper:before{transition:all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-secondary-label-text,.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-secondary-label,.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-primary-label-text,.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-primary-label{z-index:2}.eb-toggle-t24xh.eb-toggle-wrapper .eb-text-switch-toggle{z-index:0}.eb-toggle-t24xh.eb-toggle-wrapper .eb-text-switch-toggle,.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-controller{position:absolute;content:"";z-index:1;background:var(--eb-global-background-color);transition:0.4s}.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-heading{text-align:center;font-family:"Inter",sans-serif;font-size:17px;line-height:1.3em;font-weight:500;margin-bottom:10px}.eb-toggle-t24xh.eb-toggle-wrapper .eb-text-switch-label,.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-slider{background:rgb(204 204 204);border-radius:21px;border:0 none #0000;box-shadow:0 0 0 0 #0000}.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-switch{margin:0 10px}.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-seperator{display:none}.eb-toggle-t24xh.eb-toggle-wrapper .eb-switch-names{font-size:17px}.eb-toggle-t24xh.eb-toggle-wrapper.eb-toggle-secondary .eb-toggle-slider{background:rgb(56 88 232)!important}.eb-toggle-t24xh.eb-toggle-wrapper.eb-toggle-secondary .eb-toggle-controller{background:var(--eb-global-background-color)!important}.eb-parent-eb-toggle-t24xh{display:block}.root-eb-toggle-t24xh{z-index:99;position:relative}.root-eb-toggle-t24xh.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-toggle-t24xh.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-toggle-t24xh.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-toggle-t24xh.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-heading{font-size:12px}.eb-parent-eb-toggle-t24xh{display:block}}@media(max-width:767px){.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-heading{font-size:18px}.eb-parent-eb-toggle-t24xh{display:block}}.eb-toggle-t24xh .eb-toggle-secondary-label{font-weight:400;font-size:12px;line-height:160%;letter-spacing:0%}.eb-toggle-t24xh .eb-toggle-primary-label{padding-right:15px}.eb-toggle-t24xh.eb-toggle-wrapper .eb-toggle-heading{text-align:left!important}@media (max-width:768px){.eb-toggle-t24xh .eb-toggle-secondary-label{font-size:10px}.eb-toggle-t24xh .toggle-s{height:18px;width:30px}.eb-toggle-t24xh .toggle-s .eb-toggle-controller{bottom:3px;height:12px;left:3px;width:12px}}@media (max-width:450px){.eb-toggle-t24xh .toggle-s{width:42px!important}}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:12px}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title .first-title{color:rgb(102 112 133);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-hh4sg .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-hh4sg{display:block}.root-eb-advance-heading-hh4sg{position:relative}.root-eb-advance-heading-hh4sg.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-hh4sg.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-hh4sg.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-hh4sg.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-hh4sg{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-hh4sg{display:block}}.eb-gallery-img-wrapper.eb-image-gallery-aobj5{transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.no-isotope{gap:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid{display:flex;flex-wrap:wrap;justify-content:flex-start;min-width:1px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid .eb-gallery-img-content{width:calc((100% / 6) - 8.333333333333334px);box-sizing:border-box;min-width:1px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.masonry .eb-gallery-img-content{margin-bottom:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid .eb-gallery-img-content img{max-width:100%}.eb-gallery-img-wrapper.eb-image-gallery-aobj5:not(.pro-preset-5) .eb-gallery-img-content img{border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.pro-preset-5 .eb-gallery-img-content .eb-gallery-link-wrapper{border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-gallery-img-caption{color:var(--eb-global-button-text-color);background-color:var(--eb-global-secondary-color);padding-top:5px;padding-right:10px;padding-left:10px;padding-bottom:5px;font-size:13px;text-align:center}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.caption-style-2 .eb-gallery-link-wrapper:after{background-color:#525A66}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-img-gallery-content{background:var(--eb-global-secondary-color)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content{margin:calc(10px / 2);width:calc(100% / 6 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content.wide{margin:calc(10px / 2);width:calc(100% *2/ 6 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-gallery-img-description{color:var(--eb-global-button-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:5px;padding-right:10px;padding-left:10px;padding-bottom:5px;font-size:13px;text-align:center}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-img-gallery-action{color:#000;background-color:#fff;width:40px;height:40px;line-height:40px;border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-img-gallery-action:hover{color:#2673FF}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-link-wrapper:before,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay{background-color:#525A66}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-link-wrapper .eb-img-gallery-overlay{padding:0}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.pro-preset-4 .eb-gallery-link-wrapper::before{background:linear-gradient(to bottom,transparent 0,#525A66 100%);border-radius:0 0 0 0}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{border-radius:0 0 0 0}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{border-radius:0 0;background:#fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-0px * 2);height:calc(0px * 2);width:0;border-bottom-right-radius:0;box-shadow:0 0 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-0px * 2);width:calc(0px * 2);height:0;border-bottom-right-radius:0;box-shadow:0 0 0 0 #fff}.eb-parent-eb-image-gallery-aobj5 .eb-img-gallery-filter-wrapper{border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-aobj5 .eb-img-gallery-filter-wrapper.preset-4 .is-checked:after{background-color:var(--eb-global-button-text-color)}.eb-parent-eb-image-gallery-aobj5 .eb-img-gallery-filter-item{margin-top:0;margin-right:5px;margin-left:5px;margin-bottom:0;padding-top:05px;padding-right:10px;padding-left:10px;padding-bottom:05px;font-size:16px;text-transform:uppercase;border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s;color:var(--eb-global-text-color);background-color:var(--eb-global-tertiary-color)}.eb-parent-eb-image-gallery-aobj5 .eb-img-gallery-filter-item:hover{color:var(--eb-global-button-text-color);background-color:var(--eb-global-primary-color)}.eb-parent-eb-image-gallery-aobj5 .eb-img-gallery-filter-item.is-checked{color:var(--eb-global-button-text-color);background-color:var(--eb-global-primary-color)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(10px / 2);width:calc(99.99% / 6 - 10px)}.eb-parent.eb-image-gallery-aobj5 .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.eb-parent.eb-image-gallery-aobj5 .eb-button-loadmore.eb-img-gallery-loadmore,.eb-parent-eb-image-gallery-aobj5 .eb-button-loadmore.eb-img-gallery-loadmore,.eb-parent.eb-image-gallery-aobj5 .eb-button-anchor.eb-img-gallery-loadmore{background-color:var(--eb-global-button-background-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:16px;text-transform:uppercase;padding:14px;color:var(--eb-global-button-text-color);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent.eb-image-gallery-aobj5 .eb-button-anchor.eb-img-gallery-loadmore:hover,.eb-parent-eb-image-gallery-aobj5 .eb-button-loadmore.eb-img-gallery-loadmore:hover,.eb-parent.eb-image-gallery-aobj5 .eb-button-loadmore.eb-img-gallery-loadmore:hover{background-color:var(--eb-global-tertiary-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--eb-global-button-text-color)}.eb-parent-eb-image-gallery-aobj5 #eb-img-gallery-not-found{font-size:14px;color:var(--eb-global-text-color)}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper{margin-top:0;margin-right:13px;margin-left:13px;margin-bottom:12px;gap:25px}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .search-wrapper{width:65%;height:55px}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .search-wrapper .searchIcon{stroke:#A1A8B3}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-search-gallery-input{color:#444F62;background-color:#fff;font-size:16px;border-width:1px;border-color:#D4DBE5;border-style:solid;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-search-gallery-input:hover{border-radius:4px}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .filter-wrapper{width:calc(100% - 65%);height:55px}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .filter-wrapper button .filterIcon path,.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .filter-wrapper button .filterArrowIcon path{stroke:#444F62}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .filter-wrapper button{color:#444F62;background-color:#fff;font-size:16px;border-width:1px;border-color:#D4DBE5;border-style:solid;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .filter-wrapper button:hover{border-radius:4px}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-img-gallery-filter-wrapper{background-color:#fff;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-img-gallery-filter-item{color:#444F62;background-color:#fff;font-size:16px;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-img-gallery-filter-item:hover{border-radius:4px;color:#444F62;background-color:#F5F8FF}.eb-parent-eb-image-gallery-aobj5 .search-filter-wrappper .eb-img-gallery-filter-item.is-checked{color:#444F62;background-color:#F5F8FF;border-radius:4px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5 .eb-gallery-img-content .eb-gallery-img-shadow{background:#C2D0FF}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup.pro-preset-5.eb-popup-open{background:#f9f9f9}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup.pro-preset-6 .content__reveal{background:#000}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup.pro-preset-6 .eb-popup-item{background:#f9f9f9}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-heading{color:#000;font-size:50px;margin-bottom:20px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-text{color:#000;font-size:24px;margin-bottom:20px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-link{color:#000;font-size:20px;margin-bottom:30px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .action{width:40px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup.pro-preset-5 .action svg{stroke:#000}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup.pro-preset-6 .action path{fill:#000}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-gallery-img{border-radius:0 0 0 0}.eb-parent-eb-image-gallery-aobj5{display:block}.root-eb-image-gallery-aobj5{position:relative}.root-eb-image-gallery-aobj5.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-image-gallery-aobj5.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-image-gallery-aobj5.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-image-gallery-aobj5.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-gallery-img-wrapper.eb-image-gallery-aobj5.no-isotope{gap:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid .eb-gallery-img-content{width:calc((100% / 4) - 7.5px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.masonry .eb-gallery-img-content{margin-bottom:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid .eb-gallery-img-content img{max-width:100%}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content{margin:calc(10px / 2);width:calc(100% / 4 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content.wide{margin:calc(10px / 2);width:calc(100% *2/ 4 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.pro-preset-4 .eb-gallery-link-wrapper::before{border-radius:px px px px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{border-radius:px px px px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{border-radius:px 0}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-px * 2);height:calc(px * 2);width:px;border-bottom-right-radius:px;box-shadow:0 px 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-px * 2);width:calc(px * 2);height:px;border-bottom-right-radius:px;box-shadow:px 0 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(10px / 2);width:calc(95% / 4 - 10px)}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-heading{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-text{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-link{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .action{width:30px}.eb-parent-eb-image-gallery-aobj5{display:block}}@media(max-width:767px){.eb-gallery-img-wrapper.eb-image-gallery-aobj5.no-isotope{gap:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.grid .eb-gallery-img-content{width:calc((100% / 5) - 8px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.masonry .eb-gallery-img-content{margin-bottom:10px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content{margin:calc(10px / 2);width:calc(100% / 5 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.enable-isotope .eb-gallery-img-content.wide{margin:calc(10px / 2);width:calc(100% *2/ 4 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.pro-preset-4 .eb-gallery-link-wrapper::before{border-radius:px px px px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay,.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{border-radius:px px px px}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{border-radius:px 0}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-px * 2);height:calc(px * 2);width:px;border-bottom-right-radius:px;box-shadow:0 px 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-px * 2);width:calc(px * 2);height:px;border-bottom-right-radius:px;box-shadow:px 0 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-aobj5.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(10px / 2);width:calc(99.99% / 5 - 10px)}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-heading{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-text{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .eb-popup-item-link{margin-bottom:10px}.eb-parent-eb-image-gallery-aobj5 #eb-image-gallery-aobj5-popup .action{width:30px}.eb-parent-eb-image-gallery-aobj5{display:block}}.eb-parent-eb-wrapper-s5bbw{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-s5bbw{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:0;padding-left:0;padding-bottom:20px;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:1px;border-color:rgb(234 236 240);border-style:solid;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-s5bbw>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-s5bbw:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-s5bbw .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-s5bbw .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-s5bbw{display:block}.root-eb-wrapper-s5bbw{position:relative}.root-eb-wrapper-s5bbw.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-s5bbw.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-s5bbw.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-s5bbw.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-s5bbw{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-s5bbw{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-y020m{position:relative;text-align:left;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-y020m:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:12px}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title .first-title{color:rgb(102 112 133);font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:400;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-y020m .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-y020m{display:block}.root-eb-advance-heading-y020m{position:relative}.root-eb-advance-heading-y020m.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-y020m.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-y020m.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-y020m.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-y020m{display:block}}@media(max-width:767px){.eb-parent-eb-advance-heading-y020m{display:block}}.eb-feature-list-48qmt.eb-feature-list-wrapper{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-48qmt.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item{align-items:center}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:0}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{font-size:14px;padding:0;color:rgb(0 184 132)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:14px;width:14px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:14px;width:14px;fill:rgb(0 184 132)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:10px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 10px!important}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 10px 0 0!important}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:rgb(16 24 40)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:16px;line-height:1.3em;font-weight:500}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:#fff0;border-width:1px;border-color:rgb(0 184 132);border-style:solid;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-48qmt.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:0;height:calc(100% + 20px)}.eb-feature-list-48qmt.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-48qmt.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-48qmt{display:block}.root-eb-feature-list-48qmt{position:relative}.root-eb-feature-list-48qmt.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-48qmt.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-48qmt.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-48qmt.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-size:12px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{font-size:13px}.eb-feature-list-48qmt.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-48qmt{display:block}}@media(max-width:767px){.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(0px)}.eb-feature-list-48qmt.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(0px)}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-48qmt.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-48qmt.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-48qmt{display:block}}.eb-parent-eb-wrapper-biu6i{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-biu6i{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:0;padding-left:0;padding-bottom:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-biu6i>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-biu6i:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-biu6i .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-biu6i .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-biu6i{display:block}.root-eb-wrapper-biu6i{position:relative}.root-eb-wrapper-biu6i.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-biu6i.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-biu6i.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-biu6i.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-biu6i{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-biu6i{display:block}}.eb-column-oz1mc.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-oz1mc.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-oz1mc{width:28%;order:unset}.eb-parent-eb-column-oz1mc{padding-top:24px;padding-right:24px;padding-left:24px;padding-bottom:24px;background-color:rgb(245 247 246);border-width:1px;border-color:rgb(234 236 240);border-style:solid;border-top-left-radius:0;border-top-right-radius:16px;border-bottom-left-radius:0;border-bottom-right-radius:16px;transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-oz1mc{display:block}.root-eb-column-oz1mc{position:relative}.root-eb-column-oz1mc.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-oz1mc.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-oz1mc.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-oz1mc.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-oz1mc{width:calc(28% - 0px);order:unset}.eb-parent-eb-column-oz1mc{padding-top:20px;padding-right:15px;padding-left:15px;padding-bottom:20px}.eb-parent-eb-column-oz1mc{display:block}}@media(max-width:767px){.root-eb-column-oz1mc{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-oz1mc{border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.eb-parent-eb-column-oz1mc{display:block}}.eb-row-f85me.eb-row-root-container>*{position:relative}.eb-row-f85me.eb-row-root-container{padding-top:100px;padding-right:0;padding-left:0;padding-bottom:0;border-radius:16px;transition:all 0.5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-row-f85me.eb-row-root-container:before{transition:all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-row-f85me.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:0;flex-flow:row;align-items:unset}.eb-row-f85me.eb-row-root-container>.eb-row-wrapper>.eb-row-inner>.wp-block-essential-blocks-column{display:flex}.eb-row-f85me.eb-row-root-container>.eb-row-wrapper>.eb-row-inner>.wp-block-essential-blocks-column>*{width:100%}.eb-parent-eb-row-f85me{display:block}.root-eb-row-f85me{position:relative}.root-eb-row-f85me.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-row-f85me.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-row-f85me.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-row-f85me.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-row-f85me.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:0;flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-f85me{display:block}}@media(max-width:767px){.eb-row-f85me.eb-row-root-container{padding-top:30px}.eb-row-f85me.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:0;flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-f85me{display:block}}.collapse-section{overflow:hidden;transition:height 0.4s ease}.eb-button-wrapper.eb-button-wwc9q{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-wwc9q .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.eb-button-wrapper.eb-button-wwc9q .eb-button-loadmore,.eb-button-wrapper-eb-button-wwc9q .eb-button-loadmore,.eb-button-wrapper.eb-button-wwc9q .eb-button-anchor{background-color:#fff0;font-family:"Inter",sans-serif;font-size:16px;line-height:1.1em;font-weight:500;padding-top:0;padding-right:20px;padding-left:0;padding-bottom:0;color:rgb(152 162 179);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-wwc9q .eb-button-anchor:hover,.eb-button-wrapper-eb-button-wwc9q .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-wwc9q .eb-button-loadmore:hover{background-color:#fff0;color:rgb(0 0 0)}.eb-parent-eb-button-wwc9q{display:block}.root-eb-button-wwc9q{z-index:222;position:relative}.root-eb-button-wwc9q.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-wwc9q.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-wwc9q.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-wwc9q.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-button-wwc9q{display:none}}@media(max-width:767px){.eb-parent-eb-button-wwc9q{display:none}}.eb-button-wwc9q .eb-button.is-expanded .eb-button-anchor:after{transform:rotate(180deg)}.eb-button-wwc9q .eb-button-anchor{position:relative}.eb-button-wwc9q .eb-button-anchor:after{position:absolute;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f107";right:0}@media (max-width:767px){.eb-button-wwc9q{}}.eb-parent-eb-wrapper-o4r3t{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-o4r3t{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:20px;padding-left:24px;padding-bottom:40px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-o4r3t>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-o4r3t:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-o4r3t .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-o4r3t .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-o4r3t{display:block}.root-eb-wrapper-o4r3t{position:relative}.root-eb-wrapper-o4r3t.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-o4r3t.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-o4r3t.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-o4r3t.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-o4r3t{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-o4r3t{display:block}}.eb-parent-eb-wrapper-qoqw7{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-qoqw7{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:20px;padding-right:20px;padding-left:20px;padding-bottom:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-qoqw7>.eb-wrapper-inner>.eb-wrapper-inner-blocks{width:1320px;max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-qoqw7:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-qoqw7 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-qoqw7 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-qoqw7{display:block}.root-eb-wrapper-qoqw7{position:relative}.root-eb-wrapper-qoqw7.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-qoqw7.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-qoqw7.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-qoqw7.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-qoqw7{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-qoqw7{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm{position:relative;text-align:left;margin:0;padding:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title{text-align:left;margin:0}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title .first-title{color:rgb(248 249 255);font-family:"Inter",sans-serif;font-size:14px;line-height:1em;font-weight:600;font-style:normal;text-decoration:initial;text-transform:none;padding:0;border-radius:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title .second-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-9cxfm .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-9cxfm{display:block}.root-eb-advance-heading-9cxfm{z-index:2;position:relative}.root-eb-advance-heading-9cxfm.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-9cxfm.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-9cxfm.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-9cxfm.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}.root-eb-advance-heading-9cxfm{position:absolute!important;top:0;right:0;left:0;bottom:10px}.root-eb-advance-heading-9cxfm>.eb-parent-wrapper:first-of-type{transform:rotate(-4deg) scale(1);transition:transform 400ms}@media(max-width:1024px){.eb-parent-eb-advance-heading-9cxfm{display:block}.root-eb-advance-heading-9cxfm>.eb-parent-wrapper:first-of-type{transform:scale(1)}}@media(max-width:767px){.eb-parent-eb-advance-heading-9cxfm{display:block}.root-eb-advance-heading-9cxfm>.eb-parent-wrapper:first-of-type{transform:scale(1)}}@media (max-width:767px){.eb-advance-heading-9cxfm{}}.root-eb-advance-heading-9cxfm{display:flex;align-items:center;justify-content:center}.eb-advanced-image-wrapper.eb-advanced-image-cwsto{margin:0;padding:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper{align-items:flex-start}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper .eb-image-wrapper-inner{padding:0;margin:0;width:140px;height:auto;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper figcaption{color:var(--eb-global-primary-color);text-align:center;font-size:13px}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper .eb-image-wrapper-inner.eb-img-caption-style-1 figcaption{background:var(--eb-global-background-color)}.eb-parent-eb-advanced-image-cwsto{display:block}.root-eb-advanced-image-cwsto{position:relative}.root-eb-advanced-image-cwsto.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advanced-image-cwsto.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advanced-image-cwsto.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advanced-image-cwsto.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-cwsto{display:block}}@media(max-width:767px){.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper{align-items:center}.eb-advanced-image-wrapper.eb-advanced-image-cwsto .eb-image-wrapper figcaption{text-align:center}.eb-parent-eb-advanced-image-cwsto{display:block}}.eb-parent-eb-wrapper-hp7ch{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-hp7ch{margin:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-hp7ch>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-hp7ch:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-hp7ch .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-hp7ch .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-hp7ch{display:block}.root-eb-wrapper-hp7ch{position:relative}.root-eb-wrapper-hp7ch.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-hp7ch.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-hp7ch.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-hp7ch.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-wrapper-hp7ch{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-hp7ch{display:block}}.eb-parent-eb-wrapper-44ulr{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-44ulr{margin-top:-12px;margin-right:0;margin-left:0;margin-bottom:0;padding:0;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-44ulr>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-44ulr:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-44ulr .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-44ulr .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-44ulr{display:block}.root-eb-wrapper-44ulr{position:relative}.root-eb-wrapper-44ulr.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-44ulr.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-44ulr.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-44ulr.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-44ulr{margin-top:0}.eb-parent-eb-wrapper-44ulr{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-44ulr{display:block}}.eb-flex-container.eb-flex-container-p8196{margin:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:10px}.eb-flex-container.eb-flex-container-p8196:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-flex-container.eb-flex-container-p8196:not(.editor)>.eb-flex-container-inner{flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;row-gap:10px;column-gap:10px;overflow:visible}.eb-flex-container.eb-flex-container-p8196>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;row-gap:10px;column-gap:10px;overflow:visible;margin:0 auto}.eb-parent-eb-flex-container-p8196{display:block}.root-eb-flex-container-p8196{position:relative}.root-eb-flex-container-p8196.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-flex-container-p8196.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-flex-container-p8196.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-flex-container-p8196.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-flex-container.eb-flex-container-p8196:not(.editor)>.eb-flex-container-inner{flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;column-gap:100px}.eb-flex-container.eb-flex-container-p8196>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;column-gap:100px}.eb-parent-eb-flex-container-p8196{display:block}}@media(max-width:767px){.eb-flex-container.eb-flex-container-p8196:not(.editor)>.eb-flex-container-inner{flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;column-gap:40px}.eb-flex-container.eb-flex-container-p8196>.block-editor-inner-blocks>.block-editor-block-list__layout{flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap;column-gap:40px}.eb-parent-eb-flex-container-p8196{display:block}}.eb-advance-heading-wrapper.eb-advance-heading-qszwo{position:relative;text-align:left;margin:0;padding:0;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-qszwo:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:8px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .first-title{color:rgb(75 93 123);font-family:"Inter",sans-serif;font-size:36px;line-height:1.2em;font-weight:500;font-style:normal;text-decoration:initial;text-transform:capitalize;letter-spacing:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .second-title{color:var(--eb-global-heading-color);font-family:"Fira Sans",sans-serif;font-size:36px;line-height:1.2em;font-weight:500;font-style:italic;text-decoration:underline;text-transform:capitalize;letter-spacing:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .third-title{color:rgb(75 93 123);font-family:"Inter",sans-serif;font-size:36px;line-height:1.2em;font-weight:400;font-style:normal;text-decoration:initial;text-transform:capitalize;letter-spacing:0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-subtitle{text-align:left;color:rgb(108 59 255);font-family:"Inter",sans-serif;font-size:48px;line-height:1.3em;font-weight:700;font-style:normal;text-decoration:initial;text-transform:capitalize;letter-spacing:0;margin-top:0;margin-right:0;margin-left:0;margin-bottom:24px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-separator{color:rgb(108 59 255);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-qszwo{display:block}.root-eb-advance-heading-qszwo{position:relative}.root-eb-advance-heading-qszwo.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-qszwo.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-qszwo.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-qszwo.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-advance-heading-qszwo{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .first-title{font-size:28px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .second-title{font-size:28px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-title .third-title{font-size:28px}.eb-advance-heading-wrapper.eb-advance-heading-qszwo .eb-ah-subtitle{font-size:32px}.eb-parent-eb-advance-heading-qszwo{display:block}}.eb-advance-heading-qszwo .eb-ah-title span{display:block}@media (max-width:767px){.eb-advance-heading-qszwo{}}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7{position:relative;text-align:left;margin-bottom:32px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title{text-align:left;margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title{line-height:1}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title:has(>a){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title:has(>span){line-height:0}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .first-title{color:rgb(56 88 232);font-family:"Inter",sans-serif;font-size:48px;line-height:1.3em;font-weight:700;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .second-title{color:rgb(102 112 133);font-family:"Inter",sans-serif;font-size:24px;line-height:1.3em;font-weight:400;text-decoration:line-through;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .third-title{color:var(--eb-global-heading-color);transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-subtitle{text-align:left;color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:20px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-separator{color:var(--eb-global-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-separator.line{border-style:none none solid;border-color:var(--eb-global-primary-color);border-width:4px;width:100px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-separator.icon{text-align:left;color:var(--eb-global-primary-color);font-size:30px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-separator.icon svg{fill:var(--eb-global-primary-color);height:30px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-separator.icon>*{color:var(--eb-global-primary-color)}.eb-parent-eb-advance-heading-6yhw7{display:block}.root-eb-advance-heading-6yhw7{position:relative}.root-eb-advance-heading-6yhw7.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-advance-heading-6yhw7.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-advance-heading-6yhw7.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-advance-heading-6yhw7.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .first-title{font-size:22px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .second-title{font-size:16px}.eb-parent-eb-advance-heading-6yhw7{display:block}}@media(max-width:767px){.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .first-title{font-size:24px}.eb-advance-heading-wrapper.eb-advance-heading-6yhw7 .eb-ah-title .second-title{font-size:18px}.eb-parent-eb-advance-heading-6yhw7{display:block}}.eb-button-wrapper.eb-button-ccj7k{margin-top:0;margin-right:0;margin-left:0;margin-bottom:0}.eb-button-wrapper.eb-button-ccj7k .eb-button-anchor{width:100%}.eb-button-wrapper.eb-button-ccj7k .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.eb-button-wrapper.eb-button-ccj7k .eb-button-loadmore,.eb-button-wrapper-eb-button-ccj7k .eb-button-loadmore,.eb-button-wrapper.eb-button-ccj7k .eb-button-anchor{background-color:rgb(15 22 30);border-radius:16px;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6em;font-weight:600;font-style:normal;text-transform:capitalize;letter-spacing:0;padding-top:12px;padding-right:24px;padding-left:24px;padding-bottom:12px;color:rgb(255 255 255);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-button-wrapper.eb-button-ccj7k .eb-button-anchor:hover,.eb-button-wrapper-eb-button-ccj7k .eb-button-loadmore:hover,.eb-button-wrapper.eb-button-ccj7k .eb-button-loadmore:hover{background-color:rgb(0 184 132);color:var(--eb-global-button-text-color)}.eb-parent-eb-button-ccj7k{display:block}.root-eb-button-ccj7k{position:relative}.root-eb-button-ccj7k.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-button-ccj7k.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-button-ccj7k.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-button-ccj7k.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-parent-eb-button-ccj7k{display:block}}@media(max-width:767px){.eb-parent-eb-button-ccj7k{display:block}}.eb-button-k2yduhf{position:relative;z-index:11}@media (max-width:767px){.eb-button-k2yduhf{}}.eb-parent-eb-wrapper-s8jl2{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-s8jl2{margin:0;padding-top:12px;padding-right:24px;padding-left:24px;padding-bottom:24px;background-image:url(https://betterdocs.co/wp-content/uploads/2026/06/Frame-427323923.png);background-size:206px auto;background-position:bottom right;background-repeat:no-repeat;background-color:rgb(237 240 255);border-radius:12px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-s8jl2>.eb-wrapper-inner>.eb-wrapper-inner-blocks{max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-s8jl2:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-s8jl2 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-s8jl2 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-s8jl2{display:block}.root-eb-wrapper-s8jl2{position:relative}.root-eb-wrapper-s8jl2.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-s8jl2.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-s8jl2.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-s8jl2.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-s8jl2{background-attachment:scroll}.eb-parent-eb-wrapper-s8jl2{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-s8jl2{display:block}}.eb-column-zcjwm.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-zcjwm.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-zcjwm{width:32%;order:unset}.eb-parent-eb-column-zcjwm{transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-zcjwm{display:block}.root-eb-column-zcjwm{position:relative}.root-eb-column-zcjwm.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-zcjwm.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-zcjwm.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-zcjwm.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-zcjwm{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-zcjwm{margin:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:40px}.eb-parent-eb-column-zcjwm{display:block}}@media(max-width:767px){.root-eb-column-zcjwm{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-zcjwm{display:block}}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d{margin-top:-10px;margin-right:0;margin-left:0;margin-bottom:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:32px;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.no-isotope{gap:20px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.grid{display:flex;flex-wrap:wrap;justify-content:flex-start;min-width:1px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.grid .eb-gallery-img-content{width:calc((100% / 6) - 16.666666666666668px);box-sizing:border-box;min-width:1px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.masonry .eb-gallery-img-content{margin-bottom:20px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.grid .eb-gallery-img-content img{height:100%;width:100%}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d:not(.pro-preset-5) .eb-gallery-img-content img{border-radius:7px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.pro-preset-5 .eb-gallery-img-content .eb-gallery-link-wrapper{border-radius:7px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-gallery-img-caption{color:var(--eb-global-primary-color);background-color:var(--eb-global-background-color);font-size:13px;text-align:center}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.caption-style-2 .eb-gallery-link-wrapper:after{background-color:rgba(0 0 0 / .7)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-img-gallery-content{background:var(--eb-global-secondary-color)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content{margin:calc(20px / 2);width:calc(100% / 6 - 20px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content.wide{margin:calc(20px / 2);width:calc(100% *2/ 6 - 20px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-gallery-img-description{color:var(--eb-global-button-text-color);margin-top:0;margin-right:0;margin-left:0;margin-bottom:0;padding-top:5px;padding-right:10px;padding-left:10px;padding-bottom:5px;font-size:13px;text-align:center}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-img-gallery-action{color:#444F62;background-color:#fff;width:40px;height:40px;line-height:40px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-img-gallery-action:hover{color:#2673FF}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-link-wrapper:before,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay{background-color:rgba(0 0 0 / .7)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.pro-preset-4 .eb-gallery-link-wrapper::before{background:linear-gradient(to bottom,transparent 0,rgba(0 0 0 / .7) 100%);border-radius:7px 7px 7px 7px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{border-radius:7px 7px 7px 7px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{border-radius:7px 0;background:#fff}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-7px * 2);height:calc(7px * 2);width:7px;border-bottom-right-radius:7px;box-shadow:0 7px 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-7px * 2);width:calc(7px * 2);height:7px;border-bottom-right-radius:7px;box-shadow:7px 0 0 0 #fff}.eb-parent-eb-image-gallery-vvb9d .eb-img-gallery-filter-wrapper{transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-vvb9d .eb-img-gallery-filter-wrapper.preset-4 .is-checked:after{background-color:var(--eb-global-button-text-color)}.eb-parent-eb-image-gallery-vvb9d .eb-img-gallery-filter-item{margin-top:0;margin-right:5px;margin-left:5px;margin-bottom:0;padding-top:5px;padding-right:10px;padding-left:10px;padding-bottom:5px;font-size:16px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s;color:var(--eb-global-text-color);background-color:var(--eb-global-tertiary-color)}.eb-parent-eb-image-gallery-vvb9d .eb-img-gallery-filter-item:hover{color:var(--eb-global-button-text-color);background-color:var(--eb-global-primary-color)}.eb-parent-eb-image-gallery-vvb9d .eb-img-gallery-filter-item.is-checked{color:var(--eb-global-button-text-color);background-color:var(--eb-global-primary-color)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(20px / 2);width:calc(99.99% / 6 - 20px)}.eb-parent.eb-image-gallery-vvb9d .eb-button-inner-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center}.eb-parent.eb-image-gallery-vvb9d .eb-button-loadmore.eb-img-gallery-loadmore,.eb-parent-eb-image-gallery-vvb9d .eb-button-loadmore.eb-img-gallery-loadmore,.eb-parent.eb-image-gallery-vvb9d .eb-button-anchor.eb-img-gallery-loadmore{background-color:var(--eb-global-button-background-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;font-size:16px;padding:14px;color:var(--eb-global-button-text-color);transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent.eb-image-gallery-vvb9d .eb-button-anchor.eb-img-gallery-loadmore:hover,.eb-parent-eb-image-gallery-vvb9d .eb-button-loadmore.eb-img-gallery-loadmore:hover,.eb-parent.eb-image-gallery-vvb9d .eb-button-loadmore.eb-img-gallery-loadmore:hover{background-color:var(--eb-global-tertiary-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--eb-global-button-text-color)}.eb-parent-eb-image-gallery-vvb9d #eb-img-gallery-not-found{font-size:14px;color:var(--eb-global-text-color)}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper{margin-top:0;margin-right:13px;margin-left:13px;margin-bottom:12px;gap:25px}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .search-wrapper{width:65%;height:55px}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .search-wrapper .searchIcon{stroke:#A1A8B3}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-search-gallery-input{color:#444F62;background-color:#fff;font-size:16px;border-width:1px;border-color:#D4DBE5;border-style:solid;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-search-gallery-input:hover{border-radius:4px}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .filter-wrapper{width:calc(100% - 65%);height:55px}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .filter-wrapper button .filterIcon path,.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .filter-wrapper button .filterArrowIcon path{stroke:#444F62}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .filter-wrapper button{color:#444F62;background-color:#fff;font-size:16px;border-width:1px;border-color:#D4DBE5;border-style:solid;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .filter-wrapper button:hover{border-radius:4px}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-img-gallery-filter-wrapper{background-color:#fff;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-img-gallery-filter-item{color:#444F62;background-color:#fff;font-size:16px;border-radius:4px;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-img-gallery-filter-item:hover{border-radius:4px;color:#444F62;background-color:#F5F8FF}.eb-parent-eb-image-gallery-vvb9d .search-filter-wrappper .eb-img-gallery-filter-item.is-checked{color:#444F62;background-color:#F5F8FF;border-radius:4px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content .eb-gallery-img-shadow{background:#C2D0FF}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup.pro-preset-5.eb-popup-open{background:#f9f9f9}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup.pro-preset-6 .content__reveal{background:#000}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup.pro-preset-6 .eb-popup-item{background:#f9f9f9}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-heading{color:#000;font-size:50px;margin-bottom:20px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-text{color:#000;font-size:24px;margin-bottom:20px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-link{color:#000;font-size:20px;margin-bottom:30px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .action{width:40px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup.pro-preset-5 .action svg{stroke:#000}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup.pro-preset-6 .action path{fill:#000}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-gallery-img{border-radius:7px 7px 7px 7px}.eb-parent-eb-image-gallery-vvb9d{display:block}.root-eb-image-gallery-vvb9d{position:relative}.root-eb-image-gallery-vvb9d.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-image-gallery-vvb9d.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-image-gallery-vvb9d.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-image-gallery-vvb9d.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.no-isotope{gap:10px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.grid .eb-gallery-img-content{width:calc((100% / 6) - 8.333333333333334px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.masonry .eb-gallery-img-content{margin-bottom:10px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content{margin:calc(10px / 2);width:calc(100% / 6 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content.wide{margin:calc(10px / 2);width:calc(100% *2/ 6 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-0px * 2);height:calc(0px * 2)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-0px * 2);width:calc(0px * 2)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(10px / 2);width:calc(95% / 6 - 10px)}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-heading{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-text{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-link{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .action{width:30px}.eb-parent-eb-image-gallery-vvb9d{display:block}}@media(max-width:767px){.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.no-isotope{gap:10px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.grid .eb-gallery-img-content{width:calc((100% / 3) - 6.666666666666667px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.masonry .eb-gallery-img-content{margin-bottom:10px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d .eb-gallery-img-content img{border-radius:3px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .grid-sizer,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content{margin:calc(10px / 2);width:calc(100% / 3 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.enable-isotope .eb-gallery-img-content.wide{margin:calc(10px / 2);width:calc(100% *2/ 6 - 10px)}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.pro-preset-4 .eb-gallery-link-wrapper::before{border-radius:3px 3px 3px 3px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-overlay,.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-gallery-img-container{border-radius:3px 3px 3px 3px}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions{border-radius:3px 0}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::before{top:calc(-3px * 2);height:calc(3px * 2);width:3px;border-bottom-right-radius:3px;box-shadow:0 3px 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.preset-3 .eb-gallery-link-wrapper .eb-img-gallery-actions::after{bottom:0;left:calc(-3px * 2);width:calc(3px * 2);height:3px;border-bottom-right-radius:3px;box-shadow:3px 0 0 0 #fff}.eb-gallery-img-wrapper.eb-image-gallery-vvb9d.eb-filterable-img-gallery .eb-gallery-img-content{margin:calc(10px / 2);width:calc(99.99% / 3 - 10px)}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-heading{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-text{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .eb-popup-item-link{margin-bottom:10px}.eb-parent-eb-image-gallery-vvb9d #eb-image-gallery-vvb9d-popup .action{width:30px}.eb-parent-eb-image-gallery-vvb9d{display:block}}.eb-feature-list-ff5hw.eb-feature-list-wrapper{margin:0;padding-top:0;padding-right:0;padding-left:10px;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-ff5hw.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:14px;width:14px;font-size:14px;padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;color:rgb(112 126 149)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:14px;width:14px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:14px;width:14px;fill:rgb(112 126 149)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(16px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(16px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{padding:0;border-radius:1px;margin:8px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 8px!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 8px 0 0!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:var(--eb-global-heading-color)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:500;font-style:normal;text-decoration:initial;text-transform:none;letter-spacing:0}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:#fff0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-ff5hw.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:0;height:calc(100% + 32px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-ff5hw.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-ff5hw{display:block}.root-eb-feature-list-ff5hw{position:relative}.root-eb-feature-list-ff5hw.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-ff5hw.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-ff5hw.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-ff5hw.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:px;width:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(12px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(12px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 24px)}.eb-parent-eb-feature-list-ff5hw{display:block}}@media(max-width:767px){.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:px;width:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-ff5hw.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-ff5hw{display:block}}.eb-feature-list-ff5hw .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box{display:flex}@media (max-width:767px){.eb-feature-list-ff5hw{}}.eb-column-oifnp.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-oifnp.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-oifnp{width:50%;order:unset}.eb-parent-eb-column-oifnp{transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-oifnp{display:block}.root-eb-column-oifnp{position:relative}.root-eb-column-oifnp.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-oifnp.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-oifnp.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-oifnp.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-oifnp{width:calc(50% - 0px);order:unset}.eb-parent-eb-column-oifnp{display:block}}@media(max-width:767px){.root-eb-column-oifnp{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-oifnp{margin:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:10px}.eb-parent-eb-column-oifnp{display:block}}.eb-feature-list-umdmn.eb-feature-list-wrapper{margin:0;padding-top:0;padding-right:0;padding-left:10px;padding-bottom:0;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-umdmn.eb-feature-list-wrapper:before{transition:all 0.3s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-title{margin-bottom:5px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:14px;width:14px;font-size:14px;padding-top:0;padding-right:0;padding-left:0;padding-bottom:0;color:rgb(112 126 149)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:14px;width:14px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon svg{height:14px;width:14px;fill:rgb(112 126 149)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(16px)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(16px)}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{padding:0;border-radius:1px;margin:8px;transition:all 0.3s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 8px!important}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 8px 0 0!important}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title>a,.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title:visited{color:var(--eb-global-heading-color)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title,.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-title a{font-family:"Inter",sans-serif;font-size:14px;line-height:1.3em;font-weight:500;font-style:normal;text-decoration:initial;text-transform:none;letter-spacing:0}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-content-box .eb-feature-list-content{color:var(--eb-global-text-color);font-size:14px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon-inner{background-color:#fff0;transition:border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-feature-list-umdmn.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{border-left:solid var(--eb-global-primary-color);border-width:2px;top:0;height:calc(100% + 32px)}.eb-feature-list-umdmn.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-item:before{border-left:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-umdmn.eb-feature-list-wrapper.connector-style-2 .eb-feature-list-items .eb-feature-list-icon-box:before{border-top:solid var(--eb-global-primary-color);border-width:2px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-badge{color:#fff;background-color:var(--eb-global-primary-color);font-size:12px;border-radius:10px;padding-top:2px;padding-right:10px;padding-left:10px;padding-bottom:2px;margin-left:5px}.eb-parent-eb-feature-list-umdmn{display:block}.root-eb-feature-list-umdmn{position:relative}.root-eb-feature-list-umdmn.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-feature-list-umdmn.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-feature-list-umdmn.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-feature-list-umdmn.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:px;width:px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-items .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(12px)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(12px)}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-umdmn.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 24px)}.eb-parent-eb-feature-list-umdmn{display:block}}@media(max-width:767px){.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon{height:px;width:px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box .eb-feature-list-icon img{height:px;width:px}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:last-child){margin-bottom:calc(10px)}.eb-feature-list-umdmn.eb-feature-list-wrapper .eb-feature-list-items .eb-feature-list-item:not(:first-child){margin-top:calc(10px)}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-left .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-right .eb-feature-list-items .eb-feature-list-content-box,.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-icon-position-top .eb-feature-list-items .eb-feature-list-content-box{margin:px}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-left .eb-feature-list-items .eb-feature-list-content-box{margin:0 0 0 px!important}.eb-feature-list-umdmn.eb-feature-list-wrapper.eb-mobile-icon-position-right .eb-feature-list-items .eb-feature-list-content-box{margin:0 px 0 0!important}.eb-feature-list-umdmn.eb-feature-list-wrapper.connector-style-1 .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box:before{height:calc(100% + 20px)}.eb-parent-eb-feature-list-umdmn{display:block}}.eb-feature-list-umdmn .eb-feature-list-items .eb-feature-list-item .eb-feature-list-icon-box{display:flex}@media (max-width:767px){.eb-feature-list-umdmn{}}.eb-column-e8uuh.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-e8uuh.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-e8uuh{width:50%;order:unset}.eb-parent-eb-column-e8uuh{transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-e8uuh{display:block}.root-eb-column-e8uuh{position:relative}.root-eb-column-e8uuh.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-e8uuh.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-e8uuh.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-e8uuh.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-e8uuh{width:calc(50% - 0px);order:unset}.eb-parent-eb-column-e8uuh{display:block}}@media(max-width:767px){.root-eb-column-e8uuh{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-e8uuh{display:block}}.eb-row-einyg.eb-row-root-container>*{position:relative}.eb-row-einyg.eb-row-root-container{margin-top:0;margin-bottom:0;padding:0;transition:all 0.5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-row-einyg.eb-row-root-container:before{transition:all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-row-einyg.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:0;flex-flow:row}.eb-parent-eb-row-einyg{display:block}.root-eb-row-einyg{position:relative}.root-eb-row-einyg.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-row-einyg.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-row-einyg.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-row-einyg.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-row-einyg.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-einyg{display:block}}@media(max-width:767px){.eb-row-einyg.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-einyg{display:block}}.eb-column-19zvb.eb-column-wrapper>.eb-column-inner>*{position:relative}.eb-column-19zvb.eb-column-wrapper>.eb-column-inner:before{transition:all .5s,background 0.5s,opacity 0.5s,filter 0.5s}.root-eb-column-19zvb{align-self:center!important;width:68%;order:unset}.eb-parent-eb-column-19zvb{transition:all .5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-parent-eb-column-19zvb{display:block}.root-eb-column-19zvb{position:relative}.root-eb-column-19zvb.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-column-19zvb.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-column-19zvb.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-column-19zvb.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.root-eb-column-19zvb{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-19zvb{display:block}}@media(max-width:767px){.root-eb-column-19zvb{width:calc(100% - 0px);order:unset}.eb-parent-eb-column-19zvb{display:block}}.eb-row-ewq33.eb-row-root-container>*{position:relative}.eb-row-ewq33.eb-row-root-container{background-image:url(https://betterdocs.co/wp-content/uploads/2026/06/bg-overlay-for-hero-section.png);background-size:380px auto;background-position:bottom right;background-repeat:no-repeat;margin-top:0;margin-bottom:0;padding-top:20px;padding-right:20px;padding-left:20px;padding-bottom:20px;border-width:1px;border-color:rgb(245 225 247);border-style:solid;border-radius:16px;box-shadow:rgb(218 206 242) 0 1px 0 0;transition:all 0.5s,background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-row-ewq33.eb-row-root-container:hover{box-shadow:rgb(218 206 242) 0 1px 0 0}.eb-row-ewq33.eb-row-root-container:before{transition:all 0.5s,background 0.5s,opacity 0.5s,filter 0.5s}.eb-row-ewq33.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:20px;flex-flow:row}.eb-parent-eb-row-ewq33{display:block}.root-eb-row-ewq33{position:relative}.root-eb-row-ewq33.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-row-ewq33.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-row-ewq33.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-row-ewq33.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-row-ewq33.eb-row-root-container{background-attachment:scroll}.eb-row-ewq33.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{gap:0;flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-ewq33{display:block}}@media(max-width:767px){.eb-row-ewq33.eb-row-root-container{margin-top:0;margin-bottom:0;padding-top:10px;padding-right:10px;padding-left:10px;padding-bottom:20px}.eb-row-ewq33.eb-row-root-container>.eb-row-wrapper>.eb-row-inner{flex-flow:row;flex-wrap:wrap!important}.eb-parent-eb-row-ewq33{display:block}}.eb-parent-eb-wrapper-vuhr4{position:relative}.eb-wrapper-align-center{margin-right:auto!important;margin-left:auto!important}.eb-wrapper-align-right{margin-left:auto!important}.eb-wrapper-outer.eb-wrapper-vuhr4{margin:0;padding-top:0;padding-right:0;padding-left:0;padding-bottom:40px;max-width:100%;transition:background 0.5s,border 0.5s,border-radius 0.5s,box-shadow 0.5s}.eb-wrapper-outer.eb-wrapper-vuhr4>.eb-wrapper-inner>.eb-wrapper-inner-blocks{width:1320px;max-width:100%;position:relative}.eb-wrapper-outer.eb-wrapper-vuhr4:before{transition:background 0.5s,opacity 0.5s,filter 0.5s}.eb-parent-eb-wrapper-vuhr4 .eb-shape-divider-top svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-vuhr4 .eb-shape-divider-bottom svg{width:calc(100% + 1.3px)}.eb-parent-eb-wrapper-vuhr4{display:block}.root-eb-wrapper-vuhr4{position:relative}.root-eb-wrapper-vuhr4.eb_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px)}.root-eb-wrapper-vuhr4.eb_liquid_glass-effect2{background-color:#FFFFFF1F;backdrop-filter:blur(24px) brightness(1)}.root-eb-wrapper-vuhr4.eb_liquid_glass_shadow-effect1{border-width:1px;border-color:#FFFFFF1F;border-style:solid;border-radius:24px}.root-eb-wrapper-vuhr4.eb_liquid_glass-effect1>.eb-parent-wrapper>div{background:#fff0}@media(max-width:1024px){.eb-wrapper-outer.eb-wrapper-vuhr4{padding-right:20px;padding-left:20px}.eb-parent-eb-wrapper-vuhr4{display:block}}@media(max-width:767px){.eb-parent-eb-wrapper-vuhr4{display:block}}.menu-item-object-language_switcher .trp-flag-image{display:inline-block;margin:-1px 5px;vertical-align:baseline;padding:0;border:0;border-radius:0}#wp-admin-bar-wp-rocket .trp-flag-image{width:18px!important;height:12px!important}.trp-language-switcher{height:42px;position:relative;box-sizing:border-box;width:200px;text-overflow:ellipsis;white-space:nowrap}.trp-language-switcher>div{box-sizing:border-box;padding:4px 20px 3px 13px;border:1.5px solid #949494;border-radius:2px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgo8ZGVmcz4KPC9kZWZzPgo8ZyBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDA7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IG5vbmU7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDA2NTkzNDA2NTkzNDAxNiAxLjQwNjU5MzQwNjU5MzQwMTYpIHNjYWxlKDIuODEgMi44MSkiID4KCTxwYXRoIGQ9Ik0gOTAgMjQuMjUgYyAwIC0wLjg5NiAtMC4zNDIgLTEuNzkyIC0xLjAyNSAtMi40NzUgYyAtMS4zNjYgLTEuMzY3IC0zLjU4MyAtMS4zNjcgLTQuOTQ5IDAgTCA0NSA2MC44IEwgNS45NzUgMjEuNzc1IGMgLTEuMzY3IC0xLjM2NyAtMy41ODMgLTEuMzY3IC00Ljk1IDAgYyAtMS4zNjYgMS4zNjcgLTEuMzY2IDMuNTgzIDAgNC45NSBsIDQxLjUgNDEuNSBjIDEuMzY2IDEuMzY3IDMuNTgzIDEuMzY3IDQuOTQ5IDAgbCA0MS41IC00MS41IEMgODkuNjU4IDI2LjA0MiA5MCAyNS4xNDYgOTAgMjQuMjUgeiIgc3R5bGU9InN0cm9rZTogbm9uZTsgc3Ryb2tlLXdpZHRoOiAxOyBzdHJva2UtZGFzaGFycmF5OiBub25lOyBzdHJva2UtbGluZWNhcDogYnV0dDsgc3Ryb2tlLWxpbmVqb2luOiBtaXRlcjsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyBmaWxsOiByZ2IoMCwwLDApOyBmaWxsLXJ1bGU6IG5vbnplcm87IG9wYWNpdHk6IDE7IiB0cmFuc2Zvcm09IiBtYXRyaXgoMSAwIDAgMSAwIDApICIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiAvPgo8L2c+Cjwvc3ZnPg==);background-repeat:no-repeat;background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 3px) calc(1em + 0px);background-size:8px 8px,8px 8px;background-repeat:no-repeat;background-color:#fff}.trp-language-switcher>div:hover{background-image:none}.trp-language-switcher>div>a{display:block;padding:7px 12px;border-radius:3px;text-decoration:none;color:#1E1E1E;font-style:normal;font-weight:400;font-size:16px}.trp-language-switcher>div>a:hover{background:#F0F0F0;border-radius:2px}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language{cursor:default}.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover{background:none}.trp-language-switcher>div>a>img{display:inline;margin:0 3px;width:18px;height:12px;border-radius:0}.trp-language-switcher .trp-ls-shortcode-current-language{display:inline-block}.trp-language-switcher:focus .trp-ls-shortcode-current-language,.trp-language-switcher:hover .trp-ls-shortcode-current-language{visibility:hidden}.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-language-switcher:focus .trp-ls-shortcode-language,.trp-language-switcher:hover .trp-ls-shortcode-language{visibility:visible;max-height:250px;padding:4px 13px;height:auto;overflow-y:auto;position:absolute;left:0;top:0;display:inline-block!important;min-height:auto}#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before{content:'\f326';top:3px}@media screen and (max-width:782px){#wpadminbar #wp-admin-bar-trp_edit_translation>.ab-item{text-indent:0}#wpadminbar li#wp-admin-bar-trp_edit_translation{display:block}}img,a{transition:all .4s ease}img{max-width:100%}a:hover{cursor:pointer}html{scroll-behavior:smooth}.is-style-flexia-hover-border{border-bottom:2px solid #fff0;transition:all .4s ease}.is-style-flexia-hover-border:hover{border-bottom-color:var(--wp--preset--color--primary)!important;box-shadow:0 27px 19px 0 rgb(0 1 35 / .08)}.is-style-flexia-hover-border img{transition:all .4s ease}.is-style-flexia-hover-border .wp-block-group{width:100px;box-shadow:4.376px 13.129px 48.628px -6.322px rgb(22 52 80 / .1)}.my--120{margin-bottom:-120px!important;margin-top:-120px!important}.margin--left{margin-left:-100px!important}.margin--left-130{margin-left:-130px!important}.wp-block-button.is-style-flexia-btn-solid-border{padding:0;border:0;color:var(--wp--preset--color--text);border-radius:0}.wp-block-button.is-style-solid-border:hover a{color:var(--wp--preset--color--primary)!important}.flexia-hover-box-shadow{transition:all .4s ease}.wp-block-group.flexia-hover-box-shadow:hover{background:var(--wp--preset--color--background)!important;box-shadow:0 33px 75px 0 rgb(0 1 35 / .08)}.wp-block-group.flexia-hover-box-shadow .wp-element-button{transition:all .4s ease}.wp-block-group.flexia-hover-box-shadow:hover .wp-element-button{background:var(--wp--preset--color--primary)!important}.wp-block-cover.is-style-hover-content{position:relative;transition:all .4s ease}.is-style-flexia-team,.is-style-flexia-team.wp-block-cover .wp-block-cover__background{transition:all .4s ease}.is-style-flexia-team .wp-block-social-links{opacity:0;transition:all .4s ease;margin-bottom:-150px}.is-style-flexia-team:hover .wp-block-social-links{opacity:1;margin-bottom:0}.is-style-flexia-team:hover .wp-block-social-links a{color:var(--wp--preset--color--white)}.is-style-flexia-team:hover .wp-block-social-links a:hover{color:var(--wp--preset--color--primary)}.is-style-flexia-team:hover .wp-block-cover__background{opacity:1!important}.is-style-flexia-team:hover .wp-block-cover__image-background{transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1)}.flexia-group-squeeze.wp-block-group>.wp-block-group{margin-left:-15px!important}.flexia-hover_img_zoom img{width:100%}.flexia-hover_img_zoom{transition:all .4s ease}.flexia-hover_img_zoom:hover{transform:scale(1.05)}.is-style-flexia-author-rounded{align-items:center}.is-style-flexia-author-rounded img{border-radius:100%}.wp-block-group.is-style-flexia-hover-shadow{transition:all .4s ease;background:var(--wp--preset--color--primary-trans-color)}.wp-block-group.is-style-flexia-hover-shadow:hover{box-shadow:0 16px 29px 0 rgb(0 1 35 / .08);background:var(--wp--preset--color--background)}.wp-block-group.is-style-flexia-hover-shadow:hover .wp-block-button__link{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.is-style-flexia-sm-bg-shadow{transition:all .4s ease;box-shadow:0 22.33px 16.25px 0 rgb(0 1 35 / .05);background:var(--wp--preset--color--primary-trans-color)}.is-style-flexia-sm-bg-shadow:hover{background:var(--wp--preset--color--background);box-shadow:0 22.33px 16.25px 0 rgb(0 1 35 / .05)}@media (max-width:767px){.margin--left{margin-left:0px!important}}.wp-block-search__inside-wrapper{margin-top:0px!important}.wp-block-search__button.wp-element-button{background-color:transparent!important;color:var(--wp--preset--color--body)!important;padding:0px!important}.wp-block-search__button:hover{background:#fff0;color:var(--wp--preset--color--primary)}.wp-block-loginout a{color:var(--wp--preset--color--body-alt)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:center;text-align:center}.wp-block-navigation__responsive-container-content .wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-categories-list{list-style-type:none}.wp-block-categories-list li{position:relative;padding-left:var(--wp--preset--spacing--20)}.wp-block-categories-list li:after{position:absolute;content:url(https://api.iconify.design/dashicons/arrow-right-alt.svg);font-family:"Dashicons";left:0;top:0}.wp-block-latest-posts{overflow:hidden!important}.wp-block-latest-posts__list li{margin-bottom:15px}.wp-block-latest-posts__list li:last-child{margin-bottom:0}.wp-block-latest-posts__featured-image img{width:92px;height:82px;border-radius:4px}.wp-block-latest-posts__post-date{font-size:14px}.wp-block-latest-posts a{margin-bottom:10px;display:block}.wp-block-post-excerpt__more-link{color:var(--wp--preset--color--heading-text)!important}.wp-block-post-excerpt__more-link:hover{color:var(--wp--preset--color--primary)!important}.wp-block-tag-cloud a{border-radius:4px;background:var(--wp--preset--color--background);padding:4px 12px;color:#515151;font-size:12px!important;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.072px;margin-bottom:10px;margin-right:8px}.wp-block-tag-cloud a:hover{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--background)}.wp-block-search__inside-wrapper{border-radius:8px;border:1px solid #fff0;background:#fff0;height:50px;transition:all .4s ease;padding:10px 12px 10px 40px;position:relative}.wp-block-search__inside-wrapper:hover{box-shadow:0 9px 18px 0 rgb(0 0 0 / .08)}.wp-block-search__button{position:absolute;left:0}.wp-block-query-pagination-numbers{margin-bottom:0px!important}.wp-block-query-pagination-numbers .page-numbers{padding:0;display:inline-block;margin:5px;width:44px;height:46px;text-align:center;line-height:45px}.wp-block-query-pagination-numbers .page-numbers:hover{text-decoration:none}.wp-block-query-pagination{gap:0}.wp-block-query-pagination>.wp-block-query-pagination-previous,.wp-block-query-pagination>.wp-block-query-pagination-next{margin-bottom:0px!important;padding:0;display:inline-block;width:44px;height:46px;text-align:center;line-height:45px;margin:0;width:auto;padding:4px 18px}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow.is-arrow-arrow,.wp-block-query-pagination .wp-block-query-pagination-next-arrow.is-arrow-arrow{margin-right:0;margin-left:0}.wp-block-post-author{align-items:center}.wp-block-post-author__avatar{border-radius:100%;overflow:hidden;height:40px}.wp-block-post-author__avatar img{width:40px;height:auto}.wp-block-post-date,.wp-block-comment-date{position:relative;padding-left:var(--wp--preset--spacing--20)}.wp-block-post-date:before,.wp-block-comment-date:before{position:absolute;content:"\f508";font-family:"Dashicons";left:0;top:0;width:20px}.wp-block-comment-date:before{font-size:16px;color:var(--wp--preset--color--primary)}.wp-block-post-comments-form label{display:block;font-size:var(--wp--preset--font-size--tiny-plus);font-weight:500;padding-bottom:5px;color:var(--wp--preset--color--heading-text)}.wp-block-post-comments-form .form-submit .wp-element-button{background:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.wp-block-post-comments-form .form-submit .wp-element-button:hover{background:var(--wp--preset--color--black)}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{background:var(--wp--preset--color--background);border:0;font-family:inherit;font-size:1em;border-radius:7px;box-shadow:0 1px 2px 0 rgb(0 1 35 / .11)}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{box-shadow:none}.comment-form-cookies-consent label{font-weight:400;padding-bottom:0;color:var(--wp--preset--color--heading-body)}ol.wp-block-comment-template li.depth-1>.wp-block-columns{padding:32px;border-radius:8px;background-color:var(--wp--preset--color--secondary)!important}ol.wp-block-comment-template ol .wp-block-columns{padding:32px;border-radius:8px;background-color:var(--wp--preset--color--background-alt)!important}.wp-block-comment-template ol{padding-left:4rem}@media (max-width:767px){.wp-block-comment-template ol{padding-left:1rem}}.wp-block-post-comments-form label{display:block;font-size:var(--wp--preset--font-size--tiny-plus);font-weight:400;padding-bottom:.5rem}.wp-block-post-comments-form input[type="checkbox"]{width:20px;margin-top:-0.25em!important;margin-right:.35em}.wp-block-post-comments-form .form-submit{margin-top:1.5em}.wp-comment-cookies-consent{font-weight:400}.wp-block-avatar{overflow:hidden;border-radius:100px;max-width:64px}.wp-block-avatar img{width:64px;height:auto}.wp-block-quote{border-left:0}.wp-block-pullquote{border-top:1px solid var(--wp--preset--color--primary);border-bottom:1px solid var(--wp--preset--color--primary)}@media (max-width:768px){.theme_logo{max-width:100px}}@media (max-width:425px){.theme_logo{max-width:120px}}.woocommerce-main{min-height:60vh}.wc-block-product{padding:var(--wp--preset--spacing--20);background:var(--wp--preset--color--background);transition:all 0.3s ease;border:1px solid var(--wp--preset--color--primary-trans-color)}.wc-block-product:hover{box-shadow:0 16px 29px 0 rgb(0 1 35 / .08);transform:translateY(-2px)}.wc-block-product .wp-block-post-title a{text-decoration:none;color:var(--wp--preset--color--contrast)}.wc-block-product .wp-block-post-title a:hover{color:var(--wp--preset--color--primary)}.wc-block-components-product-price{font-weight:600;color:var(--wp--preset--color--primary)}.wc-block-components-product-button .wp-element-button{background-color:var(--wp--preset--color--primary);border-color:var(--wp--preset--color--primary);transition:all 0.3s ease}.wc-block-components-product-button .wp-element-button:hover{background-color:var(--wp--preset--color--tertiary);border-color:var(--wp--preset--color--tertiary);color:var(--wp--preset--color--contrast)}.wc-block-components-product-image-gallery{margin-bottom:var(--wp--preset--spacing--30)}.wc-block-components-product-rating .wc-block-components-product-rating__stars{color:#ffc107}.single-product .wp-block-post-title{margin-bottom:var(--wp--preset--spacing--20)}.wc-block-product-gallery-large-image img{border-radius:8px}.wc-block-product-gallery-thumbnails img{border-radius:4px;border:2px solid #fff0;transition:border-color 0.3s ease}.wc-block-product-gallery-thumbnails img:hover,.wc-block-product-gallery-thumbnails img.active{border-color:var(--wp--preset--color--primary)}.wc-block-breadcrumbs{margin-bottom:var(--wp--preset--spacing--30)}.wc-block-breadcrumbs a{color:var(--wp--preset--color--primary);text-decoration:none}.wc-block-breadcrumbs a:hover{text-decoration:underline}@font-face{font-display:block;font-family:ia-icon;font-style:normal;font-weight:400;src:url(https://betterdocs.co/wp-content/plugins/betterdocs-pro/assets/build/fonts/ia-icon.316e213a.eot);src:url(https://betterdocs.co/wp-content/plugins/betterdocs-pro/assets/build/fonts/ia-icon.316e213a.eot#iefix) format("embedded-opentype"),url(https://betterdocs.co/wp-content/plugins/betterdocs-pro/assets/build/fonts/ia-icon.874a34ef.ttf) format("truetype"),url(https://betterdocs.co/wp-content/plugins/betterdocs-pro/assets/build/fonts/ia-icon.08f03971.woff) format("woff"),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9ImlhLWljb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0iY2hhdCIgZD0iTTE3MS4zOTIgMjI4LjU4NWMxMS41My0xMS41NzMgMTguNjU5LTI3LjUzOCAxOC42NTktNDUuMTY4IDAtMi4xNDYtMC4xMDYtNC4yNjgtMC4zMTItNi4zNmwwLjAyMSAwLjI2NWMtNS4wNDYtNDcuNzY3LTE0LjAxNy05MS4xOTgtMjYuNzc5LTEzMi45NzNsMS4zMDcgNC45NzNjODkuMjggMjAuNjcyIDE0My44MDggNDQuNjA4IDE2OC41NzYgNTcuMTUyIDguNDE1IDQuMzUzIDE4LjM2OCA2LjkwNiAyOC45MTcgNi45MDYgNS44NzYgMCAxMS41NjctMC43OTIgMTYuOTcyLTIuMjc1bC0wLjQ0OSAwLjEwNWMzOS44NTgtMTEuMDU1IDg1LjYyNy0xNy40MDkgMTMyLjg4LTE3LjQwOSAwLjI4NyAwIDAuNTc0IDAgMC44NiAwLjAwMWgtMC4wNDRjMjU1Ljc0NCAwIDQ0OCAxNzkuNjQ4IDQ0OCAzODQgMCAyMDQuMjg4LTE5Mi4yNTYgMzg0LTQ0OCAzODRzLTQ0OC0xNzkuNzEyLTQ0OC0zODRjMC05My45NTIgMzkuNDg4LTE4MS4xMiAxMDcuMzkyLTI0OS4yMTZ6TTEzOS44NC0yMS4zMzVjLTYuNDQ5LTEuNjE1LTIxLjkyMS00LjQ5Ny0zNy40OC03LjEybC04LjE1Mi0xLjEzNmMtMTIuOC0yLjA0OC0yMi41MjggMTEuMjY0LTE3LjQ3MiAyMy4xNjggNC4xODcgOS4yMzQgOS40NzIgMjIuNzIxIDE0LjI4NyAzNi40MjhsMS4zMjkgNC4zNCAwLjE5MiAwLjY0YzE1Ljg3MiA0Ni4wODAgMjguOCA5OS4wNzIgMzMuNTM2IDE0OC40MTYtNzguNTI4IDc4LjcyLTEyNi4wODAgMTgxLjc2LTEyNi4wODAgMjk0LjQgMCAyNDcuNDI0IDIyOS4yNDggNDQ4IDUxMiA0NDhzNTEyLTIwMC41NzYgNTEyLTQ0OC0yMjkuMjQ4LTQ0OC01MTItNDQ4Yy0wLjIzMiAwLTAuNTA3LTAuMDAxLTAuNzgyLTAuMDAxLTUzLjEzNyAwLTEwNC42MDUgNy4xNDgtMTUzLjQ5NCAyMC41MzRsNC4wNjgtMC45NWMtMzMuMjgtMTYuODMyLTEwNC44OTYtNDcuNDg4LTIyMS45NTItNzAuNzJ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9ImFuZ2xlLWRvd24iIGQ9Ik0xMS41NyA3MTIuMTYxYzcuMTMgNy4xNDcgMTYuOTg5IDExLjU2OSAyNy44ODEgMTEuNTY5czIwLjc1MS00LjQyMiAyNy44OC0xMS41NjlsNDQ0LjY4LTQ0NC43NTkgNDQ0LjY3OSA0NDQuNzU4YzcuMTM1IDcuMTM1IDE2Ljk5MiAxMS41NDggMjcuODgxIDExLjU0OCAyMS43NzYgMCAzOS40MjktMTcuNjUzIDM5LjQyOS0zOS40MjkgMC0xMC44ODktNC40MTMtMjAuNzQ2LTExLjU0OC0yNy44ODF2MGwtNDcyLjU2LTQ3Mi41NmMtNy4xMy03LjE0Ny0xNi45ODktMTEuNTY5LTI3Ljg4MS0xMS41NjlzLTIwLjc1MSA0LjQyMi0yNy44OCAxMS41NjlsLTQ3Mi41NjIgNDcyLjU2MmMtNy4xNDcgNy4xMy0xMS41NjkgMTYuOTg5LTExLjU2OSAyNy44ODFzNC40MjIgMjAuNzUxIDExLjU2OSAyNy44OGwwLjAwMSAwLjAwMXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAyOyIgZ2x5cGgtbmFtZT0iZXhwYW5kIiBkPSJNMTAyMy43ODQgOTIxLjU0Yy0wLjA2MCAwLjYzMi0wLjE3OSAxLjI0NC0wLjI2OSAxLjg2Ni0wLjEwNyAwLjc1NC0wLjE5NiAxLjUxLTAuMzQ2IDIuMjYtMC4xNDEgMC43MTYtMC4zMzcgMS40MS0wLjUxNiAyLjExMi0wLjE2MiAwLjY0Ni0wLjMwMyAxLjI5Ni0wLjQ5NSAxLjkzNi0wLjIwOSAwLjY5LTAuNDY5IDEuMzU2LTAuNzEzIDIuMDMwLTAuMjMgMC42MzgtMC40MzkgMS4yODItMC43IDEuOTEycy0wLjU2NyAxLjIzMi0wLjg1OCAxLjg0NmMtMC4zMDMgMC42NDgtMC41OTMgMS4zMDItMC45MyAxLjkzOC0wLjMyIDAuNTg4LTAuNjc0IDEuMTQ4LTEuMDIwIDEuNzItMC4zNzEgMC42MjItMC43MjEgMS4yNTItMS4xMjYgMS44Ni0wLjQyMiAwLjYzMi0wLjg5NiAxLjIyNi0xLjM0OCAxLjgzNC0wLjM4IDAuNTA2LTAuNzM0IDEuMDI2LTEuMTM5IDEuNTItMC44ODMgMS4wNzgtMS44MTggMi4xMTYtMi44MDMgMy4xMDItMC4wMDkgMC4wMDgtMC4wMTMgMC4wMTYtMC4wMjEgMC4wMjRzLTAuMDE3IDAuMDEyLTAuMDIxIDAuMDIwYy0wLjk5IDAuOTg2LTIuMDIyIDEuOTItMy4xMDYgMi44MDYtMC40OTEgMC40MDYtMS4wMTEgMC43NTgtMS41MTkgMS4xMzgtMC42MDYgMC40NTQtMS4yMDMgMC45MjQtMS44MzUgMS4zNDYtMC42MDYgMC40MDYtMS4yMzcgMC43NTgtMS44NiAxLjEzLTAuNTcyIDAuMzQyLTEuMTMxIDAuNy0xLjcxOSAxLjAxNi0wLjYzNiAwLjM0LTEuMjg5IDAuNjI4LTEuOTM3IDAuOTM0LTAuNjE0IDAuMjktMS4yMTYgMC41OTYtMS44NDcgMC44NTgtMC42MjcgMC4yNi0xLjI3MSAwLjQ3Mi0xLjkxMSAwLjctMC42NzQgMC4yNDItMS4zNCAwLjUtMi4wMjcgMC43MDgtMC42NCAwLjE5NC0xLjI5MyAwLjMzNi0xLjkzNyAwLjQ5OC0wLjcwNCAwLjE3OC0xLjM5NSAwLjM3NC0yLjExMiAwLjUxNi0wLjc1MSAwLjE0OC0xLjUwNiAwLjIzOC0yLjI2MSAwLjM0Ni0wLjYxOSAwLjA4OC0xLjIzMyAwLjIwOC0xLjg2NSAwLjI3LTEuMzk5IDAuMTM2LTIuODA3IDAuMjEtNC4yMTEgMC4yMWgtMjk4LjY2NmMtMjMuNTY1IDAtNDIuNjY3LTE5LjEwMi00Mi42NjctNDIuNjY2czE5LjEwMi00Mi42NjYgNDIuNjY3LTQyLjY2NmgxOTUuNjU3bC0zMTEuMTU4LTMxMS4xNjNjLTE2LjY2MS0xNi42NjItMTYuNjYxLTQzLjY3OSAwLTYwLjM0czQzLjY3OC0xNi42NjEgNjAuMzM5IDBsMzExLjE2MyAzMTEuMTYxdi0xOTUuNjZjMC0yMy41NjQgMTkuMTAyLTQyLjY2NiA0Mi42NjItNDIuNjY2IDIzLjU2NSAwIDQyLjY3MSAxOS4xMDIgNDIuNjcxIDQyLjY2NnYyOTguNjYzYzAgMS40MDgtMC4wNzcgMi44MTQtMC4yMTMgNC4yMTR6TTM5Ni40OTQgMzkyLjgzM2wtMzExLjE2MS0zMTEuMTYzdjE5NS42NjFjMCAyMy41NjUtMTkuMTAyIDQyLjY2Ny00Mi42NjYgNDIuNjY3LTIzLjU2NiAwLTQyLjY2OC0xOS4xMDItNDIuNjY4LTQyLjY2N3YtMjk4LjY2NmMwLTEuNDA0IDAuMDc0LTIuODEyIDAuMjEyLTQuMjExIDAuMDYyLTAuNjI3IDAuMTgtMS4yNDIgMC4yNy0xLjg2NSAwLjEwOC0wLjc1NSAwLjE5Ni0xLjUxIDAuMzQ2LTIuMjYxIDAuMTQyLTAuNzE3IDAuMzM4LTEuNDA4IDAuNTE2LTIuMTA4IDAuMTYyLTAuNjQ5IDAuMzA0LTEuMjk3IDAuNDk4LTEuOTM3IDAuMjA4LTAuNjkxIDAuNDY2LTEuMzU3IDAuNzA4LTIuMDI3IDAuMjMtMC42NCAwLjQ0LTEuMjg0IDAuNy0xLjkxNnMwLjU2OC0xLjIzMyAwLjg1OC0xLjg0N2MwLjMwNi0wLjY0NCAwLjU5NC0xLjMwMSAwLjkzNC0xLjkzNyAwLjMxNi0wLjU4OSAwLjY3NC0xLjE0MyAxLjAxNi0xLjcxNSAwLjM3Mi0wLjYyMyAwLjcyNC0xLjI1NCAxLjEzLTEuODY1IDAuNDIyLTAuNjMxIDAuODkyLTEuMjI1IDEuMzQ2LTEuODMgMC4zOC0wLjUwOCAwLjczMi0xLjAyOCAxLjEzOC0xLjUyMyAwLjg4Ni0xLjA3OSAxLjgyLTIuMTE2IDIuODA2LTMuMTAyIDAuMDA4LTAuMDA5IDAuMDEyLTAuMDE3IDAuMDIwLTAuMDI2IDAuMDA4LTAuMDA0IDAuMDE2LTAuMDEzIDAuMDI0LTAuMDIxIDAuOTg2LTAuOTgxIDIuMDI0LTEuOTE2IDMuMTAyLTIuODAzIDAuNDk0LTAuNDA1IDEuMDE0LTAuNzU5IDEuNTItMS4xMzUgMC42MDgtMC40NTcgMS4yMDItMC45MjYgMS44MzQtMS4zNDggMC42MDYtMC40MDUgMS4yMzYtMC43NTkgMS44Ni0xLjEzMSAwLjU3Mi0wLjM0MSAxLjEzLTAuNyAxLjcyLTEuMDE1IDAuNjM2LTAuMzQxIDEuMjktMC42MjcgMS45MzgtMC45MzQgMC42MTQtMC4yOSAxLjIxOC0wLjU5NyAxLjg0Ni0wLjg1OCAwLjYzLTAuMjYgMS4yNzItMC40NjkgMS45MTItMC43IDAuNjc0LTAuMjM5IDEuMzQtMC40OTkgMi4wMzAtMC43MDggMC42NC0wLjE5NiAxLjI5LTAuMzM3IDEuOTM2LTAuNDk5IDAuNzAyLTAuMTc5IDEuMzk2LTAuMzcxIDIuMTEyLTAuNTE2IDAuNzUtMC4xNDUgMS41MDYtMC4yMzUgMi4yNi0wLjM0MSAwLjYyMi0wLjA5MCAxLjIzNi0wLjIwOSAxLjg2Ni0wLjI3MyAxLjQtMC4xMzcgMi44MDQtMC4yMDkgNC4yMDgtMC4yMDloMjk4LjY2N2MyMy41NjQgMCA0Mi42NjYgMTkuMTAyIDQyLjY2NiA0Mi42NjcgMCAyMy41NjEtMTkuMTAyIDQyLjY2Mi00Mi42NjYgNDIuNjYyaC0xOTUuNjZsMzExLjE2MSAzMTEuMTYzYzE2LjY2NiAxNi42NjYgMTYuNjY2IDQzLjY3OCAwIDYwLjM0My0xNi42NjEgMTYuNjYxLTQzLjY3NiAxNi42NTctNjAuMzQtMC4wMDR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMzsiIGdseXBoLW5hbWU9ImNvbGxhcHNlLWV4cGFuZCIgZD0iTTEwMDkuODg1IDk0NS42MTNjLTQuNDU4IDQuNDc0LTkuNzU2IDguMDI0LTE1LjU5MiAxMC40NDYtNS44MzIgMi40MjMtMTIuMDg1IDMuNjY5LTE4LjQwMyAzLjY2OXMtMTIuNTcyLTEuMjQ3LTE4LjQwMy0zLjY2OWMtNS44MzYtMi40MjMtMTEuMTMtNS45NzItMTUuNTkyLTEwLjQ0NmwtMzE4Ljc0Mi0zMTguNzQ1djIxMy4zMjNjMCAxMi43MjgtNS4wNTkgMjQuOTM2LTE0LjA1NyAzMy45MzUtOS4wMDEgOS0yMS4yMSAxNC4wNTctMzMuOTM1IDE0LjA1Ny0xMi43MyAwLTI0LjkzOS01LjA1Ni0zMy45MzUtMTQuMDU3LTkuMDAxLTguOTk5LTE0LjA1Ny0yMS4yMDYtMTQuMDU3LTMzLjkzNXYtMzI3Ljk0NGMwLTEzLjA4OCA1LjE5Ni0yNS42NDMgMTQuNDUzLTM0Ljg5NSA5LjI1Ny05LjI1NyAyMS44MDctMTQuNDU4IDM0Ljg5NS0xNC40NThoMzI3LjcyNmMxMi41NzIgMCAyNC42NCA0LjkyNyAzMy42MTEgMTMuNzMyIDguOTc1IDguOCAxNC4xMzggMjAuNzc1IDE0LjM4MSAzMy4zNDIgMC41MjEgMjYuODk0LTIyLjE1NyA0OC45MTEtNDkuMDcxIDQ4LjkxMWgtMjExLjk2NmwzMTguNjg2IDMxOC43NDVjNC40NzUgNC40NTkgOC4wMjUgOS43NTYgMTAuNDQ3IDE1LjU5IDIuNDE5IDUuODM0IDMuNjY4IDEyLjA4OCAzLjY2OCAxOC40MDRzLTEuMjUgMTIuNTcxLTMuNjY4IDE4LjQwNGMtMi40MjMgNS44MzMtNS45NzIgMTEuMTMxLTEwLjQ0NyAxNS41OXpNNDQ3LjQ0MyA0MzIuOTgzaC0zMjcuNzI2Yy0xMi41NzEgMC0yNC42NC00LjkyNy0zMy42MTQtMTMuNzMyLTguOTc0LTguOC0xNC4xMzctMjAuNzc1LTE0LjM3OC0zMy4zNDItMC41Mi0yNi44OTIgMjIuMTU2LTQ4LjkwOSA0OS4wNzItNDguOTA5aDIxMi4wNjRsLTMxOC44MDUtMzE4LjgwNmMtOC45OTktOS4wMDEtMTQuMDU2LTIxLjIwNi0xNC4wNTYtMzMuOTM1IDAtMTIuNzI1IDUuMDU2LTI0LjkzNSAxNC4wNTYtMzMuOTM1IDktOC45OTYgMjEuMjA2LTE0LjA1MiAzMy45MzQtMTQuMDUyczI0LjkzNSA1LjA1NSAzMy45MzQgMTQuMDUybDMxOC43NDUgMzE4Ljc0NnYtMjEzLjQwM2MwLTEyLjcyNSA1LjA1Ni0yNC45MzUgMTQuMDU3LTMzLjkzNSA5LTguOTk2IDIxLjIwOC0xNC4wNTcgMzMuOTMzLTE0LjA1NyAxMi43MyAwIDI0LjkzOSA1LjA1OSAzMy45MzUgMTQuMDU3IDkuMDAxIDkuMDAxIDE0LjA1NyAyMS4yMSAxNC4wNTcgMzMuOTM1djMyNy45NDRjMC4wMTMgMTMuMDcxLTUuMTYyIDI1LjYwOS0xNC4zODkgMzQuODY1cy0yMS43NTIgMTQuNDc1LTM0LjgxOSAxNC41MDl6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwNDsiIGdseXBoLW5hbWU9InNlYXJjaCIgZD0iTTc1MS41MTcgMjk4LjA1NWM1MC4yNjMgNjcuOTQ1IDgwLjQ1MiAxNTMuMzkxIDgwLjQ1MiAyNDUuODg4IDAgMjI5Ljc0MS0xODYuMjQzIDQxNS45ODUtNDE1Ljk4NSA0MTUuOTg1cy00MTUuOTg1LTE4Ni4yNDMtNDE1Ljk4NS00MTUuOTg1YzAtMjI5Ljc0MSAxODYuMjQzLTQxNS45ODUgNDE1Ljk4NS00MTUuOTg1IDkyLjYwMiAwIDE3OC4xMzYgMzAuMjU4IDI0Ny4yNTYgODEuNDI2bC0xLjEyOC0wLjc5OGgtMC4wNjRjMS45Mi0yLjU2IDMuOTY4LTQuOTkyIDYuMjcyLTcuMzZsMjQ2LjM5MS0yNDYuMzkxYzExLjU4Ni0xMS41OTQgMjcuNTk0LTE4Ljc2NCA0NS4yNzgtMTguNzY0IDM1LjM1MiAwIDY0LjAxMSAyOC42NTkgNjQuMDExIDY0LjAxMSAwIDE3LjY2OC03LjE1OCAzMy42NjQtMTguNzMyIDQ1LjI0NmwtMjQ2LjM5MSAyNDYuMzkxYy0yLjI0MiAyLjI2OS00LjY0NSA0LjM2Ny03LjE5NCA2LjI4bC0wLjE2NiAwLjEyek03NjguMDI4IDU0NC4wNjFjMC0xOTQuMzk3LTE1Ny41OS0zNTEuOTg3LTM1MS45ODctMzUxLjk4N3MtMzUxLjk4NyAxNTcuNTktMzUxLjk4NyAzNTEuOTg3djBjMCAxOTQuMzk3IDE1Ny41OSAzNTEuOTg3IDM1MS45ODcgMzUxLjk4N3MzNTEuOTg3LTE1Ny41OSAzNTEuOTg3LTM1MS45ODd2MHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTA1OyIgZ2x5cGgtbmFtZT0id2hhdHNhcHAiIGQ9Ik0yNjguOTU0IDExNS41MDlsMzcuMDY5LTIxLjY1OGM1OC43NzItMzQuODUzIDEyOS41NTItNTUuNDUxIDIwNS4xNDItNTUuNDUxIDAuMjk0IDAgMC41ODggMCAwLjg4MSAwLjAwMWgtMC4wNDZjMjI2LjIxNSAwIDQwOS41OTkgMTgzLjM4NCA0MDkuNTk5IDQwOS41OTlzLTE4My4zODQgNDA5LjU5OS00MDkuNTk5IDQwOS41OTljLTIyNi4yMTUgMC00MDkuNTk5LTE4My4zODQtNDA5LjU5OS00MDkuNTk5djBjMC03My41MjMgMTkuMzAyLTE0NC4wMjUgNTUuNTAxLTIwNi4wMjlsMjEuNjA2LTM3LjA2OS0zMy40MzMtMTIyLjkzMSAxMjIuODggMzMuNTM2ek0wLjIwNi02My45OThsNjkuMjIyIDI1NC4zNjFjLTQzLjYzOCA3My41NjktNjkuNDI4IDE2Mi4xNzQtNjkuNDI4IDI1Ni44MDEgMCAwLjI5NCAwIDAuNTg4IDAuMDAxIDAuODgzdi0wLjA0NmMwIDI4Mi43NzcgMjI5LjIyMiA1MTEuOTk5IDUxMS45OTkgNTExLjk5OXM1MTEuOTk5LTIyOS4yMjIgNTExLjk5OS01MTEuOTk5LTIyOS4yMjItNTExLjk5OS01MTEuOTk5LTUxMS45OTljLTAuMjQ0IDAtMC41MzMtMC4wMDEtMC44MjItMC4wMDEtOTQuNTkxIDAtMTgzLjE2NCAyNS43Ny0yNTkuMDgxIDcwLjY3M2wyLjM2OC0xLjI5Ni0yNTQuMjU5LTY5LjM3NXpNMzI3LjIyIDY4OC4yMzFjNi44NiAwLjUxMiAxMy43NzIgMC41MTIgMjAuNjM0IDAuMjA1IDIuNzY1LTAuMjA1IDUuNTMtMC41MTIgOC4yOTQtMC44MiA4LjE0MS0wLjkyMiAxNy4xMDEtNS44ODggMjAuMTIyLTEyLjc0OSAxNS4yNTgtMzQuNjEyIDMwLjEwNi02OS40NzkgNDQuNDQyLTEwNC40NDggMy4xNzQtNy43ODIgMS4yOC0xNy43NjYtNC43NjItMjcuNDk0LTQuNjU0LTcuMzM0LTkuMDg5LTEzLjU0Ni0xMy44Mi0xOS41MWwwLjM1NSAwLjQ2M2MtNS43ODUtNy40MjQtMTguMjI3LTIxLjA0My0xOC4yMjctMjEuMDQzcy01LjA2OS02LjA0Mi0zLjEyNC0xMy41NjhjMC43MTYtMi44NjcgMy4wNzItNy4wMTQgNS4yMjItMTAuNDk2bDMuMDIwLTQuODY0YzEzLjEwOC0yMS44NjMgMzAuNzItNDQuMDMyIDUyLjIyNC02NC45MjEgNi4xNDQtNS45MzkgMTIuMTM0LTEyLjAzMiAxOC41ODYtMTcuNzE2IDIzLjk2Mi0yMS4xNDUgNTEuMDk3LTM4LjQgODAuMzg0LTUxLjJsMC4yNTYtMC4xMDJjNC4zNTItMS44OTUgNi41NTMtMi45MTggMTIuOTAyLTUuNjMyIDMuMTc0LTEuMzMxIDYuNDUxLTIuNTA5IDkuNzc5LTMuMzc5IDEuMzI3LTAuMzUyIDIuODUxLTAuNTU0IDQuNDIzLTAuNTU0IDUuODYxIDAgMTEuMDY1IDIuODE0IDE0LjMzNCA3LjE2NGwwLjAzNCAwLjA0NmMzNy4wNjkgNDQuOTAzIDQwLjQ0OCA0Ny44MjEgNDAuNzU2IDQ3LjgyMXYtMC4xMDJjNC4zOTYgNC4xMDkgMTAuMzIgNi42MzEgMTYuODMyIDYuNjMxIDAuODg4IDAgMS43NjUtMC4wNDcgMi42MjktMC4xMzhsLTAuMTA4IDAuMDEwYzMuMDcyLTAuMjA1IDYuMTk2LTAuNzY4IDkuMDYyLTIuMDQ4IDI3LjE4Ny0xMi40NDIgNzEuNjc5LTMxLjg0NyA3MS42NzktMzEuODQ3bDI5Ljc5OC0xMy4zNjNjNS4wMTctMi40MDYgOS41NzUtOC4wODkgOS43MjgtMTMuNTY4IDAuMjA1LTMuNDMxIDAuNTEyLTguOTYtMC42NjYtMTkuMDk4LTEuNjM4LTEzLjI2MS01LjYzMi0yOS4xODQtOS42MjUtMzcuNTMtMi44OTItNS45NDYtNi40ODctMTEuMDQ2LTEwLjc2OS0xNS40OGwwLjAxNyAwLjAxN2MtNS4wOTYtNS4zNDQtMTAuNjItMTAuMTg2LTE2LjU0OC0xNC41MDRsLTAuMzQ4LTAuMjQxYy0xLjU3OC0xLjIxMS0zLjY2Mi0yLjcyNS01Ljc3OC00LjE5OGwtMC42MjItMC40MWMtNS4yMDctMy4zODYtMTEuNjItNy4xMjYtMTguMjAyLTEwLjU4OWwtMS40MDgtMC42NzZjLTEyLjM1NC02LjY5NS0yNi45Mi0xMC45NTgtNDIuNC0xMS43NjZsLTAuMjUtMC4wMTFjLTkuNDcyLTAuNTEyLTE4Ljk0NC0xLjIyOS0yOC40NjgtMC43MTYtMC40MDkgMC0yOS4wODIgNC40NTQtMjkuMDgyIDQuNDU0LTc2LjIwNSAyMC40NDQtMTQyLjIxOCA1Ni42ODUtMTk3LjEyNiAxMDUuMjA1bDAuNTE4LTAuNDVjLTExLjU3MiAxMC4xODktMjIuMjcyIDIxLjE0NS0zMy4yMjkgMzIuMDUxLTQ1LjU2OCA0NS4zMTItNzkuOTc0IDk0LjIwOC0xMDAuODYzIDE0MC4zOS0xMC4yMzEgMjEuMTg0LTE2LjQyNyA0Ni4wMDYtMTYuOTQ0IDcyLjIxOGwtMC4wMDIgMC4xNzljLTAuMDAyIDAuMjgyLTAuMDA0IDAuNjE2LTAuMDA0IDAuOTQ5IDAgMzIuMTU2IDEwLjg2NCA2MS43NzcgMjkuMTE5IDg1LjM4OWwtMC4yNC0wLjMyM2MzLjczOCA0LjgxMyA3LjI3MSA5LjgzIDEzLjM2MyAxNS42MTYgNi41MDMgNi4xNDQgMTAuNTk4IDkuNDIxIDE1LjA1MyAxMS42NzQgNS41MjcgMi44MzIgMTEuOTk4IDQuNjc0IDE4Ljg1MSA1LjExM2wwLjE0NCAwLjAwN3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTA2OyIgZ2x5cGgtbmFtZT0idGltZXMiIGQ9Ik0yMS40ODMgOTM4LjUxNmMxMy4yNDEgMTMuMjczIDMxLjU0NyAyMS40ODMgNTEuNzc0IDIxLjQ4M3MzOC41MzMtOC4yMTEgNTEuNzcyLTIxLjQ4M2wzODYuOTktMzg3LjEzNiAzODYuOTg3IDM4Ny4xMzRjMTMuMjUgMTMuMjUgMzEuNTU0IDIxLjQ0NCA1MS43NzQgMjEuNDQ0IDQwLjQzNyAwIDczLjIxOC0zMi43ODEgNzMuMjE4LTczLjIxOCAwLTIwLjIyLTguMTk1LTM4LjUyNC0yMS40NDQtNTEuNzc0djBsLTM4Ny4xMzQtMzg2Ljk4NyAzODcuMTM0LTM4Ni45ODdjMTMuMjUtMTMuMjUgMjEuNDQ0LTMxLjU1NCAyMS40NDQtNTEuNzc0IDAtNDAuNDM3LTMyLjc4MS03My4yMTgtNzMuMjE4LTczLjIxOC0yMC4yMiAwLTM4LjUyNCA4LjE5NS01MS43NzQgMjEuNDQ0djBsLTM4Ni45ODcgMzg3LjEzNC0zODYuOTg3LTM4Ny4xMzRjLTEzLjI1LTEzLjI1LTMxLjU1NC0yMS40NDQtNTEuNzc0LTIxLjQ0NC00MC40MzcgMC03My4yMTggMzIuNzgxLTczLjIxOCA3My4yMTggMCAyMC4yMiA4LjE5NSAzOC41MjQgMjEuNDQ0IDUxLjc3NHYwbDM4Ny4xMzQgMzg2Ljk4Ny0zODcuMTM0IDM4Ni45ODdjLTEzLjI3MyAxMy4yNDEtMjEuNDgzIDMxLjU0Ny0yMS40ODMgNTEuNzc0czguMjExIDM4LjUzMyAyMS40ODMgNTEuNzcybDAuMDAyIDAuMDAyeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDc7IiBnbHlwaC1uYW1lPSJhbmdsZS11cCIgZD0iTTExLjU3IDE4My44MzhjNy4xMy03LjE0NyAxNi45ODktMTEuNTY5IDI3Ljg4MS0xMS41NjlzMjAuNzUxIDQuNDIyIDI3Ljg4IDExLjU2OWw0NDQuNjggNDQ0Ljc1OSA0NDQuNjc5LTQ0NC43NThjNy4xMzUtNy4xMzUgMTYuOTkyLTExLjU0OCAyNy44ODEtMTEuNTQ4IDIxLjc3NiAwIDM5LjQyOSAxNy42NTMgMzkuNDI5IDM5LjQyOSAwIDEwLjg4OS00LjQxMyAyMC43NDYtMTEuNTQ4IDI3Ljg4MXYwbC00NzIuNTYgNDcyLjU2Yy03LjEzIDcuMTQ3LTE2Ljk4OSAxMS41NjktMjcuODgxIDExLjU2OXMtMjAuNzUxLTQuNDIyLTI3Ljg4LTExLjU2OWwtNDcyLjU2Mi00NzIuNTYyYy03LjE0Ny03LjEzLTExLjU2OS0xNi45ODktMTEuNTY5LTI3Ljg4MXM0LjQyMi0yMC43NTEgMTEuNTY5LTI3Ljg4bDAuMDAxLTAuMDAxeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MDg7IiBnbHlwaC1uYW1lPSJhbmdsZS1sZWZ0IiBkPSJNNzc2LjE2MiA5NDguNDNjNy4xNDctNy4xMyAxMS41NjktMTYuOTg5IDExLjU2OS0yNy44ODFzLTQuNDIyLTIwLjc1MS0xMS41NjktMjcuODhsLTQ0NC43NTktNDQ0LjY4IDQ0NC43NTgtNDQ0LjY3OWM3LjEzNS03LjEzNSAxMS41NDgtMTYuOTkyIDExLjU0OC0yNy44ODEgMC0yMS43NzYtMTcuNjUzLTM5LjQyOS0zOS40MjktMzkuNDI5LTEwLjg4OSAwLTIwLjc0NiA0LjQxMy0yNy44ODEgMTEuNTQ4djBsLTQ3Mi41NiA0NzIuNTZjLTcuMTQ3IDcuMTMtMTEuNTY5IDE2Ljk4OS0xMS41NjkgMjcuODgxczQuNDIyIDIwLjc1MSAxMS41NjkgMjcuODhsNDcyLjU2MiA0NzIuNTYyYzcuMTMgNy4xNDcgMTYuOTg5IDExLjU2OSAyNy44ODEgMTEuNTY5czIwLjc1MS00LjQyMiAyNy44OC0xMS41NjlsMC4wMDEtMC4wMDF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwOTsiIGdseXBoLW5hbWU9ImFuZ2xlLXJpZ2h0IiBkPSJNMjQ3LjgzOSA5NDguNDNjLTcuMTQ3LTcuMTMtMTEuNTY5LTE2Ljk4OS0xMS41NjktMjcuODgxczQuNDIyLTIwLjc1MSAxMS41NjktMjcuODhsNDQ0Ljc1OS00NDQuNjgtNDQ0Ljc1OC00NDQuNjc5Yy03LjEzNS03LjEzNS0xMS41NDgtMTYuOTkyLTExLjU0OC0yNy44ODEgMC0yMS43NzYgMTcuNjUzLTM5LjQyOSAzOS40MjktMzkuNDI5IDEwLjg4OSAwIDIwLjc0NiA0LjQxMyAyNy44ODEgMTEuNTQ4djBsNDcyLjU2IDQ3Mi41NmM3LjE0NyA3LjEzIDExLjU2OSAxNi45ODkgMTEuNTY5IDI3Ljg4MXMtNC40MjIgMjAuNzUxLTExLjU2OSAyNy44OGwtNDcyLjU2MiA0NzIuNTYyYy03LjEzIDcuMTQ3LTE2Ljk4OSAxMS41NjktMjcuODgxIDExLjU2OXMtMjAuNzUxLTQuNDIyLTI3Ljg4LTExLjU2OWwtMC4wMDEtMC4wMDF6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwYTsiIGdseXBoLW5hbWU9ImVtb2ppIiBkPSJNNjkxLjIgNDk5LjJjMjIuMTg1IDAgNDAuNTM1IDcuMjU0IDU1LjA0MCAyMS43NnMyMS43NiAzMi44NTQgMjEuNzYgNTUuMDQwYzAgMjIuMTg2LTcuMjU1IDQwLjUzNC0yMS43NiA1NS4wNDBzLTMyLjg1NSAyMS43Ni01NS4wNDAgMjEuNzZjLTIyLjE4NSAwLTQwLjUzNS03LjI1NC01NS4wNDAtMjEuNzZzLTIxLjc2LTMyLjg1NC0yMS43Ni01NS4wNDBjMC0yMi4xODYgNy4yNTUtNDAuNTM0IDIxLjc2LTU1LjA0MHMzMi44NTUtMjEuNzYgNTUuMDQwLTIxLjc2ek0zMzIuOCA0OTkuMmMyMi4xODYgMCA0MC41MzQgNy4yNTQgNTUuMDQwIDIxLjc2czIxLjc2IDMyLjg1NCAyMS43NiA1NS4wNDBjMCAyMi4xODYtNy4yNTQgNDAuNTM0LTIxLjc2IDU1LjA0MHMtMzIuODU0IDIxLjc2LTU1LjA0MCAyMS43NmMtMjIuMTg2IDAtNDAuNTM0LTcuMjU0LTU1LjA0MC0yMS43NnMtMjEuNzYtMzIuODU0LTIxLjc2LTU1LjA0MGMwLTIyLjE4NiA3LjI1NC00MC41MzQgMjEuNzYtNTUuMDQwczMyLjg1NC0yMS43NiA1NS4wNDAtMjEuNzZ6TTUxMiAxNjYuNGM1Mi45MDUgMCAxMDAuMjY1IDEyLjggMTQyLjA4MCAzOC40czc1LjA5NSA1OS4zMDUgOTkuODQgMTAxLjEyYzUuOTc1IDEwLjI0IDYuNCAxOS40MTUgMS4yOCAyNy41MnMtMTMuNjU1IDEyLjE2LTI1LjYgMTIuMTZoLTQzNS4yYy0xMS45NDYgMC0yMC40OC00LjA1NS0yNS42LTEyLjE2cy00LjY5NC0xNy4yOCAxLjI4LTI3LjUyYzI0Ljc0Ni00MS44MTUgNTguMDI2LTc1LjUyIDk5Ljg0LTEwMS4xMnM4OS4xNzQtMzguNCAxNDIuMDgwLTM4LjR6TTUxMi02NGMtNzAuODI2IDAtMTM3LjM4NiAxMy40NC0xOTkuNjggNDAuMzJzLTExNi40OCA2My4zNi0xNjIuNTYgMTA5LjQ0Yy00Ni4wODAgNDYuMDgwLTgyLjU2IDEwMC4yNjUtMTA5LjQ0IDE2Mi41NnMtNDAuMzIgMTI4Ljg1NS00MC4zMiAxOTkuNjhjMCA3MC44MjYgMTMuNDQgMTM3LjM4NiA0MC4zMiAxOTkuNjhzNjMuMzYgMTE2LjQ4IDEwOS40NCAxNjIuNTZjNDYuMDgwIDQ2LjA4MCAxMDAuMjY2IDgyLjU2IDE2Mi41NiAxMDkuNDRzMTI4Ljg1NCA0MC4zMiAxOTkuNjggNDAuMzJjNzAuODI1IDAgMTM3LjM4NS0xMy40NCAxOTkuNjgtNDAuMzJzMTE2LjQ4LTYzLjM2IDE2Mi41Ni0xMDkuNDRjNDYuMDgwLTQ2LjA4MCA4Mi41Ni0xMDAuMjY2IDEwOS40NC0xNjIuNTZzNDAuMzItMTI4Ljg1NCA0MC4zMi0xOTkuNjhjMC03MC44MjUtMTMuNDQtMTM3LjM4NS00MC4zMi0xOTkuNjhzLTYzLjM2LTExNi40OC0xMDkuNDQtMTYyLjU2Yy00Ni4wODAtNDYuMDgwLTEwMC4yNjUtODIuNTYtMTYyLjU2LTEwOS40NHMtMTI4Ljg1NS00MC4zMi0xOTkuNjgtNDAuMzJ6TTUxMiAzOC40YzExMy40OTUgMCAyMTAuMTM1IDM5Ljg5NSAyODkuOTIgMTE5LjY4czExOS42OCAxNzYuNDI1IDExOS42OCAyODkuOTJjMCAxMTMuNDk0LTM5Ljg5NSAyMTAuMTM0LTExOS42OCAyODkuOTJzLTE3Ni40MjUgMTE5LjY4LTI4OS45MiAxMTkuNjhjLTExMy40OTQgMC0yMTAuMTM0LTM5Ljg5NC0yODkuOTItMTE5LjY4cy0xMTkuNjgtMTc2LjQyNi0xMTkuNjgtMjg5LjkyYzAtMTEzLjQ5NSAzOS44OTQtMjEwLjEzNSAxMTkuNjgtMjg5LjkyczE3Ni40MjYtMTE5LjY4IDI4OS45Mi0xMTkuNjh6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwYjsiIGdseXBoLW5hbWU9ImZpbGUiIGQ9Ik01MTItNjRjLTc4LjUwNiAwLTE0NS4wNjYgMjcuMzA1LTE5OS42OCA4MS45MnMtODEuOTIgMTIxLjE3NS04MS45MiAxOTkuNjh2NTM3LjZjMCA1Ni4zMiAyMC4wNTMgMTA0LjUzNCA2MC4xNiAxNDQuNjRzODguMzIgNjAuMTYgMTQ0LjY0IDYwLjE2YzU2LjMyIDAgMTA0LjUzNC0yMC4wNTMgMTQ0LjY0LTYwLjE2czYwLjE2LTg4LjMyIDYwLjE2LTE0NC42NHYtNDg2LjRjMC0zNS44NC0xMi4zNzQtNjYuMTM1LTM3LjEyLTkwLjg4cy01NS4wNDAtMzcuMTItOTAuODgtMzcuMTJjLTM1Ljg0IDAtNjYuMTM0IDEyLjM3NS05MC44OCAzNy4xMnMtMzcuMTIgNTUuMDQwLTM3LjEyIDkwLjg4djQ0OGMwIDExLjA5NCAzLjYyNiAyMC4yNjYgMTAuODggMjcuNTJzMTYuNDI2IDEwLjg4IDI3LjUyIDEwLjg4YzExLjA5NCAwIDIwLjI2Ni0zLjYyNiAyNy41Mi0xMC44OHMxMC44OC0xNi40MjYgMTAuODgtMjcuNTJ2LTQ0OGMwLTE0LjUwNSA0LjkwNi0yNi42NjUgMTQuNzItMzYuNDhzMjEuOTc0LTE0LjcyIDM2LjQ4LTE0LjcyYzE0LjUwNiAwIDI2LjY2NiA0LjkwNSAzNi40OCAxNC43MnMxNC43MiAyMS45NzUgMTQuNzIgMzYuNDh2NDg2LjRjMCAzNS44NC0xMi4zNzQgNjYuMTM0LTM3LjEyIDkwLjg4cy01NS4wNDAgMzcuMTItOTAuODggMzcuMTJjLTM1Ljg0IDAtNjYuMTM0LTEyLjM3NC05MC44OC0zNy4xMnMtMzcuMTItNTUuMDQwLTM3LjEyLTkwLjg4di01MzcuNmMwLTU2LjMyIDIwLjA1NC0xMDQuNTM1IDYwLjE2LTE0NC42NHM4OC4zMi02MC4xNiAxNDQuNjQtNjAuMTZjNTYuMzIgMCAxMDQuNTM0IDIwLjA1NSAxNDQuNjQgNjAuMTZzNjAuMTYgODguMzIgNjAuMTYgMTQ0LjY0djQ5OS4yYzAgMTEuMDk0IDMuNjI2IDIwLjI2NiAxMC44OCAyNy41MnMxNi40MjUgMTAuODggMjcuNTIgMTAuODhjMTEuMDk1IDAgMjAuMjY1LTMuNjI2IDI3LjUyLTEwLjg4czEwLjg4LTE2LjQyNiAxMC44OC0yNy41MnYtNDk5LjJjMC03OC41MDUtMjcuMzA1LTE0NS4wNjUtODEuOTItMTk5LjY4cy0xMjEuMTc0LTgxLjkyLTE5OS42OC04MS45MnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTBjOyIgZ2x5cGgtbmFtZT0iZ2lmIiBkPSJNNTMwLjI4NiAyMjguNTcyYy0xNS44NDggMC0yOC45NTIgNS4xODEtMzkuMzE0IDE1LjU0M3MtMTUuNTQzIDIzLjQ2Ni0xNS41NDMgMzkuMzE0djMyOS4xNDNjMCAxNS44NDggNS4xODEgMjguOTUyIDE1LjU0MyAzOS4zMTRzMjMuNDY2IDE1LjU0MyAzOS4zMTQgMTUuNTQzYzE1Ljg0OCAwIDI4Ljk1Mi01LjE4MSAzOS4zMTQtMTUuNTQzczE1LjU0My0yMy40NjcgMTUuNTQzLTM5LjMxNHYtMzI5LjE0M2MwLTE1Ljg0OC01LjE4MS0yOC45NTItMTUuNTQzLTM5LjMxNHMtMjMuNDY2LTE1LjU0My0zOS4zMTQtMTUuNTQzek03My4xNDMgMjI4LjU3MmMtMjEuOTQzIDAtMzkuNjE5IDcuNjE5LTUzLjAyOSAyMi44NTdzLTIwLjExNCAzMi0yMC4xMTQgNTAuMjg2djI5Mi41NzFjMCAxOC4yODYgNi43MDUgMzUuMDQ4IDIwLjExNCA1MC4yODZzMzEuMDg2IDIyLjg1NyA1My4wMjkgMjIuODU3aDIzNy43MTRjMTUuODQ4IDAgMjguOTUyLTUuMTgxIDM5LjMxNC0xNS41NDNzMTUuNTQzLTIzLjQ2NyAxNS41NDMtMzkuMzE0YzAtMTUuODQ4LTUuMTgxLTI4Ljk1Mi0xNS41NDMtMzkuMzE0cy0yMy40NjYtMTUuNTQzLTM5LjMxNC0xNS41NDNoLTIwMS4xNDN2LTIxOS40MjloMTQ2LjI4NnY1NC44NTdjMCAxNS44NDggNS4xODEgMjguOTUyIDE1LjU0MyAzOS4zMTRzMjMuNDY2IDE1LjU0MyAzOS4zMTQgMTUuNTQzYzE1Ljg0OCAwIDI4Ljk1Mi01LjE4MSAzOS4zMTQtMTUuNTQzczE1LjU0My0yMy40NjYgMTUuNTQzLTM5LjMxNHYtOTEuNDI5YzAtMTguMjg2LTYuNzA1LTM1LjA0OC0yMC4xMTQtNTAuMjg2cy0zMS4wODYtMjIuODU3LTUzLjAyOS0yMi44NTdoLTIxOS40Mjl6TTc0OS43MTQgMjI4LjU3MmMtMTUuODUgMC0yOC45NTIgNS4xODEtMzkuMzE0IDE1LjU0M3MtMTUuNTQzIDIzLjQ2Ni0xNS41NDMgMzkuMzE0djMxMC44NTdjMCAyMC43MjQgNy4wMDkgMzguMDk1IDIxLjAyOSA1Mi4xMTRzMzEuMzkzIDIxLjAyOSA1Mi4xMTQgMjEuMDI5aDIwMS4xNDNjMTUuODUgMCAyOC45NS01LjE4MSAzOS4zMTQtMTUuNTQzczE1LjU0My0yMy40NjcgMTUuNTQzLTM5LjMxNGMwLTE1Ljg0OC01LjE3OS0yOC45NTItMTUuNTQzLTM5LjMxNHMtMjMuNDY0LTE1LjU0My0zOS4zMTQtMTUuNTQzaC0xNjQuNTcxdi03My4xNDNoOTEuNDI5YzE1Ljg1IDAgMjguOTUtNS4xODEgMzkuMzE0LTE1LjU0M3MxNS41NDMtMjMuNDY2IDE1LjU0My0zOS4zMTRjMC0xNS44NDgtNS4xNzktMjguOTUyLTE1LjU0My0zOS4zMTRzLTIzLjQ2NC0xNS41NDMtMzkuMzE0LTE1LjU0M2gtOTEuNDI5di05MS40MjljMC0xNS44NDgtNS4xNzktMjguOTUyLTE1LjU0My0zOS4zMTRzLTIzLjQ2NC0xNS41NDMtMzkuMzE0LTE1LjU0M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTBkOyIgZ2x5cGgtbmFtZT0iZmFxIiBkPSJNNzE2LjggMzQ1LjZoMjUuNmM0Mi4zNDIgMCA3Ni44IDM0LjQ1OCA3Ni44IDc2Ljh2NDYwLjhjMCA0Mi4zNDItMzQuNDU4IDc2LjgtNzYuOCA3Ni44aC02NjUuNmMtNDIuMzQyIDAtNzYuOC0zNC40NTgtNzYuOC03Ni44di03NDIuNGwyNzMuMDQ5IDIwNC44aDQ0My43NXpNMjM4Ljk1MSA0NDhsLTEzNi41NS0xMDIuNHY1MTJoNjE0LjR2LTQwOS41OTloLTQ3Ny44NDl6TTk0Ny4yIDY1Mi44aC0yNS42di0zMDcuMjUxYzAtNTYuMzItNDUuNzIxLTEwMi4wNDItMTAxLjg4OC0xMDIuMzQ5aC01MTIuNTExdi0yNS42YzAtNDIuMzQyIDM0LjQ1OC03Ni44IDc2LjgtNzYuOGgzNjYuOTVsMjczLjA0OS0yMDQuOHY2MzkuOTk5YzAgNDIuMzQyLTM0LjQ1OCA3Ni44LTc2LjggNzYuOHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTBlOyIgZ2x5cGgtbmFtZT0iY2xvdWQtdXAiIGQ9Ik00ODkuMzQ0IDU5OC42NTZjNS43OTQgNS44MDggMTMuODA1IDkuNDAxIDIyLjY1NiA5LjQwMXMxNi44NjItMy41OTMgMjIuNjU1LTkuNDAxbDEyOC4wMDEtMTI4LjAwMWM1Ljc5OC01Ljc5OCA5LjM4NC0xMy44MDggOS4zODQtMjIuNjU2IDAtMTcuNjk1LTE0LjM0NS0zMi4wNDAtMzIuMDQwLTMyLjA0MC04Ljg0OCAwLTE2Ljg1OCAzLjU4Ni0yMi42NTYgOS4zODR2MGwtNzMuMzQ0IDczLjQwOHYtMjQyLjc1MmMwLTE3LjY3My0xNC4zMjctMzItMzItMzJzLTMyIDE0LjMyNy0zMiAzMnYwIDI0Mi43NTJsLTczLjM0NC03My40MDhjLTUuNzk4LTUuNzk4LTEzLjgwOC05LjM4NC0yMi42NTYtOS4zODQtMTcuNjk1IDAtMzIuMDQwIDE0LjM0NS0zMi4wNDAgMzIuMDQwIDAgOC44NDggMy41ODYgMTYuODU4IDkuMzg0IDIyLjY1NnYwbDEyOCAxMjh6TTI4MS45ODQgNzE0LjExMmM2MS4zNSA1My4xMzQgMTQxLjg2NCA4NS42MDMgMjI5Ljk1NSA4NS44ODhoMC4wNjFjMTcyLjE2IDAgMzE1LjA3Mi0xMjggMzMwLjYyNC0yOTMuMDU2IDEwMS44ODgtMTQuNCAxODEuMzc2LTk5LjcxMiAxODEuMzc2LTIwNC40MTYgMC0xMTQuOTQ0LTk1Ljg3Mi0yMDYuNTI4LTIxMi4wMzItMjA2LjUyOGgtNTY5Ljk4NGMtMTMyLjY3MiAwLTI0MS45ODQgMTA0LjU3Ni0yNDEuOTg0IDIzNS42NDggMCAxMTIuODMyIDgxLjAyNCAyMDYuMjcyIDE4OC4yODggMjI5Ljk1MiA5LjE1MiA1NS4yMzIgNDQuNjcyIDExMC4yNzIgOTMuNjk2IDE1Mi41MTJ6TTMyMy43NzYgNjY1LjY2NGMtNDguNDQ4LTQxLjc5Mi03My43OTItOTIuMTYtNzMuNzkyLTEzMS41ODR2LTI4LjY3MmwtMjguNDgtMy4xMzZjLTg5LjQwOC05Ljc5Mi0xNTcuNTA0LTgzLjItMTU3LjUwNC0xNzAuNjI0IDAtOTMuODg4IDc4LjcyLTE3MS42NDggMTc3Ljk4NC0xNzEuNjQ4aDU2OS45ODRjODIuNzUyIDAgMTQ4LjAzMiA2NC43NjggMTQ4LjAzMiAxNDIuNTI4IDAgNzcuODI0LTY1LjI4IDE0Mi41OTItMTQ4LjAzMiAxNDIuNTkyaC0zMnYzMmMwLjA2NCAxNDIuMDgwLTExOC45NzYgMjU4Ljg4LTI2Ny45NjggMjU4Ljg4LTcyLjE0Ni0wLjI5Ny0xMzguMDIyLTI2LjkwMS0xODguNTg3LTcwLjcwOGwwLjM2MyAwLjMwOHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTBmOyIgZ2x5cGgtbmFtZT0iaG9tZSIgZD0iTTk5Ni40NDkgNTE0LjYxYy0wLjAzMCAwLjAyNi0wLjA1MSAwLjA1NS0wLjA3NyAwLjA3N2wtNDE3LjcxIDQxNy42OTdjLTE3LjgwNSAxNy44MTMtNDEuNDc2IDI3LjYxNy02Ni42NTggMjcuNjE3LTI1LjE3OCAwLTQ4Ljg0OS05LjgwNS02Ni42NjItMjcuNjE3bC00MTcuNDkzLTQxNy40ODRjLTAuMTQxLTAuMTQxLTAuMjg5LTAuMjktMC40MjItMC40MzEtMzYuNTYzLTM2Ljc3NC0zNi41LTk2LjQzNSAwLjE4LTEzMy4xMTYgMTYuNzU4LTE2Ljc2OCAzOC44ODMtMjYuNDcgNjIuNTQ3LTI3LjQ5NCAwLjk2OS0wLjA5NCAxLjkzNy0wLjE0MSAyLjkxNC0wLjE0MWgxNi42NHYtMzA3LjM5MWMwLTYwLjgzNCA0OS41LTExMC4zMjcgMTEwLjMzNi0xMTAuMzI3aDE2My40MjJjMTYuNTcgMCAzMCAxMy40NCAzMCAzMC4wMDN2MjQwLjk5N2MwIDI3Ljc1OSAyMi41ODcgNTAuMzM4IDUwLjM0MiA1MC4zMzhoOTYuMzkzYzI3Ljc1OSAwIDUwLjMzOC0yMi41NzkgNTAuMzM4LTUwLjMzOHYtMjQwLjk5N2MwLTE2LjU2MyAxMy40MjctMzAuMDAzIDI5Ljk5OS0zMC4wMDNoMTYzLjQyMmM2MC44NDMgMCAxMTAuMzM2IDQ5LjQ5MyAxMTAuMzM2IDExMC4zMjd2MzA3LjM5MWgxNS40MzdjMjUuMTczIDAgNDguODQ1IDkuODA1IDY2LjY2NyAyNy42MjcgMzYuNzE1IDM2LjczNiAzNi43MzIgOTYuNTA4IDAuMDUxIDEzMy4yNjV6TTk1My45NjYgNDIzLjc2OGMtNi40NzctNi40NzctMTUuMDg3LTEwLjA0OC0yNC4yMzUtMTAuMDQ4aC00NS40MzZjLTE2LjU3MiAwLTMwLjAwMy0xMy40MzEtMzAuMDAzLTI5Ljk5OXYtMzM3LjM5NGMwLTI3Ljc0Ni0yMi41NzUtNTAuMzI1LTUwLjMzNC01MC4zMjVoLTEzMy40MjN2MjEwLjk5OGMwIDYwLjgzNC00OS40OTMgMTEwLjMzNi0xMTAuMzM2IDExMC4zMzZoLTk2LjM5M2MtNjAuODQyIDAtMTEwLjM0Mi00OS41MDItMTEwLjM0Mi0xMTAuMzM2di0yMTAuOTk4aC0xMzMuNDIyYy0yNy43NSAwLTUwLjMzNiAyMi41NzktNTAuMzM2IDUwLjMyNXYzMzcuMzk0YzAgMTYuNTY3LTEzLjQzIDI5Ljk5OS0zMCAyOS45OTloLTQ0LjY1NmMtMC40NjkgMC4wMzAtMC45MyAwLjA1NS0xLjQwNiAwLjA2MC04LjkzOCAwLjE1OC0xNy4zMjEgMy43MDMtMjMuNjAyIDkuOTkzLTEzLjM1OSAxMy4zNjMtMTMuMzU5IDM1LjEwMiAwIDQ4LjQ2OSAwLjAwOCAwIDAuMDA4IDAuMDA5IDAuMDE2IDAuMDE3bDAuMDIzIDAuMDIxIDQxNy42OTUgNDE3LjY4MWM2LjQ2OCA2LjQ3NyAxNS4wNzAgMTAuMDM5IDI0LjIyNiAxMC4wMzkgOS4xNDggMCAxNy43NDktMy41NjIgMjQuMjI2LTEwLjAzOWw0MTcuNjAzLTQxNy41OTJjMC4wNjQtMC4wNjQgMC4xMzItMC4xMjggMC4xOTYtMC4xODggMTMuMjg2LTEzLjM4NSAxMy4yNjUtMzUuMDgxLTAuMDY0LTQ4LjQxNHoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTEwOyIgZ2x5cGgtbmFtZT0ibWVzc2FnZSIgZD0iTTExOC4xMDcgMTYxLjMzMmMtMzQuMjE3IDAtNjcuNjQ1IDguNzMtOTcuOTQxIDI1Ljc0NS0xNS41ODggOC4wMjYtMjEuNjI1IDI4LjEwOS0xMi4zMTMgNDMuMjE3IDMwLjk0IDQ5LjQ0MiA0Mi4xMTIgMTA5Ljg3NCAyNy45NDYgMTY2LjcwOS0xNC42ODMgNTguOTIyLTM1LjkyOCAxMDguNTQ3LTM1Ljc3NiAxNzAuOTIxIDAuNTI3IDIxOC44MzggMTgyLjY3NCAzOTYuMjQ3IDQwMS4yODggMzkyLjAwMiAyMTEuMTU1LTQuMjUzIDM4NS4xNzctMTgxLjc1NCAzODUuMTc3LTM5Mi45NjUgMC4wMDQtMjc1Ljg0My0yODkuMDg1LTQ2OS41MS01NDQuMjk4LTM2Mi45OTQtMzUuMTc3LTI3LjYxLTc5LjM5My00Mi42MzctMTI0LjA4NS00Mi42Mzd6TTc2LjUzIDIyOC42OGM0OC4wNzYtMTQuOTMzIDEwMi4xNDYtMy4wMDQgMTM5LjIxOSAzMi44MzYgOS4xMzUgOC44MzYgMjIuNzk5IDExLjA1OSAzNC4yNiA1LjU3NyAyMTguNDk4LTEwNC40NjggNDc1LjY1MyA1OS4yNzYgNDc1LjY1MyAyOTkuODY5IDAgMTc5LjUzNC0xNDYuMDU2IDMyOC41MzQtMzI1LjU3MyAzMzIuMTQ4LTE4NS4wMDMgMy42NzUtMzM4Ljc4OS0xNDYuMTU5LTMzOS4yMzUtMzMxLjMzMi0wLjE0NS01OS4yNDUgMjIuOTcxLTEwNi41OTYgMzUuNjA0LTE2Mi43MTUgMTMuMzA5LTU5LjE0OCA2LjI5OC0xMjEuNjg5LTE5LjkyNy0xNzYuMzgyek05MDUuODg3LTYzLjk5OGMtNDQuNjkzIDAtODguOTA4IDE1LjAyNy0xMjQuMDgyIDQyLjYzNy0xMzUuNzI2LTU2LjY0OC0yOTcuMTc1LTMwLjg1Mi00MDguNDU5IDY1LjI1OC0xMi43MTMgMTAuOTc4LTE0LjExOCAzMC4xODItMy4xNCA0Mi44OTcgMTAuOTggMTIuNzE1IDMwLjE4NSAxNC4xMjMgNDIuODk4IDMuMTQgOTguNy04NS4yMzggMjQzLjI1LTEwNC40MTMgMzYwLjg4NS00OC4xNzUgMTEuNDU2IDUuNDgzIDI1LjExOCAzLjI2IDM0LjI1Ny01LjU3NyAzNy4wNzMtMzUuODM2IDkxLjE0NC00Ny43NzQgMTM5LjIyLTMyLjgzMi0zMC45MzggNjQuNTI0LTM1LjIyMSAxMzguNDUyLTExLjI0NyAyMDYuODg5IDAuMjEzIDAuNjE5IDAuNDQ4IDEuMjI1IDAuNzA0IDEuODI2IDE3LjUwNiA0MS4yNzYgMjYuMzMgODUuMTQ1IDI2LjIyMyAxMzAuMzgtMC4xOTIgNzkuNzYtMjYuNzI2IDE1My41MzktNzYuNzMxIDIxMy4zNjctMTAuNzczIDEyLjg5MS05LjA1OCAzMi4wNzAgMy44MzEgNDIuODQyIDEyLjg4NSAxMC43NzUgMzIuMDY4IDkuMDU2IDQyLjg0Mi0zLjgzMiA1OC4zODQtNjkuODU1IDkwLjY2Ni0xNTkuNDI5IDkwLjg4OC0yNTIuMjI4IDAuMTI4LTUzLjE1My0xMC4xODUtMTA0LjczNy0zMC42NTItMTUzLjMzOS0yMS41LTYyLjIzMy0xMS42MS0xMjguODY1IDIyLjgxOC0xODQuMjg4IDkuMzE4LTE1LjExMyAzLjI3Ny0zNS4xOTYtMTIuMzE4LTQzLjIzLTMwLjI4OS0xNy4wMDMtNjMuNzI2LTI1LjczNy05Ny45MzYtMjUuNzM3ek0zOTMuMjI5IDUxNy4zNDNjMjYuNTggMCA0OC4xMjUgMjEuNTM3IDQ4LjEyNSA0OC4xMDJzLTIxLjU0NSA0OC4xMDItNDguMTI1IDQ4LjEwMmMtMjYuNTggMC00OC4xMjctMjEuNTM2LTQ4LjEyNy00OC4xMDJzMjEuNTQ3LTQ4LjEwMiA0OC4xMjctNDguMTAyek0yMTUuOTQgNTE3LjM0M2MyNi41OCAwIDQ4LjEyNyAyMS41MzcgNDguMTI3IDQ4LjEwMnMtMjEuNTQ3IDQ4LjEwMi00OC4xMjcgNDguMTAyYy0yNi41OCAwLTQ4LjEyNy0yMS41MzYtNDguMTI3LTQ4LjEwMnMyMS41NDctNDguMTAyIDQ4LjEyNy00OC4xMDJ6TTU3MC41NiA1MTcuMzQzYzI2LjU4MSAwIDQ4LjEyOCAyMS41MzcgNDguMTI4IDQ4LjEwMnMtMjEuNTQ3IDQ4LjEwMi00OC4xMjggNDguMTAyYy0yNi41NzcgMC00OC4xMjgtMjEuNTM2LTQ4LjEyOC00OC4xMDJzMjEuNTUxLTQ4LjEwMiA0OC4xMjgtNDguMTAyeiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGU5MTE7IiBnbHlwaC1uYW1lPSJvcmRlciIgZD0iTTQzOC4xNDYgOTYwYy04My4yMTEgMC0xNTAuOTA5LTY3LjgwNy0xNTAuOTA5LTE1MS4wOTF2LTQwLjYzN2gtNDAuNTQ1Yy00MC43OTMgMC01OS41MzMtMjguNDU5LTY1LjU0NS02Mi4zNjNsLTg1LjA0Ni01NTMuODY0Yy03LjkyMy00NS4wNzAgMjguMjM0LTY5LjQwOSA2NS41NDUtNjkuNDA5aDIxN2MxMi44NTMgMCAyMy4yNzMgMTAuNDE3IDIzLjI3MyAyMy4yNzMgMCAxMi44NTEtMTAuNDIgMjMuMjczLTIzLjI3MyAyMy4yNzNoLTIxN2MtMTMuNjcyIDAuMDE0LTIwLjk0NSA3Ljg1Mi0xOS41NDUgMTUuNzc0bDg1LjA5MSA1NTMuOTA3YzIuMzkyIDE0LjY4NCAxMC45NjIgMjIuODY0IDE5LjUgMjIuODY0aDQwLjU0NXYtMTA0LjU0NWMwLTEyLjg1NCAxMC40Mi0yMy4yNzMgMjMuMjczLTIzLjI3M3MyMy4yNzMgMTAuNDE5IDIzLjI3MyAyMy4yNzN2MTA0LjU0NWgyMDguNjgydi0xMDQuNTQ1YzAtMTIuODU0IDEwLjQyLTIzLjI3MyAyMy4yNzItMjMuMjczIDEyLjg1NiAwIDIzLjI3MyAxMC40MTkgMjMuMjczIDIzLjI3M3YxMDQuNTQ1aDQwLjU0NmMxNC42MTEtMC4xOTggMTcuNTQzLTExLjQ5NSAxOS41NDQtMjIuODY0bDMxLjg2NS0yMDcuNTQ0YzEuOTYtMTIuNzAyIDEzLjg0My0yMS40MTYgMjYuNTQ1LTE5LjQ1NnMyMS40MTEgMTMuODQzIDE5LjQ1NiAyNi41NDVsLTMxLjg2NSAyMDcuNWMtNy41MDggMzguODIyLTMxLjM2MiA2Mi4zNjMtNjUuNTQ1IDYyLjM2M2gtNDAuNTQ2djQwLjYzN2MwIDgzLjI4My02Ny42NTIgMTUxLjA5MS0xNTAuODYzIDE1MS4wOTF6TTQzOC4xNDYgOTEzLjQ1NWM1OC4xOSAwIDEwNC4zMTgtNDYuMjAzIDEwNC4zMTgtMTA0LjU0NXYtNDAuNjM3aC0yMDguNjgydjQwLjYzN2MwIDU4LjM0MiA0Ni4xNzQgMTA0LjU0NSAxMDQuMzY0IDEwNC41NDV6TTY4NS42NzkgNDIyLjQwOWMtMTM0LjA5NyAwLTI0My4zMTYtMTA5LjE4Mi0yNDMuMzE2LTI0My4yMjhzMTA5LjIxOC0yNDMuMTgxIDI0My4zMTYtMjQzLjE4MWMxMzQuMTAyIDAgMjQzLjMyMSAxMDkuMTM1IDI0My4zMjEgMjQzLjE4MXMtMTA5LjIxOSAyNDMuMjI4LTI0My4zMjEgMjQzLjIyOHpNNjg1LjY3OSAzNzUuODY0YzEwOC45NTggMCAxOTYuNzc2LTg3LjgwMyAxOTYuNzc2LTE5Ni42ODJzLTg3LjgxNy0xOTYuNjM2LTE5Ni43NzYtMTk2LjYzNmMtMTA4Ljk1OCAwLTE5Ni43NyA4Ny43NTctMTk2Ljc3IDE5Ni42MzZzODcuODEyIDE5Ni42ODIgMTk2Ljc3IDE5Ni42ODJ6TTc2MC40MDcgMjYzLjQxOWwtOTkuOTEtMTE4LjkxLTUwLjc3MiA1MS41OTFjLTkuMDE2IDkuMTY1LTIzLjc0NyA5LjI4Ni0zMi45MTIgMC4yNzUtOS4xNi05LjAxMS05LjI4MS0yMy43NDctMC4yNy0zMi45MDhsNjguNzI0LTY5LjgxOGM5LjYzLTkuNzc5IDI1LjU4Ni05LjE0NiAzNC40MTEgMS4zNTlsMTE2LjM2NCAxMzguNDU5YzguMjg1IDkuODQ5IDcgMjQuNTQ4LTIuODYzIDMyLjgxNS0xMS4zMzQgOC45NTUtMjMuNTQ3IDcuMzU0LTMyLjc3My0yLjg2M3oiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTEyOyIgZ2x5cGgtbmFtZT0icmVzb3VyY2UiIGQ9Ik0xMDI0IDI2Ny4wMDRjMCAxMjcuMDY4LTcyLjg5OSAyNDAuNDc0LTE4Mi4wNzcgMjk1LjYzNy0zLjM5Mi0yNDMuNjM2LTIwMC45MTktNDQxLjE2Ny00NDQuNTU1LTQ0NC41NTQgNTUuMTY0LTEwOS4xNzggMTY4LjU2NS0xODIuMDc3IDI5NS42MzctMTgyLjA3NyA1OS41NzQgMCAxMTcuNTExIDE1Ljg2OCAxNjguNDE1IDQ2LjAxNWwxNjEuMTMyLTQ0LjU2OS00NC41NjkgMTYxLjEyOGMzMC4xNDggNTAuOTA5IDQ2LjAxNSAxMDguODQ1IDQ2LjAxNSAxNjguNDE5ek03ODEuOTg2IDU2OC45OTVjMCAyMTUuNTk3LTE3NS4zOTUgMzkwLjk5NC0zOTAuOTkzIDM5MC45OTRzLTM5MC45OTQtMTc1LjM5NS0zOTAuOTk0LTM5MC45OTRjMC03MC4yNjQgMTguNzAzLTEzOC42NzkgNTQuMjE4LTE5OC43NGwtNTIuNzgtMTkwLjgxMSAxOTAuODE3IDUyLjc3M2M2MC4wNjItMzUuNTE1IDEyOC40NzUtNTQuMjE2IDE5OC43MzktNTQuMjE2IDIxNS41OTcgMCAzOTAuOTkzIDE3NS4zOTUgMzkwLjk5MyAzOTAuOTkzek0zMzAuOTk0IDY1OS45OTNoLTU5Ljk5OWMwIDY2LjE3MSA1My44MjcgMTE5Ljk5OCAxMTkuOTk4IDExOS45OThzMTIwLTUzLjgyNyAxMjAtMTE5Ljk5OGMwLTMzLjU4NS0xNC4yMjEtNjUuODY2LTM5LjAyMi04OC41NTRsLTUwLjk3OC00Ni42NTd2LTQ2Ljc4N2gtNTkuOTk5djczLjIxMWw3MC40NjYgNjQuNDk5YzEyLjU5NSAxMS41MjQgMTkuNTMzIDI3LjI1IDE5LjUzMyA0NC4yODggMCAzMy4wODUtMjYuOTEzIDU5Ljk5OS01OS45OTkgNTkuOTk5cy01OS45OTktMjYuOTE0LTU5Ljk5OS01OS45OTl6TTM2MC45OTQgNDE3Ljk5OGg1OS45OTl2LTYwLjAwMWgtNTkuOTk5djYwLjAwMXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTEzOyIgZ2x5cGgtbmFtZT0ic2VuZC1lbWFpbCIgZD0iTTk4LjA2NCA5NTAuMzM2YzE2LjYwMSAxMS45NjUgMzguNzMyIDEyLjg5NiA1Ni4yOCAyLjM2OGw3NjcuOTk5LTQ2MC44MDFjMTUuNDIxLTkuMjUzIDI0Ljg1OC0yNS45MTkgMjQuODU4LTQzLjkwMyAwLTE3Ljk4Ny05LjQzNi0zNC42NTItMjQuODU4LTQzLjkwNGwtNzY3Ljk5OS00NjAuODAxYy0xNy41NDctMTAuNTI3LTM5LjY3OC05LjU5NS01Ni4yOCAyLjM3MXMtMjQuNDgzIDMyLjY2Ni0yMC4wNDMgNTIuNjM5bDg4LjU1NCAzOTguNDk2aDI2OC42MjVjMjguMjc4IDAgNTEuMiAyMi45MjIgNTEuMiA1MS4ycy0yMi45MjIgNTEuMi01MS4yIDUxLjJoLTI2OC42MjVsLTg4LjU1NCAzOTguNDk0Yy00LjQ0IDE5Ljk3NiAzLjQ0MyA0MC42NzcgMjAuMDQzIDUyLjY0MnoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTE0OyIgZ2x5cGgtbmFtZT0ibWVzc2VuZ2VyLWljb24iIGQ9Ik0wIDQ2My4zNDJjMCAyODUuMzc2IDIyMy41NTIgNDk2LjY0IDUxMiA0OTYuNjRzNTEyLTIxMS4yNjQgNTEyLTQ5Ni42NC0yMjMuNTUyLTQ5Ni42NC01MTItNDk2LjY0Yy01MS44NCAwLTEwMS41MDQgNi44NDgtMTQ4LjIyNCAxOS42NDgtMy4yODYgMC45NS03LjA2MSAxLjQ5Ny0xMC45NjMgMS40OTctNS45MiAwLTExLjU0NS0xLjI1OC0xNi42MjUtMy41MmwwLjI2IDAuMTAzLTEwMS42MzItNDQuOTI4Yy00Ljg2NS0yLjIwMS0xMC41NDgtMy40ODQtMTYuNTMxLTMuNDg0LTIyLjE4MSAwLTQwLjI0NSAxNy42MzItNDAuOTM5IDM5LjY0NGwtMC4wMDIgMC4wNjQtMi44MTYgOTEuMDcyYy0wLjQyMSAxMS42MzEtNS42MzcgMjEuOTY3LTEzLjcxOCAyOS4xNDhsLTAuMDQyIDAuMDM2Yy05OS41ODQgODkuMDg4LTE2MC43NjggMjE4LjExMi0xNjAuNzY4IDM2Ny4zNnpNMzU0Ljk0NCA1NTYuNzE4bC0xNTAuNC0yMzguNTkyYy0xNC40LTIyLjkxMiAxMy42OTYtNDguNzA0IDM1LjI2NC0zMi4zODRsMTYxLjYgMTIyLjYyNGM1LjA5OCAzLjkwNCAxMS41NjUgNi4yNTYgMTguNTgxIDYuMjU2IDYuOTQxIDAgMTMuMzQ1LTIuMzAyIDE4LjQ4OS02LjE4NWwtMC4wNzggMC4wNTYgMTE5LjYxNi04OS43MjhjMTIuNjc1LTkuNTg4IDI4LjcwMi0xNS4zNTcgNDYuMDc2LTE1LjM1NyAyNy4yMjQgMCA1MS4xNCAxNC4xNjUgNjQuNzc5IDM1LjUyOGwwLjE4NSAwLjMwOSAxNTAuNCAyMzguNTkyYzE0LjQ2NCAyMi45MTItMTMuNjk2IDQ4LjcwNC0zNS4yNjQgMzIuMzg0bC0xNjEuNi0xMjIuNjI0Yy01LjA5OC0zLjkwNC0xMS41NjUtNi4yNTYtMTguNTgxLTYuMjU2LTYuOTQxIDAtMTMuMzQ1IDIuMzAyLTE4LjQ4OSA2LjE4NWwwLjA3OC0wLjA1Ni0xMTkuNjE2IDg5Ljc5MmMtMTIuNjc1IDkuNTg4LTI4LjcwMiAxNS4zNTctNDYuMDc2IDE1LjM1Ny0yNy4yMjQgMC01MS4xNC0xNC4xNjUtNjQuNzc5LTM1LjUyOGwtMC4xODUtMC4zMDl6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkxNTsiIGdseXBoLW5hbWU9InNlbmQiIGQ9Ik0zNzMuMzMxIDE4Ny4yMTl2LTE5Ny44ODhjMC0xMy44MjQgOC44NzUtMjYuMDY5IDIyLjAxNi0zMC40MjEgMy4yODUtMS4wNjcgNi42NTYtMS41NzkgOS45ODQtMS41NzkgOS45ODQgMCAxOS42MjcgNC42OTMgMjUuNzcxIDEzLjA1NmwxMTUuNzU1IDE1Ny41MjUtMTczLjUyNSA1OS4zMDd6TTEwMTAuNTU3IDkzMi43MzRjLTkuODEzIDYuOTU1LTIyLjY5OSA3Ljg5My0zMy4zNjUgMi4zMDRsLTk1OS45OTYtNTAxLjMzM2MtMTEuMzQ5LTUuOTMxLTE4LjA0OC0xOC4wNDgtMTcuMTA5LTMwLjgwNSAwLjk4MS0xMi44IDkuNDcyLTIzLjcyMyAyMS41NDctMjcuODYxbDI2Ni44NzktOTEuMjIxIDU2OC4zNiA0ODUuOTczLTQzOS44MDUtNTI5Ljg3NyA0NDcuMjcyLTE1Mi44NzVjMy4zMjgtMS4xMDkgNi44MjctMS43MDcgMTAuMzI1LTEuNzA3IDUuODAzIDAgMTEuNTYzIDEuNTc5IDE2LjY0IDQuNjUxIDguMTA3IDQuOTQ5IDEzLjYxMSAxMy4yNjkgMTUuMDE5IDIyLjYxM2wxMTcuMzMzIDc4OS4zMzJjMS43NDkgMTEuOTQ3LTMuMjg1IDIzLjgwOC0xMy4wOTkgMzAuODA1eiIgLz4KPC9mb250PjwvZGVmcz48L3N2Zz4=#ia-icon) format("svg")}[class*=" ia-"],[class^=ia-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ia-icon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ia-expand:before{content:""}.ia-collapse-expand:before{content:""}.ia-whatsapp:before{content:""}.ia-messenger-icon:before{content:""}.ia-send:before{content:""}.ia-emoji:before{content:""}.ia-file:before{content:""}.ia-gif:before{content:""}.ia-home:before{content:""}.ia-message:before{content:""}.ia-order:before{content:""}.ia-resource:before{content:""}.ia-send-email:before{content:""}.ia-cloud-up:before{content:""}.ia-faq:before{content:""}.ia-angle-down:before{content:""}.ia-angle-up:before{content:""}.ia-angle-left:before{content:""}.ia-angle-right:before{content:""}.ia-search:before{content:""}.ia-times:before{content:""}.ia-chat:before{content:""}.betterdocs-ia-main-wrapper{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;background:#f7f7f7;border-radius:12px;bottom:75px;box-shadow:0 2px 10px 0 rgb(0 0 0 / .1),0 0 2px 0 rgb(0 0 0 / .2);display:flex;flex-direction:column;height:636px;justify-content:space-between;max-height:calc(100vh - 120px);max-width:calc(100vw - 40px);position:fixed;right:20px;transition:width .15s linear,height .2s linear;width:400px;z-index:99999999;z-index:9999999999}.betterdocs-ia-main-wrapper .betterdocs-ia-main-content{animation:fadeIn .5s;border-radius:10px;flex-grow:1;overflow-y:scroll;transition:all .5s ease-in-out}.betterdocs-ia-main-wrapper .betterdocs-ia-main-content.resources-content .betterdocs-ia-tab-faq-content .betterdocs-ia-docs{margin:12px}.betterdocs-ia-main-wrapper .betterdocs-ia-main-content::-webkit-scrollbar{display:none}.betterdocs-ia-settings-preview .betterdocs-ia-main-wrapper{bottom:inherit;position:relative;right:inherit;width:100%}@media only screen and (min-width:768px){.betterdocs-ia-main-wrapper{max-width:calc(100vw - 100px)}}.generic-loader{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;text-align:center;top:35px}.generic-loader:before{content:"";display:inline-block;height:100%;vertical-align:middle}@keyframes betterdocs-ia-rotation-lr{0%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes betterdocs-ia-rotation-rl{0%{transform:rotate(90deg)}to{transform:rotate(0)}}@keyframes betterdocs-ia-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes betterdocs-ia-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@keyframes betterdocs-ia-fade-in{0%{opacity:0}to{opacity:1}}@keyframes betterdocs-ia-bounce-in{0%,35%{opacity:0}to{opacity:1}0%,40%,80%,to{transform:translateY(0)}60%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.betterdocs-ia-launcher-wrapper{bottom:20px;position:fixed;right:20px;z-index:99}.betterdocs-ia-launcher-wrapper .betterdocs-ia-launcher{align-items:center;-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;background:#00b682;border:none;border-radius:100%;cursor:pointer;display:flex;height:48px;justify-content:center;padding:12px 11px 11px 12px;width:48px}.betterdocs-ia-launcher-wrapper .betterdocs-ia-launcher:focus{outline:none}.betterdocs-ia-launcher-wrapper .betterdocs-ia-launcher .betterdocs-launch-icon{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-rotation-rl;-moz-animation-name:betterdocs-ia-rotation-rl;animation-name:betterdocs-ia-rotation-rl}.betterdocs-ia-settings-preview .betterdocs-ia-launcher-wrapper{bottom:inherit;display:block;margin-top:10px;position:relative;right:inherit;text-align:right}.fc-cart-drawer-container .fc-cart-drawer-open-btn{bottom:80px}.betterdocs-ia-tabs{align-items:center;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 10px 0 rgb(0 0 0 / .1),0 0 2px 0 rgb(0 0 0 / .2);display:flex;justify-content:space-evenly;margin:0;padding:18px;z-index:999}.betterdocs-ia-tabs li{align-items:center;color:#202223;cursor:pointer;display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0;transition:.25s ease-in-out;width:100px}.betterdocs-ia-tabs li p{font-size:12px;line-height:1.3em;margin:0;padding:0}.betterdocs-ia-tabs li i{font-size:24px}.betterdocs-ia-tabs .active p{color:#00b682;font-weight:500}.betterdocs-ia-tab-home-content .betterdocs-ia-home-content-list{display:flex;flex-direction:column;gap:16px;padding:12px}.betterdocs-ia-tab-home-content .betterdocs-ia-home-content-list .betterdocs-ia-no-doc{align-items:center;padding:0 20px}.betterdocs-ia-send-message{align-items:center;-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.75s;-moz-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-fade-in;-moz-animation-name:betterdocs-ia-fade-in;animation-name:betterdocs-ia-fade-in;background:#fff;border-radius:12px;box-shadow:0 1px 2px 0 rgb(0 0 0 / .15),0 0 5px 0 rgb(0 0 0 / .05);cursor:pointer;display:flex;justify-content:space-between;margin-top:-60px;padding:16px 20px}.betterdocs-ia-send-message .betterdocs-ia-sm-info h5{color:#111213;font-size:16px;font-weight:600;line-height:24px;margin:0;padding:0;text-transform:none}.betterdocs-ia-send-message .betterdocs-ia-sm-info p{color:#111213;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0;padding:0}.betterdocs-ia-send-message .betterdocs-ia-sm-icon i{color:#00b682;font-size:24px}.fct-cart-drawer-container .fct-cart-drawer-open-btn{bottom:80px}.betterdocs-ia-docs{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;background-color:#fff}.betterdocs-ia-docs.radius-layout{border-radius:12px}.betterdocs-ia-docs .betterdocs-ia-docs-heading{border-bottom:1px solid #e9f4f1;padding:12px 20px}.betterdocs-ia-docs .betterdocs-ia-docs-heading .doc-title{color:#111213;font-size:16px;font-weight:600;line-height:24px;margin:0;padding:0}.betterdocs-ia-docs-content{align-items:center;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;border-bottom:1px solid #e9f4f1;cursor:pointer;display:flex;gap:46px;justify-content:space-between;padding:8px 30px 8px 20px}.betterdocs-ia-docs-content:last-child{border-bottom:none}.betterdocs-ia-docs-content .content-item .content-title{color:#111213;font-size:14px;font-style:normal;font-weight:500;letter-spacing:-.28px;line-height:25px;margin:0}.betterdocs-ia-docs-content .content-item p{color:#6d7175;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.28px;line-height:22px;margin:0;padding:0}.betterdocs-ia-docs-content .content-icon svg{transform:scale(.8)}.betterdocs-ia-tab-faq-content{position:relative}.betterdocs-ia-common-header{background:#00b682;background-color:#00b682;background-image:url(https://betterdocs.co/wp-content/plugins/betterdocs-pro/assets/build/images/HeaderBg.03a08e0c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.betterdocs-ia-common-header.home-page-header{margin-bottom:24px;padding:40px 12px 0}.betterdocs-ia-common-header.home-page-header .betterdocs-ia-header-group{padding:0 20px}.betterdocs-ia-common-header.list-page-header,.betterdocs-ia-common-header.resources-page-header{box-sizing:border-box;margin-bottom:0;padding:16px 32px 25px;position:sticky;top:0;z-index:1}.betterdocs-ia-common-header.list-page-header .betterdocs-ia-search,.betterdocs-ia-common-header.resources-page-header .betterdocs-ia-search{transform:none}.betterdocs-ia-common-header .betterdocs-logo{display:inline-flex}.betterdocs-ia-common-header .betterdocs-logo svg{height:24px;width:auto}.betterdocs-ia-common-header .betterdocs-title{color:#fff;font-size:20px;font-style:normal;font-weight:700;line-height:1.1}.betterdocs-ia-common-header .betterdocs-title:not(:first-child){margin-top:24px}.betterdocs-ia-common-header .betterdocs-title:not(:last-child){margin:20px 0 12px}.betterdocs-ia-common-header .betterdocs-info{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin-bottom:0}.betterdocs-ia-common-header .betterdocs-ia-search{align-items:center;background:#fff;border-radius:50px;display:flex;gap:10px;justify-content:center;margin:8px 0 0;min-height:48px;padding:4px 4px 4px 24px;transform:translateY(24px)}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field{border:0;font-size:14px;line-height:20px;padding:0;width:100%}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field::-moz-placeholder{color:#1c1c1c}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field::placeholder{color:#1c1c1c}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-field:focus-visible{outline:none}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-icon{align-items:center;background-color:#00b682;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;width:40px}.betterdocs-ia-common-header .betterdocs-ia-search .betterdocs-ia-search-icon svg{fill:#fff;height:auto;width:16px}.betterdocs-ia-common-header .betterdocs-header-title{color:#fff;font-size:24px;font-style:normal;font-weight:590;line-height:28px;margin:0;padding:0;text-align:center}.betterdocs-ia-common-header .header__back.header__button{align-items:center;background:#fff0;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;left:22px;line-height:30px;max-width:50px;position:absolute;text-align:center;top:17px;transition:.25s ease-in-out;width:30px}.betterdocs-ia-common-header .header__back.header__button:hover{background:#f6f6f7}.betterdocs-ia-common-header .header__back.header__button:hover svg path{fill:#111213}.betterdocs-ia-common-header .header__back.header__button svg path{fill:#fff}.betterdocs-ia-cat-list{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;background:#fff;border-bottom:1px solid #e9f4f1;padding:16px}.betterdocs-ia-cat-list:last-child{border:none}.betterdocs-ia-cat-list h2{color:#000;font-size:14px;font-style:normal;font-weight:590;line-height:20px;margin:0;padding:0 0 4px}.betterdocs-ia-cat-list .betterdocs-ia-cat{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:7px 0 4px}.betterdocs-ia-cat-list .betterdocs-ia-cat p{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0;padding:0}.betterdocs-ia-cat-list .betterdocs-ia-cat i{color:#000;font-size:10px;font-weight:600}.betterdocs-ia-tab-message-container{position:relative}.betterdocs-ia-tab-message-container .message__header{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.35s;-moz-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-fade-in;-moz-animation-name:betterdocs-ia-fade-in;animation-name:betterdocs-ia-fade-in;border-radius:12px 12px 0 0;box-sizing:border-box;padding:22px;position:sticky;text-align:center;top:0;z-index:1}.betterdocs-ia-tab-message-container .message__header .header__logo{margin-bottom:16px}.betterdocs-ia-tab-message-container .message__header .header__author{display:flex;justify-content:center;margin-bottom:8px}.betterdocs-ia-tab-message-container .message__header .header__author img{border:2px solid #01bab4;border-radius:50%;margin-left:-6px;width:40px}.betterdocs-ia-tab-message-container .message__header .header__content{margin:auto;text-align:center;width:250px}.betterdocs-ia-tab-message-container .message__header .header__content h4{color:#fff;font-size:14px;font-weight:600;line-height:1.4em;margin-bottom:4px}.betterdocs-ia-tab-message-container .message__header .header__content p{color:#fff;font-size:12px;line-height:1.3em}.betterdocs-ia-tab-message-container .header__back.header__button{align-items:center;background:#fff0;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;left:22px;line-height:30px;position:absolute;text-align:center;top:17px;transition:.25s ease-in-out;width:26px}.betterdocs-ia-tab-message-container .header__back.header__button:hover{background:#f6f6f7}.betterdocs-ia-tab-message-container .header__back.header__button:hover svg path{fill:#111213}.betterdocs-ia-tab-message-container .header__back.header__button svg path{fill:#fff}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.75s;-moz-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;background-color:#fff;border-radius:12px;margin:12px;padding:12px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group{margin-bottom:16px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group:last-child{margin-bottom:0}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group>p{padding-bottom:4px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group .ia-input{border:1px solid #d0d5dd;border-radius:8px;box-sizing:border-box;color:#111213;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:10px 12px;width:100%}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group .ia-input:focus-visible{outline:0}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group .warning-text.file-warning p:before{top:4px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group .warning-text p{color:#b71c1c;display:block;font-size:12px;font-style:normal;font-weight:400;margin:8px 0 0;opacity:1;padding-left:20px;position:relative}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group .warning-text p:before{background:#b71c1c;border-radius:50%;color:#fff;content:"!";height:16px;left:0;line-height:16px;position:absolute;text-align:center;top:1px;width:16px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group>textarea{border:1px solid #d0d5dd;border-radius:4px;box-sizing:border-box;height:120px!important;padding:12px!important;resize:none;width:100%}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-group>textarea:focus-visible{outline:0}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-email-group p,.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-message-group p,.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-name-group p,.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-subject-group p{color:#202223;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-attachments-group{align-items:center;background:#fff;border:1px dashed #babfc3;border-radius:8px;display:flex;flex-direction:column;height:120px;justify-content:center;margin-bottom:25px;width:100%}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-attachments-group button{background:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 1px 2px 0 rgb(16 24 40 / .05);margin:0;padding:10px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-attachments-group button:hover{background:#e5fdf6;color:#01bab4}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-attachments-group p{color:#6d7175;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0;padding:8px 0 0}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-submit{align-items:center;display:flex;justify-content:center}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-submit button{align-items:center;background:#00b682;border:none;border-radius:4px;box-shadow:0 1px 0 rgb(0 0 0 / .08),inset 0 -1px 0 rgb(0 0 0 / .2);color:#fff;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:500;height:44px;justify-content:center;line-height:15px;text-align:center;width:251px}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-recaptcha-notice{color:#6d7175;font-size:11px;line-height:1.4em;margin:12px 0 0;text-align:center}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-recaptcha-notice a{color:#6d7175;text-decoration:underline}.betterdocs-ia-tab-message-container .betterdocs-ia-feedback-form .betterdocs-ia-recaptcha-notice a:hover{color:#01bab4}.betterdocs-ia-tab-message-container .betterdocs-ia-warning-group .ia-input,.betterdocs-ia-tab-message-container .betterdocs-ia-warning-group .ia-message{border:1px solid #b71c1c!important}.grecaptcha-badge{visibility:hidden!important}.progress-content-wrapper{background:#fff;border-radius:8px;display:flex;gap:14px;justify-content:space-around;margin:0 20px 30px;padding:24px;position:relative}.progress-content-wrapper .progress-icon-details{display:flex;gap:30px;width:190px}.progress-content-wrapper .progress-icon-details svg{flex-shrink:0}.progress-content-wrapper svg{padding-top:5px}.progress-content-wrapper .progress-details{max-width:275px}.progress-remove-icon{cursor:pointer}.brand-info-title{color:#344054;font-size:14px;font-weight:500;line-break:anywhere;line-height:1.5em;margin:0}.brand-info-sub{color:#667085;font-size:14px;font-weight:400;line-height:1.5em}.img-icon{align-items:center;background:#fff0;color:#01bab4;display:flex;font-size:14px;height:28px;justify-content:center;width:28px}.progress-line{background-color:#f2f4f7;border-radius:4px;min-width:230px;width:100%}.inner-progress-line{background-color:#01bab4;border-radius:4px;height:8px;width:20%}.betterdocs-ia-msg-receive{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px 12px 110px}.betterdocs-ia-msg-receive h4{color:#202223;font-size:14px;font-weight:600;line-height:20px;margin:16px 0 8px;text-align:center}.betterdocs-ia-msg-receive p{color:#6d7175;font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.betterdocs-ia-single-docs-wrapper{display:flex;flex-direction:column;height:100%;overflow-y:scroll}.betterdocs-ia-single-docs-wrapper::-webkit-scrollbar{display:none}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header{align-items:center;background:#f6f6f7;border-radius:12px 12px 0 0;display:flex;gap:12px;justify-content:space-between;padding:10px 16px;position:sticky;top:0;z-index:1}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header.on-scroll{box-shadow:0 2px 4px rgb(0 0 0 / .1)}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header.on-scroll h2{color:#111213;font-size:14px;font-weight:400;line-height:1.2;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back{align-items:center;background:#fff0;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;line-height:30px;max-width:50px;text-align:center;transition:.25s ease-in-out;width:30px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back:hover{background:#d6ddd9}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back:hover svg{transform:scale(.8)}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back:hover svg path{fill:#111213}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back svg{transform:scale(.9)}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-back svg path{fill:#00b682}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-expand{background:#fff0;border-radius:4px;cursor:pointer;flex-shrink:0;height:25px;line-height:30px;text-align:center;transition:.25s ease-in-out;width:30px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-expand svg{transform:scale(.7)}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-header .content-icon-expand svg path{fill:#00b682}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content{-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-fade-in;-moz-animation-name:betterdocs-ia-fade-in;animation-name:betterdocs-ia-fade-in;flex-grow:1;padding:12px 15px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .doc-title{color:#111213;font-size:18px;font-weight:600;line-height:24px;margin:0;overflow:hidden;padding:0 0 15px;text-align:center;text-align:left;text-overflow:ellipsis}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .doc-title a{color:#111213;text-decoration:none}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h1,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h2,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h3,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h4,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h5,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h6{color:#111213;font-weight:600;line-height:20px;line-height:2rem;margin:0 0 1rem;text-transform:none}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h1,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h2{font-size:16px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h3,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h4{font-size:15px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h5,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content h6{font-size:14px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .contentHeading{padding-bottom:24px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content p{color:#111213;font-size:14px;font-weight:400;line-height:20px;margin-bottom:1.5rem}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .mainContent{padding-bottom:20px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content img{height:auto;max-width:100%;padding-bottom:8px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .customizeContent{padding-left:25px;position:relative}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content .customizeContent:after{background:#111213;border-radius:100%;content:"";height:4px;left:9px;position:absolute;top:8px;width:4px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content iframe,.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-content video{max-width:100%}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer{align-items:center;background:#f6f6f7;bottom:0;display:flex;flex-direction:column;gap:5px;justify-content:center;position:sticky}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback{align-items:center;background:#00b682;box-shadow:0 -6px 40px 0 rgb(0 0 0 / .05);box-sizing:border-box;display:flex;justify-content:space-between;padding:8px 15px;width:100%}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback.success{justify-content:center}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback p{color:#fafafa;font-size:12px;font-style:normal;font-weight:590;line-height:16px;margin:0;padding:0}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group{cursor:pointer;display:flex;gap:5px;margin:0;padding:0}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group li{margin:0;padding:0}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group .ia-reaction{background-color:#00a375;border-radius:50%;display:flex;height:28px;justify-content:center;transition:background-color .3s;width:28px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group .ia-reaction:hover{background-color:#fff}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group .ia-reaction:hover .betterdocs-emo{fill:#00a375}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-feedback .betterdocs-ia-reaction-group .ia-reaction .betterdocs-emo{fill:#fff;height:auto;width:15px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-group{align-items:center;display:flex;gap:5px}.betterdocs-ia-single-docs-wrapper .betterdocs-ia-singleDoc-footer .betterdocs-ia-footer-group h5{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0}.betterdocs-ia-no-doc{align-items:center;-webkit-animation-delay:0;-moz-animation-delay:0;animation-delay:0;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:betterdocs-ia-slide-in;-moz-animation-name:betterdocs-ia-slide-in;animation-name:betterdocs-ia-slide-in;display:flex;flex-direction:column;justify-content:center;padding:70px 50px}.betterdocs-ia-no-doc h4{color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin:16px 0 4px;text-align:center}.betterdocs-ia-no-doc p{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin:0 0 16px;text-align:center}.betterdocs-ia-no-doc button{background:#fff0;border:none;color:#00b682;cursor:pointer;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-align:center}.betterdocs-ia-no-doc button:hover{background:none}