.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}}
.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:Inter;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}}
.Pricing-module__EiihOG__pageContainer{flex-direction:column;gap:1rem;margin:auto;padding:10px;display:flex;position:relative}.Pricing-module__EiihOG__pricingHeader{margin:0 auto 2.5rem}.Pricing-module__EiihOG__pageContainer h1{text-align:center;margin-bottom:0;font-size:clamp(2.4rem,4.5vw,3rem)}.Pricing-module__EiihOG__pageContainer h1.Pricing-module__EiihOG__inBackdrop{font-size:clamp(2.2rem,3.5vw,2rem)}.Pricing-module__EiihOG__pricingHeader p{text-align:center;font-size:clamp(1rem,3vw,1.2rem)}.Pricing-module__EiihOG__pageContainer img{-webkit-user-select:none;user-select:none}.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:column;gap:4vw;margin:0 auto;display:flex}.Pricing-module__EiihOG__offerBenefitBoxContainer{background-color:var(--white-1);border:1px solid var(--white-1);border:1px solid var(--grey-2);border-radius:25px;flex-direction:column;flex:1;justify-content:space-between;gap:1rem;min-height:380px;padding:20px;display:flex;position:relative}.Pricing-module__EiihOG__offerBenefitBoxContainer.Pricing-module__EiihOG__offerSkeleton{background-color:var(--grey-2);box-shadow:none;animation:2s infinite Pricing-module__EiihOG__waveAnimation}@keyframes Pricing-module__EiihOG__waveAnimation{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.Pricing-module__EiihOG__planDescriptor p:first-of-type{color:var(--black-4);text-align:left;padding-bottom:10px;font-size:1.2rem}.Pricing-module__EiihOG__priceDescription{color:var(--black-4);text-align:left;font-weight:500}.Pricing-module__EiihOG__priceDescription span{letter-spacing:.05rem;font-weight:400}.Pricing-module__EiihOG__priceDescription span:first-of-type{letter-spacing:.1rem;padding-right:.1rem;font-size:1.6rem;font-weight:500}.Pricing-module__EiihOG__planNameContainer{flex-direction:row;justify-content:space-between;display:flex}.Pricing-module__EiihOG__priceTime{color:var(--cyan-1);font-size:1.2rem}.Pricing-module__EiihOG__offerBenefitRow{text-align:left;flex-direction:row;gap:.5rem;max-width:36ch;margin-bottom:.4rem;display:flex}.Pricing-module__EiihOG__offerBenefitRow p{color:var(--black-3);font-size:.9rem}.Pricing-module__EiihOG__offerBenefitRow svg{font-size:1.2rem}.Pricing-module__EiihOG__disclaimer{text-align:center;color:var(--black-4);font-size:.8rem;line-height:1.1rem;position:relative}.Pricing-module__EiihOG__disclaimer:first-of-type{margin-top:1rem}.Pricing-module__EiihOG__currenciesSelectorSkeleton{background-color:var(--grey-2);border-radius:10px;min-width:130px;min-height:40px;animation:2s infinite Pricing-module__EiihOG__waveAnimation}div.Pricing-module__EiihOG__planDescriptor{text-align:left;padding-left:5px}span.Pricing-module__EiihOG__pricePerCreditHealine{font-size:1.8rem;font-weight:500}@media screen and (min-width:900px){.Pricing-module__EiihOG__pageContainer{padding-bottom:0}}@media screen and (min-width:768px){.Pricing-module__EiihOG__gridContainer{text-align:center;flex-direction:row;align-self:center;width:fit-content}}
div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropOverlay{z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#717171c3;flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{background-color:#fff;margin:auto;padding:20px;position:relative}div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropTop{z-index:5;position:absolute;top:10px;right:10px}@media screen and (min-width:768px){div.PricingBackdropLayer-module__OZIMMa__pricingPageBackdropContent{border-radius:30px;padding:50px}}
.TrustBadge-module__e2qVnW__container{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:900px;margin:1.5rem auto;padding:0 12px;display:flex}.TrustBadge-module__e2qVnW__topRow{flex-direction:column;align-items:center;gap:.5rem;display:flex}.TrustBadge-module__e2qVnW__avatars{align-items:center;margin-left:6px;margin-right:-6px;display:flex}.TrustBadge-module__e2qVnW__avatar{object-fit:cover;background:#eee;border:2px solid #fff;border-radius:50%;width:36px;height:36px;margin-left:-10px;box-shadow:0 0 0 2px #00000005}.TrustBadge-module__e2qVnW__pill{background:var(--cyan-6);color:#007aff;white-space:nowrap;text-wrap:wrap;text-align:center;border:2px solid #fff;border-radius:999px;padding:15px;font-size:.85rem;font-weight:500;display:inline-block}.TrustBadge-module__e2qVnW__features{color:#666;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;width:100%;margin-top:1rem;display:flex}.TrustBadge-module__e2qVnW__feature{align-items:center;gap:.6rem;font-size:.98rem;display:flex}.TrustBadge-module__e2qVnW__feature svg{color:#8a8a8a}@media screen and (min-width:768px){.TrustBadge-module__e2qVnW__topRow{flex-direction:row}.TrustBadge-module__e2qVnW__feature{display:flex}.TrustBadge-module__e2qVnW__pill{padding:8px 18px;position:relative;left:-15px}}
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}}
.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}}
.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)}}
.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}}
.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}}
.AllProductsList-module__jL3jkW__componentContainer{flex-direction:column;width:fit-content;margin:0 auto;padding:40px 32px;display:flex}.AllProductsList-module__jL3jkW__otherProductsSection{flex-direction:column;gap:48px;display:flex}.AllProductsList-module__jL3jkW__otherProductsSection h2{text-align:center}.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr;gap:48px;width:100%;display:grid}.AllProductsList-module__jL3jkW__toolsListContainer{flex-direction:column;gap:100px;display:flex}.AllProductsList-module__jL3jkW__toolsListBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;user-select:none;border:1px solid var(--grey-50);cursor:pointer;background:linear-gradient(135deg,#fffffff2 0%,#ffffffd9 100%);border-radius:20px;flex-direction:column;gap:0;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.AllProductsList-module__jL3jkW__toolsListBox:before{content:"";opacity:0;z-index:10;background:var(--cyan-1);height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.AllProductsList-module__jL3jkW__toolsListBox:hover:before{opacity:1}.AllProductsList-module__jL3jkW__toolInfoBox{flex-direction:column;flex:1;justify-content:flex-start;gap:8px;padding:16px 20px 20px;display:flex}p.AllProductsList-module__jL3jkW__toolTitle{letter-spacing:-.01em;color:#1a1a2e;margin:0;font-size:1.1rem;font-weight:700}.AllProductsList-module__jL3jkW__toolDescription{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}.AllProductsList-module__jL3jkW__imageSection{background-position:50%;background-repeat:no-repeat;background-size:cover;height:140px;min-height:140px;max-height:140px;position:relative;overflow:hidden}.AllProductsList-module__jL3jkW__imageSection:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fffc);height:40px;position:absolute;bottom:0;left:0;right:0}.AllProductsList-module__jL3jkW__toolsListBox div{display:flex;overflow:hidden}@media screen and (min-width:600px){.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr 1fr}}@media screen and (min-width:900px){.AllProductsList-module__jL3jkW__toolListBgremoverImage{object-fit:cover;min-width:100%;height:160px}.AllProductsList-module__jL3jkW__allProductsContainer{grid-template-columns:1fr 1fr 1fr;gap:48px;max-width:1280px}.AllProductsList-module__jL3jkW__toolsListBox:hover{transform:translateY(-8px);box-shadow:0 20px 40px #6366f126}.AllProductsList-module__jL3jkW__toolsListBox:hover .AllProductsList-module__jL3jkW__cardArrow{opacity:1;transform:translate(0)}.AllProductsList-module__jL3jkW__componentContainer{gap:240px}.AllProductsList-module__jL3jkW__imageSection{height:160px;min-height:160px;max-height:160px}.AllProductsList-module__jL3jkW__toolInfoBox{padding:16px 24px 24px}p.AllProductsList-module__jL3jkW__toolTitle{font-size:1.15rem}}.AllProductsList-module__jL3jkW__newBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:5;background-color:var(--gold-100);border:1px solid var(--white-1);border-radius:100px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #6366f14d}.AllProductsList-module__jL3jkW__cardArrow{opacity:0;background-color:var(--black-glassy-1);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px;transform:translate(-10px)}.AllProductsList-module__jL3jkW__cardArrow svg{fill:#fff;width:18px;height:18px}
.ProductDescription-module__OeEr6a__componentContainer{flex-direction:column;gap:12rem;width:100%;margin:auto;padding:0 15%;display:flex;overflow-x:hidden}.ProductDescription-module__OeEr6a__componentContainer>div{flex-flow:wrap;justify-content:center;align-items:center;gap:8vw;display:flex}.ProductDescription-module__OeEr6a__componentContainer video{border-radius:20px;width:100%;min-width:300px;height:auto}.ProductDescription-module__OeEr6a__componentContainer>div>div:first-child{flex:1}.ProductDescription-module__OeEr6a__componentContainer>div>div:last-child,.ProductDescription-module__OeEr6a__componentContainer>div:nth-of-type(2)>div:first-child{flex:.7}.ProductDescription-module__OeEr6a__componentContainer>div:nth-of-type(2)>div:last-child{flex:1}.ProductDescription-module__OeEr6a__componentContainer p{min-width:20ch;max-width:60ch}.ProductDescription-module__OeEr6a__componentContainer h2{max-width:30ch}@media screen and (max-width:768px){.ProductDescription-module__OeEr6a__componentContainer{width:90%;padding:0}.ProductDescription-module__OeEr6a__componentContainer>div:nth-of-type(2){flex-direction:column-reverse;gap:3rem}.ProductDescription-module__OeEr6a__componentContainer>div{flex-direction:column;gap:3rem}.ProductDescription-module__OeEr6a__componentContainer video{min-width:90vw}}
.ProductDemoUpscaler-module__b5L5Pa__componentContainer{height:fit-content;position:relative}.ProductDemoUpscaler-module__b5L5Pa__titleContainer{flex-direction:column;align-items:center;display:flex}.ProductDemoUpscaler-module__b5L5Pa__componentContainer h2{text-align:center;word-break:break-word}.ProductDemoUpscaler-module__b5L5Pa__componentContainer p{text-align:center;justify-self:center;max-width:580px;margin-bottom:50px}.ProductDemoUpscaler-module__b5L5Pa__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}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:.5rem;width:fit-content;max-width:690px;margin:auto auto 2rem;display:flex;overflow-x:auto}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer::-webkit-scrollbar{display:none}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer button{background-color:var(--white-1);border:1px solid var(--grey-2);border-radius:200px;padding:10px 12px}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer button:hover{opacity:.6}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer .ProductDemoUpscaler-module__b5L5Pa__selectedChip{background:var(--grey-2);font-weight:500}.ProductDemoUpscaler-module__b5L5Pa__sliderContainer img{border-radius:20px;margin:0 auto;object-fit:cover!important;border:1px solid var(--white-1)!important}.ProductDemoUpscaler-module__b5L5Pa__sliderContainer img.ProductDemoUpscaler-module__b5L5Pa__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}.ProductDemoUpscaler-module__b5L5Pa__originalImage{image-rendering:pixelated}.ProductDemoUpscaler-module__b5L5Pa__sliderWrapper{width:fit-content;margin:auto;position:relative}.ProductDemoUpscaler-module__b5L5Pa__beforeChip,.ProductDemoUpscaler-module__b5L5Pa__afterChip{background-color:var(--black-glassy-4);color:var(--white-glassy-4);border:.5px solid var(--white-glassy-1);border-radius:200px;padding:.3rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:3%}.ProductDemoUpscaler-module__b5L5Pa__beforeChip{left:2%}.ProductDemoUpscaler-module__b5L5Pa__afterChip{right:2%}@media screen and (max-width:768px){.ProductDemoUpscaler-module__b5L5Pa__componentContainer{padding:0 10px}.ProductDemoUpscaler-module__b5L5Pa__sliderContainer{pointer-events:none;width:90vw;height:50vh}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer{justify-content:flex-start;justify-self:center;gap:1rem;max-width:90vw;margin:10px 20px}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer button{font-size:12px}.ProductDemoUpscaler-module__b5L5Pa__chipOptionsContainer .ProductDemoUpscaler-module__b5L5Pa__selectedChip{padding:0 10px}}@media screen and (min-width:1280px){.ProductDemoUpscaler-module__b5L5Pa__sliderContainer{max-width:900px;max-height:500px}}
.HowToComponent-module__G0fDCW__componentContainer{background-color:#0000;border-radius:20px;flex-direction:column;width:100%;margin:auto;padding:0 2%;display:flex;position:relative}.HowToComponent-module__G0fDCW__componentContainer>:first-child{flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.HowToComponent-module__G0fDCW__componentContainer h3{text-align:center}.HowToComponent-module__G0fDCW__componentContainer h4{text-align:left}.HowToComponent-module__G0fDCW__sectionsContainer{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.HowToComponent-module__G0fDCW__sectionContainer{box-sizing:border-box;flex:1;position:relative}.HowToComponent-module__G0fDCW__sliderContainer{pointer-events:all;border-radius:20px;width:100%;height:400px}.HowToComponent-module__G0fDCW__sectionContainer p:nth-of-type(2){text-align:left}.HowToComponent-module__G0fDCW__sectionTitle{text-align:left;font-style:normal;font-weight:500;line-height:normal}.HowToComponent-module__G0fDCW__sliderWrapper{border-radius:20px;width:100%;height:400px;position:relative;overflow:hidden}.HowToComponent-module__G0fDCW__beforeChip,.HowToComponent-module__G0fDCW__afterChip{background-color:var(--black-glassy-2);color:var(--white-glassy-4);border:.5px solid var(--white-glassy-1);border-radius:200px;padding:.3rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:3%}.HowToComponent-module__G0fDCW__beforeChip{left:2%}.HowToComponent-module__G0fDCW__afterChip{right:2%}@media screen and (max-width:768px){.HowToComponent-module__G0fDCW__componentContainer h2,.HowToComponent-module__G0fDCW__componentContainer p{text-align:center}.HowToComponent-module__G0fDCW__componentContainer h3{font-size:2rem}.HowToComponent-module__G0fDCW__componentContainer p{font-size:.875rem}.HowToComponent-module__G0fDCW__componentContainer{align-items:center;width:auto;padding:0 1rem}.HowToComponent-module__G0fDCW__componentContainer>:first-child{margin-bottom:0}.HowToComponent-module__G0fDCW__sliderContainer{pointer-events:none;border-radius:20px;max-width:340px;height:400px;margin:0 auto}.HowToComponent-module__G0fDCW__sectionContainer{padding:35px 0}.HowToComponent-module__G0fDCW__sectionsContainer{flex-flow:column;margin:0 auto}.HowToComponent-module__G0fDCW__sectionsContainer h4,.HowToComponent-module__G0fDCW__sectionsContainer p{text-align:center;margin-bottom:25px}.HowToComponent-module__G0fDCW__sectionTitle span{font-size:150px}.HowToComponent-module__G0fDCW__beforeChip,.HowToComponent-module__G0fDCW__afterChip{background-color:var(--black-glassy-4);color:var(--white-glassy-4);border:.5px solid var(--white-glassy-1);border-radius:200px;padding:.3rem 1rem;font-size:.875rem;font-weight:500;position:absolute;bottom:3%}.HowToComponent-module__G0fDCW__beforeChip{left:8%}.HowToComponent-module__G0fDCW__afterChip{right:8%}.HowToComponent-module__G0fDCW__sliderWrapper{justify-self:center;max-width:350px}}@media screen and (min-width:1200px){.HowToComponent-module__G0fDCW__componentContainer{max-width:1200px}.HowToComponent-module__G0fDCW__componentContainer h3{width:567px}.HowToComponent-module__G0fDCW__sectionTitle span{font-size:160px}}
.ReviewSection-module__hLO63G__componentContainer{text-align:center;background-color:#0000;flex-direction:column;align-items:center;gap:40px;width:100%;padding:0;display:flex;position:relative;overflow:hidden}.ReviewSection-module__hLO63G__textContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.ReviewSection-module__hLO63G__textContainer h3{margin:0;font-size:2rem;font-weight:600}.ReviewSection-module__hLO63G__reviewsContainer::-webkit-scrollbar{display:none}.ReviewSection-module__hLO63G__reviewsContainer{scroll-snap-type:x mandatory;scrollbar-width:none;flex-direction:row;justify-content:center;gap:4rem;width:100%;max-width:1500px;padding:15px 10px 35px;display:flex;overflow:auto hidden}.ReviewSection-module__hLO63G__reviewBox{width:330px;min-height:fit-content;box-shadow:var(--box-shadow-md);background-color:var(--white-1);border:1px solid var(--grey-2);border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:15px;padding:15px;display:flex}.ReviewSection-module__hLO63G__reviewAuthorBox{text-align:left;justify-content:flex-start;align-items:center;gap:10px;min-height:40px;display:flex}.ReviewSection-module__hLO63G__reviewAuthorBox img{object-fit:cover;background-color:var(--white-glassy-1);border:1px solid var(--grey-2);border-radius:200px;align-self:flex-start;width:40px;height:40px}.ReviewSection-module__hLO63G__reviewContent{text-align:left;font-style:italic;line-height:normal}.ReviewSection-module__hLO63G__reviewerName{color:var(--black-3);font-size:1rem;font-weight:500;line-height:normal}.ReviewSection-module__hLO63G__reviewerVocation{font-size:.825rem;line-height:normal}.ReviewSection-module__hLO63G__heartIcon{font-size:2.8rem}@media screen and (max-width:992px){.ReviewSection-module__hLO63G__componentContainer{padding:0 15px}.ReviewSection-module__hLO63G__reviewsContainer{gap:2rem}.ReviewSection-module__hLO63G__reviewBox{width:310px}}
.FilesBlock-module__aLAJZW__uploadedFilesContainer{flex-direction:column;gap:10px;width:100%;margin:20px auto auto;display:flex}div.FilesBlock-module__aLAJZW__uploadedFileContainer{background-color:var(--white-1);border:1px solid var(--grey-2);width:100%;height:55px;box-shadow:var(--box-shadow-sm);cursor:pointer;border-radius:12px;flex-flow:wrap;align-items:center;gap:10px;min-height:fit-content;padding:8px 0 8px 10px;display:flex}.FilesBlock-module__aLAJZW__fileNameAndSizeContainer{flex-direction:column;flex:1;display:flex;overflow:hidden}.FilesBlock-module__aLAJZW__fileNameAndSizeContainer p{font-size:.8rem}p.FilesBlock-module__aLAJZW__fileName{text-overflow:ellipsis;white-space:nowrap;color:var(--black-3);font-size:.9rem;font-weight:500;line-height:1.2rem;overflow:hidden}p.FilesBlock-module__aLAJZW__fileSize{color:var(--grey-5);font-size:.7rem;font-weight:400;line-height:1rem}button.FilesBlock-module__aLAJZW__downloadButton{background-color:var(--cyan-1);color:var(--cyan-1);cursor:pointer;background-color:var(--white-1);width:fit-content;height:40px;border-radius:10px;justify-content:center;align-items:center;padding:12px;font-size:0;display:flex}button.FilesBlock-module__aLAJZW__downloadButton svg{width:18px;height:18px;fill:var(--cyan-1)}div.FilesBlock-module__aLAJZW__waitingBoxContainer{flex-direction:row;align-items:center;gap:5px;padding:0 10px;display:flex}div.FilesBlock-module__aLAJZW__waitingBoxContainer p{color:var(--cyan-1);font-size:.9rem;font-weight:500}.FilesBlock-module__aLAJZW__conversionErrorMessage{background-color:var(--red-4-opaque);border-radius:10px;padding:10px 15px}.FilesBlock-module__aLAJZW__conversionErrorMessage p{color:var(--red-1);font-size:.9rem;font-weight:500}.FilesBlock-module__aLAJZW__previousDpiInfoBox{display:none}.FilesBlock-module__aLAJZW__dpiInfoContainer{flex-direction:row;align-items:center;gap:2px;display:flex}svg.FilesBlock-module__aLAJZW__dpiToIcon{width:20px;height:20px;fill:var(--black-3);margin:auto}@media screen and (min-width:992px){.FilesBlock-module__aLAJZW__previousDpiInfoBox{display:flex}div.FilesBlock-module__aLAJZW__uploadedFileContainer{padding:0 10px 0 20px}div.FilesBlock-module__aLAJZW__uploadedFileContainer:hover{background-color:var(--grey-1)}button.FilesBlock-module__aLAJZW__downloadButton{gap:8px;font-size:.9rem}button.FilesBlock-module__aLAJZW__downloadButton:hover{background-color:var(--blue-10)}}
div.OutputFormatPicker-module__RcCqiG__outputFormatPicker{flex-direction:row;justify-content:center;align-items:center;gap:10px;width:100%;height:40px;display:flex}div.OutputFormatPicker-module__RcCqiG__outputFormatPicker.OutputFormatPicker-module__RcCqiG__error p{color:var(--red-1)}div.OutputFormatPicker-module__RcCqiG__popupContainer{background-color:var(--white-1);width:100%;height:fit-content;box-shadow:var(--box-shadow-xs);border-radius:15px;flex-direction:column;gap:10px;max-width:98vw;padding:15px;display:flex}div.OutputFormatPicker-module__RcCqiG__searchBarContainer{background-color:var(--grey-50);border:1px solid var(--grey-2);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:5px;width:100%;height:50px;padding:0 10px;display:flex}div.OutputFormatPicker-module__RcCqiG__searchBarContainer svg{width:20px;height:20px;fill:var(--grey-4)}div.OutputFormatPicker-module__RcCqiG__searchBarContainer input{background-color:#0000;border:none;max-height:40px;box-shadow:none!important;border:none!important;margin:0!important;padding:10px 0!important}div.OutputFormatPicker-module__RcCqiG__contentBox{flex-direction:row;gap:10px;width:100%;min-height:fit-content;display:flex}div.OutputFormatPicker-module__RcCqiG__rightColumnContainer{flex-flow:wrap;gap:10px;display:flex}button.OutputFormatPicker-module__RcCqiG__dpiSelect{border:1px solid var(--grey-2);background-color:#fff;border-radius:10px;min-width:110px;padding:10px 15px}button.OutputFormatPicker-module__RcCqiG__dpiSelect>svg{width:15px;height:15px}button.OutputFormatPicker-module__RcCqiG__dpiSelect.OutputFormatPicker-module__RcCqiG__general{border:1px solid #0000;width:100%}button.OutputFormatPicker-module__RcCqiG__dpiSelect.OutputFormatPicker-module__RcCqiG__general:hover{border:1px solid var(--grey-2);box-shadow:var(--box-shadow-xs)}button.OutputFormatPicker-module__RcCqiG__dpiSelect.OutputFormatPicker-module__RcCqiG__error{border:1px solid var(--red-1);color:var(--red-1);background-color:var(--red-50)}button.OutputFormatPicker-module__RcCqiG__fileFormatChip,input.OutputFormatPicker-module__RcCqiG__customDPIPickerInput{cursor:pointer;color:var(--black-3);background-color:var(--white-1);border:1px solid var(--grey-2);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:5px;min-width:110px;padding:20px 10px;font-size:.9rem;display:flex;height:45px!important}button.OutputFormatPicker-module__RcCqiG__fileFormatChip>svg{width:20px;height:20px;fill:var(--black-3)}button.OutputFormatPicker-module__RcCqiG__fileFormatChip:hover{opacity:.7;border-color:var(--grey-4);background-color:var(--grey-100);transition:all .1s ease-in}button.OutputFormatPicker-module__RcCqiG__fileFormatChip.OutputFormatPicker-module__RcCqiG__selected,button.OutputFormatPicker-module__RcCqiG__fileFormatChip.OutputFormatPicker-module__RcCqiG__selected:hover,input.OutputFormatPicker-module__RcCqiG__customDPIPickerInput.OutputFormatPicker-module__RcCqiG__selected{background-color:var(--cyan-6);color:var(--cyan-1);border:1px solid var(--cyan-1)!important}div.OutputFormatPicker-module__RcCqiG__formTopBar{flex-direction:row;justify-content:space-between;display:flex}p.OutputFormatPicker-module__RcCqiG__toText{color:var(--grey-5);font-size:.9rem}button.OutputFormatPicker-module__RcCqiG__fileFormatChip svg.OutputFormatPicker-module__RcCqiG__premiumFormatIcon{fill:var(--yellow-3);width:22px;height:22px}input.OutputFormatPicker-module__RcCqiG__customDPIPickerInput{border:1px solid var(--grey-2);width:165px;padding-left:10px;padding-right:10px}input.OutputFormatPicker-module__RcCqiG__customDPIPickerInput:focus{width:210px;transition:all .3s ease-in-out}input.OutputFormatPicker-module__RcCqiG__customDPIPickerInput::placeholder{color:var(--black-3);font-size:.9rem;font-weight:500}.OutputFormatPicker-module__RcCqiG__submitBtnContainer{border-top:1px solid var(--grey-2);flex-direction:row;flex:1;justify-content:flex-end;padding-top:10px;display:flex}button.OutputFormatPicker-module__RcCqiG__submitButton{background-color:var(--cyan-1);color:var(--white-1);cursor:pointer;border-radius:10px;height:40px;padding:0 15px;font-size:.9rem}button.OutputFormatPicker-module__RcCqiG__submitButton:disabled{opacity:.6}button.OutputFormatPicker-module__RcCqiG__submitButton:hover{opacity:.7}@media screen and (min-width:768px){div.OutputFormatPicker-module__RcCqiG__outputFormatPicker{justify-content:flex-end;width:fit-content}div.OutputFormatPicker-module__RcCqiG__popupContainer{width:400px}button.OutputFormatPicker-module__RcCqiG__dpiSelect.OutputFormatPicker-module__RcCqiG__general{height:45px}}
.Tool-module__NzUWbG__componentContainer{gap:10px;width:100%;max-width:800px;min-height:50vh;margin:auto;padding:0 10px}.Tool-module__NzUWbG__toolTitleContainer{padding:20px 0}.Tool-module__NzUWbG__toolTitleContainer h1,.Tool-module__NzUWbG__toolTitleContainer p{text-align:center}.Tool-module__NzUWbG__toolTitleContainer h1{margin-bottom:0}.Tool-module__NzUWbG__convertAndAllOutputSetter{flex-flow:column wrap;justify-content:center;align-items:center;gap:5px;display:flex}button.Tool-module__NzUWbG__startConversionButton{background-color:var(--cyan-1);color:var(--white-1);cursor:pointer;width:100%;box-shadow:var(--box-shadow-sm);border-radius:10px;justify-content:center;align-items:center;gap:5px;height:58px;display:flex}button.Tool-module__NzUWbG__startConversionButton:disabled{opacity:.6}button.Tool-module__NzUWbG__startConversionButton svg{width:22px;height:22px;fill:var(--white-1)}div.Tool-module__NzUWbG__filesUploadedInfo{flex-direction:column;flex:1;gap:10px;display:flex}@media screen and (min-width:768px){.Tool-module__NzUWbG__componentContainer{max-width:750px;margin:auto}.Tool-module__NzUWbG__toolTitleContainer{padding:40px 0}button.Tool-module__NzUWbG__startConversionButton{width:fit-content;min-width:200px;height:45px}button.Tool-module__NzUWbG__startConversionButton:hover{opacity:.7}.Tool-module__NzUWbG__convertAndAllOutputSetter{flex-direction:row;justify-content:flex-end;gap:10px}}
.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}}
.ProductDescription-module__IIghvG__container{flex-direction:column;gap:90px;max-width:85vw;margin:100px auto auto;display:flex}.ProductDescription-module__IIghvG__section{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:auto;display:flex}.ProductDescription-module__IIghvG__section h3{margin-top:10px;margin-bottom:10px}.ProductDescription-module__IIghvG__section svg{fill:var(--cyan-1);width:40px;height:40px}@media screen and (min-width:992px){.ProductDescription-module__IIghvG__container{flex-flow:wrap;margin-top:15vh;display:flex}.ProductDescription-module__IIghvG__section p{max-width:50ch}}
.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%}}
