:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App_background__Ff1yf{background-color:#fcfcfc;touch-action:pan-y}.App_contentLoader__BuXkt{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px;padding:2rem}.App_loadingBar__mPv9b{animation:App_pulse__K-PsL 1.5s ease-in-out infinite;background:#f0f0f0;border-radius:4px;height:20px}.App_loadingBar__mPv9b:nth-child(2){animation-delay:.2s;width:80%}.App_loadingBar__mPv9b:nth-child(3){animation-delay:.4s;width:60%}@keyframes App_pulse__K-PsL{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.style_PositionWrapper__dtYKE{background-color:#070707;position:fixed;width:100%;z-index:9999}.style_Header__3so4t{align-items:center;display:flex;justify-content:space-between;padding-bottom:16px;padding-top:16px;position:relative;width:100%}.style_Header__menu__aovl4{align-items:center;display:flex;gap:40px;justify-content:center}.style_Header__gap__PEOfL{gap:24px}.style_Header__right__dYhyE{align-items:center;display:flex}.style_Header__right__dYhyE p{color:#f8f8f8;font-size:12px;font-weight:400;margin:0 8px;max-width:80px;overflow:hidden;text-overflow:ellipsis}.style_Header__menuItem__AP291{color:#000;cursor:pointer;font-size:14px;letter-spacing:.02em;line-height:20px;transition:color .3s ease;white-space:nowrap}.style_Header__menuItem__AP291:hover,.style_Header__menuItem_active__Rbix4{color:#fd3707}.style_Header__menuItem_open__QB4e6{color:#a855f7}@media(max-width:1044px){.style_Header__3so4t{display:none}}.style_HeaderDropdown__FGY-0{cursor:pointer;position:relative}.style_HeaderDropdown__icon__TOH6K{transition:all .3s ease}.style_HeaderDropdown__iconOpened__hOTia{transform:rotate(180deg)}.style_HeaderDropdown__container__dnR9Z{background-color:#070707;border-radius:8px;display:flex;flex-direction:column;gap:24px;left:0;opacity:0;padding:24px;position:absolute;top:50px;transition:all .3s ease;width:189px;z-index:-1}.style_HeaderDropdown__containerActive__5NVkh{opacity:1;z-index:9999}.style_buttonFlexWrapper__KbSM9{display:flex;gap:24px}.style_HeaderMobile__slTL6{align-items:center;display:none;justify-content:space-between;padding-bottom:18px;padding-top:19px}.style_HeaderMobile__burgerMobile__f90SR{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:18px}.style_HeaderMobile__burgerMobile_el__MZGsZ{width:100%}.style_HeaderMobile__menuLogo__rMeV3{margin-left:auto;margin-right:auto;margin-top:32px;width:-webkit-fit-content;width:fit-content}.style_HeaderMobile__menuContainer__0Fbue{align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:center;padding-left:24px;width:100%}.style_HeaderMobile__menuContainer__0Fbue div{align-items:center;display:flex;gap:11px;justify-self:center}.style_HeaderMobile__menuContainer_inactive__ywXid{color:#f8f8f8}.style_HeaderMobile__menuContainer_active__ZcJ7x{color:#fd3707}.style_HeaderMobile__menuContainer_iconActive__Fl2dg{fill:#fd3707}.style_HeaderMobile__menuContainer_icon__tWXRt{height:20px;width:20px}.style_HeaderMobile__ShadowChatButtons__tDxHF{align-items:center;display:flex;gap:16px;justify-content:center}.style_HeaderMobile__button__cv9Mc{align-items:center;border-radius:4px!important;display:flex;gap:4px!important;padding:4px 8px!important}.style_HeaderMobile__button__cv9Mc small{font-size:10px;font-weight:400;letter-spacing:0;line-height:13px;text-align:left}.style_HeaderMobile_grayColor__Gw2xO{color:#a8aab7}.style_HeaderMobile__avatar__44PRK{border-radius:50%;height:24px;transition:all .3s ease;width:24px}.style_HeaderMobile__avatar__44PRK:hover{background-color:rgba(7,7,7,.745)}@media(max-width:1044px){.style_HeaderMobile__slTL6{display:flex}}.style_ShadowChatMenu__Xk\+mr{align-items:center;border:2px solid blue;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.style_ShadowChatMenu__title__1VwxP{color:#f8f8f8;font-family:Inter;font-size:20px;font-weight:500;left:50%;letter-spacing:0;line-height:20px;margin-bottom:20px;position:absolute;text-align:center;top:32px;transform:translateX(-50%)}.style_ShadowChatMenu__wrapper__QK8Ou{display:grid;height:100%;place-content:center;width:100%}.style_AccountMenu__\+QQkn{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:32px;width:100%}.style_AccountMenu__flexWrapper__0FNfX{align-items:center;display:flex;gap:8px;padding-left:24px;width:100%}.style_AccountMenu__avatar__E1bO2{border-radius:50%;height:32px;margin-left:32px;width:32px}.style_AccountMenu__avatarTitle__mJkUR{color:#f8f8f8;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:13px;text-align:left}.style_HeaderPcDropdown__ihih7{background:#070707;border-radius:8px;opacity:0;padding:24px;position:absolute;right:20px;top:64px;transform:translateY(-10px) translateX(5px);transition:all .2s ease;visibility:hidden;width:190px}.style_HeaderPcDropdown__show__hSnOp{opacity:1;transform:translateY(0) translateX(0);-webkit-user-select:none;user-select:none;visibility:visible}.style_HeaderPcDropdown__ihih7 h3,.style_HeaderPcDropdown__ihih7 small{color:#000;font-size:12px;font-weight:400;line-height:130%}.style_HeaderPcDropdown_links__E5xNf{display:flex;flex-direction:column;gap:24px;margin-top:24px}.style_HeaderPcDropdown_links__E5xNf a,.style_HeaderPcDropdown_links__E5xNf div{align-items:center;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:400;letter-spacing:.02em;line-height:140%;text-decoration:none;transition:all .15s ease}.style_HeaderPcDropdown_links__E5xNf a:active,.style_HeaderPcDropdown_links__E5xNf a:focus,.style_HeaderPcDropdown_links__E5xNf a:hover,.style_HeaderPcDropdown_links__E5xNf div:active,.style_HeaderPcDropdown_links__E5xNf div:focus,.style_HeaderPcDropdown_links__E5xNf div:hover{color:#fd3806}.style_HeaderPcDropdown_links__E5xNf a svg,.style_HeaderPcDropdown_links__E5xNf div svg{margin-right:8px}@media screen and (max-width:768px){.style_HeaderPcDropdown__ihih7{display:none}}.style_Progress_block_bar__jrA1i{background:#000;border-radius:10px;height:6px;margin:4px 0;position:relative;width:100%}.style_Progress_block_bar__jrA1i div{background:#393943;border-radius:10px;height:100%;left:0;position:absolute;top:0}.style_PositionWrapper__ukuTn{background-color:#fff;border-bottom:1px solid #eaeaea;position:fixed;width:100%;z-index:9999}.style_Header__oSwjJ{align-items:center;display:flex;justify-content:space-between;padding-bottom:16px;padding-top:16px;position:relative;width:100%}.style_Header__menu__zRqXM{align-items:center;display:flex;gap:40px;justify-content:center}.style_Header__gap__LZ5Bo{gap:24px}.style_Header__right__LRImm{align-items:center;display:flex}.style_Header__right__LRImm p{color:#1a1a1a;font-size:12px;font-weight:400;margin:0 8px;max-width:80px;overflow:hidden;text-overflow:ellipsis}.style_Header__right__LRImm svg path{fill:#1a1a1a}.style_Header__menuItem__j-Sey{color:#333;cursor:pointer;font-size:14px;letter-spacing:.02em;line-height:20px;transition:color .3s ease;white-space:nowrap}.style_Header__menuItem__j-Sey:hover,.style_Header__menuItem_active__ZXUHl{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text}@media(max-width:1044px){.style_Header__oSwjJ{display:none}}.style_HeaderDropdown__MvqVj{cursor:pointer;position:relative}.style_HeaderDropdown__icon__NudA2{transition:all .3s ease}.style_HeaderDropdown__iconOpened__mbhrl{transform:rotate(180deg)}.style_HeaderDropdown__container__i6lSK{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:24px;left:0;opacity:0;padding:24px;position:absolute;top:50px;transition:all .3s ease;width:189px;z-index:-1}.style_HeaderDropdown__containerActive__jhcQv{opacity:1;z-index:9999}.style_buttonFlexWrapper__zgAh6{display:flex;gap:24px}.style_HeaderMobile__YdY6W{align-items:center;display:none;justify-content:space-between;padding-bottom:18px;padding-top:19px}.style_HeaderMobile__burgerMobile__omz7d{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:18px}.style_HeaderMobile__burgerMobile_el__hnUid{width:100%}.style_HeaderMobile__burgerIcon__0oiPM{cursor:pointer}.style_HeaderMobile__burgerIcon__0oiPM path{fill:#1a1a1a}.style_HeaderMobile__menuLogo__IzuvC{margin-left:auto;margin-right:auto;margin-top:32px;width:-webkit-fit-content;width:fit-content}.style_HeaderMobile__menuContainer__e85zb{align-items:flex-start;display:flex;flex-direction:column;gap:24px;height:100%;justify-content:center;padding-left:24px;width:100%}.style_HeaderMobile__menuContainer__e85zb>div{align-items:center;display:flex;gap:15px}.style_HeaderMobile__menuContainer_inactive__D7zZC{color:#555}.style_HeaderMobile__menuContainer_active__RPFo0{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text}.style_HeaderMobile__menuContainer_iconActive__rj8Ah{fill:url(#pink-gradient)}.style_HeaderMobile__menuContainer_icon__Ebume{fill:#333;height:20px;width:20px}.style_HeaderMobile__ShadowChatButtons__-LzV7{align-items:center;display:flex;gap:16px;justify-content:center}.style_HeaderMobile__button__Gaulp{align-items:center;border-radius:4px!important;display:flex;gap:4px!important;padding:4px 8px!important}.style_HeaderMobile__button__Gaulp small{font-size:10px;font-weight:400;letter-spacing:0;line-height:13px;text-align:left}.style_HeaderMobile_grayColor__FGgCB{color:#999}.style_HeaderMobile__avatar__w-gah{border-radius:50%;height:24px;transition:all .3s ease;width:24px}.style_HeaderMobile__avatar__w-gah:hover{background-color:#f5f5f5}.style_HeaderMobile__avatar__w-gah svg{fill:#1a1a1a}@media(max-width:1044px){.style_HeaderMobile__YdY6W{display:flex}}.style_ShadowChatMenu__CRzVt{align-items:center;border:2px solid blue;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.style_ShadowChatMenu__title__oDRHf{color:#333;font-family:Inter;font-size:20px;font-weight:500;left:50%;letter-spacing:0;line-height:20px;margin-bottom:20px;position:absolute;text-align:center;top:32px;transform:translateX(-50%)}.style_ShadowChatMenu__wrapper__OGPwG{display:grid;height:100%;place-content:center;width:100%}.style_AccountMenu__4eU9h{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:32px;width:100%}.style_AccountMenu__flexWrapper__xMDSm{align-items:center;display:flex;gap:8px;padding-left:24px;width:100%}.style_AccountMenu__avatar__xZLNf{border-radius:50%;height:32px;margin-left:32px;width:32px}.style_AccountMenu__avatarTitle__rjtXW{color:#333;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:13px;text-align:left}.style_AccountMenu__4eU9h p{color:#1a1a1a}.style_languageSelector__68iBZ,.style_languageSelector__item__U89Y6{color:#333}.style_HeaderPcDropdown__3Mn5U{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;opacity:0;padding:24px;position:absolute;right:20px;top:64px;transform:translateY(-10px) translateX(5px);transition:all .2s ease;visibility:hidden;width:190px}.style_HeaderPcDropdown__show__wJgER{opacity:1;transform:translateY(0) translateX(0);-webkit-user-select:none;user-select:none;visibility:visible}.style_HeaderPcDropdown__3Mn5U h3,.style_HeaderPcDropdown__3Mn5U small{color:#000;font-size:12px;font-weight:400;line-height:130%}.style_HeaderPcDropdown_links__r3VRD{display:flex;flex-direction:column;gap:24px;margin-top:24px}.style_HeaderPcDropdown_links__r3VRD a,.style_HeaderPcDropdown_links__r3VRD div{align-items:center;color:#000;cursor:pointer;display:flex;font-size:14px;font-weight:400;letter-spacing:.02em;line-height:140%;text-decoration:none;transition:all .15s ease}.style_HeaderPcDropdown_links__r3VRD a:active,.style_HeaderPcDropdown_links__r3VRD a:focus,.style_HeaderPcDropdown_links__r3VRD a:hover,.style_HeaderPcDropdown_links__r3VRD div:active,.style_HeaderPcDropdown_links__r3VRD div:focus,.style_HeaderPcDropdown_links__r3VRD div:hover{color:#b2a8ff}.style_HeaderPcDropdown_links__r3VRD a svg,.style_HeaderPcDropdown_links__r3VRD div svg{filter:grayscale(1) brightness(0);margin-right:8px}@media screen and (max-width:768px){.style_HeaderPcDropdown__3Mn5U{display:none}}.style_Progress_block_bar__tXBxK{background:#f5f5f7;border-radius:10px;height:6px;margin:4px 0;position:relative;width:100%}.style_Progress_block_bar__tXBxK div{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-radius:10px;height:100%;left:0;position:absolute;top:0}.style_dropdown__5IVTr{display:inline-block;position:relative}.style_dropdownContainer__IbBL1{-webkit-text-fill-color:#111;background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 12px 36px #1118271f;color:#111;isolation:isolate;mix-blend-mode:normal;overflow:hidden;padding:10px;position:fixed;z-index:10001}.style_bridge__Qm-ab{background:#0000;height:12px;left:0;pointer-events:auto;position:absolute;right:0;top:-12px}.style_toolDescription__rfpAo{color:#6b7280}.style_dropdownContent__o\+DGy{display:flex;flex-direction:column;gap:0}.style_toolItem__wUPDR{grid-column-gap:28px;grid-row-gap:2px;align-items:start;border-radius:10px;column-gap:28px;cursor:pointer;display:grid;grid-template-columns:220px 1fr;min-height:56px;padding:14px 16px;row-gap:2px;transition:background .15s ease}.style_toolItem__wUPDR:hover{background:#1118270a}.style_toolTitle__ZxeEO{color:#111;font-size:15px;font-weight:700;line-height:1.3;margin:0}.style_toolDescription__rfpAo{word-wrap:break-word;color:#4b5563;font-size:13.5px;line-height:1.55;margin:0;overflow-wrap:break-word}.style_Header__menuItem__Uk-7z{color:#f8f8f8}.style_Header__menuItem__Uk-7z:hover,.style_Header__menuItem_active__h6Id2{color:#fd3707}.style_Header__menuItem_open__\+n1yx{color:#f8f8f8}.style_toolItem__wUPDR:focus-visible{outline:2px solid #fd3707d9;outline-offset:-2px}.style_wrapper__w2mNB{position:relative;width:100%}.style_truncatedMessage__vl43V{align-items:flex-end;box-sizing:border-box;color:#575757;display:flex;flex-direction:column;font-size:14px;gap:8px;margin-bottom:12px;padding-right:20px;width:100%}.style_leftPart__5geFm{align-items:center;background-color:#ff8a001a;border-radius:4px;display:flex;gap:8px;padding:4px 8px}.style_leftPart__5geFm:before{content:"⚠️";font-size:16px;line-height:1}.style_leftPart__5geFm span{font-size:12px}.style_rightPart__9YDoP,.style_statsLine__nqzWu{align-items:center;display:flex;gap:12px}.style_dot__S8r9o{color:#bdbdbd}.style_upgradeButton__k-KQ0{all:unset;box-sizing:border-box;color:#000;cursor:pointer;display:inline;font-size:inherit;font-weight:400;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s ease-in-out}.style_upgradeButton__k-KQ0:hover{color:#575757}.style_OptimizerInput__field__Y2Xnv,.style_OptimizerInput__result_text__So84a,.style_resizableTextarea__wLcNl{overflow-y:auto;resize:none;scrollbar-color:#bfbfbf #f5f5f7;scrollbar-width:thin}.style_OptimizerInput__qUF1S{border-radius:16px;position:relative;width:100%}.style_OptimizerInput__qUF1S::-webkit-resizer{display:none}.style_OptimizerInput__qUF1S{border:1px solid #0000000d;box-shadow:0 4px 12px #0000000d}.style_OptimizerInput__flexWrapper__ghsDU{display:flex;justify-content:space-between;width:100%}.style_OptimizerInput__input__Wp-z2,.style_OptimizerInput__result__jVsa6{display:flex;flex-direction:column;padding:25px 26px 0;position:relative;width:50%}@media(min-width:1044px){.style_OptimizerInput__result__jVsa6{border-left:1px solid #00000014}}.style_OptimizerInput__topBar__x6ClF{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_OptimizerInput__copyContainer__WtzYt{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.style_OptimizerInput__title__QQElj{color:#333;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_OptimizerInput__wordCountInfo__O4vUA{color:#555;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_OptimizerInput__wordCountInfo__O4vUA .style_OptimizerInput__basicPlan__-8NVX{color:#333;margin-right:8px}.style_OptimizerInput__wordCountInfo__O4vUA .style_OptimizerInput__redColor__tTWD5{color:#ff4747}.style_requestsLeftInfo__1FfXA{color:#555;margin-right:8px}.style_OptimizerInput__fieldWrapper__WO-aX{background-color:#0000;border:2px dashed #0000;border-radius:8px;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative;transition:background-color .2s ease-in-out,border .2s ease-in-out}.style_dragOver__61UJx{background-color:#b2a8ff1a;border:2px dashed #b2a8ff}.style_dropMessage__hOUeA{align-items:center;color:#9d93f5;display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:12px;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:6}.style_dropMessage__hOUeA svg{height:40px;width:40px}.style_OptimizerInput__field__Y2Xnv,.style_OptimizerInput__result_text__So84a{background-color:#0000;border:none;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;letter-spacing:.01em;line-height:1.5;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_OptimizerInput__field__Y2Xnv::placeholder,.style_OptimizerInput__result_text__So84a::placeholder{color:#0006}.style_animatedFadeIn__JMa0g{animation:style_fadeInOut__Iq6F4 .5s ease-out .1s forwards;opacity:0}.style_ActionWrapper__JOQk1{align-items:center;border-radius:8px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:5}.style_OptimizerInput__fieldWrapper__WO-aX:has(.style_OptimizerInput__field__Y2Xnv:placeholder-shown:not(:focus)) .style_ActionWrapper__JOQk1{opacity:1}.style_ActionWrapper__container__begpM{align-items:center;display:flex;gap:24px;justify-content:center;pointer-events:auto}.style_ActionWrapper__JOQk1 .style_actionComponentButtonClass__T8ixU{background-color:#f5f5f7!important;border-color:#eaeaea!important;color:#333!important}.style_ActionWrapper__JOQk1 .style_actionComponentButtonClass__T8ixU:hover{background-color:#e0e0e0!important;border-color:#ccc!important;box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.style_buttons_2__bqHz4,.style_buttons__hZ\+Wj{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:5px;width:100%}.style_buttons_2__bqHz4{justify-content:flex-end}.style_leftContent__C914V,.style_rightContent__uXIWR{align-items:center;display:flex;flex-shrink:0}.style_rightContent__uXIWR{gap:12px}.style_OptimizerInput__proModelSelector__yDW7o{align-items:center;cursor:default;display:inline-flex;gap:8px}.style_labelSwitchContainer__CbfRo{align-items:center;display:flex;gap:8px;white-space:nowrap}.style_labelSwitchContainer__CbfRo span{color:#333;font-size:14px}.style_infoIcon__8R9Gu{fill:#000;flex-shrink:0;height:18px;width:18px}.style_infoIcon__8R9Gu:hover{fill:#000}.style_buttons__centeringMod__Bh3l6{font-size:13px;padding:6px 14px}.style_buttons__centeringMod__Bh3l6 svg{height:16px;width:16px}.style_textDetectionContainer__pH8f1{margin-top:20px;padding-bottom:15px;position:relative;width:100%}.style_stealthPromptContainer__OFM31{display:flex;justify-content:flex-end;margin-bottom:5px;margin-top:5px}.style_resultContentArea__C7GoI{display:flex;flex-grow:1;position:relative}.style_resultContentArea__C7GoI .style_persistentAnimationContainer__h21R9{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.style_Loader__aQ546{align-items:center;display:flex;flex-direction:column;gap:18px;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:5}.style_Loader__bar__tYILe{background-color:#0000001a;border-radius:4px;box-shadow:inset 0 1px 2px #0000001a;height:8px;max-width:280px;overflow:hidden;position:relative;width:70%}.style_Loader__barAnimated__ggEXH{animation:style_slide__Zarde 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#b2a8ff1a 20%,#b2a8ffcc 50%,#b2a8ff1a 80%,#0000);border-radius:4px;height:100%;left:0;position:absolute;top:0;width:100%}.style_Loader__aQ546 p{color:#555;font-size:14px;font-weight:300}.style_copyElementBaseClass__7gVWC{cursor:pointer;transition:opacity .2s ease}.style_copyDisabled__bw27e{cursor:not-allowed;opacity:.4}.style_resizeHandle__Yreu3{align-items:center;background:hsla(0,0%,80%,.702);border-radius:8px;bottom:-7px;cursor:ns-resize;display:none;height:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:26px;z-index:25}.style_resizeHandle__Yreu3:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/svg%3E");display:block;height:16px;opacity:.6;transform:rotate(90deg);width:16px}@media(min-width:1044px){.style_resizeHandle__Yreu3{display:flex}}@media(max-width:1044px){.style_OptimizerInput__flexWrapper__ghsDU{flex-direction:column}.style_OptimizerInput__input__Wp-z2,.style_OptimizerInput__result__jVsa6{border-bottom:1px solid #00000014;border-left:none;padding:20px;width:100%}.style_OptimizerInput__result__jVsa6{border-bottom:none}.style_OptimizerInput__topBar__x6ClF{align-items:flex-start;flex-direction:column;gap:5px}.style_OptimizerInput__wordCountInfo__O4vUA{text-align:left}.style_OptimizerInput__fieldWrapper__WO-aX{overflow:hidden}.style_buttons_2__bqHz4,.style_buttons__hZ\+Wj{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px 15px;justify-content:center;padding-bottom:15px}.style_leftContent__C914V{flex-basis:auto;order:1;width:auto}.style_rightContent__uXIWR{flex-basis:auto;flex-wrap:wrap;gap:10px 15px;justify-content:center;order:2;width:auto}.style_buttons__centeringMod__Bh3l6{flex-shrink:0;font-size:14px;justify-content:center;padding:8px 12px;width:auto}.style_buttons__centeringMod__Bh3l6 svg{height:18px;width:18px}.style_OptimizerInput__proModelSelector__yDW7o{justify-content:center}.style_resizeHandle__Yreu3{display:none}.style_ActionWrapper__container__begpM{flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.style_Loader__aQ546{inset:auto;min-height:150px;position:relative;width:100%}.style_Loader__bar__tYILe{max-width:300px;width:90%}.style_resultContentArea__C7GoI{min-height:150px}}.style_popularityMessage__UD28z{bottom:90px;color:#a0a0a0;font-size:13px;left:50%;line-height:1.4;margin-top:15px;max-width:80%;position:absolute;text-align:center;transform:translateX(-50%);width:100%}@keyframes style_fadeInOut__Iq6F4{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes style_slide__Zarde{0%{opacity:.6;transform:translateX(-100%)}50%{opacity:1;transform:translateX(0)}to{opacity:.6;transform:translateX(100%)}}.style_optimizerTooltip__bJdY1{background-color:#fff!important;border:1px solid #0000001a!important;color:#333!important;font-size:13px;line-height:1.5;max-width:280px;padding:10px 12px!important}.style_optimizerTooltip__bJdY1 b{color:#000;font-weight:600}.style_optimizerTooltip__bJdY1:after{border:6px solid #0000;border-top-color:#fff;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@keyframes style_fadeIn__dsknL{0%{opacity:0}to{opacity:1}}.style_stealthTooltip__eo0k\+{animation:style_fadeIn__dsknL .2s ease-out;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:6px;box-shadow:0 5px 15px #0000004d;color:#fff;font-size:12px;line-height:1.4;padding:8px 12px;text-align:center;width:280px;z-index:100}.style_stealthTooltip__eo0k\+ b{color:#fff;font-weight:600}.style_stealthTooltipArrow__n9jDj{fill:#1a1a1a}::-webkit-scrollbar-track{background:#f5f5f7;border-radius:4px}::-webkit-scrollbar-thumb{background:#b2a8ff;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a89eff}.NonLoggedInAnimation_container__16HA1{color:#1a1a1a;padding:1rem}.NonLoggedInAnimation_animationContainer__qtO9c,.NonLoggedInAnimation_container__16HA1{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.NonLoggedInAnimation_animationContainer__qtO9c{max-width:600px}.NonLoggedInAnimation_animationStage__aCy2v{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.NonLoggedInAnimation_stageTitle__EifUy{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.NonLoggedInAnimation_progressBarContainer__0pLYU{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem;width:100%}.NonLoggedInAnimation_progressBar__NoAiE{background-color:#f0f0f0;border-radius:8px;box-shadow:inset 0 1px 3px #0003;height:6px;overflow:hidden;width:100%}.NonLoggedInAnimation_progressBarFill__-OrP0{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-radius:8px;box-shadow:0 0 10px #b2a8ff80;height:100%;perspective:1000px;transform:translateZ(0);transition:none;will-change:width}.NonLoggedInAnimation_progressText__y9IPi{color:#555;font-size:.875rem;font-weight:500;margin-top:.5rem}.NonLoggedInAnimation_generatingContainer__8FSu4{-ms-overflow-style:none;align-items:center;display:flex;justify-content:center;margin-top:1rem;max-height:300px;min-height:150px;overflow-y:auto;scrollbar-width:none;width:100%}.NonLoggedInAnimation_generatingContainer__8FSu4::-webkit-scrollbar{display:none}.NonLoggedInAnimation_typingContainer__CPaqf{line-height:1.6;position:relative;text-align:left;width:100%}.NonLoggedInAnimation_typingText__uuCNM{word-wrap:break-word;display:inline;white-space:pre-wrap}.NonLoggedInAnimation_typingCursor__pm17v{animation:NonLoggedInAnimation_blink__AkksP 1s infinite;background-color:#1a1a1a;display:inline-block;height:1.2em;margin-left:2px;vertical-align:middle;width:2px}@keyframes NonLoggedInAnimation_blink__AkksP{0%,to{opacity:1}50%{opacity:0}}.NonLoggedInAnimation_blurredTextContainer__ca7FO{line-height:1.6;text-align:left;width:100%}.NonLoggedInAnimation_blurredText__iTu7Y{word-wrap:break-word;white-space:pre-wrap}.NonLoggedInAnimation_detectionResults__-doep{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:space-around;margin:1.5rem auto;max-width:600px;padding:1.75rem 1rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media(max-width:480px){.NonLoggedInAnimation_detectionResults__-doep{gap:1rem;padding:1.25rem .75rem}}.NonLoggedInAnimation_detectorResult__Zh7Tb{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:.5rem;position:relative;transition:transform .2s ease}@media(max-width:480px){.NonLoggedInAnimation_detectorResult__Zh7Tb{gap:.5rem;margin:.25rem}}.NonLoggedInAnimation_detectorResult__Zh7Tb:hover{transform:translateY(-2px)}.NonLoggedInAnimation_checkmark__BGjCR{align-items:center;background-color:#fff;border:2px solid #b2a8ff;border-radius:50%;box-shadow:0 3px 8px #b2a8ff40;color:#b2a8ff;display:flex;font-size:22px;font-weight:700;height:30px;justify-content:center;position:absolute;right:-12px;top:-12px;width:30px;z-index:2}@media(max-width:480px){.NonLoggedInAnimation_checkmark__BGjCR{font-size:18px;height:24px;right:-8px;top:-8px;width:24px}}.NonLoggedInAnimation_loadingCircle__LwE4A{align-items:center;animation:NonLoggedInAnimation_spin__b9Rak 1s linear infinite;background-color:#fff;border-color:#b2a8ff #e9a8ff #e0e0e0 #e0e0e0;border-radius:50%;border-style:solid;border-width:2px;box-shadow:0 3px 8px #0000001a;display:flex;height:30px;justify-content:center;position:absolute;right:-12px;top:-12px;width:30px;z-index:2}@media(max-width:480px){.NonLoggedInAnimation_loadingCircle__LwE4A{border-width:1.5px;height:24px;right:-8px;top:-8px;width:24px}}@keyframes NonLoggedInAnimation_spin__b9Rak{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NonLoggedInAnimation_finalStage__6pRV5{align-items:center;animation:NonLoggedInAnimation_fadeInScale__M5\+U2 .5s ease-out;display:flex;flex-direction:column;text-align:center}@keyframes NonLoggedInAnimation_fadeInScale__M5\+U2{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.NonLoggedInAnimation_finalIcon__gKREe{align-items:center;animation:NonLoggedInAnimation_pulseGlow__igmA2 2s ease-in-out infinite;color:#b2a8ff;display:flex;filter:drop-shadow(0 0 25px rgba(178,168,255,.6));height:120px;justify-content:center;margin-bottom:2.5rem;width:120px}@keyframes NonLoggedInAnimation_pulseGlow__igmA2{0%{filter:drop-shadow(0 0 15px rgba(178,168,255,.4))}50%{filter:drop-shadow(0 0 25px rgba(178,168,255,.7))}to{filter:drop-shadow(0 0 15px rgba(178,168,255,.4))}}.NonLoggedInAnimation_logoContainer__EJERE{align-items:center;background-color:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 5px 15px #00000014,0 2px 5px #0000000d;display:flex;height:60px;justify-content:center;padding:8px;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:90px}@media(max-width:480px){.NonLoggedInAnimation_logoContainer__EJERE{height:50px;padding:6px;width:70px}}.NonLoggedInAnimation_logoContainer__EJERE:hover{box-shadow:0 8px 20px #0000001a,0 3px 8px #0000000d;transform:translateY(-2px)}.NonLoggedInAnimation_detectorLogo__0Ek7J{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:45px;object-fit:contain;width:80px}.NonLoggedInAnimation_detectorLogo__0Ek7J .brain{fill:#b2a8ff}.NonLoggedInAnimation_detectorLogo__0Ek7J .text{fill:#000}@media(max-width:480px){.NonLoggedInAnimation_detectorLogo__0Ek7J{height:40px;width:60px}}.NonLoggedInAnimation_detectorName__UP0TQ{color:#333;font-size:.75rem;font-weight:500;margin-top:.25rem}.NonLoggedInAnimation_finalTitle__XumQL{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);background-clip:text;-webkit-background-clip:text;font-size:1.85rem;font-weight:700;margin-bottom:1.25rem;text-shadow:0 2px 10px #b2a8ff33}.NonLoggedInAnimation_finalDescription__p0zZD{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:450px}.NonLoggedInAnimation_firstTwoWordsContainer__Bbmyy{background-color:#f0f0f0;border-radius:8px;margin-bottom:2rem;max-width:400px;padding:1rem;width:100%}.NonLoggedInAnimation_firstTwoWords__j5Ub2{font-size:.9rem;margin-bottom:.5rem}.NonLoggedInAnimation_expiryNote__vyWOE{color:#555;font-size:.8rem}.NonLoggedInAnimation_unlockButton__xg\+AI{align-items:center;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border:none;border-radius:10px;box-shadow:0 4px 15px #b2a8ff4d;color:#fff;cursor:pointer;display:flex;font-size:1.05rem;font-weight:600;gap:.75rem;overflow:hidden;padding:.85rem 1.75rem;position:relative;transition:all .3s ease}.NonLoggedInAnimation_unlockButton__xg\+AI:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .6s ease;width:100%}.NonLoggedInAnimation_unlockButton__xg\+AI:hover{box-shadow:0 6px 18px #b2a8ff66;transform:translateY(-3px)}.NonLoggedInAnimation_unlockButton__xg\+AI:hover:before{left:100%}.NonLoggedInAnimation_unlockButton__xg\+AI:active{box-shadow:0 3px 10px #b2a8ff4d;transform:translateY(-1px)}.style_Action__wIf1Q{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#46464ba6;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 4px 12px #0000001a,0 1px 3px #0000000f;cursor:pointer;display:flex;flex-direction:column;gap:8px;height:85px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:110px;z-index:3}.style_Action__caption__AO1an{color:#fffffff2;font-size:11px;font-weight:500;letter-spacing:.01em;line-height:14px;text-align:center}.style_Action__wIf1Q:hover{background:#55555abf;border:1px solid #fff3;box-shadow:0 8px 20px #00000024,0 2px 6px #00000014;transform:translateY(-2px)}.style_Action__wIf1Q:active{box-shadow:0 2px 8px #0000001a;transform:translateY(0)}.style_Action__wIf1Q.style_orange__h6yBk{background:linear-gradient(135deg,#b2a8ffbf,#e9a8ffbf);border:1px solid #b2a8ff66}.style_Action__wIf1Q.style_orange__h6yBk:hover{background:linear-gradient(135deg,#b2a8ffd9,#e9a8ffd9);border:1px solid #b2a8ff80}.toast_overlay__aypRb{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .1s ease,visibility .3s ease;visibility:hidden;z-index:9998}.toast_overlay__aypRb.toast_visible__aBlPU{opacity:1;visibility:visible}.toast_guaranteeText__kCJct{color:#666;font-size:.75rem;margin-top:.25rem;text-align:center}.toast_subscriptionToastContainer__DlYZP{background:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 4px 12px #00000026;max-width:100%;overflow:hidden;position:relative;z-index:9999}.toast_subscriptionToast__FzMrj{border-radius:10px;color:#333;padding:25px;text-align:center;width:100%;z-index:9999}.toast_subscriptionToast__FzMrj h3{color:#b2a8ff;font-size:1.5em;margin-bottom:20px}.toast_subscriptionToast__FzMrj .toast_toastText__ZYudZ{color:#555;font-size:16px;line-height:1.4;margin-bottom:20px}.toast_subscriptionToast__FzMrj .toast_priceHighlight__xBX96{color:#b2a8ff;display:inline-block;font-size:24px;font-weight:700}.toast_subscriptionToast__FzMrj .toast_upgradeButton__NSjR7,.toast_subscriptionToast__FzMrj button{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:all .3s ease}.toast_subscriptionToast__FzMrj .toast_upgradeButton__NSjR7:hover,.toast_subscriptionToast__FzMrj button:hover{background:linear-gradient(90deg,#a89eff,#d49eff);box-shadow:0 4px 10px #b2a8ff4d;transform:translateY(-2px)}.toast_upgradeButton__NSjR7{margin-top:15px}.toast_chooseAnotherPlan__CyQ2n a{color:#9ca3af;display:block;font-size:14px;margin-top:8px;text-decoration:none}@keyframes style_fadeIn__IWxsG{0%{opacity:0}to{opacity:1}}.style_tooltip__VS8bI{animation:style_fadeIn__IWxsG .2s ease-out;background-color:#1a1a1a;border:1px solid #ffffff1a;border-radius:6px;box-shadow:0 5px 15px #0000004d;color:#fff;font-size:12px;line-height:1.4;max-width:280px;padding:8px 12px;text-align:center;z-index:100}.style_tooltip__VS8bI b{color:#fff;font-weight:600}.style_tooltipArrow__PxXlt{fill:#1a1a1a}.style_StealthModelPopup__H3zWP{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:999999}.style_StealthModelPopup__modal__tWoIM{animation:style_modalSlideIn__y0C5g .3s ease-out;background:#fdfdfd;border-radius:24px;box-shadow:0 20px 60px #0003;max-width:800px;overflow:hidden;position:relative;width:100%;z-index:1000000}@media(max-width:1044px){.style_StealthModelPopup__modal__tWoIM{margin:10px;max-height:90vh;max-width:95vw;overflow-y:auto}}@media(max-width:420px){.style_StealthModelPopup__modal__tWoIM{padding-bottom:20px}}.style_StealthModelPopup__closeButton__H-2HU{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s ease;width:32px;z-index:1000001}.style_StealthModelPopup__closeButton__H-2HU:hover{background:#e0e0e0;color:#333}.style_StealthModelPopup__header__20J2W{padding:30px 30px 20px;position:relative;text-align:center}@media(max-width:767px){.style_StealthModelPopup__header__20J2W{padding-bottom:20px;padding-top:30px}}@media(max-height:600px){.style_StealthModelPopup__header__20J2W{padding-bottom:10px;padding-top:20px}}.style_StealthModelPopup__title__TMDeF{color:#1a1a1a;font-size:28px;font-weight:700;line-height:1.3;margin:0}@media(max-width:767px){.style_StealthModelPopup__title__TMDeF{font-size:24px}}@media(max-width:420px){.style_StealthModelPopup__title__TMDeF{font-size:25px;margin-bottom:10px;margin-top:12px}}.style_StealthModelPopup__highlight__2UJJk{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-weight:800}.style_StealthModelPopup__mainContent__S144v{background:#fff;border-radius:16px;box-shadow:0 10px 40px -5px #0000000f;display:flex;gap:30px;margin:15px 30px 0;padding:25px;position:relative}@media(max-width:1044px){.style_StealthModelPopup__mainContent__S144v{flex-direction:column;gap:20px;margin:0 20px;padding:20px 20px 30px}}@media(max-width:420px){.style_StealthModelPopup__mainContent__S144v{margin:0 15px;padding:15px}}.style_StealthModelPopup__leftColumn__R8qX5{flex:1 1}.style_StealthModelPopup__rightColumn__7JMVB{align-items:flex-start;display:flex;flex:1 1;justify-content:center}@media(max-width:1044px){.style_StealthModelPopup__rightColumn__7JMVB{align-items:center;padding-top:0}}@media(max-width:776px){.style_StealthModelPopup__rightColumn__7JMVB{display:flex}}@media(max-height:600px){.style_StealthModelPopup__rightColumn__7JMVB{display:flex}}.style_StealthModelPopup__description__S4DKD{color:#555;font-size:16px;line-height:1.6;margin-bottom:15px}@media(max-width:767px){.style_StealthModelPopup__description__S4DKD{font-size:15px}}@media(max-width:776px){.style_StealthModelPopup__description__S4DKD{display:none}}@media(max-height:600px){.style_StealthModelPopup__description__S4DKD{display:none}}.style_StealthModelPopup__features__j\+H\+O{display:flex;flex-direction:column;gap:10px;margin-top:20px}@media(max-width:1044px){.style_StealthModelPopup__features__j\+H\+O{display:table;margin:8px auto 0}}@media(max-height:600px){.style_StealthModelPopup__features__j\+H\+O{display:table;margin:8px auto 0}}.style_StealthModelPopup__feature__Ub5b2{align-items:baseline;color:#444;display:flex;font-size:14px;gap:10px;line-height:1.4}@media(max-width:1044px){.style_StealthModelPopup__feature__Ub5b2{align-items:center;justify-content:flex-start}}.style_StealthModelPopup__checkmark__kQlfz{color:#4caf50;font-size:18px;font-weight:700}.style_StealthModelPopup__footer__\+myWg{border-top:1px solid #f0f0f0;margin-top:20px;padding:20px 30px 30px;text-align:center}@media(max-width:1044px){.style_StealthModelPopup__footer__\+myWg{padding:20px}}@media(max-width:420px){.style_StealthModelPopup__footer__\+myWg{margin-top:15px;padding:15px 15px 20px}}@media(max-width:767px){.style_StealthModelPopup__footer__\+myWg{margin-top:15px;padding-top:25px}}@media(max-height:600px){.style_StealthModelPopup__footer__\+myWg{margin-top:15px;padding-top:25px}}.style_StealthModelPopup__buttonSection__Vlhmj{align-items:center;display:flex;flex-direction:column;gap:10px}.style_StealthModelPopup__payButton__cdHRB{border-radius:12px;font-size:18px;font-weight:600;gap:0;max-width:380px;padding:16px 20px;transition:all .3s ease;width:100%}@media(max-width:776px){.style_StealthModelPopup__payButton__cdHRB{padding-bottom:12px;padding-top:12px}}.style_StealthModelPopup__payButton__cdHRB:hover:not(:disabled){box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.style_StealthModelPopup__skipButton__CCbUI{background:none;border:none;border-radius:8px;color:#666;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease}.style_StealthModelPopup__skipButton__CCbUI:hover:not(:disabled){color:#333}@keyframes style_modalSlideIn__y0C5g{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:776px){.style_hideOnMobile__BptXD{display:none}}.style_animationContainer__XYqAE{background-color:#3a3a3a;border:1px solid #333;border-radius:12px;box-shadow:0 10px 30px #0000004d;color:#d4d4d4;display:flex;flex-direction:column;font-family:SF Mono,Menlo,Monaco,Courier New,monospace;height:220px;margin:0 auto;overflow:hidden;padding:16px;position:relative;width:300px}@media(max-width:1044px){.style_animationContainer__XYqAE{height:180px;width:380px}}@media(max-width:776px){.style_animationContainer__XYqAE{height:170px;width:320px}}.style_header__sjQ4F{align-items:center;border-bottom:1px solid #333;display:flex;margin-bottom:12px;padding-bottom:12px}.style_dot__eMF2Q{border-radius:50%;display:inline-block;height:12px;margin-right:8px;width:12px}.style_content__SWteI{flex-direction:column;min-height:70px}.style_content__SWteI,.style_iconContainer__qCoYp{align-items:center;display:flex;flex-grow:1;justify-content:center}.style_iconWrapper__QNmcU{align-items:center;display:flex;height:60px;justify-content:center;position:relative;width:60px}.style_iconWrapper__QNmcU svg{height:100%;width:100%}.style_checkmarkIcon__PFET0{bottom:2px;color:#fff;height:20px;opacity:.9;position:absolute;right:2px;width:20px}.style_aiDocumentIcon__-swZ5{color:#ff5f57}.style_humanDocumentIcon__PGPpx{color:#6a9955}.style_title__bZzLT{color:#888;font-size:14px;font-weight:600;margin-bottom:10px}@media(max-width:776px){.style_title__bZzLT{font-size:12px}}.style_progressBarContainer__3VXXG{display:flex;gap:5px;margin-top:auto;padding-top:15px}.style_progressBarSegment__NBU6H{background-color:#444;border-radius:2px;flex:1 1;height:4px;transition:background-color .3s ease}.style_progressBarSegment__NBU6H.style_active__hzBdv{background-color:#6a9955}@keyframes style_processing-blink__3P9Nx{0%,to{opacity:1}50%{opacity:.6}}.style_promptContainer__xsHtG{align-items:center;background-color:#fefce8;border-radius:4px;box-sizing:border-box;display:flex;padding:4px 8px;width:auto}.style_contentWrapper__iK2XD{align-items:center;display:flex;gap:8px}.style_icon__JlLVQ{color:#d97706;flex-shrink:0;height:16px;width:16px}.style_text__cAvFQ{color:#494949;font-size:12px;font-weight:400;margin:0;white-space:nowrap}.style_actionButton__JxuqF{all:unset;box-sizing:border-box;color:#b45309;cursor:pointer;display:inline;font-size:inherit;font-weight:400;margin-left:6px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s ease-in-out}.style_actionButton__JxuqF:hover{color:#92400e}.style_SummarizerInput__field__tkbNb,.style_SummarizerInput__result_text__eayJp,.style_resizableTextarea__JRVAX{overflow-y:auto;resize:none}.style_SummarizerInput__eK4B0{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding-bottom:20px;position:relative;width:100%}.style_SummarizerInput__eK4B0::-webkit-resizer{display:none}.style_SummarizerInput__flexWrapper__1\+XHN{display:flex;justify-content:space-between;width:100%}.style_SummarizerInput__input__HKKl9,.style_SummarizerInput__result__ROTQS{display:flex;flex-direction:column;padding:25px 26px;position:relative;width:50%}@media(min-width:1044px){.style_SummarizerInput__result__ROTQS{border-left:1px solid #00000014}}.style_SummarizerInput__resizer__TS6pH{display:none}.style_SummarizerInput__topBar__vGHT7{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_SummarizerInput__copyContainer__8p-p2{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.style_SummarizerInput__title__4Rg-2{color:#333;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_SummarizerInput__wordCountInfo__4bxlD{color:#555;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_SummarizerInput__wordCountInfo__4bxlD .style_SummarizerInput__basicPlan__JHpaV{color:#333;margin-right:8px}.style_SummarizerInput__wordCountInfo__4bxlD .style_SummarizerInput__redColor__xfULr{color:#ff4d4d;font-weight:500}.style_SummarizerInput__fieldWrapper__4eeFL{background-color:#0000;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.style_SummarizerInput__field__tkbNb,.style_SummarizerInput__result_text__eayJp{background-color:#0000;border:none;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:300px;letter-spacing:.01em;line-height:1.5;margin-bottom:17px;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_SummarizerInput__field__tkbNb::placeholder,.style_SummarizerInput__result_text__eayJp::placeholder{color:#0006}.style_ActionWrapper__\+MCAu{align-items:center;border-radius:8px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:5}.style_ActionWrapper__container__sJGxv{align-items:center;display:flex;gap:34px;justify-content:center;pointer-events:auto}.style_SummarizerInput__fieldWrapper__4eeFL:has(.style_SummarizerInput__field__tkbNb:placeholder-shown:not(:focus)) .style_ActionWrapper__\+MCAu{opacity:1}.style_buttons__LecZR{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:auto;width:100%}.style_leftContent__Wc1qA,.style_rightContent__wcRAN{align-items:center;display:flex;flex-shrink:0}.style_rightContent__wcRAN{gap:12px}.style_errorMessage__1tL2r{color:#ff4d4d;font-size:14px;margin-top:10px;text-align:center}.style_copyDisabled__Nj\+kK{cursor:not-allowed;opacity:.5}@media(max-width:1044px){.style_SummarizerInput__flexWrapper__1\+XHN{flex-direction:column}.style_SummarizerInput__input__HKKl9,.style_SummarizerInput__result__ROTQS{padding:20px 24px;width:100%}.style_SummarizerInput__result__ROTQS{border-left:none;border-top:1px solid #ffffff14;margin-top:20px;padding-top:20px}.style_SummarizerInput__field__tkbNb,.style_SummarizerInput__result_text__eayJp{height:200px}}@media(max-width:767px){.style_SummarizerInput__input__HKKl9,.style_SummarizerInput__result__ROTQS{padding:16px}.style_SummarizerInput__field__tkbNb,.style_SummarizerInput__result_text__eayJp{font-size:13px;height:150px}.style_SummarizerInput__title__4Rg-2{font-size:16px}.style_ActionWrapper__container__sJGxv{gap:20px}}.style_resizeHandle__5\+y8S{align-items:center;background:hsla(0,0%,80%,.702);border-radius:8px;bottom:-7px;cursor:ns-resize;display:none;height:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:26px;z-index:25}.style_resizeHandle__5\+y8S:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/svg%3E");display:block;height:16px;opacity:.6;transform:rotate(90deg);width:16px}@media(min-width:1044px){.style_resizeHandle__5\+y8S{display:flex}}.style_ParagraphGeneratorInput__field__zmJib,.style_ParagraphGeneratorInput__result_text__UIciZ,.style_resizableTextarea__MvdGi{overflow-y:auto;resize:none}.style_ParagraphGeneratorInput__5Vk5b{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding-bottom:20px;position:relative;width:100%}.style_ParagraphGeneratorInput__5Vk5b::-webkit-resizer{display:none}.style_ParagraphGeneratorInput__flexWrapper__ix7C0{display:flex;justify-content:space-between;width:100%}.style_ParagraphGeneratorInput__input__K7HI8,.style_ParagraphGeneratorInput__result__PuyuH{display:flex;flex-direction:column;padding:25px 26px;position:relative;width:50%}@media(min-width:1044px){.style_ParagraphGeneratorInput__result__PuyuH{border-left:1px solid #00000014}}.style_ParagraphGeneratorInput__resizer__6ABk-{display:none}.style_ParagraphGeneratorInput__topBar__A6t96{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_ParagraphGeneratorInput__title__2PmN5{color:#333;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_ParagraphGeneratorInput__wordCountInfo__D6Q2n{color:#555;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_ParagraphGeneratorInput__dropdowns__RlgW-{display:flex;gap:20px;margin-bottom:15px}@media(max-width:776px){.style_customDropdownStyles__pfLrC label,.style_customDropdownStyles__pfLrC span{font-size:10px!important}}.style_ParagraphGeneratorInput__fieldWrapper__NPL\+N{background-color:#0000;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.style_ParagraphGeneratorInput__field__zmJib,.style_ParagraphGeneratorInput__result_text__UIciZ{background-color:#0000;border:none;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:300px;letter-spacing:.01em;line-height:1.5;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_ParagraphGeneratorInput__field__zmJib::placeholder,.style_ParagraphGeneratorInput__result_text__UIciZ::placeholder{color:#0006}.style_ActionWrapper__zpESa{align-items:center;border-radius:8px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:5}.style_ActionWrapper__container__9C0GF{align-items:center;display:flex;gap:34px;justify-content:center;pointer-events:auto}.style_ParagraphGeneratorInput__fieldWrapper__NPL\+N:has(.style_ParagraphGeneratorInput__field__zmJib:placeholder-shown:not(:focus)) .style_ActionWrapper__zpESa{opacity:1}.style_buttons__6Nqrp{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:auto;width:100%}.style_leftContent__Jx1QM,.style_rightContent__cdwSz{align-items:center;display:flex;flex-shrink:0}.style_rightContent__cdwSz{gap:12px}.style_errorMessage__ZDoOg{color:#ff4d4d;font-size:14px;margin-top:10px;text-align:center}.style_copyDisabled__mdkCU{cursor:not-allowed;opacity:.5}@media(max-width:1044px){.style_ParagraphGeneratorInput__flexWrapper__ix7C0{flex-direction:column}.style_ParagraphGeneratorInput__input__K7HI8,.style_ParagraphGeneratorInput__result__PuyuH{padding:20px 24px;width:100%}.style_ParagraphGeneratorInput__result__PuyuH{border-left:none;border-top:1px solid #00000014;margin-top:20px;padding-top:20px}.style_ParagraphGeneratorInput__field__zmJib,.style_ParagraphGeneratorInput__result_text__UIciZ{height:200px}}@media(max-width:767px){.style_ParagraphGeneratorInput__input__K7HI8,.style_ParagraphGeneratorInput__result__PuyuH{padding:16px}.style_ParagraphGeneratorInput__field__zmJib,.style_ParagraphGeneratorInput__result_text__UIciZ{font-size:13px;height:150px}.style_ParagraphGeneratorInput__title__2PmN5{font-size:16px}.style_ActionWrapper__container__9C0GF{gap:20px}}.style_resizeHandle__qlqYB{align-items:center;background:hsla(0,0%,80%,.702);border-radius:8px;bottom:-7px;cursor:ns-resize;display:none;height:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:26px;z-index:25}.style_resizeHandle__qlqYB:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/svg%3E");display:block;height:16px;opacity:.6;transform:rotate(90deg);width:16px}@media(min-width:1044px){.style_resizeHandle__qlqYB{display:flex}}.style_Dropdown__K9EWU{color:#333;position:relative;width:100%;z-index:10000}.style_Dropdown__label__nMC55{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:8px}.style_Dropdown__header__-rYkF{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:.75rem 1rem;transition:border-color .2s ease}.style_Dropdown__header__-rYkF:hover{border-color:#b2a8ff}.style_Dropdown__header__-rYkF:focus-within{border-color:#b2a8ff;box-shadow:0 0 0 2px #b2a8ff33}.style_Dropdown__chevron__0txRa{transition:transform .2s ease}.style_Dropdown__chevron_open__SqWIb{transform:rotate(180deg)}.style_Dropdown__list__LxIaQ{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #00000014;left:0;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:4px;position:absolute;right:0;top:calc(100% + 4px);z-index:10001}.style_Dropdown__item__agzp4{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:6px;cursor:pointer;outline:none;padding:.6rem 1rem;transition:background-color .2s ease}.style_Dropdown__item__agzp4:hover{background-color:#f3f4ff}.style_Dropdown__item_selected__siELZ{font-weight:500}.style_Dropdown__item__agzp4:focus,.style_Dropdown__item_selected__siELZ{background-color:#f3f4ff;color:#667eea}.style_TextMessageGeneratorInput__field__L-qj0,.style_TextMessageGeneratorInput__result_text__3iwQB,.style_resizableTextarea__hBAzT{overflow-y:auto;resize:none}.style_TextMessageGeneratorInput__QZSxU{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding-bottom:20px;position:relative;width:100%}.style_TextMessageGeneratorInput__QZSxU::-webkit-resizer{display:none}.style_TextMessageGeneratorInput__flexWrapper__beUpM{display:flex;justify-content:space-between;width:100%}.style_TextMessageGeneratorInput__input__XPt15,.style_TextMessageGeneratorInput__result__uCOby{display:flex;flex-direction:column;padding:25px 26px;position:relative;width:50%}@media(min-width:1044px){.style_TextMessageGeneratorInput__result__uCOby{border-left:1px solid #00000014}}.style_TextMessageGeneratorInput__resizer__VgQG3{display:none}.style_TextMessageGeneratorInput__topBar__mJP8k{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_TextMessageGeneratorInput__title__zoasA{color:#333;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_TextMessageGeneratorInput__wordCountInfo__vy3wH{color:#555;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_TextMessageGeneratorInput__dropdowns__lkHa-{align-items:flex-start;display:flex;gap:20px;margin-bottom:15px}.style_dropdownWrapper__ZxjT5{max-width:250px;width:100%}@media(max-width:776px){.style_customDropdownStyles__Oz-Z5 label,.style_customDropdownStyles__Oz-Z5 span{font-size:10px!important}}.style_TextMessageGeneratorInput__fieldWrapper__BRnVO{background-color:#0000;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.style_TextMessageGeneratorInput__field__L-qj0,.style_TextMessageGeneratorInput__result_text__3iwQB{background-color:#0000;border:none;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:300px;letter-spacing:.01em;line-height:1.5;margin-bottom:17px;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_TextMessageGeneratorInput__field__L-qj0::placeholder,.style_TextMessageGeneratorInput__result_text__3iwQB::placeholder{color:#0006}.style_ActionWrapper__zm6S-{align-items:center;border-radius:8px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:5}.style_ActionWrapper__container__6Gv0m{align-items:center;display:flex;gap:34px;justify-content:center;pointer-events:auto}.style_TextMessageGeneratorInput__fieldWrapper__BRnVO:has(.style_TextMessageGeneratorInput__field__L-qj0:placeholder-shown:not(:focus)) .style_ActionWrapper__zm6S-{opacity:1}.style_buttons__AnSY3{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:auto;width:100%}.style_leftContent__k0M08,.style_rightContent__DtYm-{align-items:center;display:flex;flex-shrink:0}.style_rightContent__DtYm-{gap:12px}.style_errorMessage__ZMsGE{color:#ff4d4d;font-size:14px;margin-top:10px;text-align:center}.style_copyDisabled__tARsV{cursor:not-allowed;opacity:.5}@media(max-width:1044px){.style_TextMessageGeneratorInput__flexWrapper__beUpM{flex-direction:column}.style_TextMessageGeneratorInput__input__XPt15,.style_TextMessageGeneratorInput__result__uCOby{padding:20px 24px;width:100%}.style_TextMessageGeneratorInput__result__uCOby{border-left:none;border-top:1px solid #00000014;margin-top:20px;padding-top:20px}.style_TextMessageGeneratorInput__field__L-qj0,.style_TextMessageGeneratorInput__result_text__3iwQB{height:200px}}@media(max-width:767px){.style_TextMessageGeneratorInput__input__XPt15,.style_TextMessageGeneratorInput__result__uCOby{padding:16px}.style_TextMessageGeneratorInput__field__L-qj0,.style_TextMessageGeneratorInput__result_text__3iwQB{font-size:13px;height:150px}.style_TextMessageGeneratorInput__title__zoasA{font-size:16px}.style_ActionWrapper__container__6Gv0m{gap:20px}}.style_resizeHandle__30JhX{align-items:center;background:hsla(0,0%,80%,.702);border-radius:8px;bottom:-7px;cursor:ns-resize;display:none;height:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:26px;z-index:25}.style_resizeHandle__30JhX:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/svg%3E");display:block;height:16px;opacity:.6;transform:rotate(90deg);width:16px}@media(min-width:1044px){.style_resizeHandle__30JhX{display:flex}}.style_AbstractGeneratorInput__field__rEMH9,.style_AbstractGeneratorInput__result_text__hWKf1,.style_resizableTextarea__J6ICM{overflow-y:auto;resize:none}.style_AbstractGeneratorInput__b0nAd{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding-bottom:20px;position:relative;width:100%}.style_AbstractGeneratorInput__b0nAd::-webkit-resizer{display:none}.style_AbstractGeneratorInput__flexWrapper__6p3AP{display:flex;justify-content:space-between;width:100%}.style_AbstractGeneratorInput__input__c6aOb,.style_AbstractGeneratorInput__result__iDsm9{display:flex;flex-direction:column;padding:25px 26px;position:relative;width:50%}@media(min-width:1044px){.style_AbstractGeneratorInput__result__iDsm9{border-left:1px solid #00000014}}.style_AbstractGeneratorInput__resizer__2cyRv{display:none}.style_AbstractGeneratorInput__topBar__4flTb{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_AbstractGeneratorInput__title__5Vcs-{color:#333;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_AbstractGeneratorInput__wordCountInfo__Q3NNw{color:#555;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_AbstractGeneratorInput__dropdowns__Gqwbp{display:flex;gap:20px;margin-bottom:15px}@media(max-width:776px){.style_customDropdownStyles__7VrF- label,.style_customDropdownStyles__7VrF- span{font-size:10px!important}}.style_AbstractGeneratorInput__fieldWrapper__QlRN8{background-color:#0000;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.style_AbstractGeneratorInput__field__rEMH9,.style_AbstractGeneratorInput__result_text__hWKf1{background-color:#0000;border:none;color:#000;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:300px;letter-spacing:.01em;line-height:1.5;margin-bottom:17px;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_AbstractGeneratorInput__field__rEMH9::placeholder,.style_AbstractGeneratorInput__result_text__hWKf1::placeholder{color:#0006}.style_ActionWrapper__edcEk{align-items:center;border-radius:8px;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease;z-index:5}.style_ActionWrapper__container__6Bvt7{align-items:center;display:flex;gap:34px;justify-content:center;pointer-events:auto}.style_AbstractGeneratorInput__fieldWrapper__QlRN8:has(.style_AbstractGeneratorInput__field__rEMH9:placeholder-shown:not(:focus)) .style_ActionWrapper__edcEk{opacity:1}.style_buttons__aGo35{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:auto;width:100%}.style_leftContent__9EnuV,.style_rightContent__o-eIU{align-items:center;display:flex;flex-shrink:0}.style_rightContent__o-eIU{gap:12px}.style_errorMessage__dZ46l{color:#ff4d4d;font-size:14px;margin-top:10px;text-align:center}.style_copyDisabled__8SthM{cursor:not-allowed;opacity:.5}@media(max-width:1044px){.style_AbstractGeneratorInput__flexWrapper__6p3AP{flex-direction:column}.style_AbstractGeneratorInput__input__c6aOb,.style_AbstractGeneratorInput__result__iDsm9{padding:20px 24px;width:100%}.style_AbstractGeneratorInput__result__iDsm9{border-left:none;border-top:1px solid #00000014;margin-top:20px;padding-top:20px}.style_AbstractGeneratorInput__field__rEMH9,.style_AbstractGeneratorInput__result_text__hWKf1{height:200px}}@media(max-width:767px){.style_AbstractGeneratorInput__input__c6aOb,.style_AbstractGeneratorInput__result__iDsm9{padding:16px}.style_AbstractGeneratorInput__field__rEMH9,.style_AbstractGeneratorInput__result_text__hWKf1{font-size:13px;height:150px}.style_AbstractGeneratorInput__title__5Vcs-{font-size:16px}.style_ActionWrapper__container__6Bvt7{gap:20px}}.style_resizeHandle__3FF-q{align-items:center;background:hsla(0,0%,80%,.702);border-radius:8px;bottom:-7px;cursor:ns-resize;display:none;height:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:26px;z-index:25}.style_resizeHandle__3FF-q:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(0, 0, 0, 0.9)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='12' r='1'/%3E%3Ccircle cx='9' cy='5' r='1'/%3E%3Ccircle cx='9' cy='19' r='1'/%3E%3Ccircle cx='15' cy='12' r='1'/%3E%3Ccircle cx='15' cy='5' r='1'/%3E%3Ccircle cx='15' cy='19' r='1'/%3E%3C/svg%3E");display:block;height:16px;opacity:.6;transform:rotate(90deg);width:16px}@media(min-width:1044px){.style_resizeHandle__3FF-q{display:flex}}.style_Text__k7KUh{color:#000;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}.style_Footer__omsrL{padding-bottom:42px;padding-top:40px}.style_Footer__flexContainer__uIl9C{border-bottom:1px solid #eaeaea;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin-bottom:24px;padding-bottom:23px;position:relative}.style_Footer__sectionContainer__\+oFv\+{display:flex;gap:24px}@media(max-width:776px){.style_Footer__flexContainer__uIl9C{align-items:center;flex-direction:column}.style_Footer__sectionContainer__\+oFv\+{align-items:center;flex-direction:column;text-align:center}}.style_FooterSection__GaqEC{max-width:202px;width:100vw}.style_FooterSection__GaqEC *{text-align:left}.style_FooterSection__GaqEC h4{color:#1a1a1a;font-size:12px;font-weight:800;letter-spacing:.17em;line-height:24px;margin-bottom:32px;text-align:left;text-transform:uppercase}.style_FooterSection__linksContainer__SYGEV{display:flex;flex-direction:column;gap:16px}.style_FooterSection__linkContainer__7aa3A{align-items:center;cursor:pointer;display:flex;gap:8px}.style_FooterSection__link__9KgVe{color:#333;font-size:14px;font-weight:400;letter-spacing:.02em;line-height:20px;text-align:left;transition:all .3s ease}.style_FooterSection__link__9KgVe:hover{opacity:.8}@media(max-width:776px){.style_FooterSection__GaqEC{max-width:none;width:100%}.style_FooterSection__linksContainer__SYGEV{align-items:center;justify-content:center}.style_FooterSection__GaqEC h4{text-align:center}.style_FooterSection__link__9KgVe{color:#555}}.style_Copyright__NvfvA{color:#555;display:flex;font-size:12px;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:16px;text-align:left}.style_Copyright__NvfvA a,.style_Copyright__NvfvA small{color:#555}.style_Copyright__languageContainer__6MDq5{align-items:center;display:flex;gap:8px}.style_Copyright__language__jlFK8{color:#333;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:13px;text-align:left}.style_Copyright__flexWrapper__bM1NA{align-items:center;display:flex;gap:24px;justify-content:space-between;position:relative}.style_Copyright__flexWrapper__bM1NA small{cursor:pointer}@media(max-width:776px){.style_Copyright__NvfvA{align-items:center;flex-direction:column;gap:20px}.style_Copyright__flexWrapper__bM1NA{flex-direction:column}}.style_Disclaimer__vmzbI{border-top:1px solid #eaeaea;margin-top:24px;padding-top:24px}.style_Disclaimer__vmzbI p{color:#555;font-size:12px;line-height:1.5;text-align:center}.style_Disclaimer__title__c7VWS{color:#333;font-weight:600;margin-bottom:8px}.style_Logo__GAB\+W{cursor:pointer;display:flex;gap:9px;justify-content:space-between;width:-webkit-fit-content;width:fit-content}.style_Logo__icon__hVM-T{height:21px;width:16px}.style_Logo__caption__uO458{color:#333;font-weight:500}.style_Logo__W33fw{cursor:pointer;display:flex;gap:9px;justify-content:space-between;width:-webkit-fit-content;width:fit-content}.style_Logo__icon__81J4h{height:21px;width:16px}.style_Logo__caption__ytNem{color:#000;font-weight:500}.style_Logo__subtitle__ihnJA{font-size:.7em;font-weight:400;opacity:.7}.style_LanguageInfo__Ih4tI{position:relative}.style_LanguageInfo__header__aW7wW{align-items:center;cursor:pointer;display:flex;gap:8px}.style_LanguageInfo__language__C4D\+S{color:#333;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:13px;margin:0;text-align:left;text-transform:uppercase}.style_LanguageInfoBody__NhjW-{grid-gap:12px;background:#fff;border-radius:8px;display:grid;gap:12px;grid-template-rows:repeat(auto-fill,auto);left:50%;max-height:300px;opacity:0;overflow-y:auto;padding:16px;position:absolute;transform:translateX(-50%);transition:all .2s ease;visibility:hidden;width:160px;z-index:1000}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar{width:6px}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar-track{background:#f5f5f7;border-radius:3px}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar-thumb:hover{background:#ccc}.style_LanguageInfoBody__show__9ZLug{opacity:1;transform:translateY(0) translateX(-50%);-webkit-user-select:none;user-select:none;visibility:visible}.style_LanguageInfoBody__row__g3bWy{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:8px;justify-content:flex-start;padding:8px;transition:background-color .2s ease}.style_LanguageInfoBody__row__g3bWy:hover{background-color:#0000000d}.style_LanguageInfoBody__row__g3bWy p{margin:0}.flag-icon{border-radius:3px;display:inline-block;height:15px;vertical-align:middle;width:21px}.flag-icon svg{height:100%;object-fit:cover;width:100%}.style_CopyElement__Vy3St{cursor:pointer}.style_CopyElement__caption__zAuRH{margin-right:7px}.style_CopyElement__title__7nGKj{color:#a8aab7;font-size:14px;letter-spacing:.02em;line-height:20px;transition:color .3s ease}.style_CopyElement__title__7nGKj:hover{color:#8b5cf6}.style_Badge__zMPbF{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:4px;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.style_Badge__zMPbF,.style_Badge__zMPbF small{transition:all .3s ease}.style_Badge__zMPbF:hover small{color:#b2a8ff}.style_Badge__text__Z9M5P{color:#555;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-align:left}.style_Badge_withBackground__f5DTu{background-color:#fff;border:1px solid #eaeaea}.style_Badge_withBackground__f5DTu small{color:#333}.style_Badge_withBackground__f5DTu:hover{background-color:#f5f5f7}.style_Badge_withBackground__f5DTu:hover small{color:#333}.style_Input__label__CD9y8{color:#a8aab7;margin-bottom:4px}.style_Input__input__yk\+wF,.style_Input__label__CD9y8{font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-align:left}.style_Input__input__yk\+wF{background-color:#0000;border:1px solid #a8aab7;border-radius:4px;color:#fff;font-family:Inter;outline:none;padding:12px;width:100%}.style_Input__input__yk\+wF::placeholder{color:#fff;opacity:.5}.style_Input__inputDark__UjYhM{border-color:#e2e8f0!important;color:#1e293b!important}.style_Input__inputDark__UjYhM::placeholder{color:#94a3b8!important;opacity:.6}.style_Input__labelDark__riSiz{color:#64748b!important}.style_Input__input__yk\+wF:disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.style_TarifPlan__BOQLK{background-color:#ffffff0d;border-radius:8px;box-shadow:inset 0 0 5px 0 #ffffff1a;display:flex;flex-direction:column;gap:24px;padding:24px;width:100%}.style_TarifPlan__BOQLK h5{border-bottom:1px solid #000;color:#f8f8f8;font-size:24px;font-weight:400;letter-spacing:0;line-height:29px;margin-bottom:34px;padding-bottom:23px;text-align:left}.style_TarifPlan__flexMainWrapper__cRkWe{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.style_TarifPlan__flexWrapper__lNw4o{display:flex;gap:16px;justify-content:flex-start}.style_TarifPlan__flexWrapper__lNw4o p{color:#f8f8f8;font-size:14px;font-weight:400;letter-spacing:.02em;line-height:20px;text-align:left}.style_TarifPlan__pContainer__KK4U1{max-width:123px;width:100%}.style_TarifPlan__grayCaption__B9WPx{color:#a8aab7!important}.style_TarifPlan__buttonContainer__puB\+u{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-top:16px}.style_TarifPlan__cancelSubscriptionBtn__t96FE{align-items:center;background-color:#0000;border-radius:4px;box-shadow:inset 0 0 0 1px #f8f8f8;color:#f8f8f8;cursor:pointer;display:flex;gap:4px;justify-content:center;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.style_TarifPlan__cancelSubscriptionBtn__t96FE:hover{background-color:#f8f8f81a}.style_TarifPlan__changePlanBtn__ENYMN{align-items:center;background-color:#ff4a1e;border-radius:4px;cursor:pointer;display:flex;gap:4px;justify-content:center;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.style_TarifPlan__changePlanBtn__ENYMN svg{fill:#f8f8f8}.style_TarifPlan__loadingState__j7vpt{align-items:center;background-color:#ffffff08;border-radius:4px;display:flex;justify-content:center;margin-top:16px;padding:12px}.style_TarifPlan__loadingState__j7vpt small{color:#a8aab7;font-size:12px;text-align:center}@media(max-width:1044px){.style_TarifPlan__BOQLK h5{font-size:16px;margin-bottom:23px}}.style_ConfirmationPopover__cKM79{align-items:center;background-color:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.style_ConfirmationPopover__cKM79 p{color:#1a1a1a}.style_ConfirmationPopover__title__FXdC3{color:#1a1a1a;font-size:24px;font-weight:400;line-height:28.8px;text-align:center}.style_ConfirmationPopover__container__KNDpj{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;gap:16px;max-width:400px;padding:24px;width:100%}.style_ConfirmationPopover__buttons__b9Zeu{display:flex;gap:24px;justify-content:center}.style_ConfirmationPopover__button__UtRHs{padding:16px,32px,16px,32px}@media screen and (max-width:768px){.style_ConfirmationPopover__container__KNDpj{width:70vw}}.style_BurgerMenu__afX48{position:relative;top:-64px;z-index:-10}.style_BurgerMenu_opened__jNUbn{z-index:999}.style_BurgerMenu__contentWrapper__XUqpJ{position:relative;z-index:10}.style_BurgerMenu__menu__r58es{background-color:#fff!important;height:100dvh;left:0;max-width:240px;padding-bottom:25px;position:absolute;top:2px;transform:translateX(calc(-100% - 74px));transition:transform .15s ease-in-out;width:100%;z-index:-10}.style_BurgerMenu__menu_rightMenu__yAJkb{left:auto;right:0;transform:translateX(calc(150% + 317px))}.style_BurgerMenu__menu_opened__KiRo\+{box-shadow:0 0 20px #0000001a!important;transform:translateX(0);z-index:10}.style_BurgerMenu__menuCloseBtn__nec3T{align-items:center;background-color:#070707;border-radius:50%;display:flex;height:64px;justify-content:center;position:absolute;right:-30%;top:45%;width:64px;z-index:9999}.style_BurgerMenu__menuCloseBtn_rightMenu__8ilCf{right:245px}.style_BurgerMenu__menuCloseBtn__nec3T svg path{fill:#fff!important}.style_Mask__O2wdn{background-color:rgba(7,7,7,.501);display:none;height:100vh;left:0;opacity:0;overflow:hidden;position:fixed;top:0;touch-action:none;transition:all .3s ease;width:100vw;z-index:-998}.style_Mask__opened__Heg7C{display:block;opacity:1;z-index:998}.style_ShadowChatList__dots__lQ2MR{align-items:center;display:flex;gap:2px;height:30px;justify-content:center;opacity:0;width:30px}.style_ShadowChatList__dots__lQ2MR span{background:#333;border-radius:50%;height:1.5px;width:1.5px}.style_ShadowChatList_dropdown__yea5a{background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:24px;left:0;opacity:0;padding:24px;position:absolute;top:40px;transform:translateY(-5px) translateX(0);transition:all .2s ease;visibility:hidden;width:100%;z-index:1}.style_ShadowChatList_dropdown_show__qApYt{opacity:1;transform:translateY(0) translateX(0);-webkit-user-select:none;user-select:none;visibility:visible}.style_ShadowChatList_dropdown_item__vUfLb{align-items:center;cursor:pointer;display:flex;gap:4px}.style_ShadowChatList_dropdown_item__vUfLb p{color:#333;font-size:12px;font-weight:400;line-height:15.6px}@media screen and (max-width:768px){.style_ShadowChatList_dropdown__yea5a{position:relative;top:0}.style_ShadowChatList_dropdown__yea5a *{transform:translateY(0) translateX(0)}}.style_ShadowChatList__chatButtonContainer__f8IEI{display:flex;flex-direction:column;gap:16px;height:100%;max-height:100%;overflow:hidden;width:192px}@media screen and (max-width:768px){.style_ShadowChatList__chatButtonContainer__f8IEI{display:grid;grid-template-columns:1fr;grid-template-rows:32px 1fr;margin-top:auto;max-height:60dvh}}.style_ShadowChatList__chats__NkrE0{display:flex;flex-direction:column;gap:16px;grid-template-rows:32px;height:100%;overflow-x:hidden;overflow-y:scroll;scroll-margin:50px}.style_ShadowChatList__chats__NkrE0::-webkit-scrollbar{width:0}@media screen and (max-width:768px){.style_ShadowChatList__chats__NkrE0{height:280px}}.style_ShadowChatList__chatButton__jlRH5{align-items:center;border:1px solid #eaeaea;border-radius:8px;color:#333;cursor:pointer;display:flex;font-family:Inter;font-size:12px;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:16px;padding:0 16px;text-align:left;transition:all .3s ease}.style_ShadowChatList__chatButton__jlRH5:hover{border-color:#b2a8ff;color:#b2a8ff}.style_ShadowChatList__chatButton__jlRH5 input{background:none;border:none;color:#333;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px}.style_ShadowChatList__chatButton_selected__Un4-p{background-color:#fff;border-color:#0000!important;color:#333!important;cursor:auto}.style_ShadowChatList__chatButton_addNew__zlpWl{align-items:center;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-color:#0000!important;color:#fff!important;display:flex;gap:10px}@media screen and (max-width:768px){.style_ShadowChatList__chatButton__jlRH5{height:32px;width:100%}}.style_Container__5lfNS{animation-delay:0s;animation-duration:0s;animation-fill-mode:none;animation-name:none;display:flex;flex-direction:column;gap:12px;margin-top:24px;opacity:1;position:relative}.style_TextDetectionResult__5x516{display:flex;flex-direction:column;gap:10px}.style_TextDetectionResult__flexWrapper__sp5iH{grid-column-gap:8px;grid-row-gap:2px;column-gap:8px;display:grid;grid-template-columns:1fr 1fr;row-gap:2px;width:100%}.style_TextDetectionResult__titleContainer__YOmZK{align-items:center;display:flex;justify-content:space-between;min-height:30px}.style_TextDetectionResult__titleContainer_img__\+sV-f{background-color:#0000;filter:grayscale(1) brightness(.2);width:auto}.style_TextDetectionResult__titleContainer__YOmZK small{animation-duration:.8s;animation-fill-mode:forwards;animation-name:style_fadeIn__Mfo\+S;color:#000;font-size:12px;font-weight:500;letter-spacing:.3px;opacity:.85}.style_TextDetectionResult__titleContainer__YOmZK small.style_upgrade-text__hxfn4{color:#000c;cursor:pointer;font-weight:500;opacity:.9;text-decoration:none;transition:all .2s ease}.style_TextDetectionResult__titleContainer__YOmZK small.style_upgrade-text__hxfn4:hover{color:#b2a8ff;opacity:1}.style_TextDetectionResult__titleContainer__YOmZK small.style_upgrade-link__fkPWV{color:#b2a8ff;cursor:pointer;font-weight:600;opacity:1;text-decoration:underline;transition:all .2s ease}.style_TextDetectionResult__titleContainer__YOmZK small.style_upgrade-link__fkPWV:hover{color:#9a8dff;text-decoration:none;transform:translateY(-1px)}.style_TextDetectionResult__titleContainer__YOmZK small.style_error-text__bmAL8{color:#ff6b6b;font-style:italic}.style_TextDetectionResult__titleContainer_img__\+sV-f{height:16px}.style_TextDetectionResult__5x516 .style_originality_img__7zU3q{width:90px!important}.style_TextDetectionResult__5x516 .style_gptzero_img__wiAM1,.style_TextDetectionResult__5x516 .style_winston_img__V7he-{height:11px}.style_TextDetectionResult__indicatorContainer__9KRjL{display:flex;flex-direction:column;gap:3px;width:100%}.style_TextDetectionResult__indicator__QAKEN{background-color:#0003;border-radius:10px;box-shadow:inset 0 1px 3px #0003;height:6px;overflow:hidden;position:relative}.style_TextDetectionResult__indicator__QAKEN.style_ai-detected__04pHl:before{animation:style_pulse__XUHd9 2s infinite;background-color:#f21a3426;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.style_TextDetectionResult__indicator__QAKEN.style_ai-detected__04pHl:after{animation:style_shimmer__TBzwB 2s infinite;background:linear-gradient(90deg,#0000,#f21a3499,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.style_TextDetectionResult__indicator__QAKEN.style_green-state__8AgPy:after{animation:style_shimmer__TBzwB 2s infinite;background:linear-gradient(90deg,#0000,#00ac3b33,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.style_TextDetectionResult__indicator_greenBar__tNgh\+{background-color:#00ac3b;border-radius:10px;box-shadow:0 0 5px #00ac3b80;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:all .6s ease-in-out}.style_TextDetectionResult__indicator_greenBar__tNgh\+.style_high-uniqueness__\+ZnZa:after{animation:style_shimmer__TBzwB 2s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:1044px){.style_TextDetectionResult__5x516{margin-top:40px}}@media screen and (max-width:768px){.style_TextDetectionResult__flexWrapper__sp5iH{grid-template-columns:1fr}}.style_ResultContainer__9vbmZ{justify-content:space-between;left:0;position:absolute;top:0;width:100%}.style_ResultContainer__9vbmZ,.style_ResultIconContainer__4xwwx{align-items:center;animation-duration:.8s;animation-fill-mode:forwards;animation-name:style_fadeIn__Mfo\+S;display:flex}.style_ResultIconContainer__4xwwx{gap:12px}.style_ResultIconContainer__indicator__4VxEk{align-items:center;background-color:#f21a341a;border-radius:50%;box-shadow:0 0 5px #f21a344d;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.style_ResultIconContainer__indicator__4VxEk svg{filter:drop-shadow(0 0 2px rgba(255,255,255,.4));height:16px;width:16px}.style_ResultIconContainer__indicator_green__BRLok{align-items:center;background-color:#00ac3b;border-radius:50%;box-shadow:0 0 10px #00ac3bb3;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.style_ResultIconContainer__indicator_green__BRLok svg{filter:drop-shadow(0 0 3px rgba(0,0,0,.6));height:14px;width:14px}.style_ResultIconContainer__4xwwx small{color:#000;font-size:15px;font-weight:700;letter-spacing:.3px}@media screen and (max-width:1044px){.style_ResultIconContainer__4xwwx{top:0!important}}@keyframes style_rotateCounterClockwise__E07q6{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes style_fadeIn__Mfo\+S{0%{opacity:0}to{opacity:1}}@keyframes style_shimmer__TBzwB{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes style_pulse__XUHd9{0%{opacity:.3}50%{opacity:.8}to{opacity:.3}}.style_uniqueTextContainer__Mofer{align-items:center;display:flex;justify-content:flex-start}.style_trustUsContainer__2jyDL{align-items:center;cursor:help;display:inline-flex;justify-content:center;margin-right:6px;position:relative;text-align:right;width:-webkit-fit-content;width:fit-content}.style_trustUsContainer__2jyDL .style_trustUsText__kimCs{border-bottom:1px dashed #0006;color:#000000b3;font-size:12px;font-weight:400;transition:color .2s ease}@media(max-width:768px){.style_trustUsContainer__2jyDL .style_trustUsText__kimCs{border-bottom:1px dashed #000000b3;color:#000000e6;font-size:14px;font-weight:500}}.style_trustUsContainer__2jyDL .style_trustUsText__kimCs:hover{color:#000000e6}.style_infoIconContainer__EvkNL{align-items:center;cursor:help;display:inline-flex;justify-content:center;margin-left:6px;position:relative}@media(max-width:768px){.style_infoIconContainer__EvkNL{margin-left:8px}}.style_infoIconContainer__EvkNL:hover .style_tooltip__0F0Jj{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}@media(max-width:768px){.style_infoIconContainer__EvkNL:hover .style_tooltip__0F0Jj{transform:translateY(0)}}.style_infoIcon__aqK5U{color:#000000b3;transition:color .2s ease}@media(max-width:768px){.style_infoIcon__aqK5U{color:#000000e6;transform:scale(1.15)}}.style_infoIcon__aqK5U:hover{color:#000}.style_tooltip__0F0Jj{background-color:#fffffff2;border:1px solid #0000001a;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #00000040;color:#000;font-size:12px;left:50%;line-height:1.4;margin-bottom:8px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%) translateY(10px);transition:all .2s ease;visibility:hidden;width:220px;z-index:100}@media(max-width:768px){.style_tooltip__0F0Jj{background-color:#fffffffa;border:1px solid #0003;box-shadow:0 4px 15px #00000059;font-size:13px;left:auto;padding:10px 15px;right:-10px;transform:translateY(10px);width:200px}}.style_tooltip__0F0Jj:after{border:6px solid #0000;border-top-color:#fffffff2;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@media(max-width:768px){.style_tooltip__0F0Jj:after{border-color:#fffffffa #0000 #0000;border-width:8px;left:auto;right:20px;transform:none}}.style_LoaderAnimation__LOrOq{animation:style_rotateCounterClockwise__E07q6 1s linear infinite;filter:drop-shadow(0 0 3px rgba(0,0,0,.3))}.style_blurredPercentage__7Bi\+a{cursor:not-allowed;filter:blur(3px);font-weight:500}.style_basicScanNote__ajTmU{align-items:center;color:#888;font-size:.75rem;justify-content:space-between;padding:0 1rem;text-align:center}.style_upgradeButton__2IkvL{background:linear-gradient(90deg,#f0f0f0,#e0e0e0);border:1px solid #ddd;border-radius:6px;box-shadow:0 1px 2px #0000000d;color:#333;cursor:pointer;font-size:.8rem;font-weight:500;padding:6px 12px;transition:all .2s ease}.style_upgradeButton__2IkvL:hover{background:linear-gradient(90deg,#f5f5f5,#e5e5e5);box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.style_upgradeButton__2IkvL:active{box-shadow:0 1px 2px #0000000d;transform:translateY(0)}.style_originality_img__7zU3q{filter:grayscale(1) brightness(.2);height:24px;margin:-18px 0;max-width:198px}.style_Notification__nS7Cb{align-items:center;background-color:#131313;border-radius:8px;box-shadow:0 8px 10px 0 #0003;box-shadow:0 6px 30px 0 #0000001f;box-shadow:0 16px 24px 0 #00000024;display:flex;gap:16px;max-width:406px;overflow:hidden;padding:12px 16px;position:relative;width:100%}.style_Notification__icon__zDKwJ{align-items:center;background:#303746;border-radius:43px;display:flex;height:32px;justify-content:center;width:32px}.style_Notification__textContainer__PM\+VY{display:flex;flex-direction:column;gap:6px}.style_Notification__title__LgHik{color:#fff;font-size:17px;font-weight:600;letter-spacing:-.4079999924px;line-height:22px;text-align:left}.style_Notification__sub__VYCOk{color:#fff;font-size:13px;font-weight:400;letter-spacing:-.0780000016px;line-height:18px;text-align:left}.style_Notification__gradient__oyCDZ{height:240px;left:-100px;position:absolute;top:-90px;width:240px;z-index:2}.style_Notification__gradient_green__SsyQa{background:radial-gradient(50% 50% at 50% 50%,#00ad3c1f 0,#00ed7b00 100%)}.style_Notification__gradient_red__RdY8M{background:radial-gradient(50% 50% at 50% 50%,#f21b3421 0,#f0424800 100%)}.style_ShadowGPT__dZSXp{display:flex;height:100dvh}.style_ShadowGPT__sidebar__Ge4RD{background-color:#f5f5f7;border-right:1px solid #eaeaea;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:80px 24px 40px}.style_ShadowGPT__tariffContainer__TyOoR{display:flex;flex-direction:column;gap:16px;margin-top:auto}.style_ShadowGPT__tariffContainer__TyOoR small{color:#333}.style_ShadowGPT__tariffContainer_indicator__fhEXY{background-color:#e0e0e0;border-radius:10px;height:6px;position:relative;width:100%}.style_ShadowGPT__upgrade__kpxnN{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:16px;justify-content:center;padding:8px;transition:all .3s ease}.style_ShadowGPT__upgrade__kpxnN:hover{background:linear-gradient(90deg,#a89eff,#e39eff)}.style_ShadowGPT__main__mx1u\+{height:100%;position:relative;width:100%}.style_ShadowGPT__main_content__LARJI{display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.style_ShadowGPT__main_noiseBackground__gWxfE{background-blend-mode:overlay,normal;background-image:url(/static/media/background.5bcc9e485692f42a84ed.svg),linear-gradient(110deg,#fff,#f5f5f7 49%,#e0e0e0);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,100% 100%;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:768px){.style_ShadowGPT__main__mx1u\+{height:100dvh;overflow-y:hidden}.style_ShadowGPT__main_noiseBackground__gWxfE{display:none}}.style_ShadowGPT__gradientMask__4CvdT{background:linear-gradient(90deg,#000 39%,rgba(0,0,0,.499) 60%,#0000 94%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.style_ShadowGPT__backgroundElement__W449e{bottom:0;position:absolute;right:0;z-index:1}@media(max-width:1044px){.style_ShadowGPT__sidebar__Ge4RD{display:none}}.style_ShadowGPTContent__6Nurx{align-items:center;display:flex;flex-direction:column;flex-grow:10;justify-content:center}.style_ShadowGPTContent__6Nurx h2{margin-bottom:40px}.style_ShadowGPTContent__titleSpan__T\+\+L6{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text;background-clip:text;color:#0000}.style_ShadowGPTContent__flexWrapper__akjKI{display:flex;gap:24px;justify-content:center}@media(max-width:776px){.style_ShadowGPTContent__6Nurx h2,.style_ShadowGPTContent__flexWrapper__akjKI{display:none}}.style_ChatList__FNnQf{height:100vh;max-height:100%;width:100%}.style_ChatList__inner__0mdD\+{height:100%;margin-left:auto;margin-right:auto;max-height:94%;max-width:752px;overflow-y:auto;padding-bottom:100px;padding-top:50px;width:100%}@media screen and (max-width:768px){.style_ChatList__inner__0mdD\+{height:86dvh;max-height:90dvh;padding:81px 16px 16px;position:relative}}.style_ChatList__inner__0mdD\+::-webkit-scrollbar{display:none}.style_ChatList__userMsg__MhTv- p{font-size:14px;font-weight:400;letter-spacing:.02em;line-height:19.6px;text-align:left}@media screen and (max-width:768px){.style_ChatList__FNnQf{height:100dvh;max-height:100dvh;overflow-y:hidden}}.style_BotMessage__4Rj\+g{background:#fff;border-radius:8px;box-shadow:inset 0 0 5px 0 #0000000d;gap:24px;padding:24px}.style_BotMessage__nickContainer__JAL0C{margin-bottom:24px}.style_SaleBadge__5RUw-{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:20px;display:inline-flex;isolation:isolate;justify-content:center;margin-top:16px;overflow:hidden;padding:8px 16px;position:relative}.style_SaleBadge__5RUw-:after,.style_SaleBadge__5RUw-:before{background:linear-gradient(90deg,#0000,#ffffff26,#0000);content:"";inset:-2px;position:absolute;z-index:-1}.style_SaleBadge__5RUw-:before{animation:style_shimmer__PfR63 8s linear infinite}.style_SaleBadge__5RUw-:after{animation:style_shimmer__PfR63 8s linear 4s infinite}.style_SaleBadge__text__0tfBS{color:#fff;font-size:14px;font-weight:500;letter-spacing:.5px;z-index:1}@keyframes style_shimmer__PfR63{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.style_ButtonPrimary__90rX7{border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:15px;letter-spacing:.02em;line-height:20px;padding:8px 15px;position:relative;text-align:left;transition:background-color .3s ease}.style_ButtonPrimary__basic-scheme__nhO6N{background-color:#f5f5f7;border:1px solid #eaeaea;color:#000}.style_ButtonPrimary__basic-scheme__nhO6N:not(.style_ButtonPrimary__disabled__SE8JE):hover{background-color:#e0e0e0}.style_ButtonPrimary__orange-scheme__R2ar\+{background:linear-gradient(90deg,#b2a8ff,#e9a8ff)}.style_ButtonPrimary__orange-scheme__R2ar\+:not(.style_ButtonPrimary__disabled__SE8JE):hover{background:linear-gradient(90deg,#a89eff,#d49eff)}.style_ButtonPrimary__dark-orange-scheme__WOZXc{background-color:#131313;color:#fff}.style_ButtonPrimary__dark-orange-scheme__WOZXc:hover{background-color:#1f1f25}.style_ButtonPrimary__purple-scheme__jnQye{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:1px solid #667eea!important;box-shadow:none!important;color:#fff!important;outline:none!important}.style_ButtonPrimary__purple-scheme__jnQye:not(.style_ButtonPrimary__disabled__SE8JE):hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)!important;border-color:#5a6fd8!important;box-shadow:none!important;outline:none!important}.style_ButtonPrimary__purple-scheme__jnQye:active,.style_ButtonPrimary__purple-scheme__jnQye:focus,.style_ButtonPrimary__purple-scheme__jnQye:focus-visible{border:1px solid #667eea!important;box-shadow:none!important;outline:none!important}.style_ButtonPrimary__purple-scheme__jnQye:focus-within{box-shadow:none!important;outline:none!important}.style_Mask__Hmdd7{background-color:hsla(0,0%,52%,.267);border-radius:8px;cursor:auto;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.style_buttonIcon__YCoeo{align-items:center;display:inline-flex;transition:transform .3s ease-in-out}.style_ButtonPrimary__90rX7:hover .style_buttonIcon__YCoeo{transform:translateX(4px)}.style_buttonIcon__YCoeo svg{fill:#fff;height:1em;width:1em}.style_ButtonGoogle__kAZW5{align-items:center;background-color:#1f1f25;border-radius:4px;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:12px 0;width:100%}.style_ButtonGoogle__kAZW5 small{color:#f8f8f8}.style_ButtonTiny__yP98L{align-items:center;background-color:#131313;border-radius:4px;display:flex;gap:4px;justify-content:flex-start;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.style_ButtonTiny__yP98L *{color:#f8f8f8;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-align:left}.style_ButtonSecondary__TnJfM{align-items:center;background-color:#ff8a00;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:6px;height:auto;padding:8px 16px;transition:background-color .2s ease-in-out;width:-webkit-fit-content;width:fit-content}.style_ButtonSecondary__TnJfM svg path{fill:#fff}.style_ButtonSecondary__TnJfM:hover{background-color:#e67a00}.style_ButtonSecondary__TnJfM:disabled{background-color:#ccc;cursor:not-allowed}.style_checkedByContainer__DSX82{align-items:center;display:flex;flex-wrap:wrap;gap:30px}@media(max-width:768px){.style_checkedByContainer__DSX82{align-items:center;flex-direction:column;gap:10px;text-align:center;width:100%}}.style_checkedByText__30wX7{color:#555;font-size:14px;white-space:nowrap}@media(max-width:768px){.style_checkedByText__30wX7{font-size:12px}}.style_logos__2pzG1{align-items:center;display:flex;flex-wrap:wrap;gap:24px}@media(max-width:768px){.style_logos__2pzG1{gap:8px;justify-content:center;width:100%}}.style_logos__2pzG1 img,.style_logos__2pzG1 svg{filter:grayscale(1) brightness(.2);height:22px;max-width:70px;width:auto}@media(max-width:768px){.style_logos__2pzG1 img,.style_logos__2pzG1 svg{height:18px;max-width:55px}}.style_originalityLogo__rkb7Z{height:22px!important;max-width:110px!important}.style_zeroGptLogo__SPAZG{max-width:100px!important}.style_reviewContainer__S4Yz7{align-items:center;display:flex}.style_reviewLink__Hlxqh{color:#a8aab7;display:inline-block;font-size:14px;padding-bottom:12px;position:relative;text-decoration:none}.style_reviewLink__Hlxqh:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid #00b67a;bottom:0;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.style_UpgradePopup__kk\+HZ{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:999999}.style_UpgradePopup__modal__GspO4{animation:style_modalSlideIn__l9iqf .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-height:95vh;max-width:850px;overflow-y:auto;position:relative;width:100%;z-index:1000000}@media(max-width:1044px){.style_UpgradePopup__modal__GspO4{margin:10px;max-height:95vh;max-width:95vw}}.style_UpgradePopup__closeButton__YyI8q{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:32px;z-index:1000001}.style_UpgradePopup__closeButton__YyI8q:hover{background:#e5e5e5;color:#333}.style_UpgradePopup__header__7AXNC{border-bottom:1px solid #f0f0f0;padding:25px 30px 15px;text-align:center}@media(max-width:1044px){.style_UpgradePopup__header__7AXNC{padding:20px 20px 10px}}.style_UpgradePopup__title__fFDs4{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.2;margin:0 0 8px}@media(max-width:1044px){.style_UpgradePopup__title__fFDs4{font-size:20px}}.style_UpgradePopup__subtitle__Kg39s{color:#555;font-size:14px;line-height:1.4;margin:0}@media(max-width:1044px){.style_UpgradePopup__subtitle__Kg39s{font-size:14px}}.style_UpgradePopup__content__DCykB{padding:20px 30px 25px}@media(max-width:1044px){.style_UpgradePopup__content__DCykB{padding:15px 20px 20px}}.style_UpgradePopup__plans__tmPRu{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin-bottom:20px}@media(max-width:1044px){.style_UpgradePopup__plans__tmPRu{gap:10px;grid-template-columns:1fr;margin-bottom:15px}}.style_UpgradePopup__addition__zTGGz{color:#1a202c;font-size:14px;font-weight:500;margin-bottom:16px;text-align:center}.style_UpgradePopup__addition__zTGGz strong{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#a855f7,#6366f1);-webkit-background-clip:text;background-clip:text;font-weight:700}.style_UpgradePopup__loading__tWAiM{color:#666;font-size:16px;padding:2rem;text-align:center}.style_UpgradePopup__features__TWkwi{margin-bottom:20px}@media(max-width:1044px){.style_UpgradePopup__features__TWkwi{margin-bottom:15px}}.style_UpgradePopup__featuresTitle__QWn1e{color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 15px;text-align:center}@media(max-width:1044px){.style_UpgradePopup__featuresTitle__QWn1e{font-size:15px;margin-bottom:12px}}.style_UpgradePopup__featuresList__6xi2G{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media(max-width:1044px){.style_UpgradePopup__featuresList__6xi2G{gap:10px;grid-template-columns:1fr}}.style_UpgradePopup__feature__NBpj4{align-items:flex-start;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;display:flex;gap:10px;padding:10px}.style_UpgradePopup__featureIcon__7kn9Y{align-items:center;background-color:#f0efff;border-radius:8px;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.style_UpgradePopup__featureIcon__7kn9Y svg{fill:#7b61ff;height:18px;width:18px}.style_UpgradePopup__featureText__wjaLL{flex:1 1}.style_UpgradePopup__featureText__wjaLL h4{color:#1a1a1a;font-size:13px;font-weight:600;line-height:1.3;margin:0 0 3px}.style_UpgradePopup__featureText__wjaLL span{color:#666;font-size:11px;line-height:1.4}.style_UpgradePopup__valueProps__Z8hyA{margin-bottom:30px;text-align:center}.style_UpgradePopup__valuePropTitle__hR9-I{color:#1a1a1a;font-size:20px;font-weight:700;margin:0 0 20px}@media(max-width:1044px){.style_UpgradePopup__valuePropTitle__hR9-I{font-size:18px}}.style_UpgradePopup__valueList__7cmNZ{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:500px}@media(max-width:1044px){.style_UpgradePopup__valueList__7cmNZ{gap:12px;grid-template-columns:1fr}}.style_UpgradePopup__valueItem__bFoyv{align-items:center;background:linear-gradient(135deg,#f8f9ff,#f0efff);border:1px solid #e8e7ff;border-radius:10px;display:flex;gap:12px;padding:12px}.style_UpgradePopup__valueIcon__6IGHJ{align-items:center;background-color:#7b61ff;border-radius:6px;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.style_UpgradePopup__valueIcon__6IGHJ svg{fill:#fff;height:16px;width:16px}.style_UpgradePopup__valueText__GtnKt{color:#1a1a1a;font-size:14px;font-weight:600;text-align:left}.style_UpgradePopup__trustContainer__JQQwF{align-items:center;display:flex;flex-direction:column;gap:12px;padding:1.5rem 0}.style_UpgradePopup__trustedBy__TFzbN{color:#4b5563;font-size:13px;font-weight:400}.style_UpgradePopup__trustpilotBadge__q9Qm9{align-items:center;display:flex;gap:8px}.style_UpgradePopup__trustpilotBadge__q9Qm9 strong{color:#1a202c;font-size:16px;font-weight:700}.style_UpgradePopup__trustpilotBadge__q9Qm9 svg:first-of-type{height:auto;width:100px}.style_UpgradePopup__trustpilotBadge__q9Qm9 svg:nth-of-type(2){height:auto;width:80px}.style_UpgradePopup__pricingSection__\+edUo{margin-bottom:30px}.style_UpgradePopup__pricingTitle__IaAlw{color:#1a1a1a;font-size:18px;font-weight:700;margin:0 0 20px;text-align:center}.style_UpgradePopup__buttonSection__khU5P{margin:15px 0 0;padding:0;text-align:center}.style_UpgradePopup__upgradeButton__gB42J{border-radius:12px;display:block;font-size:16px;font-weight:600;margin:0 auto 12px;max-width:480px;padding:1rem 7rem;text-align:center;transition:all .3s ease;width:100%}.style_UpgradePopup__upgradeButton__gB42J:hover:not(:disabled){transform:translateY(-2px)}.style_UpgradePopup__ctaSubtext__hCBEV{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:10px}.style_UpgradePopup__ctaSubtext__hCBEV span{align-items:center;color:#059669;display:flex;font-size:11px;font-weight:500;gap:4px}@media(max-width:1044px){.style_UpgradePopup__ctaSubtext__hCBEV{align-items:center;flex-direction:column;gap:5px;text-align:center}.style_UpgradePopup__ctaSubtext__hCBEV span{justify-content:center}}.style_UpgradePopup__guarantee__5vrtC{color:#666;font-size:14px;line-height:1.4;margin:0 0 8px}.style_UpgradePopup__cancellation__Y6Ofn{color:#888;font-size:12px;line-height:1.4;margin:0}.style_PricingCard__r-E8R{background-color:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 2px 4px #0000000d;cursor:pointer;padding:24px 20px 18px;position:relative;transition:all .2s ease-in-out}.style_PricingCard__r-E8R:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.style_PricingCard__selected__MtMKq{background-color:#f5f3ff;border:2px solid #b2a8ff;box-shadow:0 6px 15px #0000001a;transform:translateY(-2px)}.style_PricingCard--black-friday__-pdHR{background:#fff;border:2px solid #000;box-shadow:0 10px 25px -5px #0000001a;transform:scale(1.02);z-index:2}.style_PricingCard--black-friday__-pdHR.style_PricingCard__selected__MtMKq{background:#fff;border-color:#000;box-shadow:0 15px 30px -5px #00000026}.style_PricingCard--black-friday__-pdHR .style_PricingCard__selectionIndicator__9gcaG{border-color:#000}.style_PricingCard--black-friday__-pdHR .style_PricingCard__selectionIndicator_checked__UIh7z{background-color:#000}.style_PricingCard__badge__X8Qkh{border-radius:20px;font-size:12px;font-weight:700;left:50%;min-width:110px;padding:6px 12px;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%);white-space:nowrap;z-index:1}.style_PricingCard__badge_shifted__Dzsfz{left:38%}.style_PricingCard__badge_topRight__9eems{left:auto;right:-15px;top:-12px;transform:rotate(15deg);z-index:2}.style_PricingCard__badge--purple__3W5SF{background:linear-gradient(135deg,#b2a8ff,#e9a8ff);color:#fff}.style_PricingCard__badge--yellow__tnO80{background:#fffbea;border:1px solid #fde68a;color:#eab308}.style_PricingCard__badge--orange__p32kk{background-color:#f59e0b;box-shadow:0 2px 10px #f59e0b80;color:#fff}.style_PricingCard__badge--green__GOI3L{background-color:#10b981;border:1px solid #a7f3d0;color:#fff}.style_PricingCard__badge--black__BKmEQ{animation:style_badgePulse__J6B7m 2s infinite;background:#000;box-shadow:none;color:#fff;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.style_PricingCard__badge_raised__anMKt{top:-22px}.style_PricingCard__badge_bottom__ctpX\+{left:auto;right:10px;top:10px;transform:none}.style_PricingCard__header__ZEBX5{align-items:center;display:flex;gap:12px;margin-bottom:12px}.style_PricingCard__selectionIndicator__9gcaG{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:20px;position:relative;transition:all .2s;width:20px}.style_PricingCard__selectionIndicator_checked__UIh7z{background-color:#b2a8ff;border-radius:50%;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}.style_PricingCard__selected__MtMKq .style_PricingCard__selectionIndicator__9gcaG{border-color:#b2a8ff}.style_PricingCard__title__SRrN5{color:#1a1a1a;font-size:16px;font-weight:700;line-height:1.2;margin:0}@media(max-width:1044px){.style_PricingCard__title__SRrN5{font-size:15px}}.style_PricingCard__priceContainer__B\+k6A{align-items:baseline;display:flex;gap:4px;margin-bottom:8px}.style_PricingCard__priceValue__cwRML{color:#1a1a1a;font-size:22px;font-weight:700;margin-right:4px}@media(max-width:1044px){.style_PricingCard__priceValue__cwRML{font-size:20px}}.style_PricingCard__pricePeriod__TMQs3{color:#6b7280;font-size:13px}.style_PricingCard__originalPrice__IBLA7{color:#9ca3af;font-size:13px;margin-left:8px;text-decoration:line-through}.style_PricingCard__todayOnly__K1x\+2{color:#e67e5a;font-size:13px;font-weight:500;margin-left:8px;text-decoration:none}.style_PricingCard__billedInfo__En7aA{color:#6b7280;font-size:11px;min-height:20px}.style_PricingCard__billedInfo__En7aA strong{color:#333;font-weight:600}@keyframes style_modalSlideIn__l9iqf{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.style_UpgradePopup__modal__GspO4::-webkit-scrollbar{width:6px}.style_UpgradePopup__modal__GspO4::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.style_UpgradePopup__modal__GspO4::-webkit-scrollbar-thumb{background:silver;border-radius:3px}.style_UpgradePopup__modal__GspO4::-webkit-scrollbar-thumb:hover{background:#a0a0a0}@keyframes style_badgePulse__J6B7m{0%{box-shadow:0 0 0 0 #0006;transform:translate(-50%,-50%) scale(1)}70%{box-shadow:0 0 0 10px #0000;transform:translate(-50%,-50%) scale(1.05)}to{box-shadow:0 0 0 0 #0000;transform:translate(-50%,-50%) scale(1)}}.style_UpsellPopup__l5RMR{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000059;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:999999}.style_UpsellPopup__modal__MQGGe{animation:style_modalSlideIn__Z605R .3s ease-out;background:#fff;border-radius:24px;max-height:95vh;max-width:800px;padding:20px;position:relative;width:100%;z-index:1000000}@media(max-width:776px){.style_UpsellPopup__modal__MQGGe{margin:15px;padding:20px}}.style_UpsellPopup__closeButton__ufYon{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .2s ease;width:32px;z-index:1000001}.style_UpsellPopup__closeButton__ufYon:hover{background:#e0e0e0;color:#333}.style_UpsellPopup__header__4901d{padding:30px 30px 20px;position:relative;text-align:center}@media(max-width:767px){.style_UpsellPopup__header__4901d{padding-bottom:20px;padding-top:30px}}@media(max-height:600px){.style_UpsellPopup__header__4901d{padding-bottom:10px;padding-top:20px}}.style_UpsellPopup__offerAndPrice__Lr6\+U{align-items:center;background-color:#f0f2f5;border-radius:12px;display:flex;justify-content:center;margin-bottom:20px;padding:15px;width:100%}.style_UpsellPopup__detailsRow__L130Y{align-items:center;display:flex;gap:20px;justify-content:space-evenly;margin:15px 20px 0}@media(max-width:776px){.style_UpsellPopup__detailsRow__L130Y{align-items:center;flex-direction:column;gap:15px;margin:15px 0 0}}.style_UpsellPopup__title__hoZrU{color:#1a1a1a;font-size:32px;font-weight:700;line-height:1.4;margin-bottom:15px;text-align:center}@media(max-width:776px){.style_UpsellPopup__title__hoZrU{font-size:24px;margin-bottom:15px}}@media(max-width:420px){.style_UpsellPopup__title__hoZrU{font-size:21px}}@media(max-width:768px){.style_UpsellPopup__title_downsell__2W9yj>span{display:block}}.style_UpsellPopup__highlight__OPj4-{color:#a48bff;white-space:nowrap}.style_UpsellPopup__highlight_stealth__Ylorj{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text;font-weight:700;white-space:nowrap}.style_UpsellPopup__topRow__eYLNV{align-items:stretch;background-color:#e9ecef;border-radius:20px;box-shadow:0 10px 30px #00000012;display:flex;gap:30px;margin:10px 20px 0;padding:15px}@media(max-width:776px){.style_UpsellPopup__topRow__eYLNV{flex-direction:column;margin:0}}.style_UpsellPopup__topRow_downsell__8oBsH{margin-top:-15px}.style_UpsellPopup__mainContent__fy-WT{position:relative}.style_UpsellPopup__leftColumn__Mf1FY{display:flex;flex:1 1;flex-direction:column;justify-content:center}.style_UpsellPopup__rightColumn__LBmbF{align-items:center;background-color:#f0f2f5;border-radius:12px;display:flex;flex:.8 1;flex-direction:column;gap:15px;justify-content:center;min-height:100px;padding:15px;position:relative}@media(max-width:776px){.style_UpsellPopup__rightColumn__LBmbF{display:none}}.style_UpsellPopup__annotation_lifetime__sfWbc{color:#e57373;font-size:10px;font-weight:600;left:50%;letter-spacing:.5px;position:absolute;top:25px;transform:translateX(-50%)}.style_UpsellPopup__stealthSticker__oEdtI{animation:style_sway__-D-6s 4s ease-in-out infinite;background:linear-gradient(135deg,gold,orange);border-radius:25px;box-shadow:0 0 15px #ffd70099,0 0 5px #ffa500cc;color:#1a1a1a;font-size:13px;font-weight:700;left:50%;letter-spacing:.5px;padding:8px 16px;position:absolute;text-transform:uppercase;top:0;transform:translate(-50%,-50%);white-space:nowrap;z-index:2}@media(max-width:776px){.style_UpsellPopup__stealthSticker__oEdtI{font-size:12px;padding:6px 12px}}.style_UpsellPopup__badge__eyf05{background:linear-gradient(135deg,#f44,#ff6b6b);border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:600;left:25px;letter-spacing:.5px;padding:6px 14px;position:absolute;text-transform:uppercase;top:-15px;transform:translateX(0);z-index:1}@media(max-width:767px){.style_UpsellPopup__badge__eyf05{font-size:10px;padding:4px 10px;top:-12px}}@media(max-width:1044px){.style_UpsellPopup__badge__eyf05{left:20px;transform:translateX(0)}}@media(min-width:768px)and (max-width:1044px){.style_UpsellPopup__badge__eyf05{left:50%;transform:translateX(-50%)}}.style_UpsellPopup__priceSection__2vMlp{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-around}.style_UpsellPopup__offerTitle__aOBbI{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;margin-top:0}.style_UpsellPopup__offerTitleLine__4aDpb{display:block;white-space:nowrap}.style_UpsellPopup__offerTitleLine_new_requests__h6WtQ{color:#ff8a00;font-size:38px;font-weight:800;line-height:1;margin-bottom:0}@media(max-width:776px){.style_UpsellPopup__offerTitleLine_new_requests__h6WtQ{font-size:32px;line-height:1}}.style_UpsellPopup__offerTitleLine_new_requests_text__hKDV2{color:#2c2f48;font-size:18px;font-weight:600;line-height:1;margin-bottom:0}@media(max-width:776px){.style_UpsellPopup__offerTitleLine_new_requests_text__hKDV2{font-size:16px;margin-bottom:0}}.style_UpsellPopup__offerTitleLine_new_stealth__DIh9m{color:#7e57ff;font-size:18px;font-weight:700;white-space:nowrap}@media(max-width:776px){.style_UpsellPopup__offerTitleLine_new_stealth__DIh9m{font-size:12px}}.style_UpsellPopup__priceDetails__4-RrL{align-items:center;display:flex;flex-direction:column}.style_UpsellPopup__priceRow__W0Smx{margin-bottom:4px}.style_UpsellPopup__priceColumn__Yw1d0{align-items:center;display:flex;flex-direction:column;gap:4px}.style_UpsellPopup__columnLabel__krxOs{color:#666;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.style_UpsellPopup__originalPrice__L2xjE{color:#a0a0a0;font-size:18px;font-weight:500;line-height:1;text-decoration:line-through}@media(max-width:767px){.style_UpsellPopup__originalPrice__L2xjE{font-size:16px}}.style_UpsellPopup__currentPrice__mRdFK{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:32px;font-weight:800;line-height:1;margin:2px 0}@media(max-width:767px){.style_UpsellPopup__currentPrice__mRdFK{font-size:28px}}.style_UpsellPopup__priceTenure__D4cdB{color:#333;font-size:15px;font-weight:600;line-height:1;white-space:nowrap}@media(max-width:767px){.style_UpsellPopup__priceTenure__D4cdB{font-size:14px}}.style_UpsellPopup__features__ohMQA{display:flex;flex-direction:column;gap:8px;opacity:0;padding-left:10px}.style_UpsellPopup__features__ohMQA.style_animate__2heud{animation:style_fadeIn__ejDo4 .8s ease-out .2s forwards}@media(max-width:1044px){.style_UpsellPopup__features__ohMQA{padding:0 20px}}@media(max-width:767px){.style_UpsellPopup__features__ohMQA{align-items:flex-start;box-sizing:border-box;padding:0 20px;width:100%}}.style_UpsellPopup__feature__w1IBb{align-items:baseline;color:#444;display:flex;font-size:14px;gap:10px;line-height:1.4;margin-bottom:10px}.style_UpsellPopup__feature__w1IBb:last-child{margin-bottom:0}@media(max-width:1044px){.style_UpsellPopup__feature__w1IBb{align-items:center;justify-content:flex-start}}@media(max-width:767px){.style_UpsellPopup__feature__w1IBb{text-align:left}}.style_UpsellPopup__checkmark__3O4P6{color:#4caf50;font-size:18px;font-weight:700}.style_UpsellPopup__footer__uVoGU{border-top:1px solid #f0f0f0;margin-top:15px;padding:20px 30px 30px;text-align:center}@media(max-width:1044px){.style_UpsellPopup__footer__uVoGU{padding:20px}}@media(max-width:420px){.style_UpsellPopup__footer__uVoGU{margin-top:15px;padding:15px 15px 20px}}@media(max-width:767px){.style_UpsellPopup__footer__uVoGU{margin-top:15px;padding-top:15px}}@media(max-height:600px){.style_UpsellPopup__footer__uVoGU{margin-top:15px;padding-top:15px}}@media(max-width:776px){.style_UpsellPopup__footer__uVoGU{margin-top:15px}}.style_UpsellPopup__trustpilot__XWZgQ{margin-bottom:20px;text-align:center}.style_UpsellPopup__trustpilotMeta__IL7EL{color:#666;font-size:12px;font-weight:500;margin-top:8px}.style_UpsellPopup__trustpilotBadge__0v33s{align-items:center;display:flex;gap:8px;justify-content:center}.style_UpsellPopup__trustpilotBadge__0v33s strong{color:#1a202c;font-size:16px;font-weight:700}.style_UpsellPopup__trustpilotBadge__0v33s svg:first-of-type{height:auto;width:100px}.style_UpsellPopup__trustpilotBadge__0v33s svg:nth-of-type(2){height:auto;width:80px}.style_UpsellPopup__buttonSection__FaW-l{align-items:center;display:flex;flex-direction:column;gap:10px}@media(max-width:776px){.style_UpsellPopup__buttonSection__FaW-l{gap:8px}}.style_UpsellPopup__payButton__6P4SQ{border-radius:12px;font-size:16px;font-weight:600;gap:0;max-width:350px;padding:14px 20px;transition:all .3s ease;width:100%}.style_UpsellPopup__payButton__6P4SQ:hover:not(:disabled){box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}@media(max-width:776px){.style_UpsellPopup__payButton__6P4SQ{font-size:16px;padding:12px}}.style_UpsellPopup__skipButton__qA9iR{background:none;border:none;border-radius:8px;color:#6c757d;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:color .2s}.style_UpsellPopup__skipButton__qA9iR:hover:not(:disabled){color:#333}@media(max-width:776px){.style_UpsellPopup__skipButton__qA9iR{font-size:12px}}.style_UpsellPopup__urgency__CFq9Q{margin-bottom:15px;text-align:center}.style_UpsellPopup__urgencyText__ftBdO{color:red!important;font-size:13px;font-weight:600}@media(max-width:776px){.style_UpsellPopup__urgencyText__ftBdO{font-size:14px;margin-bottom:10px}}@keyframes style_modalSlideIn__Z605R{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes style_fadeIn__ejDo4{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes style_sway__-D-6s{0%,to{transform:translate(-50%,-50%) rotate(-4deg)}50%{transform:translate(-50%,-50%) rotate(4deg)}}@keyframes style_fadeInUp__5Gq4c{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.style_emoji__isiWQ{font-size:1.2em;vertical-align:middle}.style_graphicContainer__7ufL\+{align-items:center;background-color:#2c2f48;border-radius:16px;display:flex;height:100%;justify-content:center;max-height:140px;overflow:hidden;width:100%}.style_pauseModal__BQeys{align-items:center;animation:style_fadeIn__3RNoU .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.style_pauseModal__modal__Qr24c{animation:style_slideIn__XwtkY .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000001a;max-width:420px;padding:32px;position:relative;width:100%}@media(max-width:776px){.style_pauseModal__modal__Qr24c{max-width:90vw;padding:24px}}@media(max-width:480px){.style_pauseModal__modal__Qr24c{padding:24px 16px}}.style_pauseModal__closeButton__GNsnX{align-items:center;background:#f1f1f1;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}@media(max-width:480px){.style_pauseModal__closeButton__GNsnX{height:36px;right:12px;top:12px;width:36px}}.style_pauseModal__closeButton__GNsnX:hover{background:#e5e5e5;color:#333}.style_pauseModal__header__aUtws{margin-bottom:24px;text-align:center}.style_pauseModal__header__aUtws svg{height:48px;margin-bottom:16px;width:48px}@media(max-width:480px){.style_pauseModal__header__aUtws svg{height:40px;margin-bottom:12px;width:40px}}.style_pauseModal__title__OYE0A{color:#1a1a1a;font-size:24px;font-weight:700;margin:0 0 12px}@media(max-width:480px){.style_pauseModal__title__OYE0A{font-size:20px;margin-bottom:8px}}.style_pauseModal__subtitle__eHy5z{color:#555;font-size:16px;line-height:1.5;margin:0 0 16px}@media(max-width:480px){.style_pauseModal__subtitle__eHy5z{font-size:14px}}.style_pauseModal__info__-QGK1{color:#777;font-size:14px;margin:0}.style_pauseModal__content__o2Owq{margin-bottom:24px}.style_pauseModal__durationOptions__Q67\+G{display:flex;flex-direction:column;gap:12px}.style_pauseModal__durationOption__FtphY{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:16px;transition:all .2s ease-in-out}@media(max-width:480px){.style_pauseModal__durationOption__FtphY{padding:12px}}.style_pauseModal__durationOption__FtphY:hover{background-color:#f5f3ff;border-color:#c7d2fe}.style_pauseModal__durationOption_selected__-tviD{background-color:#f5f3ff;border:2px solid #7b61ff}.style_pauseModal__durationOption__FtphY span{color:#333;font-size:16px;font-weight:500}@media(max-width:480px){.style_pauseModal__durationOption__FtphY span{font-size:14px}}.style_pauseModal__radio__P\+4hH{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:20px;margin-right:12px;position:relative;width:20px}.style_pauseModal__radio_checked__w6Ddv{background-color:#7b61ff;border-radius:50%;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.style_pauseModal__durationOption_selected__-tviD .style_pauseModal__radio__P\+4hH{border-color:#7b61ff}.style_pauseModal__footer__LpMwp{display:flex;flex-direction:row;gap:12px;margin-top:8px}@media(max-width:480px){.style_pauseModal__footer__LpMwp{flex-direction:column}}.style_pauseModal__footer__LpMwp>button,.style_pauseModal__footer__LpMwp>div{flex:1 1}.style_pauseModal__confirmButton__RGYIZ{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-radius:12px;color:#fff;font-size:14px;font-weight:600;justify-content:center;padding:8px 15px;white-space:nowrap;width:100%}.style_pauseModal__confirmButton__RGYIZ:hover{background:linear-gradient(90deg,#a89eff,#d49eff)}.style_pauseModal__cancelButton__RT\+O8{background-color:#f1f1f1;border:none;border-radius:12px;color:#555;cursor:pointer;font-size:14px;font-weight:600;line-height:20px;padding:8px 15px;transition:background-color .2s ease}.style_pauseModal__cancelButton__RT\+O8:hover{background-color:#e5e5e5}@keyframes style_fadeIn__3RNoU{0%{opacity:0}to{opacity:1}}@keyframes style_slideIn__XwtkY{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.style_discountModal__\+wUJe{align-items:center;animation:style_fadeIn__evOdi .3s ease-out;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem);background-color:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1001}.style_discountModal__modal__oWTa3{animation:style_slideIn__a2EN5 .3s ease-out;background:#fff;border-radius:1.5rem;box-shadow:0 .625rem 1.875rem #0000001a;display:flex;flex-direction:column;gap:.75rem;max-width:25rem;padding:1.5rem;position:relative;text-align:center;width:100%}@media(max-width:480px){.style_discountModal__modal__oWTa3{gap:.5rem;max-width:calc(100vw - 2rem);padding:1.25rem}}.style_discountModal__badge__UY-19{align-items:center;background:linear-gradient(90deg,#ff6b6b,#ff8e53);border-radius:1rem;box-shadow:0 .25rem .625rem #ff6b6b66;color:#fff;display:flex;font-size:.875rem;font-weight:700;gap:.375rem;left:50%;padding:.375rem .875rem;position:absolute;top:-.9375rem;transform:translateX(-50%)}@media(max-width:480px){.style_discountModal__badge__UY-19{font-size:.75rem;padding:.25rem .75rem}}.style_discountModal__badge__UY-19 svg{height:1rem;width:1rem}.style_discountModal__title__B89Ia{color:#1a1a1a;font-size:1.375rem;font-weight:700;line-height:1.3;margin:1rem 0 0}@media(max-width:480px){.style_discountModal__title__B89Ia{font-size:1.25rem}}.style_discountModal__titleEmoji__RenFl{font-size:1.25rem;line-height:1;margin-left:.25rem;vertical-align:middle}.style_discountModal__subtitle__atZeN{color:#555;font-size:.9375rem;line-height:1.4;margin:0}@media(max-width:480px){.style_discountModal__subtitle__atZeN{font-size:.875rem}}.style_discountModal__price__7LMD-{align-items:center;color:#1a1a1a;display:flex;font-size:1.375rem;font-weight:600;justify-content:center;margin:.25rem 0}@media(max-width:480px){.style_discountModal__price__7LMD-{font-size:1.25rem}}.style_discountModal__price_strikethrough__grBCv{color:#999;font-size:1.125rem;font-weight:400;text-decoration:line-through}@media(max-width:480px){.style_discountModal__price_strikethrough__grBCv{font-size:1rem}}.style_discountModal__price_new__LcUlU{font-size:1.5rem;font-weight:700;white-space:nowrap}@media(max-width:480px){.style_discountModal__price_new__LcUlU{font-size:1.375rem}}.style_discountModal__features__x1vKa{color:#333;display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:.5rem 0;padding:0;text-align:left}.style_discountModal__features__x1vKa li{align-items:center;display:flex;font-size:.9375rem;gap:.75rem}@media(max-width:480px){.style_discountModal__features__x1vKa li{font-size:.875rem;gap:.5rem}}.style_discountModal__features__x1vKa li svg{fill:#34d399;flex-shrink:0;height:1.125rem;width:1.125rem}.style_discountModal__footer__3NzKN{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.style_discountModal__applyButton__7FqPv{border-radius:.75rem!important;font-size:1rem!important;padding:.875rem!important;width:100%}@media(max-width:480px){.style_discountModal__applyButton__7FqPv{font-size:.9rem!important;padding:.75rem!important}}.style_discountModal__secondaryButton__Z8LxL{background:none;border:none;border-radius:.5rem;color:#909090;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.625rem;transition:all .2s ease}@media(max-width:480px){.style_discountModal__secondaryButton__Z8LxL{font-size:.875rem}}.style_discountModal__secondaryButton__Z8LxL:hover{background-color:#f7f7f7;color:#333}.style_discountModal__secondaryButton__Z8LxL:disabled{cursor:not-allowed;opacity:.5}@keyframes style_fadeIn__evOdi{0%{opacity:0}to{opacity:1}}@keyframes style_slideIn__a2EN5{0%{opacity:0;transform:translateY(-1.25rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.style_reasonModal__YoA\+T{align-items:center;animation:style_fadeIn__l96oH .3s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}@media(max-width:480px){.style_reasonModal__YoA\+T{align-items:flex-start;padding-top:10vh}}.style_reasonModal__modal__36EOQ{animation:style_slideIn__4i2Vy .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000001a;max-width:480px;padding:32px;position:relative;width:100%}@media(max-width:776px){.style_reasonModal__modal__36EOQ{max-width:90vw;padding:24px}}@media(max-width:480px){.style_reasonModal__modal__36EOQ{margin-bottom:5vh;padding:24px 16px}}.style_reasonModal__closeButton__nJT2w{align-items:center;background:#f1f1f1;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}@media(max-width:480px){.style_reasonModal__closeButton__nJT2w{height:36px;right:20px;top:20px;width:36px}}.style_reasonModal__closeButton__nJT2w:hover{background:#e5e5e5;color:#333}.style_reasonModal__header__vGLqc{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;text-align:center}@media(max-width:480px){.style_reasonModal__header__vGLqc{align-items:center;flex-direction:row;gap:1rem;margin-bottom:1.5rem;text-align:left}}.style_reasonModal__headerText__bvysq{display:flex;flex-direction:column;gap:.25rem}.style_reasonModal__image__QM3c4{height:auto;margin-bottom:1rem;width:120px}@media(max-width:480px){.style_reasonModal__image__QM3c4{flex-shrink:0;margin-bottom:0;width:60px}}.style_reasonModal__title__fYC0T{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}@media(max-width:480px){.style_reasonModal__title__fYC0T{font-size:1.1rem;margin:0}}.style_reasonModal__subtitle__IUxYy{color:#555;font-size:1rem;line-height:1.5;max-width:450px}@media(max-width:480px){.style_reasonModal__subtitle__IUxYy{font-size:.8rem;line-height:1.4;margin:0}}.style_reasonModal__content__P-r29{margin-bottom:24px}.style_reasonModal__reasonOptions__1UU21{display:flex;flex-direction:column;gap:12px}@media(max-width:480px){.style_reasonModal__reasonOptions__1UU21{gap:8px}}.style_reasonModal__reasonOption__B34cE{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:16px;transition:all .2s ease-in-out}@media(max-width:480px){.style_reasonModal__reasonOption__B34cE{padding:12px}}.style_reasonModal__reasonOption__B34cE:hover{background-color:#f5f3ff;border-color:#c7d2fe}.style_reasonModal__reasonOption_selected__4vacN{background-color:#f5f3ff;border:2px solid #7b61ff}.style_reasonModal__reasonOption__B34cE span{color:#333;font-size:16px;font-weight:500}@media(max-width:480px){.style_reasonModal__reasonOption__B34cE span{font-size:13px}}.style_reasonModal__radio__R0e8Y{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:20px;margin-right:12px;position:relative;width:20px}.style_reasonModal__radio_checked__zu5JG{background-color:#7b61ff;border-radius:50%;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.style_reasonModal__reasonOption_selected__4vacN .style_reasonModal__radio__R0e8Y{border-color:#7b61ff}.style_reasonModal__customReasonInput__gGZWF{border:1px solid #e5e7eb;border-radius:12px;font-size:16px;margin-top:8px;padding:12px;resize:vertical;transition:border-color .2s;width:100%}.style_reasonModal__customReasonInput__gGZWF:focus{border-color:#7b61ff;outline:none}.style_reasonModal__footer__adbVQ{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-top:.5rem;width:100%}@media(max-width:480px){.style_reasonModal__footer__adbVQ{align-items:stretch;flex-direction:column;gap:.375rem}}.style_reasonModal__footer__adbVQ>:where(button,a,div){flex:1 1;min-height:2.75rem}.style_reasonModal__confirmButton__CGScF{border:1px solid #0000;border-radius:.5rem;color:#555!important;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 1.5rem;white-space:nowrap}@media(max-width:480px){.style_reasonModal__confirmButton__CGScF{font-size:.9rem;line-height:1.5;padding:.75rem 1rem}}.style_reasonModal__confirmButton__CGScF:disabled{background-color:#f5f5f5!important;color:#bdbdbd!important;cursor:not-allowed}.style_reasonModal__cancelButton__yC9CT{align-items:center;background-image:linear-gradient(90deg,#b2a8ff,#e9a8ff);border:1px solid #0000;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:center;padding:.875rem 1.5rem;transition:background-color .2s ease}@media(max-width:480px){.style_reasonModal__cancelButton__yC9CT{font-size:.9rem;line-height:1.5;padding:.75rem 1rem}}.style_reasonModal__cancelButton__yC9CT:hover{opacity:.9}.style_reasonModal__cancelButton__yC9CT:disabled{background-color:#f5f5f5;background-image:none;color:#bdbdbd;cursor:not-allowed}.style_reasonModal__cancelButton__yC9CT,.style_reasonModal__confirmButton__CGScF{border-radius:.75rem;min-height:2.75rem;padding:.75rem 1rem}@media(max-width:480px){.style_reasonModal__cancelButton__yC9CT,.style_reasonModal__confirmButton__CGScF{font-size:.8rem;min-height:1rem;padding:.5rem .75rem}}.style_reasonModal__confirmButton__CGScF{background-color:#f1f1f1!important;background-image:none!important;box-shadow:none!important;filter:none!important;overflow:hidden!important;position:relative!important;transform:translateY(0)!important}.style_reasonModal__confirmButton__CGScF [aria-hidden=true],.style_reasonModal__confirmButton__CGScF [class*=Shadow],.style_reasonModal__confirmButton__CGScF [class*=shadow],.style_reasonModal__confirmButton__CGScF [data-shadow],.style_reasonModal__confirmButton__CGScF+:not(button){display:none!important}.style_reasonModal__confirmButton__CGScF:after,.style_reasonModal__confirmButton__CGScF:before{box-shadow:none!important;content:none!important;display:none!important;filter:none!important}@keyframes style_fadeIn__l96oH{0%{opacity:0}to{opacity:1}}@keyframes style_slideIn__4i2Vy{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.style_starRating__pp\+Hc{align-items:center;display:flex;font-family:Inter,sans-serif;gap:8px}.style_stars__RDbOJ{display:flex;gap:4px}.style_stars__RDbOJ svg{height:24px;width:24px}.style_text__BL7oH{color:#4a4a4a;font-size:16px;margin:0}.style_text__BL7oH strong{color:#1a1a1a;font-weight:700;margin-right:6px}.style_CheckoutReturnPopup__LRywF{align-items:center;animation:style_fadeIn__T2UWw .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:100000}.style_CheckoutReturnPopup__modal__TIuy7{animation:style_slideUp__SSBWh .4s cubic-bezier(.16,1,.3,1);background:#121212;border:1px solid #ffffff14;border-radius:24px;box-shadow:0 40px 80px #0009;max-width:560px;overflow:hidden;padding:48px;position:relative;width:100%}.style_CheckoutReturnPopup__modal__TIuy7:before{background:linear-gradient(135deg,#b2a8ff4d,#e9a8ff1a);border-radius:24px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.style_CheckoutReturnPopup__modal__TIuy7:after{background:radial-gradient(circle,#b2a8ff0d 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%;z-index:-1}.style_CheckoutReturnPopup__closeButton__h0CB2{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:32px;z-index:10}.style_CheckoutReturnPopup__closeButton__h0CB2:hover{background:#ffffff1a;color:#fff;transform:rotate(90deg)}.style_CheckoutReturnPopup__header__hKDox{margin-bottom:32px;position:relative;text-align:center;z-index:1}.style_CheckoutReturnPopup__title__dz1UV{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#e5e7eb);-webkit-background-clip:text;color:#fff;font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 12px}.style_CheckoutReturnPopup__emoji__-havF{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:border-box;color:#000;color:initial}.style_CheckoutReturnPopup__subtitle__3ufkU{color:#a1a1aa;font-size:16px;font-weight:400;line-height:1.6;margin:0 auto;max-width:85%}.style_CheckoutReturnPopup__content__dIY3V{margin-bottom:32px;position:relative;text-align:center;z-index:1}.style_CheckoutReturnPopup__timerContainer__VveQQ{align-items:center;background:#ffb8000d;border:1px solid #ffb80033;border-radius:12px;box-shadow:0 0 30px #ffb8000d;display:inline-flex;flex-direction:column;margin-bottom:24px;min-width:180px;padding:12px 32px}.style_CheckoutReturnPopup__timerLabel__srSnB{color:#ffb800;font-size:11px;font-weight:700;letter-spacing:.15em;margin-bottom:6px;opacity:.9;text-shadow:0 0 15px #ffb80066;text-transform:uppercase}.style_CheckoutReturnPopup__timer__dHtdh{color:#fff;font-family:Courier New,monospace;font-size:32px;font-weight:800;letter-spacing:3px;line-height:1;text-shadow:0 2px 10px #00000080}.style_CheckoutReturnPopup__offer__eT2yG{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;margin-top:8px;padding:32px 24px}.style_CheckoutReturnPopup__offerText__0O67I{color:#9ca3af;font-size:14px;font-weight:600;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.style_CheckoutReturnPopup__offerHighlight__HRsvJ{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text;font-size:25px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.style_CheckoutReturnPopup__features__S0rME{grid-gap:12px 24px;display:grid;gap:12px 24px;grid-template-columns:1fr 1fr;margin-left:auto;margin-right:auto;margin-top:24px;text-align:left;width:100%}.style_CheckoutReturnPopup__featureItem__58D9W{align-items:flex-start;display:flex;gap:8px}.style_CheckoutReturnPopup__featureIcon__8Z4fi{color:#10b981;flex-shrink:0;font-size:14px;font-weight:800;line-height:1.4;margin-top:1px}.style_CheckoutReturnPopup__featureText__Gg-Kc{color:#d4d4d8;font-size:13px;font-weight:500;line-height:1.4}.style_CheckoutReturnPopup__actions__M25rE{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.style_CheckoutReturnPopup__claimButton__qmAfG{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border:none;border-radius:16px;color:#000;cursor:pointer;font-size:18px;font-weight:700;overflow:hidden;padding:18px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.style_CheckoutReturnPopup__claimButton__qmAfG:before{background:linear-gradient(90deg,#fff0,#fff3 50%,#fff0);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .5s;width:100%}.style_CheckoutReturnPopup__claimButton__qmAfG:hover{box-shadow:0 8px 24px #b2a8ff40;transform:translateY(-2px)}.style_CheckoutReturnPopup__claimButton__qmAfG:hover:before{transform:translateX(100%)}.style_CheckoutReturnPopup__claimButton__qmAfG:active{transform:translateY(0)}.style_CheckoutReturnPopup__claimButton__qmAfG:disabled{cursor:not-allowed;opacity:.6;transform:none}.style_CheckoutReturnPopup__cancelButton__dZTHf{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:color .2s;width:100%}.style_CheckoutReturnPopup__cancelButton__dZTHf:hover{color:#e5e7eb;text-decoration:underline;-webkit-text-decoration-color:#e5e7eb4d;text-decoration-color:#e5e7eb4d}@keyframes style_fadeIn__T2UWw{0%{opacity:0}to{opacity:1}}@keyframes style_slideUp__SSBWh{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.style_Optimizer__cFv5H{overflow:hidden;padding-top:64px;position:relative;z-index:10}.style_Optimizer__background__iSj4f{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.style_Optimizer__backgroundNoise__n8HD7{background-blend-mode:overlay,normal;background-image:url(/static/media/1st_screen.ebd3a93961bd451cad80.svg),linear-gradient(110deg,#f5f5f7,#e0e0e0 50%,#f5f5f7);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,100% 100%;height:100%;left:0;position:absolute;top:0;width:100vw;z-index:-1}@media(max-width:767px){.style_Optimizer__backgroundNoise__n8HD7{display:none}}.style_Optimizer__content__m9KIx{padding-bottom:40px;padding-top:20px;position:relative}.style_Optimizer__positionWrapper__T3nq1{position:relative;z-index:1}.style_Optimizer__textContainer__b70PA{margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:1040px}.style_Optimizer__title__2ckvg{color:#1a1a1a;font-size:48px;font-weight:700;line-height:1,2;margin-bottom:20px;text-align:center}.style_Optimizer__description__Rd8X4{color:#000;font-family:Inter,sans-serif;font-size:16px;font-weight:400;letter-spacing:.01em;line-height:1,5;margin-left:auto;margin-right:auto;max-width:1200px;text-align:center}.style_Optimizer__input__pKR\+w{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(12px);background:hsla(0,0%,100%,.601);border:1px solid #0000000d;border-radius:16px;margin-bottom:40px}.style_Optimizer__bottomTitle_container__CvJ3L{align-items:center;display:flex;gap:12px;justify-content:flex-start;margin-top:20px;width:100%}.style_Optimizer__bottomTitle_container__CvJ3L p.style_Optimizer__bottomTitle__XDZdM{color:#333;font-family:Inter,sans-serif;font-size:14px;letter-spacing:.02em;line-height:1,4;margin:0;text-align:center}.style_Optimizer__bottomTitle_container__CvJ3L button{align-items:center;background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:background 0,3s ease}.style_Optimizer__bottomTitle_container__CvJ3L button:hover{background:linear-gradient(90deg,#a89eff,#d49eff)}.style_Optimizer__bottomTitle_container__CvJ3L button img{height:16px;width:16px}.style_Optimizer__bottomContainer__zAFJQ{align-items:center;display:flex;justify-content:space-between;margin-top:20px;width:100%}@media(max-width:768px){.style_Optimizer__bottomContainer__zAFJQ{align-items:center;flex-direction:column;gap:16px;text-align:center}}.style_Optimizer__trustpilotBadge__gFgsC{align-items:center;display:flex;gap:8px;justify-content:center}.style_Optimizer__trustpilotBadge__gFgsC strong{color:#1a202c;font-size:16px;font-weight:700}.style_Optimizer__trustpilotBadge__gFgsC svg:first-of-type{height:auto;width:100px}.style_Optimizer__trustpilotBadge__gFgsC svg:nth-of-type(2){height:auto;width:80px}.style_Optimizer__trustpilotWrapper__bDL6q{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:12px;box-shadow:0 0 50px 0 #0000000d;display:flex;gap:16px;padding:16px}@media(max-width:1044px){.style_Optimizer__cFv5H{padding-top:40px}.style_Optimizer__content__m9KIx{padding-bottom:40px;padding-top:40px}.style_Optimizer__title__2ckvg{font-size:36px}.style_Optimizer__description__Rd8X4{font-size:14px}.style_Optimizer__input__pKR\+w{border-radius:12px;padding:20px 24px}.style_Optimizer__bottomTitle_container__CvJ3L{flex-direction:column;gap:16px;margin-top:40px}.style_Optimizer__textContainer__b70PA{margin-bottom:60px}}@media(max-width:767px){.style_Optimizer__title__2ckvg{font-size:28px}.style_Optimizer__textContainer__b70PA{margin-bottom:40px}.style_Optimizer__input__pKR\+w{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fff9;border-radius:10px;padding:16px}}.style_trustpilotWrapper__njhBE{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:5px;justify-content:center;width:300px}@media(max-width:768px){.style_trustpilotWrapper__njhBE{align-items:center;width:100%}}.style_DodgeAiCheckers__XPuvP{padding-bottom:120px;padding-top:120px}.style_DodgeAiCheckers__textContainer__-37MX{margin-left:auto;margin-right:auto;max-width:856px}.style_DodgeAiCheckers__title__hfZPH{color:#1a1a1a;margin-bottom:19px;text-align:center}.style_DodgeAiCheckers__subTitle__aK2Bh{color:#555;letter-spacing:.02em;line-height:20px;margin-bottom:40px;text-align:center}.style_DodgeAiCheckers__margin__6iwNZ{padding-bottom:40px;padding-top:120px}.style_DodgeAiCheckers__blockIcons__k2M30{align-items:center;display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:416px}.style_DodgeAiCheckers__GhostWithArrows__tKguv{display:block}.style_DodgeAiCheckers__GhostWithArrowsMobile__iGyrQ{display:none}.style_DodgeAiCheckers__blockIcon__KfBKV{height:182px;max-width:416px;min-width:416px}.style_DodgeAiCheckers__arrowIcon__I7J2T{min-width:246px}.style_DodgeAiCheckers__companyIcon__88ge0{fill:#333;cursor:pointer;transition:all .3s ease}.style_DodgeAiCheckers__companyIcon__88ge0:hover{fill:url(#orange-gradient)}@media(max-width:1044px){.style_DodgeAiCheckers__XPuvP{padding-bottom:40px;padding-top:40px}.style_DodgeAiCheckers__blockIcons__k2M30{flex-direction:column}.style_DodgeAiCheckers__GhostWithArrows__tKguv{display:none}.style_DodgeAiCheckers__GhostWithArrowsMobile__iGyrQ{display:inline;display:initial}.style_DodgeAiCheckers__margin__6iwNZ{padding-bottom:40px;padding-top:40px}.style_DodgeAiCheckers__blockIcon__KfBKV{height:auto;max-width:none;min-width:0;min-width:auto}}.style_iconsContainer__JDkGY{align-items:center;display:flex;gap:45px;justify-content:center}@media(max-width:1044px){.style_iconsContainer__JDkGY{flex-wrap:wrap}}.style_MediaMentions__RuZ\+L{padding-bottom:0;padding-top:20px}.style_MediaMentions__textContainer__lhLHH{margin-bottom:0;margin-left:auto;margin-right:auto;max-width:856px}.style_MediaMentions__title__v\+ZAr{color:#1a1a1a;font-size:1.4rem;margin-bottom:0;text-align:center}.style_MediaMentions__subTitle__lxzEX{color:#555;font-size:1.1rem;letter-spacing:.02em;line-height:20px;margin-bottom:40px;text-align:center}.style_MediaMentions__companyIcon__XtLqV{fill:#1a1a1acc;opacity:.9;transition:all .3s ease}.style_MediaMentions__companyIcon__XtLqV:hover{fill:#1a1a1a;opacity:1;transform:scale(1.05)}@media(max-width:1044px){.style_MediaMentions__RuZ\+L{padding-bottom:40px;padding-top:40px}.style_MediaMentions__title__v\+ZAr{font-size:1.5rem}.style_MediaMentions__subTitle__lxzEX{font-size:1rem}}.style_logosContainer__RZQqe{overflow:hidden;position:relative;width:100%}.style_logosTrack__C8HKw{align-items:center;animation:style_scroll__tLcx8 20s linear infinite;display:flex;gap:15px;width:-webkit-max-content;width:max-content}.style_logoItem__eSWtB{filter:grayscale(1) brightness(0);flex-shrink:0;margin:0 10px;opacity:.8;transition:all .3s ease}.style_logoItem__eSWtB:hover{filter:grayscale(0) brightness(0);opacity:1;transform:scale(1.1)}@media(max-width:768px){.style_logoItem__eSWtB{margin:0 5px}.style_logosTrack__C8HKw{animation-duration:25s;gap:8px}}@keyframes style_scroll__tLcx8{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.style_iconsContainer__szeDs{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto;max-width:1200px}.style_ShadowsReference__EXF8W{overflow:hidden;position:relative}.style_ShadowsReference__content__wjFzC{display:flex;gap:135px;padding-bottom:120px;padding-top:120px;position:relative;z-index:4}.style_ShadowsReference__background__eeatV,.style_ShadowsReference__noiseBackground__gUiYe,.style_ShadowsReference__radialGradient1__Blcgm,.style_ShadowsReference__radialGradient2__WX7kg{display:none}.style_ShadowsReference__leftPart__0fStD{display:flex;flex-direction:column;justify-content:flex-start;max-width:526px;width:100%}.style_ShadowsReference__title__5nPUG{margin-bottom:39px}.style_ShadowsReference__subTitle__8Ez7h{color:#333;margin-bottom:35px;text-align:left}.style_ShadowsReference__buttonContainer__sokAg{display:flex}@media(max-width:1044px){.style_ShadowsReference__content__wjFzC{align-items:center;flex-direction:column;gap:40px;padding-bottom:40px;padding-top:40px}.style_ShadowsReference__EXF8W h2{margin-bottom:21px;text-align:center}.style_ShadowsReference__EXF8W p{text-align:center}.style_ShadowsReference__buttonContainer__sokAg{display:none}}.style_TextBlock__nX\+GB{max-width:416px;width:100%}.style_avatar__FJ-1p{align-items:center;display:flex;margin-bottom:7px}.style_avatar__title__p-Zrv{color:#000;font-family:Inter;font-size:14px;font-weight:700;line-height:17px}.style_avatar__image__rtMQu{height:24px;margin-right:5px;width:24px}.style_messageBlock__PoHIM{background-color:#393943;border-radius:12px;box-shadow:0 4px 25px 0 rgba(0,0,0,.502);color:#f8f8f8;font-size:12px;font-weight:400;line-height:16px;margin-bottom:24px;padding:12px}.style_messageBlock__container__zODY8{position:relative}.style_messageBlock__sendIconContainer__ol4j1{align-items:center;display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.style_messageBlock__send__xL\+F9{margin-left:auto;margin-right:17px}.style_shadowGPTMessage__gcMB3{background-color:#131313;border-radius:12px;box-shadow:0 0 25px 0 rgba(0,0,0,.502);margin-bottom:24px;padding:12px}.style_shadowGPTMessage__text__lB3ZE{color:#f8f8f8;font-size:12px;letter-spacing:0;line-height:16px}.style_shadowGPTMessage__text_green__nWW\+z{color:#00ac3b}.style_shadowGPTMessage__textContainer__AsXAM{display:flex;flex-direction:column;gap:4px}.style_shadowGPTMessage__divider__W0Fi0{background-color:#393943;height:1px;margin-bottom:8px;margin-top:6px;width:100%}.style_shadowGPTMessage__checkCaption__IgWYN{align-items:center;display:flex;gap:9px}.style_shadowGPTMessage__gcMB3 *{text-align:left!important}.style_ShadowGPTReview__topContent__7Momm{padding-bottom:120px;padding-top:120px}.style_ShadowGPTReview__marginWrapper__5Bonh{align-items:center;display:flex;flex-direction:column}.style_ShadowGPTReview__title__NgKRl{margin-bottom:25px;text-align:center}.style_ShadowGPTReview__caption__uk60i{margin-bottom:80px}.style_ShadowGPTReview__blockIcon__KH5Iu{display:block;margin-left:auto;margin-right:auto}.style_ShadowGPTReview__background__7qHSi{display:none}.style_ShadowGPTReview__bottomContent__BR1pf{display:flex;gap:174px;justify-content:left;padding-bottom:120px;padding-left:140px;padding-top:120px}.style_ShadowGPTReview__botttomText__jmiY7{display:flex;flex-direction:column;max-width:526px;width:100%}.style_ShadowGPTReview__botttomText__jmiY7 h2{margin-bottom:38px}.style_ShadowGPTReview__botttomText__jmiY7 p{margin-bottom:40px;text-align:left}.style_ShadowGPTReview__botttomText_button__u\+Xtq{margin-right:auto}.style_ShadowGPTReview__buttonsContainer__k2Hg9{max-height:300px;width:400px}.style_ShadowGPTReview__grayButton__iiRNI{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:8px;cursor:grab;display:flex;gap:10px;height:-webkit-fit-content;height:fit-content;justify-content:center;margin-bottom:10px;margin-left:auto;margin-right:auto;padding:16px 24px;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.style_ShadowGPTReview__grayButton_text__3D3D5{color:#555;display:block;font-size:16px;letter-spacing:.02em;line-height:21px;text-align:left;transition:all .3s ease-in}.style_ShadowGPTReview__darkButton__6eN9m{background-color:#1a1a1a;border-radius:8px;box-shadow:0 0 15px 0 #0000001a;cursor:grab;display:flex;gap:9px;justify-content:center;padding:16px 24px}.style_ShadowGPTReview__darkButton_text__seAa7{font-size:40px;font-weight:600;letter-spacing:.02em;line-height:48px;text-align:left}.style_ShadowGPTReview__btnIcon__eSCsd{height:100%;max-height:24px;max-width:24px;transition:all .3s ease;width:100%}.style_ShadowGPTReview__btnIcon_active__8z7w9{max-height:40px;max-width:40px}@media(max-width:1044px){.style_ShadowGPTReview__topContent__7Momm{padding-bottom:40px;padding-top:40px}.style_ShadowGPTReview__bottomContent__BR1pf{align-items:center;flex-direction:column-reverse;gap:40px;padding-bottom:40px;padding-left:0;padding-top:40px}.style_ShadowGPTReview__buttonsContainer__k2Hg9{max-width:280px}.style_ShadowGPTReview__botttomText__jmiY7,.style_ShadowGPTReview__botttomText__jmiY7 p{text-align:center}.style_ShadowGPTReview__botttomText_button__u\+Xtq{margin-left:auto}.style_ShadowGPTReview__buttonsContainer__k2Hg9{max-width:400px;width:100%}}.style_Content__icon__1PEoZ{margin-bottom:24px}.style_Content__button__vHj3e{border-radius:8px;margin-left:auto;margin-right:auto;padding:8px 24px;width:auto}.style_thirdBlock__ROWuU{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}.style_thirdBlock__caption__05O3V{color:#333;font-size:12px;letter-spacing:0;line-height:16px}.style_StepDescription__utZFv{background-color:#fff;border-radius:20px;box-shadow:0 0 15px 0 rgba(254,71,27,.102);display:flex;gap:134px;justify-content:center;max-width:1076px;padding:24px 123px 24px 110px}.style_StepDescription__textContainer__L2TS2{max-width:416px;width:100%}.style_StepDescription__content__eUgAt{border:3px solid #131313;border-radius:20px;display:flex;flex-direction:column;justify-content:center;padding:24px;width:-webkit-fit-content;width:fit-content}.style_StepDescription_reversed__HQf4e{flex-direction:row-reverse}@media(max-width:1044px){.style_StepDescription__utZFv{align-items:center;flex-direction:column-reverse;gap:40px;padding:24px 12px}.style_StepDescription_reversed__HQf4e{flex-direction:column-reverse}}.style_step__rscU6{background:#fd370733;border-radius:4px;color:#fd3707;display:inline-block;font-size:12px;letter-spacing:0;line-height:16px;margin-bottom:28px;padding:4px}.style_title__-BkFJ{color:#000;font-size:24px;letter-spacing:0;line-height:29px;margin-bottom:32px;text-align:left}.style_description__ge1a9{color:#000;font-size:14px;letter-spacing:.02em;line-height:20px;text-align:left}.style_PastRequests__eFaq-{overflow:hidden;position:relative}.style_PastRequests__background__P4sis,.style_PastRequests__noiseBackground__vF8sS,.style_PastRequests__radialGradient1__j-Wi3,.style_PastRequests__radialGradient2__HqdnG{display:none}.style_PastRequests__content__CdZ-x{padding-bottom:120px;padding-top:120px;position:relative;z-index:4}.style_PastRequests__textContainer__L-SBM{margin-left:auto;margin-right:auto;max-width:772px}.style_PastRequests__eFaq- h2{margin-bottom:23px;text-align:center}.style_PastRequests__eFaq- p{margin-bottom:40px;text-align:center}.style_PastRequests__requestContainer__zYWa4{display:flex;gap:25px;justify-content:center}@media(max-width:1044px){.style_PastRequests__noiseBackground__vF8sS{display:none}.style_PastRequests__requestContainer__zYWa4{flex-direction:column}.style_PastRequests__content__CdZ-x{padding-bottom:40px;padding-top:40px}.style_PastRequests__requestContainer__zYWa4{align-items:center;gap:40px}.style_PastRequests__eFaq- p{margin-bottom:80px}}.style_Request__textWrapper__YNuIH{display:flex;margin-bottom:8px}.style_Request__indicatorWrapper__hM2Li{align-items:center;border-right:1px solid #a8aab7;display:flex;margin-right:9px;padding-right:9px}.style_Request__indicator__Prxo5{background:#00efd7;border-radius:50%;height:12px;margin-right:4px;width:12px}.style_Request__indicator_red__yiRLL{background-color:#fd3707}.style_Request__time__Gf2uY{border-right:1px solid #a8aab7;margin-right:9px;padding-right:9px}.style_Request__textIcon__Cwp8a{margin-bottom:8px}.style_Request__iconContainer__lIALd{display:flex;gap:5px}.style_Request__icon__IVecC{height:16px;width:16px}.style_Request__textBlock__V38NK{background-color:#070707;border-radius:8px;box-shadow:0 4px 25px 0 #00000080;margin-bottom:8px;max-width:416px;padding:16px;position:relative;width:100%;z-index:2}.style_ChooseUsSection__6oiRg{overflow:hidden;padding-bottom:150px;padding-top:120px;position:relative;z-index:1000}.style_ChooseUsSection__positionWrapper__D-5j\+{position:relative}.style_ChooseUsSection__titleContainer__SVfSe{display:flex;justify-content:space-between;position:relative;z-index:2}.style_ChooseUsSection__arrowContainer__-Tl06{align-items:center;display:flex;gap:12px}.style_ChooseUsSection__arrow__HvEXf{align-items:center;border:2px solid #333;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.style_ChooseUsSection__arrow__right__C8AEh{transform:rotate(180deg)}.style_ChooseUsSection__6oiRg h2{margin-bottom:40px}.style_ChooseUsSection__swiperContainer__8OAdj{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.style_ChooseUsSection__swiperMobile__SJ9qE{display:none}.style_ChooseUsSection__vector1__5174X{background-color:radial-gradient(61.64% 61.64% at 43.46% 103.9%,#ccc 0,#f5f5f7 100%);background-image:url(/static/media/backgroundVector1.a2d1ef811477344f1d0e.svg);background-repeat:no-repeat;background-size:contain;border-image-source:linear-gradient(247.55deg,#fff 13.75%,#e0e0e0 48.84%);height:968px;left:-7%;position:absolute;top:-200%;transform:rotate(30deg);width:968px;z-index:1}.style_ChooseUsSection__maskVectorEl__MYqgR{background:#fff;background:radial-gradient(circle,hsla(0,0%,100%,.972) 30%,hsla(0,0%,100%,.177) 67%,#fff0 72%);height:1000px;left:-75%;position:absolute;top:-200%;width:1000px;z-index:1}@media(max-width:1044px){.style_ChooseUsSection__6oiRg{padding-bottom:40px;padding-top:40px}.style_ChooseUsSection__6oiRg h2{text-align:center}.style_ChooseUsSection__swiperContainer__8OAdj{align-items:center;flex-direction:column;gap:24px;position:relative;z-index:100}.style_ChooseUsSection__swiper__\+X62w,.style_ChooseUsSection__vector1__5174X{display:none}.style_ChooseUsSection__swiperMobile__SJ9qE{display:flex}.style_ChooseUsSection__titleContainer__SVfSe{display:flex;justify-content:center}.style_ChooseUsSection__arrowContainer__-Tl06{display:none}}.style_ReviewBlock__feSD5{background-color:#131313;border-radius:20px;display:flex;flex-direction:column;height:178px;justify-content:space-between;max-width:342px;padding:24px;position:relative;width:100%;z-index:999}.style_ReviewBlock__feSD5 small{color:#fff;position:relative;z-index:2}.style_ReviewBlock__feSD5 p{color:#f8f8f8;font-size:14px;text-align:left;z-index:2}.style_ReviewBlock__avatarContainer__Y7\+Tn{align-items:center;display:flex;gap:7px}.style_ReviewBlock__avatar__neOiK{border-radius:50%;height:37px;object-fit:cover;width:37px}.style_ReviewBlock__quotesTop__qlpEG{left:4px;position:absolute;top:4px}.style_ReviewBlock__quotesBottom__h7Qut{bottom:4px;position:absolute;right:4px}@media(max-width:1044px){.style_ReviewBlock__feSD5{max-width:328px}}.style_FAQBlock__PS71Q{display:flex;justify-content:center;padding-bottom:121px;padding-top:120px;position:relative}.style_FAQBlock__vector1__o9-gf{background:linear-gradient(90deg,#fff 36%,#fff0 70%);border-radius:50%;height:968px;left:-25%;opacity:.8;position:absolute;top:-500px;width:968px;z-index:-1}.style_FAQBlock__squareElement__ArKss{background:radial-gradient(40.2% 31.41% at 53.15% 54.03%,#e0e0e0 0,#f5f5f7 100%);border:1px solid;border-image-source:linear-gradient(207.12deg,#fff 8.94%,#e0e0e0 57.31%);display:block;height:768.32px;opacity:.09;position:absolute;right:0;top:-40%;transform:rotate(-105deg);width:768.32px}.style_FAQBlock__positionWrapper__GBdj4{position:relative;z-index:2}.style_FAQBlock__wrapper__yIijO{max-width:1076px;width:100%}.style_FAQBlock__PS71Q h2{margin-bottom:24px;text-align:center}.style_FAQBlock__subTitle__H3ifH{margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:416px;text-align:center;width:100%}@media(max-width:1044px){.style_FAQBlock__PS71Q{padding-bottom:41px;padding-top:40px}.style_FAQBlock__vector1__o9-gf{display:none}}.style_FAQSection__us9en{background:#fff6;border-radius:12px;max-width:1076px;position:relative}.style_FAQSection__wrapper__EjecZ{align-items:flex-start;border-radius:12px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;padding:40px;width:100%}.style_FAQSection__blurMask__UDzBz{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:12px;height:100%;position:absolute;width:100%}.style_FAQSection__item__rhFI4{padding-bottom:5px;padding-top:5px;position:relative;width:100%;z-index:2}.style_FAQSection__titemTitle__pTzTv{color:#333;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:.02em;line-height:21px;text-align:left}.style_FAQSection__titleContainer__RvMcJ{align-items:center;display:flex;justify-content:space-between;width:100%}.style_FAQSection__itemDescription__SNXtM{height:100%;max-height:0;overflow:hidden;padding-top:22px;text-align:left;transition:max-height .3s ease}.style_FAQSection__itemDescription_active__-U\+2t{max-height:300px}.style_FAQSection__arrowIcon__iQFm4{cursor:pointer;height:14px;transform:rotate(0deg);transition:transform .3s ease-out;width:23px}.style_FAQSection__arrowIcon_active__rpqgJ{transform:rotate(-180deg)}@media(max-width:1044px){.style_FAQSection__us9en{background-color:#fff;gap:5px;padding:16px}.style_FAQSection__titleContainer__RvMcJ{gap:6px}.style_FAQSection__arrowIcon__iQFm4{height:8px;width:20px}}@media screen and (max-width:768px){.style_FAQSection__wrapper__EjecZ{padding:40px 0}}.style_PricingBlock__sMPuo{align-items:center;display:flex;flex-direction:column;padding-bottom:7.5rem;padding-top:7.5rem}@media(max-width:1044px){.style_PricingBlock__sMPuo{padding-bottom:2.5rem;padding-top:5rem}}.style_Pricing__Ct9we{align-items:center;display:flex;flex-direction:column}.style_Pricing__title__PK7hA{font-size:2.625rem;font-weight:800;margin-bottom:1.4375rem;text-align:center}.style_Pricing__saleBadgeWrapper__CR5bf{display:flex;justify-content:center;margin-top:1.5rem}.style_Pricing__plan__WIGp6{align-items:center;background-color:#f0f0f0;border-radius:1.625rem;display:inline-flex;gap:0;justify-content:center;margin-bottom:2.5rem;padding:.25rem}.style_Pricing__item__wuvYW{align-items:center;border:none;border-radius:1.5rem;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;justify-content:center;letter-spacing:.02em;line-height:1.2;padding:.375rem 1.125rem;text-align:center;transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out}.style_Pricing__item__wuvYW.style_Pricing__white__GYIU0{background-color:#0000;color:#555}.style_Pricing__item__wuvYW.style_Pricing__white__GYIU0:hover{color:#000}.style_Pricing__item__wuvYW.style_Pricing__red__VncPk{background-color:#fff;box-shadow:0 2px 6px #0000001a;color:#1a1a1a;font-weight:600}.style_Pricing__item__wuvYW.style_Pricing__red__VncPk:hover{background-color:#f5f5f5;color:#000}.style_Pricing__item__wuvYW:not(:last-child){border-right:1px solid #eaeaea}.style_Pricing__delimiter__0sUlF{align-items:center;color:#ccc;display:flex;font-size:.8125rem;font-weight:400;line-height:1.2;margin:0;padding:0 .375rem}.style_Pricing__discount__cINhb{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);border-radius:.75rem;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:0;margin-left:.3125rem;padding:.125rem .5625rem;text-align:left}.style_Pricing__container__Sp7m-{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));justify-content:center;margin:3rem auto 0;max-width:75rem;width:100%}.style_Pricing__guarantee__HP3v6{align-items:center;color:#555;display:flex;font-size:.9rem;gap:.5rem;justify-content:center;max-width:80%;text-align:center}.style_Pricing__guarantee__HP3v6 svg{flex-shrink:0;height:1.5rem;width:1.5rem}@media(max-width:1044px){.style_Pricing__container__Sp7m-{align-items:center;display:flex;flex-direction:column;gap:16px;width:95%}}.style_PricingItem__jesJC{background-color:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;box-shadow:0 2px 4px #0000000d;cursor:pointer;padding:1.5rem 1.25rem 1.125rem;position:relative;transition:all .2s ease-in-out}.style_PricingItem__jesJC:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.style_PricingItem__selected__K776v{background-color:#f5f3ff;border:2px solid #b2a8ff;box-shadow:0 6px 15px #0000001a;transform:translateY(-2px)}.style_PricingItem--black-friday__fB2BI{background:#fff;border:2px solid #000;box-shadow:0 10px 25px -5px #0000001a;transform:scale(1.02);z-index:2}.style_PricingItem--black-friday__fB2BI.style_PricingItem__selected__K776v{background:#fff;border-color:#000;box-shadow:0 15px 30px -5px #00000026}.style_PricingItem--black-friday__fB2BI .style_PricingItem__selectionIndicator__ZDDHK{border-color:#000}.style_PricingItem--black-friday__fB2BI .style_PricingItem__selectionIndicator_checked__211OC{background-color:#000}.style_PricingItem__badge__NtJ3n{border-radius:1.25rem;font-size:.75rem;font-weight:700;left:50%;min-width:6.875rem;padding:.375rem .75rem;position:absolute;text-align:center;top:0;transform:translate(-50%,-50%);white-space:nowrap;z-index:1}.style_PricingItem__badge_shifted__ZeinE{left:38%}.style_PricingItem__badge_topRight__cSTzf{left:auto;right:-.9375rem;top:-.75rem;transform:rotate(15deg);z-index:2}.style_PricingItem__badge--purple__cX4SF{background:linear-gradient(135deg,#b2a8ff,#e9a8ff);color:#fff}.style_PricingItem__badge--yellow__sN-bF{background:#fffbea;border:1px solid #fde68a;color:#eab308}.style_PricingItem__badge--orange__UntDA{background-color:#f59e0b;box-shadow:0 2px 10px #f59e0b80;color:#fff}.style_PricingItem__badge--black__RRcz1{animation:style_badgePulse__Ee7dQ 2s infinite;background:#000;box-shadow:none;color:#fff;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.style_PricingItem__contentWrapper__cYJom{align-items:flex-start;display:flex;flex-direction:column;gap:16px;width:100%}.style_PricingItem__priceLine__tCNj7{display:flex;flex-direction:column;gap:2px;margin-left:30px}.style_PricingItem__priceContainer__HEK-o{align-items:baseline;display:flex;gap:8px;height:auto}.style_PricingItem__originalPrice__z8N2d{color:#9ca3af;font-size:1rem;margin-left:.5rem;text-decoration:line-through}.style_PricingItem__todayOnly__zJpsQ{color:#e67e5a;font-size:1rem;font-weight:500;margin-left:.5rem;text-decoration:none}.style_PricingItem__priceValue__llMFj{color:#1a1a1a;font-size:1.75rem;font-weight:700}.style_PricingItem__pricePeriod__plKvo{align-items:flex-end;color:#555;display:inline-flex;flex-shrink:0;font-size:.875rem;height:100%;margin-left:.125rem}.style_PricingItem__billedAnnually__nGHoV{align-items:center;color:#555;display:flex;font-size:.75rem;gap:3px;line-height:1.1;margin-left:.125rem;margin-top:5px;white-space:nowrap}.style_PricingItem__billedAnnually__nGHoV strong{font-weight:600}.style_PricingItem__titleContainer__0qvKL{align-items:center;display:flex;flex-grow:1;gap:.75rem}.style_PricingItem__titleContainer__0qvKL h2{font-size:1.5rem;font-weight:700;line-height:1.2;margin-right:0}.style_PricingItem__selectionIndicator__ZDDHK{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;height:1.25rem;position:relative;transition:all .2s;width:1.25rem}.style_PricingItem__selectionIndicator_checked__211OC{background-color:#b2a8ff;border-radius:50%;height:.5625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.5625rem}.style_Pricing__getStartedButtonContainer__cQJ5Z{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:32px;width:100%}.style_Pricing__getStartedButton__ak\+ht{align-items:center;border-radius:.5rem;display:flex;justify-content:center;max-width:480px;padding:1rem 7rem;width:100%}.style_Pricing__cancellation__6Ejjj{color:#888;font-size:.75rem;margin-top:.75rem;text-align:center}.style_Pricing__addition__WPNGV{color:#1a202c;font-size:14px;font-weight:500;margin-bottom:16px;text-align:center}.style_Pricing__addition__WPNGV strong{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#a855f7,#6366f1);-webkit-background-clip:text;background-clip:text;font-weight:700}.style_Pricing__trustContainer__EtlXi{align-items:center;display:flex;flex-direction:column;gap:12px;margin-top:24px}.style_Pricing__trustedBy__u-wYS{color:#4b5563;font-size:14px;font-weight:400;margin-top:5px}.style_Pricing__cancellation__6Ejjj{color:#909296;font-size:14px;font-weight:400}.style_Pricing__trustpilotBadge__z3Rc\+{align-items:center;display:flex;gap:8px}.style_Pricing__trustpilotBadge__z3Rc\+ strong{color:#1a202c;font-size:16px;font-weight:700}.style_Pricing__trustpilotBadge__z3Rc\+ svg:first-of-type{height:auto;width:100px}.style_Pricing__trustpilotBadge__z3Rc\+ svg:nth-of-type(2){height:auto;width:80px}.style_Features__-a01c{margin-top:80px;max-width:1000px;text-align:center;width:100%}.style_Features__title__AmUeb{font-size:24px;font-weight:700;margin-bottom:24px}.style_Features__list__Eq9jx{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);list-style:none;margin:0;max-width:1000px;padding:0;width:100%}@media(max-width:776px){.style_Features__list__Eq9jx{gap:24px;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.style_Features__list__Eq9jx{gap:16px}}.style_Features__item__sjMGb{align-items:center;background:#0000;border-radius:8px;display:flex;flex-direction:column;font-size:14px;gap:20px;padding:16px;text-align:center}.style_Features__item__sjMGb:not(:last-child){border-right:1px solid #eaeaea}.style_Features__textWrapper__Pt8C4{display:flex;flex-direction:column;gap:10px}.style_Features__textWrapper__Pt8C4 h4{font-size:15px;font-weight:700;margin:0}.style_Features__textWrapper__Pt8C4 span{color:#555}.style_Features__iconWrapper__POLLz{align-items:center;background-color:#f0efff;border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.style_Features__iconWrapper__POLLz svg{fill:#7b61ff;height:20px;width:20px}@keyframes style_pulseBorder__TXvx5{0%,to{border-color:#a855f766}50%{opacity:.7}}@keyframes style_badgePulse__Ee7dQ{0%{box-shadow:0 0 0 0 #0006;transform:translate(-50%,-50%) scale(1)}70%{box-shadow:0 0 0 10px #0000;transform:translate(-50%,-50%) scale(1.05)}to{box-shadow:0 0 0 0 #0000;transform:translate(-50%,-50%) scale(1)}}.style_StayInShadowBlock__0ok0Y{padding-bottom:120px;padding-top:120px;position:relative}.style_StayInShadowBlock__wrapper__W5UMY{position:relative;z-index:2}.style_StayInShadowBlock__0ok0Y h2{background:linear-gradient(90deg,#b2a8ff,#e9a8ff);-webkit-background-clip:text;background-clip:text;color:#0000;margin-bottom:24px}.style_StayInShadowBlock__0ok0Y p{color:#333;text-align:left}.style_StayInShadowBlock__textContainer__NOVBc{max-width:738px;width:100%}.style_StayInShadowBlock__background__8awgf{display:none}.style_StayInShadowBlock__flexContainer__jhcIu{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-around}.style_StayInShadowBlock__button__dXL35{padding:16px 32px}@media(max-width:1044px){.style_StayInShadowBlock__0ok0Y{padding-bottom:40px;padding-top:40px}.style_StayInShadowBlock__textContainer__NOVBc{margin-bottom:24px;margin-right:0;max-width:none;text-align:left}.style_StayInShadowBlock__flexContainer__jhcIu{align-items:center;flex-direction:column;gap:0}.style_StayInShadowBlock__button__dXL35{display:flex;justify-content:center;max-width:360px;width:100%}}.style_popup__CBxY9{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:999999}.style_modal__CuTYH{animation:style_modalSlideIn__ja4p5 .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:600px;position:relative;width:100%}.style_closeButton__YrdmV{background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;font-size:20px;height:32px;position:absolute;right:20px;top:20px;width:32px}.style_header__YtxBX{border-bottom:1px solid #f0f0f0;padding:25px 30px 15px;text-align:center}.style_title__7pW0i{font-size:22px;font-weight:700}.style_subtitle__8LkXs{color:#555;font-size:14px}.style_content__ebc1z{padding:20px 30px 25px}.style_featuresTitle__bXMo2{font-size:16px;font-weight:600;margin-bottom:15px;text-align:center}.style_featuresList__QCyMA{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.style_feature__NsBzv{align-items:flex-start;background:#fafafa;border-radius:10px;display:flex;gap:10px;padding:10px}.style_featureIcon__4mE0C{align-items:center;background-color:#f0efff;border-radius:8px;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.style_featureIcon__4mE0C svg{fill:#7b61ff;height:18px;width:18px}.style_featureIcon__4mE0C svg path{fill:#7b61ff!important}.style_featureText__OzGZL{flex:1 1}.style_featureText__OzGZL h4{color:#1a1a1a;font-size:13px;font-weight:600;line-height:1.3;margin:0 0 3px}.style_featureText__OzGZL span{color:#666;font-size:11px;line-height:1.4}.style_trustpilot__NCjZC{margin-bottom:20px;text-align:center}.style_plan__FfZbo{background-color:#f5f3ff;border:2px solid #b2a8ff;border-radius:20px;margin-bottom:20px;padding:24px 20px 18px}.style_planHeader__6vZYt,.style_selectionIndicator__CITu-{align-items:center;display:flex;gap:12px;margin-bottom:12px}.style_selectionIndicator_checked__EKz9M{background-color:#b2a8ff;border:2px solid #d1d5db;border-radius:50%;height:9px;padding:5px;width:9px}.style_planTitle__IMX35{font-size:16px;font-weight:700}.style_planPriceContainer__yp-HH{align-items:baseline;display:flex;gap:4px;margin-bottom:8px}.style_planPriceValue__6XztG{font-size:22px;font-weight:700}.style_originalPrice__LOWtp,.style_planPricePeriod__0mtDC{color:#6b7280;font-size:13px}.style_originalPrice__LOWtp{margin-left:8px;text-decoration:line-through}.style_billedInfo__naAiq{color:#6b7280;font-size:11px}.style_buttonSection__\+Nv6-{align-items:center;display:flex;flex-direction:column;text-align:center}.style_upgradeButton__xfJ1s{border-radius:12px;font-size:16px;font-weight:600;max-width:350px;padding:15px;width:100%}.style_ctaSubtext__zRnFQ{color:#059669;display:flex;font-size:11px;gap:16px;justify-content:center;margin-top:10px}.style_viewAllPlans__5DwYQ{background:none;border:none;color:#6b7280;cursor:pointer;margin-top:1rem}.style_viewAllPlansLink__ZkKYq{color:#4f46e5;font-weight:600;text-decoration:underline}.style_trustpilotBadge__gg1Ny{align-items:center;display:flex;gap:8px;justify-content:center}.style_trustpilotBadge__gg1Ny strong{color:#1a202c;font-size:16px;font-weight:700}.style_trustpilotBadge__gg1Ny svg:first-of-type{height:auto;width:100px}.style_trustpilotBadge__gg1Ny svg:nth-of-type(2){height:auto;width:80px}@keyframes style_modalSlideIn__ja4p5{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.style_overlay__SBFl0{animation:style_fadeIn__v7LgF .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100001}@keyframes style_fadeIn__v7LgF{0%{opacity:0}to{opacity:1}}@keyframes style_slideIn__DCqsH{0%{opacity:0;transform:translate(-50%,-45%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes style_slideUp__GUfvf{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.style_customizeSection__OtVO9{animation:style_slideIn__DCqsH .4s cubic-bezier(.16,1,.3,1);background:linear-gradient(145deg,#fff,#f5f5f7);border:1px solid #eaeaea;border-radius:16px;box-shadow:0 8px 32px #0000001a;left:50%;margin:0 auto;max-width:650px;padding:16px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:100002}.style_customizeSection__OtVO9 h2{-webkit-text-fill-color:#0000;animation:style_slideUp__GUfvf .4s ease forwards;animation-delay:.2s;background:linear-gradient(90deg,#1a1a1a,#333);-webkit-background-clip:text;font-size:24px;font-weight:600;margin:0 0 8px 8px;opacity:0}.style_customizeSection__OtVO9 p{animation:style_slideUp__GUfvf .4s ease forwards;animation-delay:.3s;color:#555;font-size:14px;line-height:1.5;margin:0 0 16px 8px;max-width:600px;opacity:0;text-align:left}.style_customizeSection__OtVO9 .style_professionList__EzRXM{margin:0 0 0 8px}.style_customizeSection__OtVO9 .style_professionList__EzRXM h3{animation:style_slideUp__GUfvf .4s ease forwards;animation-delay:.4s;color:#1a1a1a;font-size:16px;font-weight:500;margin-bottom:12px;opacity:0}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul{display:flex;flex-direction:row;gap:0;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6{animation:style_slideUp__GUfvf .4s ease forwards;flex:0 0 140px;margin:0;opacity:0;padding:0;transition:transform .2s ease;width:140px}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6:first-child{animation-delay:.5s}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6:nth-child(2){animation-delay:.6s}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6:nth-child(3){animation-delay:.7s}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6:nth-child(4){animation-delay:.8s}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6:hover{transform:translateY(-2px)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button{margin:0!important;padding:0!important;transition:none!important;width:100%}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:active,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:focus,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:hover{background:none!important;border:none!important;box-shadow:none!important}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:active:after,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:active:before,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:after,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:before,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:focus:after,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:focus:before,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:hover:after,.style_customizeSection__OtVO9 .style_professionList__EzRXM ul button:hover:before{display:none!important}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__jbtow{align-items:center;background:#fff;border:2px solid #e5e5e5;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:8px;margin:0;padding:12px;transition:all .2s ease;width:100%}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__jbtow span{font-size:12px;margin:0;white-space:nowrap}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__jbtow:hover{background:#f8f9fa;border-color:#d0d0d0;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__selected__Lxkps{background:linear-gradient(135deg,#f8f9ff,#f0efff);border:2px solid #b2a8ff;box-shadow:0 4px 12px #b2a8ff33;transform:translateY(-2px)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__selected__Lxkps span{color:#1a1a1a!important;font-weight:600}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__G6SFI{fill:#000!important;stroke:#000!important;color:#000!important;filter:brightness(0) saturate(100%);height:64px;margin:0;transition:all .2s ease;width:64px}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__G6SFI:hover{filter:brightness(0) saturate(100%) drop-shadow(0 2px 4px rgba(0,0,0,.2));transform:scale(1.05)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__selected__F8YLj{fill:#000!important;stroke:#000!important;color:#000!important;filter:brightness(0) saturate(100%) drop-shadow(0 3px 6px rgba(0,0,0,.3));transform:scale(1.1)}.style_customizeSection__OtVO9 .style_buttonGroup__EbSiq{animation:style_slideUp__GUfvf .4s ease forwards;animation-delay:.8s;display:flex;gap:10px;justify-content:center;margin-top:16px;opacity:0}.style_customizeSection__OtVO9 .style_buttonGroup__EbSiq button{font-size:13px!important;font-weight:500;min-width:120px;padding:8px 16px!important}.style_customizeSection__OtVO9 .style_buttonGroup__EbSiq .style_secondaryButton__aatrd{background:#0000;border:1px solid #ccc;border-radius:8px;color:#333;font-size:13px;padding:8px 16px;transition:all .2s ease}.style_customizeSection__OtVO9 .style_buttonGroup__EbSiq .style_secondaryButton__aatrd:hover{background:#f5f5f5;border-color:#aaa}@media(max-width:1024px){.style_customizeSection__OtVO9 .style_professionList__EzRXM ul{flex-wrap:wrap}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6{max-width:calc(50% - 12px);min-width:160px}}@media(max-width:768px){.style_customizeSection__OtVO9{padding:16px;width:95%}.style_customizeSection__OtVO9 h2{font-size:24px}.style_customizeSection__OtVO9 p{font-size:14px}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_listItem__oj2g6{flex:none;max-width:none;width:100%}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_buttonContent__jbtow{padding:8px}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__G6SFI{height:48px;width:48px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.76224c7fa303861462e7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-SemiBold.3be6b9e3b22c24eaada7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter-Bold.c3c9f10a4dbfc7314a59.woff2) format("woff2")}.app-container{margin-left:auto;margin-right:auto;max-width:1313px}@media(max-width:1400px){.app-container{padding-left:72px;padding-right:72px}}@media(max-width:1044px){.app-container{padding-left:16px;padding-right:16px}}*{scrollbar-width:100px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{border-radius:10px}*{box-sizing:border-box;margin:0;outline:none;padding:0;text-decoration:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{background-color:#070707;font-family:Inter;margin:0;scroll-behavior:smooth}@media screen and (max-width:768px){.Toastify__toast-body div{font-size:13px}.Toastify__toast{min-height:32px!important}.Toastify__toast-container{top:62px!important;transform:translateX(0)}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.PhoneInput{border:1px solid #a8aab7;margin-bottom:10px;padding:12px}.PhoneInputInput{background-color:#0000;border:none;border-radius:4px;color:#a8aab7;font-family:Inter;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;margin-left:6px;outline:none;text-align:left}.S9gUrf-YoZ4jf{align-items:center;display:flex;justify-content:center}.PhoneInputInternationalIconGlobe{stroke:#00eaff;opacity:1}.PhoneInputCountrySelect+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb}textarea{border:none;box-shadow:none;outline:none;overflow:auto;resize:none}h1{color:#000;font-family:Inter;font-size:54px;font-weight:500;letter-spacing:0;line-height:65px;text-align:center}h2{font-size:40px;font-weight:600;line-height:48px}h2,p{color:#000;font-family:Inter;letter-spacing:.02em}p{font-size:14px;font-weight:400;line-height:20px;text-align:center}small{color:#000;display:block;font-family:Inter;font-size:12px;letter-spacing:0;line-height:16px;text-align:left}.progress{background-color:#f8f8f8;border-radius:10px;height:6px;position:relative;width:100%}.progress_bar{background:#393943;border-radius:10px;height:100%;left:0;position:absolute;top:0}.PhoneInputCountrySelect{background:#000}.PhoneInputCountrySelect option{color:#000}@media(max-width:1044px){h1{font-family:Inter;font-size:30px;font-weight:500;letter-spacing:.02em;line-height:36px}h1,p{text-align:center}p{font-size:14px;font-weight:400;letter-spacing:.01em;line-height:22px}h2{font-size:24px;font-weight:600;letter-spacing:.02em;line-height:29px}}
/*# sourceMappingURL=main.94b5fa35.css.map*/