.ToolContainer-module__9jvXqW__toolContainer{width:100vw;height:100dvh;overflow:hidden}.ToolContainer-module__9jvXqW__mainContainer{background-color:var(--white-1-1);flex-direction:column;flex-grow:1;height:100%;transition:margin-left .3s;display:flex}@media (max-width:899px){.ToolContainer-module__9jvXqW__mainContainer{margin-left:0}}@media (min-width:900px){.ToolContainer-module__9jvXqW__toolContainer{flex-direction:row;width:100vw;display:flex}}
.Sidebar-module__vG37ba__sidebarContainer{z-index:1;border:1px solid var(--grey-3);flex-direction:column;gap:20px;height:100dvh;padding:0 8px 8px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%);background-color:var(--white-1)!important}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{background-color:var(--white-1-4);width:clamp(200px,100% - 80px,400px);transform:translate(0)}.Sidebar-module__vG37ba__sidebarTop{flex-direction:row;justify-content:center;align-items:center;height:50px;display:flex}.Sidebar-module__vG37ba__sidebarTop.Sidebar-module__vG37ba__open{justify-content:space-between}@media (min-width:900px){.Sidebar-module__vG37ba__sidebarContainer{min-width:55px;transition:all .3s;position:static;transform:none}.Sidebar-module__vG37ba__sidebarContainer.Sidebar-module__vG37ba__open{width:250px;min-width:250px;max-width:250px}.Sidebar-module__vG37ba__burgerIcon{display:none}}
.ChatsList-module__X3Vmxa__chatsList{flex-direction:column;flex:1;gap:4px;max-height:calc(100dvh - 200px);display:flex;overflow-y:auto}.ChatsList-module__X3Vmxa__chatsList::-webkit-scrollbar{display:none}.ChatsList-module__X3Vmxa__chatsList h2{margin:0;padding:10px;font-size:1rem}.ChatsList-module__X3Vmxa__chatItem{cursor:pointer;min-height:40px;max-height:40px;color:var(--black-3);-webkit-user-select:none;user-select:none;border-radius:10px;flex-direction:row;justify-content:space-between;align-items:center;padding-left:10px;padding-right:4px;font-size:.9rem;display:flex;position:relative}.ChatsList-module__X3Vmxa__chatItem>div>button{visibility:hidden}.ChatsList-module__X3Vmxa__chatItem:hover>div>button{visibility:visible}.ChatsList-module__X3Vmxa__chatItem.ChatsList-module__X3Vmxa__active{background-color:var(--cyan-7)}.ChatsList-module__X3Vmxa__chatItemLabel{white-space:nowrap;text-overflow:ellipsis;max-width:90%;overflow:hidden}.ChatsList-module__X3Vmxa__chatSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:40px;min-height:40px;margin-bottom:4px;animation:1.5s ease-in-out infinite ChatsList-module__X3Vmxa__shimmer}@keyframes ChatsList-module__X3Vmxa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.ActionPopover-module__wvSOCW__actionArea{position:relative}.ActionPopover-module__wvSOCW__rightPopover{background:var(--white-1);border:1px solid var(--grey-3);box-shadow:var(--box-shadow-xs);z-index:1;border-radius:15px;min-width:160px;padding:8px;display:block;position:absolute;transform:translateY(-50%)translate(8px)}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:flex-start;gap:8px;height:45px;display:flex}.ActionPopover-module__wvSOCW__rightPopover>button>svg{width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px}.ActionPopover-module__wvSOCW__popoverContent{border-radius:10px;flex-direction:column;gap:5px;padding:5px;display:flex}.ActionPopover-module__wvSOCW__popoverContent>button{min-width:100%;width:100%!important;height:40px!important;padding:10px!important}@media (min-width:900px){.ActionPopover-module__wvSOCW__rightPopover{top:80px;right:8px}.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverDelete,.ActionPopover-module__wvSOCW__popoverContent>button.ActionPopover-module__wvSOCW__popoverRename{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;gap:10px;width:100%;min-width:100%;height:40px}.ActionPopover-module__wvSOCW__rightPopover>button{justify-content:center;display:flex}button.ActionPopover-module__wvSOCW__popoverDelete{color:var(--red-2,#d23f4a)}button.ActionPopover-module__wvSOCW__popoverRename{color:var(--black-3)}button.ActionPopover-module__wvSOCW__popoverRename:hover{background-color:var(--grey-2)}button.ActionPopover-module__wvSOCW__popoverDelete:hover{background-color:var(--red-4-opaque)}button.ActionPopover-module__wvSOCW__popoverTrashIcon,button.ActionPopover-module__wvSOCW__renameChatIcon{fill:currentColor}.ActionPopover-module__wvSOCW__renameChatIcon{fill:var(--white-1)}.ActionPopover-module__wvSOCW__popoverText{font-size:14px}}
.CardDetailsForm-module__Pp5xDq__cardDetailsContainer{flex-direction:column;gap:15px;margin-top:1rem;margin-bottom:10px;display:flex}.CardDetailsForm-module__Pp5xDq__cvcAndExpRow{grid-template-columns:1fr 1fr;gap:15px;display:grid}.CardDetailsForm-module__Pp5xDq__errorMsgContainer{overflow-wrap:break-word;grid-column:span 2;margin-top:.5rem;font-size:1rem}.CardDetailsForm-module__Pp5xDq__cardDetailsContainer>label,.CardDetailsForm-module__Pp5xDq__cardDetailsContainer>labelError{grid-column:span 2}.CardDetailsForm-module__Pp5xDq__errorMessage{color:var(--red-900);text-align:left;margin-top:.4rem;font-size:.9rem;font-weight:500}.CardDetailsForm-module__Pp5xDq__formContainer button{margin-top:1.5rem}.CardDetailsForm-module__Pp5xDq__cardCVVInputContainer{position:relative}.CardDetailsForm-module__Pp5xDq__questionMarkCVC{fill:var(--grey-4);width:20px;height:20px;position:absolute;top:30px;right:0;transform:translate(-50%,50%)}.CardDetailsForm-module__Pp5xDq__cvcExplanation{z-index:10;box-shadow:var(--box-shadow-md);border-radius:10px;padding:.5rem;position:absolute;top:10%;right:0%}.CardDetailsForm-module__Pp5xDq__cvcExplanation img{height:50px}.CardDetailsForm-module__Pp5xDq__cardNumberInput{background-image:url(/images/cardBrands/general.svg);background-position:right 2% center;background-repeat:no-repeat;background-size:80px 15px}.CardDetailsForm-module__Pp5xDq__cardCVVInput{background-position:right 10px center;background-repeat:no-repeat;background-size:20px 20px}.CardDetailsForm-module__Pp5xDq__invalidInput label{color:var(--red-900)}.CardDetailsForm-module__Pp5xDq__invalidInput :is(p){margin-top:.8px;font-size:.8rem}.CardDetailsForm-module__Pp5xDq__invalidInput :is(input){border:1px solid var(--red-900);color:var(--red-900)}.CardDetailsForm-module__Pp5xDq__invalidInput input::placeholder{color:var(--red-900);opacity:.4}.CardDetailsForm-module__Pp5xDq__genericDeclineMessageContainer{border:.1px solid var(--red-900);background-color:var(--red-50);border-radius:8px;margin-top:5px;margin-bottom:15px;padding:12px}.CardDetailsForm-module__Pp5xDq__genericDeclineMessageContainer p{margin:0;line-height:normal}
.LoginForm-module__9xBjKq__formContainer{flex-direction:column;gap:15px;width:clamp(300px,100vw,400px);max-width:90vw;margin:auto;display:flex}.LoginForm-module__9xBjKq__successMsgContainerPasswordChage{flex-direction:column;align-items:center;gap:1rem;display:flex}.LoginForm-module__9xBjKq__successMsgContainerPasswordChage svg{color:var(--green-2)}.LoginForm-module__9xBjKq__successMessage{color:var(--green-2);text-align:center;font-size:1.2rem}.LoginForm-module__9xBjKq__passwordInputContainer,div.LoginForm-module__9xBjKq__passwordInputWithIcon{position:relative}div.LoginForm-module__9xBjKq__passwordInputWithIcon button{position:absolute;top:52%;right:5px;transform:translateY(-50%)}.LoginForm-module__9xBjKq__errorMessage{color:var(--red-2);margin:1rem 0;display:none}.LoginForm-module__9xBjKq__errorContainer{padding-bottom:1rem}.LoginForm-module__9xBjKq__topBox{text-align:center;flex-direction:column;align-items:center;gap:15px;margin-bottom:2rem;display:flex}.LoginForm-module__9xBjKq__topBox h1{margin:0;font-size:1.6rem}button.LoginForm-module__9xBjKq__submitButton{background-color:var(--cyan-1);color:var(--white-1);border-radius:10px;height:50px}
.SignupForm-module__WvpiUG__emailPromptForm{margin-top:20px}.SignupForm-module__WvpiUG__emailPromptForm label{font-size:.9rem;font-weight:500;line-height:20px}div.SignupForm-module__WvpiUG__closeIconContainer{position:absolute;top:20px;right:20px}.SignupForm-module__WvpiUG__signupInputsContaienr{flex-direction:column;gap:20px;margin-bottom:10px;display:flex}div.SignupForm-module__WvpiUG__signupFormContents{flex-direction:column;align-items:center;gap:20px;margin-bottom:40px;display:flex}div.SignupForm-module__WvpiUG__signupFormContents h1{text-align:center;margin:0;font-size:1.6rem}div.SignupForm-module__WvpiUG__signupFormContents p{text-align:center;max-width:40ch;line-height:normal}.SignupForm-module__WvpiUG__termsText{margin-top:20px;margin-bottom:10px}.SignupForm-module__WvpiUG__termsText,.SignupForm-module__WvpiUG__termsText a{color:var(--black-3);text-align:center;font-size:.75rem;line-height:1.2rem}.SignupForm-module__WvpiUG__termsText a{text-decoration:underline}.SignupForm-module__WvpiUG__signupOrInLinkContainer{flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-top:40px;display:flex}.SignupForm-module__WvpiUG__signupOrInLinkContainer div{flex-direction:row;flex:1;justify-content:center;align-items:baseline;width:100%;min-width:100%;display:flex}.SignupForm-module__WvpiUG__signupOrInLinkContainer :is(p,button){font-size:.75rem}.SignupForm-module__WvpiUG__signupOrInLinkContainer :is(button){cursor:pointer;background-color:#0000;border-radius:0;padding:4px;font-size:.75rem;font-weight:400;text-decoration:underline}button.SignupForm-module__WvpiUG__googleSignupButton{border:1px solid var(--grey-3);background-color:var(--white-1);border-radius:100px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;margin-bottom:25px;display:flex}button.SignupForm-module__WvpiUG__googleSignupButton:hover{opacity:.6}.SignupForm-module__WvpiUG__googleSignupButton:hover{border:1px solid var(--grey-5);background-color:var(--grey-1);opacity:1!important}.SignupForm-module__WvpiUG__googleSignupButton img{width:22px;height:22px}.SignupForm-module__WvpiUG__signupFormDivider{border-bottom:1px solid var(--grey-3);text-align:center;width:100%;margin:20px 0 25px;font-size:1rem;line-height:.1px}.SignupForm-module__WvpiUG__signupFormDivider span{background:var(--white-1);color:var(--black-3);padding:0 15px;font-size:.8rem}.SignupForm-module__WvpiUG__termsDisclaimer{text-align:center;border-radius:10px;padding:15px 5px 0}.SignupForm-module__WvpiUG__termsDisclaimer.SignupForm-module__WvpiUG__withMargin{margin-top:40px}.SignupForm-module__WvpiUG__termsDisclaimer,.SignupForm-module__WvpiUG__termsDisclaimer a{color:var(--black-3);font-size:.7rem;font-weight:200;line-height:.8rem}.SignupForm-module__WvpiUG__termsDisclaimer a{margin-left:4px;margin-right:4px;text-decoration:underline}.SignupForm-module__WvpiUG__benefitsContainer{border:1px solid var(--grey-2);border-radius:10px;margin-bottom:30px;padding:15px;overflow:hidden}.SignupForm-module__WvpiUG__benefitsHeader{justify-content:center;align-items:center;gap:5px;display:inline-flex}.SignupForm-module__WvpiUG__dividerLine{background-color:var(--grey-2);width:100%;height:1px;margin-top:5px;margin-bottom:10px}.SignupForm-module__WvpiUG__benefitsHeader p{text-align:center;color:var(--black-3);font-size:.9rem;font-weight:500}.SignupForm-module__WvpiUG__benefitsHeader svg{fill:var(--cyan-2);width:20px;height:20px}.SignupForm-module__WvpiUG__benefitsList{flex-direction:column;gap:8px;margin:0 0 0 10px;display:flex}.SignupForm-module__WvpiUG__benefitsList li{font-size:.85rem;line-height:1rem;list-style:inside}@media screen and (max-width:768px){.SignupForm-module__WvpiUG__emailPromptForm{min-width:0}}
div.BackdropForm-module__xsyM-a__formContainer{background-color:var(--white-1);border:1px solid var(--gray-3);width:100%;min-height:100dvh;padding:12px}div.BackdropForm-module__xsyM-a__formInnerContainer{max-width:500px;margin:0 auto}div.BackdropForm-module__xsyM-a__formHeader{flex-direction:row;justify-content:space-between;margin-bottom:30px;display:flex}div.BackdropForm-module__xsyM-a__formHeader h3{color:var(--black-1);margin:0 0 10px;font-size:1.5rem;font-weight:600}p.BackdropForm-module__xsyM-a__formDisclaimer{color:var(--black-6);margin-top:25px;font-size:.8rem;line-height:.95rem}@media screen and (min-width:997px){div.BackdropForm-module__xsyM-a__formContainer{border-radius:15px;width:500px;height:fit-content;min-height:auto;padding:24px}}
.PaymentFormComponent-module__qyMvoG__paymentFormContainer{background-color:var(--white-1);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100dvh;display:flex;position:relative;overflow:auto}.PaymentFormComponent-module__qyMvoG__paymentFormContainer::-webkit-scrollbar{display:none}.PaymentFormComponent-module__qyMvoG__formContent::-webkit-scrollbar{display:none}.PaymentFormComponent-module__qyMvoG__paymentFormContainer,.PaymentFormComponent-module__qyMvoG__formContent{scrollbar-width:none;-ms-overflow-style:none}.PaymentFormComponent-module__qyMvoG__formContent{-webkit-overflow-scrolling:touch;z-index:1000;width:clamp(300px,100vw,450px);max-height:100dvh;padding:10px;overflow-y:auto}.PaymentFormComponent-module__qyMvoG__topFormBox{flex-direction:column;gap:10px;padding-bottom:10px;display:flex}.PaymentFormComponent-module__qyMvoG__closeIconContainer{justify-content:space-between;align-items:center;display:flex}.PaymentFormComponent-module__qyMvoG__formTitle{text-align:left;color:var(--black-3);margin:auto;font-size:1.4rem;font-weight:500}.PaymentFormComponent-module__qyMvoG__getFormDescription{text-align:center}.PaymentFormComponent-module__qyMvoG__paymentFormContainer form{flex-direction:column;flex:1;display:flex}.PaymentFormComponent-module__qyMvoG__checkBoxLabel{margin-top:2.5%;padding-bottom:2.5%;font-family:Montserrat;display:block}.PaymentFormComponent-module__qyMvoG__checkBoxLabel.PaymentFormComponent-module__qyMvoG__error{color:var(--red-2)}.PaymentFormComponent-module__qyMvoG__checkBoxLabel a{color:inherit;font-size:inherit;line-height:inherit;text-decoration:underline}.PaymentFormComponent-module__qyMvoG__checkBoxLabel{color:var(--black-7);font-size:.8rem;line-height:.8rem}.PaymentFormComponent-module__qyMvoG__checkBoxLabel.PaymentFormComponent-module__qyMvoG__compact{font-size:.6rem;line-height:.8rem}.PaymentFormComponent-module__qyMvoG__walletAndCardDivider{border-bottom:1px solid var(--grey-2);text-align:center;width:100%;margin:20px 0 0;font-size:1rem;line-height:.1em}.PaymentFormComponent-module__qyMvoG__walletAndCardDivider span{background:var(--white-1);padding:0 15px;font-size:.8rem}.PaymentFormComponent-module__qyMvoG__errorMsgContainer{color:var(--red-2);overflow-wrap:break-word;grid-column:span 2;margin-top:.5rem;margin-bottom:.5rem;font-size:1rem}.PaymentFormComponent-module__qyMvoG__walletsButtonsContainer{flex-direction:row;gap:.5rem;display:flex}.PaymentFormComponent-module__qyMvoG__iframeContainer{z-index:1;position:absolute;top:0%;right:50%;transform:translate(50%,2%)}.PaymentFormComponent-module__qyMvoG__iframeContainer iframe{border:none;border-radius:20px}.PaymentFormComponent-module__qyMvoG__threeDSWaitingContainer{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:40ch;padding:3rem;display:flex}.PaymentFormComponent-module__qyMvoG__threeDSContainer{flex:1;justify-content:center;align-items:center;width:100vw;min-height:100vh;max-height:100vh;margin-top:0;display:flex}button.PaymentFormComponent-module__qyMvoG__closeFormButton{visibility:hidden;width:40px;height:40px;padding:0;transition:background-color .2s,visibility .3s ease-in-out}button.PaymentFormComponent-module__qyMvoG__closeFormButton.PaymentFormComponent-module__qyMvoG__visible{visibility:visible}button.PaymentFormComponent-module__qyMvoG__closeFormButton:hover{background-color:var(--grey-2)}button.PaymentFormComponent-module__qyMvoG__closeFormButton>svg{fill:var(--black-4);color:var(--black-4);cursor:pointer;border-radius:100px;width:25px;height:25px}.PaymentFormComponent-module__qyMvoG__googlePaySkeleton{background-color:var(--grey-2);border-radius:8px;width:100%;height:45px;animation:2s infinite PaymentFormComponent-module__qyMvoG__waveAnimation}@keyframes PaymentFormComponent-module__qyMvoG__waveAnimation{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.PaymentFormComponent-module__qyMvoG__formDecoration{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:30px;display:flex}.PaymentFormComponent-module__qyMvoG__formDecoration p{color:var(--green-1);font-weight:500}svg.PaymentFormComponent-module__qyMvoG__shieldIcon{fill:var(--green-1);color:var(--green-1)}.PaymentFormComponent-module__qyMvoG__formDecoration p{font-size:.8rem}div.PaymentFormComponent-module__qyMvoG__paypalContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;display:inline-flex}div.PaymentFormComponent-module__qyMvoG__paypalContainer div{min-width:100%;max-width:100%}div.PaymentFormComponent-module__qyMvoG__googlePayButtonContainer{flex:1}div.PaymentFormComponent-module__qyMvoG__googlePayButtonContainer div{min-width:100%;max-width:100%}div.PaymentFormComponent-module__qyMvoG__formLoadingContainer{justify-content:center;align-items:center;height:200px;display:flex}div.PaymentFormComponent-module__qyMvoG__discountFormContainer{text-align:center;margin-top:20px}div.PaymentFormComponent-module__qyMvoG__discountFormContainer img{opacity:.5;border-radius:15px;width:100%}div.PaymentFormComponent-module__qyMvoG__discountOfferDescription{padding:30px 10px}div.PaymentFormComponent-module__qyMvoG__discountOfferDescription p:first-of-type{color:var(--green-800);font-size:1.4rem;font-weight:600}@media only screen and (min-width:768px){.PaymentFormComponent-module__qyMvoG__paymentFormContainer{min-height:auto;max-height:auto;border-radius:25px;width:fit-content}.PaymentFormComponent-module__qyMvoG__formContent{width:clamp(400px,100vw,450px);padding:30px}}@media only screen and (min-width:992px){.PaymentFormComponent-module__qyMvoG__paymentFormContainer{scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.PaymentFormComponent-module__qyMvoG__iframeContainer{transform:translate(50%,20%)}.PaymentFormComponent-module__qyMvoG__getFormDescription{font-size:1rem}.PaymentFormComponent-module__qyMvoG__topFormBox{padding-bottom:20px 20px}}
.ChatRenameForm-module__PUOPWq__formContainer{z-index:1;background-color:var(--white-1);border-radius:20px;flex-direction:column;gap:20px;width:95vw;padding:8px;display:flex}.ChatRenameForm-module__PUOPWq__buttonsContainer{flex-direction:row;justify-content:flex-end;gap:10px;display:flex}.ChatRenameForm-module__PUOPWq__formContainer input{width:100%;min-width:100%}.ChatRenameForm-module__PUOPWq__cancelButton,.ChatRenameForm-module__PUOPWq__renameButton{border-radius:100px;height:40px;padding-left:15px;padding-right:15px}.ChatRenameForm-module__PUOPWq__renameButton{background-color:var(--black-1);color:var(--white-1)}.ChatRenameForm-module__PUOPWq__cancelButton:hover{background-color:var(--grey-2)}.ChatRenameForm-module__PUOPWq__renameButton:disabled{cursor:not-allowed;opacity:.5}.ChatRenameForm-module__PUOPWq__formContainer h2{margin:0;font-size:1.3rem;font-weight:400}@media (min-width:900px){.ChatRenameForm-module__PUOPWq__formContainer{width:clamp(400px,500px,90vw);padding:22px}}
.ReviewSection-module__MD1PiG__componentContainer{background:linear-gradient(#0000 0%,#6366f105 30%,#6366f10a 50%,#6366f105 70%,#0000 100%);flex-direction:column;align-items:center;gap:48px;width:100%;padding:80px 20px;display:flex;position:relative}.ReviewSection-module__MD1PiG__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:12px;max-width:600px;display:flex}.ReviewSection-module__MD1PiG__componentContainer h3{text-align:center;letter-spacing:-.03em;color:#1a1a2e;margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.1}.ReviewSection-module__MD1PiG__sectionSubtitle{color:#6b7280;margin:0;font-size:1.1rem;line-height:1.5}.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:1fr;gap:20px;width:100%;max-width:1200px;padding:0 16px;display:grid}.ReviewSection-module__MD1PiG__reviewBox{border:1px solid var(--grey-50);background:#fff;border-radius:20px;flex-direction:column;gap:20px;padding:28px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 24px #0000000a}.ReviewSection-module__MD1PiG__reviewBox:before{content:"";background:linear-gradient(90deg,#0000,#0000);height:3px;transition:background .3s;position:absolute;top:0;left:0;right:0}.ReviewSection-module__MD1PiG__reviewBox:hover:before{background:var(--theme-primary-color)}.ReviewSection-module__MD1PiG__reviewBox:hover{transform:translateY(-8px);box-shadow:0 20px 40px #6366f126}.ReviewSection-module__MD1PiG__toolTag{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-self:flex-start;padding:4px 12px;font-size:.7rem;font-weight:600;display:inline-flex}.ReviewSection-module__MD1PiG__reviewAuthorBox{align-items:center;gap:12px;margin-top:auto;display:flex}.ReviewSection-module__MD1PiG__reviewAuthorBox img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;min-width:48px;height:48px;min-height:48px;box-shadow:0 2px 8px #0000001a}.ReviewSection-module__MD1PiG__authorInfo{flex-direction:column;flex:1;gap:0;display:flex}.ReviewSection-module__MD1PiG__reviewContent{color:#4b5563;text-align:left;z-index:1;margin:0;font-size:.95rem;line-height:1.7;position:relative}.ReviewSection-module__MD1PiG__reviewerName{color:#1a1a2e;margin:0;font-size:.95rem;font-weight:700}.ReviewSection-module__MD1PiG__reviewerRole{color:#9ca3af;margin:0;font-size:.8rem}.ReviewSection-module__MD1PiG__trustIndicators{border:1px solid var(--grey-50);background:#fff;border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-top:16px;padding:32px 40px;display:flex;box-shadow:0 4px 24px #0000000a}.ReviewSection-module__MD1PiG__trustItem{align-items:center;gap:12px;display:flex}.ReviewSection-module__MD1PiG__trustNumber{background:var(--theme-primary-color);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.ReviewSection-module__MD1PiG__trustLabel{color:#6b7280;flex-direction:column;gap:2px;font-size:.85rem;font-weight:500;display:flex}.ReviewSection-module__MD1PiG__trustDivider{background:#00000014;width:1px;height:40px}@media screen and (min-width:768px){.ReviewSection-module__MD1PiG__componentContainer{gap:56px;padding:100px 40px}.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:repeat(2,1fr);gap:24px;padding:0}.ReviewSection-module__MD1PiG__reviewBox{padding:32px 28px}.ReviewSection-module__MD1PiG__trustIndicators{gap:48px}}@media screen and (min-width:1024px){.ReviewSection-module__MD1PiG__reviewsContainer{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.ReviewSection-module__MD1PiG__reviewsContainer{max-width:500px}.ReviewSection-module__MD1PiG__trustIndicators{flex-direction:column;gap:24px;padding:28px 32px}.ReviewSection-module__MD1PiG__trustDivider{width:60px;height:1px}.ReviewSection-module__MD1PiG__trustItem{text-align:center;flex-direction:column}.ReviewSection-module__MD1PiG__trustLabel{align-items:center}}
.CallToActionButtonVectorizer-module__Ui9ghq__componentContainer{flex-direction:column;align-items:center;width:100%;margin-top:15vh;display:flex;position:relative}
.ProductDescription-module__PpceGG__componentContainer{flex-direction:column;gap:15rem;width:100%;margin:auto;display:flex;position:relative;overflow:hidden}.ProductDescription-module__PpceGG__sectionContainer{flex-flow:wrap;gap:12%;padding:0 15%;display:flex}.ProductDescription-module__PpceGG__sectionTextBox{flex-direction:column;justify-content:center;align-items:center;display:flex}.ProductDescription-module__PpceGG__sectionContainer>div:first-child{flex:1}.ProductDescription-module__PpceGG__sectionContainer>div:last-child{flex:.8}.ProductDescription-module__PpceGG__sectionContainer:nth-of-type(2)>div:first-child{flex:.6}.ProductDescription-module__PpceGG__sectionContainer:nth-of-type(2)>div:last-child{flex:1}.ProductDescription-module__PpceGG__sliderContainer{border-radius:20px;width:400px;height:400px}.ProductDescription-module__PpceGG__originalImage{filter:blur(2px)}@media screen and (max-width:768px){.ProductDescription-module__PpceGG__componentContainer{gap:8rem;width:90%;padding:0}.ProductDescription-module__PpceGG__sectionContainer:nth-of-type(2){flex-direction:column-reverse}.ProductDescription-module__PpceGG__sectionContainer{gap:4rem;padding:0}.ProductDescription-module__PpceGG__sliderContainer{pointer-events:none;border-radius:20px;min-width:100%;max-height:none}}@media screen and (min-width:1500px){.ProductDescription-module__PpceGG__sectionContainer{max-width:1700px;margin:auto}}
.FileUploadUpscaler-module__dv3Kfa__componentContainer{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.FileUploadUpscaler-module__dv3Kfa__componentContainer :is(img){-webkit-user-select:none;user-select:none}.FileUploadUpscaler-module__dv3Kfa__componentContainer :is(h1,p){text-align:center}.FileUploadUpscaler-module__dv3Kfa__leftContainer{z-index:1;max-width:80ch;position:relative}.FileUploadUpscaler-module__dv3Kfa__rightContainer{z-index:1;width:80vw;max-width:400px;position:relative}.FileUploadUpscaler-module__dv3Kfa__backgroundBubble{background:radial-gradient(67.46% 66.87% at 50% 50%,#e7e9fc 0%,var(--white-1)70.82%);z-index:1;width:54vw;height:50vw;position:absolute;top:0%;right:5%}.FileUploadUpscaler-module__dv3Kfa__leftContainer>div:last-child{background-color:#0000;margin:0 auto 3rem}.FileUploadUpscaler-module__dv3Kfa__demoImage{object-fit:contain;width:200px;box-shadow:var(--box-shadow-sm);border:1px solid var(--white-1);transform-origin:0 100%;border-radius:10px;align-self:flex-end}.FileUploadUpscaler-module__dv3Kfa__demoVideo{object-fit:cover;border-radius:20px;width:100%;height:100%;position:relative}@media screen and (min-width:992px){.FileUploadUpscaler-module__dv3Kfa__componentContainer{flex-direction:row;justify-content:center;gap:6%;min-height:70vh;padding-top:8vh;padding-bottom:15vh}.FileUploadUpscaler-module__dv3Kfa__componentContainer :is(h1,p){text-align:left}.FileUploadUpscaler-module__dv3Kfa__leftContainer{max-width:500px}.FileUploadUpscaler-module__dv3Kfa__leftContainer>div:last-child{margin:2rem 0}}@media screen and (min-width:1500px){.FileUploadUpscaler-module__dv3Kfa__leftContainer{max-width:50ch}.FileUploadUpscaler-module__dv3Kfa__componentContainer{gap:10%}.FileUploadUpscaler-module__dv3Kfa__leftContainer>div:last-child{margin:2rem 0}}@media screen and (min-width:1900px){.FileUploadUpscaler-module__dv3Kfa__leftContainer{max-width:60ch}.FileUploadUpscaler-module__dv3Kfa__componentContainer{gap:12%}.FileUploadUpscaler-module__dv3Kfa__leftContainer>div:last-child{margin:4rem 0}}@media screen and (max-width:490px){.FileUploadUpscaler-module__dv3Kfa__demoVideo{width:100%}}
.LegalDisclaimer-module__aOPnlG__termsText{color:var(--black-6);text-align:center;font-size:.5rem;line-height:1.2}.LegalDisclaimer-module__aOPnlG__termsText a{font-size:inherit;line-height:inherit;text-decoration:underline}
.AreYouDev-module__s_bRuq__textContainer{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative}.AreYouDev-module__s_bRuq__textContainer p{width:90%;max-width:75ch;margin:0 auto}.AreYouDev-module__s_bRuq__binaryBackground{background:radial-gradient(circle,var(--grey-4),var(--grey-1)55%);padding:60px 0;position:relative;overflow:hidden}.AreYouDev-module__s_bRuq__binaryBackground:after{content:"01010100 11001010 10101101 01100011 10011001 11100010 01010011 10101100 11011011 00101001 10010110 01011100 01100101 11001000 10110011 00011010 01101101 10110101 01001010 00111100 11000110 10011010 00110111 01101001 10101000 01110111 10001100 11001101 00010011 10100110 01101010 10000011 11101001 01010101 00100010 01101110 10010111 10111100 11000011 00011001 00011110 01110100 01001101 10100011 11001110 00101010 01011101 01100001 10001010 11101100 01000011 00110111 01110101 11010010 10110100 00011011 01111010 10001111 00100110 11100001 10011010 10101101 01010000 01101100 11100101 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01010100 11001010 10101101 01100011 10011001 11100010 01010011 10101100 11011011 00101001 10010110 01011100 01100101 11001000 10110011 00011010 01101101 10110101 01001010 00111100 11000110 10011010 00110111 01101001 10101000 01110111 10001100 11001101 00010011 10100110 01101010 10000011 11101001 01010101 00100010 01101110 10010111 10111100 11000011 00011001 00011110 01110100 01001101 10100011 11001110 00101010 01011101 01100001 10001010 11101100 01000011 00110111 01110101 11010010 10110100 00011011 01111010 10001111 00100110 11100001 10011010 10101101 01010000 01101100 11100101 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110 01011010 00010101 10101011 01100000 00111111 11010100 10000110";z-index:-10;color:var(--white-glassy-1);text-align:center;pointer-events:none;white-space:normal;font-size:1rem;position:absolute;inset:0}@media screen and (min-width:992px){.AreYouDev-module__s_bRuq__binaryBackground:after{font-size:2rem}.AreYouDev-module__s_bRuq__binaryBackground{padding:150px}.AreYouDev-module__s_bRuq__textContainer p{width:100%;font-size:1.1rem}}
.ProductDescription-module__rvvuzW__componentContainer{flex-direction:column;align-items:center;gap:4rem;width:100%;margin:auto;padding:0 1rem;display:flex;position:relative;overflow:hidden}.ProductDescription-module__rvvuzW__headingContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:1rem 0;display:flex}.ProductDescription-module__rvvuzW__componentContainer h3{text-align:center;margin-bottom:0}.ProductDescription-module__rvvuzW__sectionContainer{box-sizing:border-box;flex-direction:column;gap:6rem;max-width:100%;padding:0 0 80px;display:flex}.ProductDescription-module__rvvuzW__sectionTextBox{text-align:center;flex-direction:column;gap:1.2rem;display:flex}.ProductDescription-module__rvvuzW__buttonWrapper{align-self:center}.ProductDescription-module__rvvuzW__buttonWrapper button{justify-content:center;width:300px;display:flex}.ProductDescription-module__rvvuzW__sliderContainer{pointer-events:none;border-radius:20px;max-width:100%;height:100%;max-height:none}.ProductDescription-module__rvvuzW__originalImage{filter:blur(2px)}.ProductDescription-module__rvvuzW__sliderWrapper{width:100%;position:relative}.ProductDescription-module__rvvuzW__beforeChip,.ProductDescription-module__rvvuzW__afterChip{background-color:var(--grey-4);color:var(--white-1);border-radius:200px;padding:.3rem .4rem;font-size:.875rem;font-weight:500;position:absolute;bottom:10px}.ProductDescription-module__rvvuzW__beforeChip{left:10px}.ProductDescription-module__rvvuzW__afterChip{right:10px}@media screen and (min-width:769px){.ProductDescription-module__rvvuzW__componentContainer{padding:0}.ProductDescription-module__rvvuzW__headingContainer{text-align:left}.ProductDescription-module__rvvuzW__sliderWrapper{width:50%}.ProductDescription-module__rvvuzW__sectionContainer{flex-direction:row;display:flex}.ProductDescription-module__rvvuzW__sectionContainer:not(:last-of-type){margin-bottom:3rem}.ProductDescription-module__rvvuzW__sectionContainer:nth-of-type(3){flex-direction:row-reverse}.ProductDescription-module__rvvuzW__componentContainer h3{text-align:left;margin-bottom:0}.ProductDescription-module__rvvuzW__sectionTextBox{text-align:left;width:50%}.ProductDescription-module__rvvuzW__buttonWrapper{align-self:flex-start}.ProductDescription-module__rvvuzW__buttonWrapper button{justify-content:flex-start;align-self:flex-start;width:auto}.ProductDescription-module__rvvuzW__sliderContainer{pointer-events:auto}}@media screen and (min-width:993px){.ProductDescription-module__rvvuzW__sliderContainer{pointer-events:auto}.ProductDescription-module__rvvuzW__sectionContainer{padding:0 15%}}@media screen and (min-width:1500px){.ProductDescription-module__rvvuzW__sectionContainer{max-width:1700px;margin:auto}}
.ApiSection-module__km-5Nq__apiSection{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:80px 20px}.ApiSection-module__km-5Nq__apiContainer{grid-template-columns:1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}.ApiSection-module__km-5Nq__apiContent{flex-direction:column;gap:24px;display:flex}.ApiSection-module__km-5Nq__apiBadge{color:var(--theme-primary-color);background:linear-gradient(135deg,#6366f11a,#06b6d41a);border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.ApiSection-module__km-5Nq__apiBadge svg{stroke:var(--theme-primary-color)}.ApiSection-module__km-5Nq__apiTitle{letter-spacing:-.02em;color:#1a1a2e;margin:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:800;line-height:1.1}.ApiSection-module__km-5Nq__apiDesc{color:var(--gray-2);max-width:540px;margin:0;font-size:1.125rem;line-height:1.7}.ApiSection-module__km-5Nq__apiFeatures{flex-direction:column;gap:20px;margin-top:8px;display:flex}.ApiSection-module__km-5Nq__apiFeature{align-items:flex-start;gap:16px;display:flex}.ApiSection-module__km-5Nq__apiFeatureIcon{background-color:var(--theme-primary-color);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;display:flex}.ApiSection-module__km-5Nq__apiFeatureTitle{color:#1a1a2e;margin:0 0 4px;font-size:1rem;font-weight:700}.ApiSection-module__km-5Nq__apiFeatureDesc{color:var(--gray-2);margin:0;font-size:.9rem;line-height:1.5}.ApiSection-module__km-5Nq__apiActions{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.ApiSection-module__km-5Nq__apiPrimaryBtn{background-color:var(--theme-primary-color);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #6366f14d}.ApiSection-module__km-5Nq__apiPrimaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.ApiSection-module__km-5Nq__apiSecondaryBtn{color:var(--theme-primary-color);background:0 0;border:2px solid #6366f14d;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ApiSection-module__km-5Nq__apiSecondaryBtn:hover{background:#6366f10d;border-color:#6366f180}.ApiSection-module__km-5Nq__apiCodeWrapper{background:#1e1e2e;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.ApiSection-module__km-5Nq__codeHeader{background:#ffffff0d;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:16px 20px;display:flex}.ApiSection-module__km-5Nq__codeDots{gap:8px;display:flex}.ApiSection-module__km-5Nq__codeDots span{background:#fff3;border-radius:50%;width:12px;height:12px}.ApiSection-module__km-5Nq__codeDots span:first-child{background:#ff5f56}.ApiSection-module__km-5Nq__codeDots span:nth-child(2){background:#ffbd2e}.ApiSection-module__km-5Nq__codeDots span:nth-child(3){background:#27ca40}.ApiSection-module__km-5Nq__codeFileName{color:#fff9;font-family:monospace;font-size:.875rem}.ApiSection-module__km-5Nq__codeBlock{color:#a6accd;margin:0;padding:24px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.7;overflow-x:auto}.ApiSection-module__km-5Nq__codeBlock code{white-space:pre}@media screen and (min-width:1024px){.ApiSection-module__km-5Nq__apiSection{padding:120px 40px}.ApiSection-module__km-5Nq__apiContainer{grid-template-columns:1fr 1fr;gap:64px}.ApiSection-module__km-5Nq__apiCodeWrapper{order:0}}
.ProductDemoBgRemover-module__ABNhva__componentContainer{height:fit-content;position:relative}.ProductDemoBgRemover-module__ABNhva__componentContainer h2{text-align:center}.ProductDemoBgRemover-module__ABNhva__sliderContainer{border:1px solid var(--white-1);width:60vw;height:60vh;box-shadow:var(--box-shadow-sm);background-color:var(--white-1);pointer-events:all;border-radius:30px;margin:auto}.ProductDemoBgRemover-module__ABNhva__chipOptionsContainer{flex-flow:wrap;justify-content:center;align-items:center;gap:.5rem;margin:auto auto 2rem;display:flex}.ProductDemoBgRemover-module__ABNhva__chipOptionsContainer button{background-color:var(--white-1);border:1px solid var(--cyan-1);color:var(--cyan-1);border-radius:200px;padding:10px 12px}.ProductDemoBgRemover-module__ABNhva__chipOptionsContainer button:hover{opacity:.8}.ProductDemoBgRemover-module__ABNhva__chipOptionsContainer .ProductDemoBgRemover-module__ABNhva__selectedChip{background:var(--blue-3);color:var(--white-1);font-weight:500}.ProductDemoBgRemover-module__ABNhva__sliderContainer img{border-radius:20px;margin:0 auto;object-fit:cover!important;border:1px solid #fff!important}.ProductDemoBgRemover-module__ABNhva__sliderContainer img.ProductDemoBgRemover-module__ABNhva__bgRemovedImg:last-of-type{background-image:linear-gradient(45deg,#ebf1f4a6 25%,#0000 25%),linear-gradient(-45deg,#ebf1f4a6 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ebf1f4a6 75%),linear-gradient(-45deg,#0000 75%,#ebf1f4a6 75%);background-position:0 0,0 15px,15px -15px,-15px 0;background-size:30px 30px;background-color:var(--white-1);border-radius:20px}.ProductDemoBgRemover-module__ABNhva__originalImage{image-rendering:pixelated}.ProductDemoBgRemover-module__ABNhva__rightContainer{width:fit-content;margin:auto;position:relative}@media screen and (max-width:768px){.ProductDemoBgRemover-module__ABNhva__sliderContainer{pointer-events:none;width:90vw;height:50vh}}
div.PaywallPopover-module__ejEZvq__paywallPopupContainer{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;padding:20px;display:flex}div.PaywallPopover-module__ejEZvq__bodyContainer{flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;margin-top:20px;display:flex}div.PaywallPopover-module__ejEZvq__bodyContainer ul{margin:0;padding-left:20px}div.PaywallPopover-module__ejEZvq__bodyContainer li{margin-bottom:12px}div.PaywallPopover-module__ejEZvq__headerContainer{border-bottom:1px solid var(--grey-2);flex-direction:row;justify-content:space-between;gap:30px;width:100%;display:flex}div.PaywallPopover-module__ejEZvq__headerContainer h3{font-size:1.8rem;font-weight:600}div.PaywallPopover-module__ejEZvq__gallery{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:25px;width:100%;display:flex}div.PaywallPopover-module__ejEZvq__gallery img{width:80px;height:80px;box-shadow:var(--box-shadow-md);border-radius:14px}div.PaywallPopover-module__ejEZvq__gallery img:first-child{transform:rotate(-10deg)translateY(-5px)}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(2){width:90px;height:90px}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(3){transform:rotate(8deg)translateY(-5px)}div.PaywallPopover-module__ejEZvq__upgradeButtonContainer{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}p.PaywallPopover-module__ejEZvq__trialDescription{margin:auto;font-size:.85rem}svg.PaywallPopover-module__ejEZvq__crownIcon{height:16px!important}@media screen and (min-width:768px){div.PaywallPopover-module__ejEZvq__paywallPopupContainer{gap:12px;width:500px;padding:30px}div.PaywallPopover-module__ejEZvq__gallery img{width:100px;height:100px}div.PaywallPopover-module__ejEZvq__gallery img:nth-child(2){width:110px;height:110px}}
.FullPageImageViewer-module__oPJP6a__container{box-sizing:border-box;background:var(--white-1);z-index:2;-webkit-backdrop-filter:blur(20px)saturate(200%);backdrop-filter:blur(20px)saturate(200%);width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;box-shadow:var(--box-shadow-md);background:var(--white-glassy-1);border:1px solid var(--white-glassy-2);border-radius:16px;flex-direction:column;gap:10px;padding:10px;display:flex;position:absolute}.FullPageImageViewer-module__oPJP6a__topPart{flex-direction:row;justify-content:flex-end;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart{flex:1;justify-content:center;align-items:center;display:flex}.FullPageImageViewer-module__oPJP6a__bottomPart{flex-direction:row;justify-content:center;gap:10px;display:flex}.FullPageImageViewer-module__oPJP6a__middlePart img{object-fit:contain;border-radius:10px;width:auto;height:auto;max-height:calc(100dvh - 200px)}@media (min-width:900px){.FullPageImageViewer-module__oPJP6a__container{padding:15px 15px 20px}.FullPageImageViewer-module__oPJP6a__bottomPart{gap:2px}.FullPageImageViewer-module__oPJP6a__middlePart img{max-height:calc(100dvh - 300px)}}
