: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{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:#070707;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:#f8f8f8;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}@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:-moz-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:#f8f8f8;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:#f8f8f8;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:#f8f8f8;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:#070707;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:#f8f8f8;font-size:12px;font-weight:400;margin:0 8px;max-width:80px;overflow:hidden;text-overflow:ellipsis}.style_Header__menuItem__j-Sey{color:#f8f8f8;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{color:#fd3707}@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:#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__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__menuLogo__IzuvC{margin-left:auto;margin-right:auto;margin-top:32px;width:-webkit-fit-content;width:-moz-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:11px;justify-self:center}.style_HeaderMobile__menuContainer_inactive__D7zZC{color:#f8f8f8}.style_HeaderMobile__menuContainer_active__RPFo0{color:#fd3707}.style_HeaderMobile__menuContainer_iconActive__rj8Ah{fill:#fd3707}.style_HeaderMobile__menuContainer_icon__Ebume{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:#a8aab7}.style_HeaderMobile__avatar__w-gah{border-radius:50%;height:24px;transition:all .3s ease;width:24px}.style_HeaderMobile__avatar__w-gah:hover{background-color:rgba(7,7,7,.745)}@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:#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__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:#f8f8f8;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:13px;text-align:left}.style_HeaderPcDropdown__3Mn5U{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__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:#f8f8f8;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:#f8f8f8;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:#fd3806}.style_HeaderPcDropdown_links__r3VRD a svg,.style_HeaderPcDropdown_links__r3VRD div svg{margin-right:8px}@media screen and (max-width:768px){.style_HeaderPcDropdown__3Mn5U{display:none}}.style_Progress_block_bar__tXBxK{background:#f8f8f8;border-radius:10px;height:6px;margin:4px 0;position:relative;width:100%}.style_Progress_block_bar__tXBxK div{background:#393943;border-radius:10px;height:100%;left:0;position:absolute;top:0}.style_HumanizerInput__field__iM33p,.style_HumanizerInput__result_text__fYL5b,.style_resizableTextarea__IScm9{overflow-y:auto;resize:none}.style_HumanizerInput__QnlbI{border-radius:16px;position:relative;width:100%}.style_HumanizerInput__QnlbI::-webkit-resizer{display:none}.style_HumanizerInput__flexWrapper__xGTSx{display:flex;justify-content:space-between;width:100%}.style_HumanizerInput__input__U-gKE,.style_HumanizerInput__result__L6i2o{display:flex;flex-direction:column;padding:25px 26px;position:relative;width:50%}@media(min-width:1044px){.style_HumanizerInput__result__L6i2o{border-left:1px solid #ffffff14}}.style_HumanizerInput__topBar__aGU8C{align-items:baseline;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.style_HumanizerInput__copyContainer__QXxuj{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.style_HumanizerInput__title__iqxDL{color:#e0e0e0;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_HumanizerInput__wordCountInfo__fPCs9{color:#a0a0a0;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_HumanizerInput__wordCountInfo__fPCs9 .style_HumanizerInput__basicPlan__vYcxS{color:silver;margin-right:8px}.style_HumanizerInput__wordCountInfo__fPCs9 .style_HumanizerInput__redColor__sxk5R{color:#ff4d4d;font-weight:500}.style_HumanizerInput__fieldWrapper__3GzOV{background-color:#0000;display:flex;flex-direction:column;flex-grow:1;overflow:hidden;position:relative}.style_HumanizerInput__field__iM33p,.style_HumanizerInput__result_text__fYL5b{background-color:#0000;border:none;color:#fff;flex-grow:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;letter-spacing:.01em;line-height:1.5;margin-bottom:17px;outline:none;position:relative;text-align:left;width:100%;z-index:2}.style_HumanizerInput__field__iM33p::placeholder,.style_HumanizerInput__result_text__fYL5b::placeholder{color:#a8aab7b3}.style_animatedFadeIn__u30fr{animation:style_fadeInOut__zNv16 .5s ease-out .1s forwards;opacity:0}.style_ActionWrapper__w13\+3{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_HumanizerInput__fieldWrapper__3GzOV:has(.style_HumanizerInput__field__iM33p:placeholder-shown:not(:focus)) .style_ActionWrapper__w13\+3{opacity:1}.style_ActionWrapper__container__OCIWZ{align-items:center;display:flex;gap:34px;justify-content:center;pointer-events:auto}.style_ActionWrapper__w13\+3 .style_actionComponentButtonClass__5ujyK{background-color:#272727!important;border-color:#444!important;color:#ccc!important}.style_ActionWrapper__w13\+3 .style_actionComponentButtonClass__5ujyK:hover{background-color:#333!important;border-color:#555!important}.style_buttons_2__QP-yh,.style_buttons__n9jTx{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:auto;width:100%}.style_buttons_2__QP-yh{justify-content:flex-end}.style_leftContent__emmlE,.style_rightContent__CP\+n6{align-items:center;display:flex;flex-shrink:0}.style_rightContent__CP\+n6{gap:12px}.style_HumanizerInput__proModelSelector__36Qku{align-items:center;cursor:default;display:inline-flex;gap:8px}.style_labelSwitchContainer__AkXG6{align-items:center;display:flex;gap:8px;white-space:nowrap}.style_labelSwitchContainer__AkXG6 span{color:#ccc;font-size:14px}.style_infoIcon__zmmib{fill:#a0a0a0;flex-shrink:0;height:18px;width:18px}.style_infoIcon__zmmib:hover{fill:#fff}.style_buttons__centeringMod__GOI\+2{font-size:13px;padding:6px 14px}.style_buttons__centeringMod__GOI\+2 svg{height:16px;width:16px}.style_textDetectionContainer__SMrTg{margin-top:20px;width:100%}.style_resultContentArea__3Wm3H{display:flex;flex-grow:1;margin-bottom:17px;position:relative}.style_resultContentArea__3Wm3H .style_persistentAnimationContainer__E1JGU{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.style_Loader__hzDR6{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__47xAY{background-color:#50505066;border-radius:4px;box-shadow:inset 0 1px 2px #0003;height:8px;max-width:280px;overflow:hidden;position:relative;width:70%}.style_Loader__barAnimated__S51Hr{animation:style_slide__GAq7e 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffa5001a 20%,#ff8c42cc 50%,#ffa5001a 80%,#0000);border-radius:4px;height:100%;left:0;position:absolute;top:0;width:100%}.style_Loader__hzDR6 p{color:#b0b0b0;font-size:14px;font-weight:300}.style_copyElementBaseClass__4DJsM{cursor:pointer;transition:opacity .2s ease}.style_copyDisabled__GrKBf{cursor:not-allowed;opacity:.4}.style_resizeHandle__m\+CwQ{align-items:center;background:rgba(92,92,92,.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__m\+CwQ: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(255, 255, 255, 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__m\+CwQ{display:flex}}@media(max-width:1044px){.style_HumanizerInput__flexWrapper__xGTSx{flex-direction:column}.style_HumanizerInput__input__U-gKE,.style_HumanizerInput__result__L6i2o{border-bottom:1px solid #ffffff14;border-left:none;padding:20px;width:100%}.style_HumanizerInput__result__L6i2o{border-bottom:none}.style_HumanizerInput__topBar__aGU8C{align-items:flex-start;flex-direction:column;gap:5px}.style_HumanizerInput__wordCountInfo__fPCs9{text-align:left}.style_HumanizerInput__fieldWrapper__3GzOV{overflow:hidden}.style_buttons_2__QP-yh,.style_buttons__n9jTx{align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px 15px;justify-content:center;padding-bottom:15px}.style_leftContent__emmlE{flex-basis:auto;order:1;width:auto}.style_rightContent__CP\+n6{flex-basis:auto;flex-wrap:wrap;gap:10px 15px;justify-content:center;order:2;width:auto}.style_buttons__centeringMod__GOI\+2{flex-shrink:0;font-size:14px;justify-content:center;padding:8px 12px;width:auto}.style_buttons__centeringMod__GOI\+2 svg{height:18px;width:18px}.style_HumanizerInput__proModelSelector__36Qku{justify-content:center}.style_resizeHandle__m\+CwQ{display:none}.style_ActionWrapper__container__OCIWZ{flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}.style_Loader__hzDR6{inset:auto;min-height:150px;position:relative;width:100%}.style_Loader__bar__47xAY{max-width:300px;width:90%}.style_resultContentArea__3Wm3H{min-height:150px}}@keyframes style_fadeInOut__zNv16{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes style_slide__GAq7e{0%{opacity:.6;transform:translateX(-100%)}50%{opacity:1;transform:translateX(0)}to{opacity:.6;transform:translateX(100%)}}.style_humanizerTooltip__u\+wJ6{background-color:#282828!important;border:1px solid #ffffff1a!important;color:#e0e0e0!important;font-size:13px;line-height:1.5;max-width:280px;padding:10px 12px!important}.style_humanizerTooltip__u\+wJ6 b{color:#fff;font-weight:600}.NonLoggedInAnimation_container__Giaw2{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1rem;width:100%}.NonLoggedInAnimation_animationContainer__rHjEj{align-items:center;display:flex;flex-direction:column;max-width:600px;width:100%}.NonLoggedInAnimation_animationStage__RyNt8{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.NonLoggedInAnimation_stageTitle__DBOkR{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.NonLoggedInAnimation_progressBarContainer__P8LDs{align-items:center;display:flex;flex-direction:column;margin-top:1.5rem;width:100%}.NonLoggedInAnimation_progressBar__ld6Y2{background-color:#ffffff1a;border-radius:8px;box-shadow:inset 0 1px 3px #0003;height:6px;overflow:hidden;width:100%}.NonLoggedInAnimation_progressBarFill__1\+OTq{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(90deg,#ff9800,#ff5722);border-radius:8px;box-shadow:0 0 10px #ff980080;height:100%;perspective:1000px;transform:translateZ(0);transition:none;will-change:width}.NonLoggedInAnimation_progressText__SCuj0{color:#fffc;font-size:.875rem;font-weight:500;margin-top:.5rem}.NonLoggedInAnimation_generatingContainer__G5r9f{align-items:center;display:flex;justify-content:center;margin-top:1rem;min-height:150px;width:100%}.NonLoggedInAnimation_typingContainer__ojrsz{line-height:1.6;position:relative;text-align:left;width:100%}.NonLoggedInAnimation_typingText__rYCt-{word-wrap:break-word;display:inline;white-space:pre-wrap}.NonLoggedInAnimation_typingCursor__tRI0f{animation:NonLoggedInAnimation_blink__dF\+eb 1s infinite;background-color:#fff;display:inline-block;height:1.2em;margin-left:2px;vertical-align:middle;width:2px}@keyframes NonLoggedInAnimation_blink__dF\+eb{0%,to{opacity:1}50%{opacity:0}}.NonLoggedInAnimation_blurredTextContainer__owC7W{line-height:1.6;text-align:left;width:100%}.NonLoggedInAnimation_blurredText__JdiKA{word-wrap:break-word;white-space:pre-wrap}.NonLoggedInAnimation_detectionResults__ZiYJi{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffffa;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__ZiYJi{gap:1rem;padding:1.25rem .75rem}}.NonLoggedInAnimation_detectorResult__59Vl9{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin:.5rem;position:relative;transition:transform .2s ease}@media(max-width:480px){.NonLoggedInAnimation_detectorResult__59Vl9{gap:.5rem;margin:.25rem}}.NonLoggedInAnimation_detectorResult__59Vl9:hover{transform:translateY(-2px)}.NonLoggedInAnimation_checkmark__TB7XG{align-items:center;background-color:#fff;border:2px solid #4caf50;border-radius:50%;box-shadow:0 3px 8px #4caf5040;color:#4caf50;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__TB7XG{font-size:18px;height:24px;right:-8px;top:-8px;width:24px}}.NonLoggedInAnimation_loadingCircle__T7JQY{align-items:center;animation:NonLoggedInAnimation_spin__S8XO4 1s linear infinite;background-color:#fff;border-color:#ff9800 #ff5722 #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__T7JQY{border-width:1.5px;height:24px;right:-8px;top:-8px;width:24px}}@keyframes NonLoggedInAnimation_spin__S8XO4{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.NonLoggedInAnimation_finalStage__Apo-\+{align-items:center;animation:NonLoggedInAnimation_fadeInScale__Qfjy3 .5s ease-out;display:flex;flex-direction:column;text-align:center}@keyframes NonLoggedInAnimation_fadeInScale__Qfjy3{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.NonLoggedInAnimation_finalIcon__MFrBn{align-items:center;animation:NonLoggedInAnimation_pulseGlow__Jbgwr 2s ease-in-out infinite;color:#4caf50;display:flex;filter:drop-shadow(0 0 25px rgba(76,175,80,.6));height:90px;justify-content:center;margin-bottom:2rem;width:90px}@keyframes NonLoggedInAnimation_pulseGlow__Jbgwr{0%{filter:drop-shadow(0 0 15px rgba(76,175,80,.4))}50%{filter:drop-shadow(0 0 25px rgba(76,175,80,.7))}to{filter:drop-shadow(0 0 15px rgba(76,175,80,.4))}}.NonLoggedInAnimation_logoContainer__0Z5ZI{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:12px;position:relative;transition:transform .2s ease,box-shadow .2s ease;width:90px}@media(max-width:480px){.NonLoggedInAnimation_logoContainer__0Z5ZI{height:50px;padding:8px;width:70px}}.NonLoggedInAnimation_logoContainer__0Z5ZI:hover{box-shadow:0 8px 20px #0000001a,0 3px 8px #0000000d;transform:translateY(-2px)}.NonLoggedInAnimation_detectorLogo__I4Udz{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:40px;object-fit:contain;width:70px}@media(max-width:480px){.NonLoggedInAnimation_detectorLogo__I4Udz{height:35px;width:55px}}.NonLoggedInAnimation_detectorName__sj0Jm{color:#333;font-size:.75rem;font-weight:500;margin-top:.25rem}.NonLoggedInAnimation_finalTitle__pJ6NE{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4caf50,#8bc34a);background-clip:text;-webkit-background-clip:text;font-size:1.85rem;font-weight:700;margin-bottom:1.25rem;text-shadow:0 2px 10px #4caf5033}.NonLoggedInAnimation_finalDescription__By4uW{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:450px}.NonLoggedInAnimation_firstTwoWordsContainer__YbiW0{background-color:#ffffff0d;border-radius:8px;margin-bottom:2rem;max-width:400px;padding:1rem;width:100%}.NonLoggedInAnimation_firstTwoWords__hda54{font-size:.9rem;margin-bottom:.5rem}.NonLoggedInAnimation_expiryNote__a1yUo{color:#fff9;font-size:.8rem}.NonLoggedInAnimation_unlockButton__4GWpZ{align-items:center;background:linear-gradient(90deg,#fd3707,#ff5722);border:none;border-radius:10px;box-shadow:0 4px 15px #ff98004d;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__4GWpZ: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__4GWpZ:hover{box-shadow:0 6px 18px #ff980066;transform:translateY(-3px)}.NonLoggedInAnimation_unlockButton__4GWpZ:hover:before{left:100%}.NonLoggedInAnimation_unlockButton__4GWpZ:active{box-shadow:0 3px 10px #ff98004d;transform:translateY(-1px)}.style_Action__k2d40{align-items:center;background-color:#30303094;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:90px;justify-content:center;position:relative;transition:background-color .3s ease;width:120px;z-index:3}.style_Action__caption__0MZAJ{color:#f8f8f8;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px}.style_Action__k2d40:hover{background-color:#ff4a1e}.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:linear-gradient(135deg,#2a2a2a,#3a3a3a);border:1px solid #ffffff1a;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:#fff;padding:25px;text-align:center;width:100%;z-index:9999}.toast_subscriptionToast__FzMrj h3{color:#fd3707;font-size:1.5em;margin-bottom:20px}.toast_subscriptionToast__FzMrj .toast_toastText__ZYudZ{color:#e0e0e0;font-size:16px;line-height:1.4;margin-bottom:20px}.toast_subscriptionToast__FzMrj .toast_priceHighlight__xBX96{color:#fd3707;display:inline-block;font-size:24px;font-weight:700}.toast_subscriptionToast__FzMrj .toast_upgradeButton__NSjR7,.toast_subscriptionToast__FzMrj button{background-color:#fd3707;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-color:#e13006;box-shadow:0 4px 10px #fd37074d;transform:translateY(-2px)}.toast_upgradeButton__NSjR7{margin-top:15px}.style_SummarizerInput__field__tkbNb,.style_SummarizerInput__result_text__eayJp,.style_resizableTextarea__JRVAX{overflow-y:auto;resize:none}.style_SummarizerInput__eK4B0{border-radius:16px;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 #ffffff14}}.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:#e0e0e0;flex-shrink:1;font-size:18px;font-weight:300;letter-spacing:.01em;line-height:1.4;margin:0}.style_SummarizerInput__wordCountInfo__4bxlD{color:#a0a0a0;flex-shrink:0;line-height:1.4;margin:0;text-align:right;white-space:nowrap}.style_SummarizerInput__wordCountInfo__4bxlD .style_SummarizerInput__basicPlan__JHpaV{color:silver;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:#fff;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:#a8aab7b3}.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}@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:rgba(92,92,92,.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(255, 255, 255, 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_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 #131313;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:#f8f8f8;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:#f8f8f8;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:#a8aab7}}.style_Copyright__NvfvA{color:#a8aab7;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:#a8aab7}.style_Copyright__languageContainer__6MDq5{align-items:center;display:flex;gap:8px}.style_Copyright__language__jlFK8{color:#f8f8f8;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_Logo__GAB\+W{cursor:pointer;display:flex;gap:9px;justify-content:space-between;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_Logo__icon__hVM-T{height:21px;width:16px}.style_Logo__caption__uO458{color:#fff;font-weight:500}.style_Logo__W33fw{cursor:pointer;display:flex;gap:9px;justify-content:space-between;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_Logo__icon__81J4h{height:21px;width:16px}.style_Logo__caption__ytNem{color:#fff;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:#f8f8f8;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:#070707;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:#1a1a1a;border-radius:3px}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.style_LanguageInfoBody__NhjW-::-webkit-scrollbar-thumb:hover{background:#444}.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:#ffffff0d}.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:#fd3707}.style_Badge__zMPbF{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:4px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_Badge__zMPbF,.style_Badge__zMPbF small{transition:all .3s ease}.style_Badge__zMPbF:hover small{color:#fd3707}.style_Badge__text__Z9M5P{color:#a8aab7;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px;text-align:left}.style_Badge_withBackground__f5DTu{background-color:#131313}.style_Badge_withBackground__f5DTu small{color:#f8f8f8}.style_Badge_withBackground__f5DTu:hover{background-color:#1f1f25}.style_Badge_withBackground__f5DTu:hover small{color:#f8f8f8}.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__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:-moz-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:-moz-fit-content;width:fit-content}.style_TarifPlan__changePlanBtn__ENYMN svg{fill:#f8f8f8}@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:#fff}.style_ConfirmationPopover__title__FXdC3{font-size:24px;font-weight:400;line-height:28.8px;text-align:center}.style_ConfirmationPopover__container__KNDpj{align-items:center;background-color:#070707;border-radius:8px;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_Billings__dmCwt{height:100vh;margin:0 auto;overflow:hidden;position:relative;width:100%}.style_Billings__title__dSV1M{color:#fff;font-size:12px;font-weight:400;height:auto;left:24px;position:absolute;top:30px;z-index:1}.style_Billings__title__dSV1M span{background:#fd370733;border-radius:4px;color:#fd3707;height:16px;margin-left:8px;padding:0 4px}@media screen and (max-width:768px){.style_Billings__title__dSV1M{display:none}}.style_Billings__noiseBackground__sxPaA{background-blend-mode:overlay,normal;background-image:url(/static/media/background.5bcc9e485692f42a84ed.svg),linear-gradient(110deg,#000,#0a0a0a 43%,#120e0d);background-position:50%,50%;background-repeat:no-repeat,no-repeat;background-size:cover,cover;height:100vh;left:0;position:absolute;top:0;width:100vw}.style_Billings__gradientMask__-lKHZ{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_Billings__backgroundElement__6KNBG{bottom:0;position:absolute;right:0;z-index:1}.style_Billings__dmCwt p{color:#f8f8f8}.style_Billings__wrapper__ADD\+5{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100%;overflow-y:auto;padding-bottom:40px;padding-top:40px;position:relative;z-index:20}.style_Billings__changePlanBtn__RwuB-{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:-moz-fit-content;width:fit-content}.style_Billings__changePlanBtn__RwuB- svg{fill:#f8f8f8}.style_Billings__buttonContainer__0l0Dh{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-top:16px}.style_Billings__cancelSubscriptionBtn__E1Ee0{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:-moz-fit-content;width:fit-content}.style_Billings__cancelSubscriptionBtn__E1Ee0:hover{background-color:#f8f8f81a}.style_Billings__changePaymentBtn__3mUV0{background-color:#131313;border-radius:4px}.style_Billings__masterCard__72-RT{align-items:center;display:flex;gap:8px;justify-content:center}.style_Billings__flexWrapper__xNPyi{display:flex;gap:24px;justify-content:center;margin-bottom:24px;width:100%}.style_Billings__transactionTable__e5uqt{background-color:#ffffff0d;border-radius:8px;box-shadow:inset 0 0 5px 0 #ffffff1a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:800px;width:100%}.style_Billings__tableRow__0RN8W{align-items:center;background-color:#191919;display:grid;grid-template-columns:1fr 1fr 1fr}.style_Billings__tableRow__0RN8W:nth-child(odd){background-color:#131313}.style_Billings__tableRow__0RN8W:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.style_Billings__tableRow__0RN8W:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.style_Billings__tableRow__0RN8W p{text-align:left}@media screen and (max-width:380px){.style_Billings__tableRow__0RN8W{grid-template-columns:repeat(3,109px)}.style_Billings__tableRow__0RN8W p{font-size:13px}}.style_Billings__tableItem__\+zgwV{align-items:flex-start;display:flex;padding:16px}@media screen and (max-width:768px){.style_Billings__tableItem__\+zgwV:nth-child(2){padding:16px 0 16px 16px}}@media screen and (max-width:380px){.style_Billings__tableItem__\+zgwV:last-child{padding-left:0}}.style_Billings__indicatorContainer__8cM3t{align-items:center;display:flex;gap:8px;padding:16px;width:267px}.style_Billings__indicatorContainer__8cM3t p:first-letter{text-transform:uppercase}@media screen and (max-width:768px){.style_Billings__indicatorContainer__8cM3t{width:auto}.style_Billings__indicatorContainer__8cM3t p{max-width:100%;overflow:hidden;text-overflow:ellipsis;word-break:nowrap}}@media screen and (max-width:380px){.style_Billings__indicatorContainer__8cM3t{padding-left:0}}.style_Billings__indicator__u9poJ{border-radius:50%;height:12px;width:12px}.style_Billings__indicator_COMPLETED__t\+YC7{background-color:#00ac3b}.style_Billings__indicator_PROCESSING__I7DmK{background-color:#fd8907}.style_Billings__indicator_FAILED__5AjP4{background-color:#f21a34}@media(max-width:1044px){.style_Billings__dmCwt{padding-top:70px}.style_Billings__tableItem__\+zgwV:first-child,.style_Billings__tableItem__\+zgwV:nth-child(2){padding-right:0}.style_Billings__wrapper__ADD\+5{margin-left:0;padding-left:16px;padding-right:16px}.style_Billings__flexWrapper__xNPyi{display:grid;grid-template-columns:1fr}.style_Billings__transactionTable__e5uqt{max-width:800px;width:100%}}.style_Navigation__Ahi4-{display:flex;gap:16px;justify-content:center;margin-top:24px}.style_Navigation__button__p5hlt{background-color:#131313;border:1px solid #a8aab7;border-radius:4px;color:#f8f8f8;cursor:pointer;display:flex;font-size:12px;font-weight:400;height:24px;justify-content:center;letter-spacing:0;line-height:16px;padding:4px 8px;text-align:left;transition:all .3s ease;width:24px}.style_Navigation__button_selected__i7iea{border:1px solid #f8f8f8}.style_Navigation__button__p5hlt:hover{background-color:#1f1f25}@media screen and (max-width:768px){.style_Navigation__Ahi4-{margin-top:24px}}.style_InfoBadge__JlHO\+{background-color:#ffffff0d;border-radius:8px;box-shadow:inset 0 0 5px 0 #ffffff1a;display:flex;flex-direction:column;gap:24px;padding:24px;width:388px}.style_InfoBadge__JlHO\+ 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_InfoBadge__flexMainWrapper__w7dOj{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.style_InfoBadge__flexWrapper__Q1bK7{display:flex;gap:16px;justify-content:flex-start}.style_InfoBadge__flexWrapper__Q1bK7 p{color:#f8f8f8;font-size:14px;font-weight:400;letter-spacing:.02em;line-height:20px;text-align:left}.style_InfoBadge__pContainer__h71Kh{max-width:110px;width:100%}.style_InfoBadge__grayCaption__AH5Yd{color:#a8aab7!important}.style_InfoBadge__grayCaption__AH5Yd:first-letter{text-transform:uppercase}.style_InfoBadge__changePlanBtn__v0zP7{align-items:center;border-radius:4px;display:flex;gap:4px;justify-content:center;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media(max-width:1044px){.style_InfoBadge__JlHO\+{max-width:388px;width:100%}.style_InfoBadge__JlHO\+ h5{font-size:16px;margin-bottom:23px}}@media screen and (max-width:768px){.style_InfoBadge__JlHO\+{max-width:100%}}.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:#070707;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\+{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_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:#fff;border-radius:50%;height:1.5px;width:1.5px}.style_ShadowChatList_dropdown__yea5a{background:#131313;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{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 #0000;border-radius:8px;color:#f8f8f8;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:#fd3707;color:#fd3707}.style_ShadowChatList__chatButton__jlRH5 input{background:none;border:none;color:#fff;font-size:12px;font-weight:400;letter-spacing:0;line-height:16px}.style_ShadowChatList__chatButton_selected__Un4-p{background-color:#131313;border-color:#0000!important;color:#f8f8f8!important;cursor:auto}.style_ShadowChatList__chatButton_addNew__zlpWl{align-items:center;background-color:#fd3707;border-color:#0000!important;color:#f8f8f8!important;display:flex;gap:10px}@media screen and (max-width:768px){.style_ShadowChatList__chatButton__jlRH5{height:32px;width:100%}}.style_Container__5lfNS{animation-delay:.2s;animation-duration:.5s;animation-fill-mode:forwards;animation-name:style_fadeIn__Mfo\+S;display:flex;flex-direction:column;gap:24px;margin-top:24px;opacity:0;position:relative}.style_TextDetectionResult__5x516{display:flex;flex-direction:column;gap:10px}.style_TextDetectionResult__flexWrapper__sp5iH{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;width:100%}.style_TextDetectionResult__titleContainer__YOmZK{align-items:center;display:flex;justify-content:space-between}.style_TextDetectionResult__titleContainer_img__\+sV-f{background-color:#0000;filter:drop-shadow(0 0 3px rgba(255,255,255,.2));width:55px}.style_TextDetectionResult__titleContainer__YOmZK small{animation-duration:.8s;animation-fill-mode:forwards;animation-name:style_fadeIn__Mfo\+S;color:#fff;font-size:12px;font-weight:500;letter-spacing:.3px;opacity:0;opacity:.85}.style_TextDetectionResult__titleContainer__YOmZK small.style_upgrade-text__hxfn4{color:#fffc;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:gold;opacity:1}.style_TextDetectionResult__titleContainer__YOmZK small.style_error-text__bmAL8{color:#ff6b6b;font-style:italic}.style_TextDetectionResult__indicatorContainer__9KRjL{display:flex;flex-direction:column;flex-grow:5;gap:8px}.style_TextDetectionResult__indicator__QAKEN{background-color:#f8f8f833;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;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:#f21a3433;border-radius:50%;box-shadow:0 0 10px #f21a3480;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.style_ResultIconContainer__indicator__4VxEk svg{filter:drop-shadow(0 0 3px rgba(255,255,255,.6));height:18px;width:18px}.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(255,255,255,.6));height:14px;width:14px}.style_ResultIconContainer__4xwwx small{color:#f8f8f8;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:-moz-fit-content;width:fit-content}.style_trustUsContainer__2jyDL .style_trustUsText__kimCs{border-bottom:1px dashed #fff6;color:#ffffffb3;font-size:12px;font-weight:400;transition:color .2s ease}@media(max-width:768px){.style_trustUsContainer__2jyDL .style_trustUsText__kimCs{border-bottom:1px dashed #ffffffb3;color:#ffffffe6;font-size:14px;font-weight:500}}.style_trustUsContainer__2jyDL .style_trustUsText__kimCs:hover{color:#ffffffe6}.style_trustUsContainer__2jyDL .style_trustTooltip__oZMDy{background-color:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #00000040;color:#fff;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_trustUsContainer__2jyDL .style_trustTooltip__oZMDy{background-color:#141414fa;border:1px solid #fff3;box-shadow:0 4px 15px #00000059;font-size:13px;left:auto;padding:10px 15px;right:-10px;transform:translateY(10px);width:200px}}.style_trustUsContainer__2jyDL .style_trustTooltip__oZMDy:after{border:6px solid #0000;border-top-color:#1e1e1ef2;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@media(max-width:768px){.style_trustUsContainer__2jyDL .style_trustTooltip__oZMDy:after{border-color:#141414fa #0000 #0000;border-width:8px;left:auto;right:20px;transform:none}}.style_trustUsContainer__2jyDL:hover .style_trustTooltip__oZMDy{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}.style_trustUsContainer__2jyDL:hover .style_trustUsText__kimCs{color:#fff}.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:#ffffffb3;transition:color .2s ease}@media(max-width:768px){.style_infoIcon__aqK5U{color:#ffffffe6;transform:scale(1.15)}}.style_infoIcon__aqK5U:hover{color:#fff}.style_tooltip__0F0Jj{background-color:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:6px;bottom:100%;box-shadow:0 4px 12px #00000040;color:#fff;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:#141414fa;border:1px solid #fff3;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:#1e1e1ef2;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@media(max-width:768px){.style_tooltip__0F0Jj:after{border-color:#141414fa #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(255,255,255,.3))}.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{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:#f8f8f8}.style_ShadowGPT__tariffContainer_indicator__fhEXY{background-color:#f8f8f8;border-radius:10px;height:6px;position:relative;width:100%}.style_ShadowGPT__upgrade__kpxnN{background-color:#fd8907;border-radius:8px;color:#f8f8f8;cursor:pointer;display:flex;gap:16px;justify-content:center;padding:8px;transition:all .3s ease}.style_ShadowGPT__upgrade__kpxnN:hover{background-color:#ff5830}.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,#000,#0a0a0a 49%,#120e0d);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{color:#fd3707}.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:#ffffff0d;border-radius:8px;box-shadow:inset 0 0 5px 0 #ffffff1a;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:#131313}.style_ButtonPrimary__basic-scheme__nhO6N:not(.style_ButtonPrimary__disabled__SE8JE):hover{background-color:#1f1f25}.style_ButtonPrimary__orange-scheme__R2ar\+{background-color:#fd3707}.style_ButtonPrimary__orange-scheme__R2ar\+:not(.style_ButtonPrimary__disabled__SE8JE):hover{background-color:#ff5830}.style_ButtonPrimary__dark-orange-scheme__WOZXc{background-color:#131313;border:1px solid #fd3707;color:#fd3707}.style_ButtonPrimary__dark-orange-scheme__WOZXc:hover{background-color:#1f1f25}.style_Mask__Hmdd7{background-color:rgba(0,0,0,.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:#fd3707;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:-moz-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_Humanizer__Hll4w{overflow:hidden;padding-top:64px;position:relative;z-index:10}.style_Humanizer__background__1n0Kr{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.style_Humanizer__backgroundNoise__nfTwf{background-blend-mode:overlay,normal;background-image:url(/static/media/1st_screen.ebd3a93961bd451cad80.svg),linear-gradient(110deg,#080808,#101010 50%,#080808);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_Humanizer__backgroundNoise__nfTwf{display:none}}.style_Humanizer__content__lRhvu{padding-bottom:80px;padding-top:40px;position:relative}.style_Humanizer__positionWrapper__ftcty{position:relative;z-index:1}.style_Humanizer__textContainer__IxdFI{margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:1040px}.style_Humanizer__title__34NmB{color:#fff;font-size:48px;font-weight:700;line-height:1,2;margin-bottom:20px;text-align:center}.style_Humanizer__description__dq-pU{color:#e0e0e0;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:750px;text-align:center}.style_Humanizer__input__VfUEx{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#1e1e1e40;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:40px}.style_Humanizer__bottomTitle_container__QxU5C{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:60px;width:100%}.style_Humanizer__bottomTitle_container__QxU5C p.style_Humanizer__bottomTitle__FfGUO{color:#f8f8f8;font-family:Inter,sans-serif;font-size:14px;letter-spacing:.02em;line-height:1,4;margin:0;text-align:center}.style_Humanizer__bottomTitle_container__QxU5C button{align-items:center;background:linear-gradient(90deg,#ff8c42,#ff6322);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_Humanizer__bottomTitle_container__QxU5C button:hover{background:linear-gradient(90deg,#ff7a2e,#f55a18)}.style_Humanizer__bottomTitle_container__QxU5C button img{height:16px;width:16px}@media(max-width:1044px){.style_Humanizer__Hll4w{padding-top:40px}.style_Humanizer__content__lRhvu{padding-bottom:40px;padding-top:40px}.style_Humanizer__title__34NmB{font-size:36px}.style_Humanizer__description__dq-pU{font-size:14px}.style_Humanizer__input__VfUEx{border-radius:12px;padding:20px 24px}.style_Humanizer__bottomTitle_container__QxU5C{flex-direction:column;gap:16px;margin-top:40px}.style_Humanizer__textContainer__IxdFI{margin-bottom:60px}}@media(max-width:767px){.style_Humanizer__title__34NmB{font-size:28px}.style_Humanizer__textContainer__IxdFI{margin-bottom:40px}.style_Humanizer__input__VfUEx{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#1e1e1e59;border-radius:10px;padding:16px}}.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:#f8f8f8;margin-bottom:19px;text-align:center}.style_DodgeAiCheckers__subTitle__aK2Bh{color:#a8aab7;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:#f8f8f8;cursor:pointer;transition:all .3s ease}.style_DodgeAiCheckers__companyIcon__88ge0:hover{fill:#ff4a1e}@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:80px;padding-top:80px}.style_MediaMentions__textContainer__lhLHH{margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:856px}.style_MediaMentions__title__v\+ZAr{color:#f8f8f8;font-size:2.5rem;margin-bottom:19px;text-align:center}.style_MediaMentions__subTitle__lxzEX{color:#a8aab7;font-size:1.1rem;letter-spacing:.02em;line-height:20px;margin-bottom:40px;text-align:center}.style_MediaMentions__companyIcon__XtLqV{fill:#f8f8f8cc;opacity:.9;transition:all .3s ease}.style_MediaMentions__companyIcon__XtLqV:hover{fill:#f8f8f8;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:2rem}.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);flex-shrink:0;margin:0 10px;opacity:.8;transition:all .3s ease}.style_logoItem__eSWtB:hover{filter:grayscale(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__radialGradient1__Blcgm{height:1000px;left:-350px;top:-50%}.style_ShadowsReference__radialGradient1__Blcgm,.style_ShadowsReference__radialGradient2__WX7kg{background:#000;background:radial-gradient(circle,#000 7%,rgba(0,0,0,.706) 45%,#0000 62%);border-radius:50%;position:absolute;width:1000px;z-index:3}.style_ShadowsReference__radialGradient2__WX7kg{bottom:-50%;height:1200px;right:-350px}.style_ShadowsReference__background__eeatV,.style_ShadowsReference__noiseBackground__gUiYe{background-blend-mode:overlay,normal;background-image:url(/static/media/background.704bed0775641aea2460.svg),linear-gradient(140deg,#000,#161616 49%,#000);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}.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:#fff;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:#f8f8f8;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{background:linear-gradient(178.3deg,#000 1.49%,#0e0e0e 48.11%,#000 98.62%)}.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:#1f1f25;border-radius:8px;cursor:grab;display:flex;gap:10px;height:-webkit-fit-content;height:-moz-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:-moz-fit-content;width:fit-content}.style_ShadowGPTReview__grayButton_text__3D3D5{color:#a8aab7;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:#070707;border-radius:8px;box-shadow:0 0 15px 0 #5656561a;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:#f8f8f8;font-size:12px;letter-spacing:0;line-height:16px}.style_StepDescription__utZFv{background-color:#070707;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:-moz-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:#f8f8f8;font-size:24px;letter-spacing:0;line-height:29px;margin-bottom:32px;text-align:left}.style_description__ge1a9{color:#f8f8f8;font-size:14px;letter-spacing:.02em;line-height:20px;text-align:left}.style_PastRequests__eFaq-{overflow:hidden;position:relative}.style_PastRequests__noiseBackground__vF8sS{height:100%;position:absolute;width:100%}.style_PastRequests__radialGradient1__j-Wi3{height:1300px;left:-600px;top:-120%;width:1200px}.style_PastRequests__radialGradient1__j-Wi3,.style_PastRequests__radialGradient2__HqdnG{background:#000;background:radial-gradient(circle,#000 7%,rgba(0,0,0,.706) 45%,#0000 62%);border-radius:50%;position:absolute;z-index:3}.style_PastRequests__radialGradient2__HqdnG{bottom:-60%;height:1050px;right:-600px;width:1300px}.style_PastRequests__background__P4sis{background-blend-mode:overlay,normal;background-image:url(/static/media/Background.939ca47d261c601f4f2d.svg),linear-gradient(130deg,#000,#161616 49%,#000);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}.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 #f8f8f8;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%,#5f5f5f 0,#161616 100%);background-image:url(/static/media/backgroundVector1.a2d1ef811477344f1d0e.svg);background-repeat:no-repeat;background-size:contain;border-image-source:linear-gradient(247.55deg,#000 13.75%,#161517 48.84%);height:968px;left:-7%;position:absolute;top:-200%;transform:rotate(30deg);width:968px;z-index:1}.style_ChooseUsSection__maskVectorEl__MYqgR{background:#000;background:radial-gradient(circle,rgba(0,0,0,.972) 30%,rgba(0,0,0,.177) 67%,#0000 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{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,#000 36%,#0000 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%,#3d3d3d 0,#181818 100%);border:1px solid;border-image-source:linear-gradient(207.12deg,#000 8.94%,#161517 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:#1b1b1b66;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:#f8f8f8;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:#070707;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{padding-bottom:120px;padding-top:120px}@media(max-width:1044px){.style_PricingBlock__sMPuo{padding-bottom:40px;padding-top:80px}}.style_Pricing__guarantee__HP3v6{color:#e7e7e7;font-size:.9rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:80%;text-align:center}.style_Pricing__Ct9we{align-items:center;display:flex;flex-direction:column}.style_Pricing__title__PK7hA{margin-bottom:23px;text-align:center}.style_Pricing__saleBadgeWrapper__CR5bf{display:flex;justify-content:center;margin-top:24px}.style_Pricing__plan__WIGp6{align-items:center;background-color:#ffffff12;border-radius:28px;display:inline-flex;gap:0;justify-content:center;margin-bottom:40px;padding:4px}.style_Pricing__item__wuvYW{align-items:center;border:none;border-radius:24px;cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:center;letter-spacing:.02em;line-height:1.2;padding:6px 18px;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:#cbcbcb}.style_Pricing__item__wuvYW.style_Pricing__red__VncPk{background-color:#f8f8f8;box-shadow:0 2px 6px #00000026;color:#282c30;font-weight:600}.style_Pricing__item__wuvYW.style_Pricing__red__VncPk:hover{background-color:#efefef;color:#000}.style_Pricing__delimiter__0sUlF{align-items:center;color:#f8f8f840;display:flex;font-size:13px;font-weight:400;line-height:1.2;margin:0;padding:0 6px}.style_Pricing__discount__cINhb{align-items:center;background-color:#0000;color:#fd8907;display:flex;font-size:12px;font-weight:600;justify-content:center;letter-spacing:0;margin-left:5px;padding:1px 4px;text-align:left}.style_Pricing__container__Sp7m-{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;margin:0 auto;max-width:1200px;width:100%}@media(max-width:1044px){.style_Pricing__container__Sp7m-{align-items:center;display:flex;flex-direction:column}}.style_PricingItem__jesJC{align-items:flex-start;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 0 50px 0 #44120580;display:flex;flex-direction:column;gap:24px;min-height:400px;padding:32px 24px;position:relative;transition:all .3s ease}.style_PricingItem__jesJC:hover{box-shadow:0 0 20px #ffffff1a}.style_PricingItem--weekly__mF1J2{background:linear-gradient(145deg,#2a1a0a,#1a0a0a);border:1px solid rgba(155,181,209,.922);box-shadow:0 0 15px #ff6b3533}.style_PricingItem--weekly__mF1J2:hover{box-shadow:0 0 25px #bed3d44d}.style_PricingItem--weekly__mF1J2:before{animation:style_pulseBorder__TXvx5 3s infinite;border:1px solid #0000;border-image-slice:1;bottom:-1px;content:"";left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px}.style_PricingItem__weeklyBadge__LOL4q{background:linear-gradient(135deg,#ff6b35,#ff4a1e);border-radius:12px;box-shadow:0 2px 8px #ff4a1e4d;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:2px 12px;position:absolute;right:20px;text-transform:uppercase;top:-10px;z-index:1}.style_PricingItem__orange__EkSUb{background:linear-gradient(145deg,rgba(255,115,13,.478),#1a0a0a)}.style_PricingItem__basic__CFCRr{background:linear-gradient(145deg,#1a1a1a,#050505)}.style_PricingItem__priceLine__tCNj7{display:flex;flex-direction:column;gap:2px}.style_PricingItem__priceContainer__HEK-o{align-items:baseline;display:flex;gap:6px;height:auto}.style_PricingItem__currentPrice__j-HvQ,.style_PricingItem__originalPrice__z8N2d{align-items:baseline;display:flex;gap:5px}.style_PricingItem__priceValue__llMFj{font-size:40px;font-weight:700}.style_PricingItem__pricePeriod__plKvo{align-items:flex-end;display:inline-flex;flex-shrink:0;font-size:14px;height:100%;margin-left:2px}.style_PricingItem__pricePeriod__plKvo:before{display:none}.style_PricingItem__billedAnnually__nGHoV{align-items:center;color:#ababab;display:flex;font-size:13px;gap:3px;line-height:1.1;margin-left:2px;margin-top:5px;white-space:nowrap}.style_PricingItem__billedAnnually__nGHoV strong{font-weight:600}.style_PricingItem--weekly__mF1J2 .style_PricingItem__pricePeriod__plKvo:before{display:inline}.style_PricingItem__originalPrice__z8N2d{color:#888;font-size:28px;margin-top:2px;overflow:hidden;text-decoration:line-through;text-overflow:ellipsis;white-space:nowrap;width:100%;word-break:keep-all}.style_PricingItem__priceWrapper__acB77{align-items:flex-start;display:flex;flex-direction:column;overflow:hidden;width:100%}.style_PricingItem__currentPrice__j-HvQ{align-items:baseline;color:#fff;display:flex;font-size:40px;gap:4px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.style_PricingItem__checkCaptionContainer__KsFmj{align-items:center;display:flex;gap:10px;justify-content:flex-start}.style_PricingItem__checkIconContainer__HTo7r{align-items:center;background:#a8aab7;border-radius:50%;display:flex;height:16px;justify-content:center;width:16px}.style_PricingItem__buttonWrapper__GV4Xu{border-radius:8px;padding:16px 32px;transition:all .3s ease}.style_PricingItem__button__aaVSL,.style_PricingItem__button_text__5WM-W{width:100%}.style_PricingItem__discountWrapper__OIbDc{align-items:center;display:flex;gap:16px}.style_PricingItem__discount__edcSs{align-items:center;background-color:#fd8907;border-radius:8px;display:flex;gap:9px;padding:4px 8px}.style_PricingItem__discount_text__rXn55{color:#070707;font-size:12px;font-weight:400;letter-spacing:0;line-height:14px;text-align:left}@media(max-width:1044px){.style_PricingItem--weekly__mF1J2{animation:none}.style_PricingItem--weekly__mF1J2:before{display:none}}@keyframes style_pulseBorder__TXvx5{0%{opacity:.3}50%{opacity:.7}to{opacity:.3}}.style_StayInShadowBlock__0ok0Y{padding-bottom:120px;padding-top:120px;position:relative}.style_StayInShadowBlock__wrapper__W5UMY{position:relative;z-index:2}.style_StayInShadowBlock__0ok0Y h2{color:#ff4a1e;margin-bottom:24px}.style_StayInShadowBlock__0ok0Y p{color:#f8f8f8;text-align:left}.style_StayInShadowBlock__textContainer__NOVBc{max-width:738px;width:100%}.style_StayInShadowBlock__background__8awgf{background-blend-mode:soft-light,normal;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E"),linear-gradient(180deg,#0a0a0a,#000);background-repeat:repeat,no-repeat;background-size:200px 200px,cover;height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.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_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,#181818e6,#131313f2);border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 8px 32px #0000004d;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,#fff,#fffc);-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:#fffc;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:#fff;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:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;box-shadow:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:8px;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:#ffffff0d;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__G6SFI{color:#fff;height:64px;margin:0;transition:transform .2s ease;width:64px}.style_customizeSection__OtVO9 .style_professionList__EzRXM ul .style_icon__G6SFI:hover{transform:scale(1.05)}.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 #fff3;border-radius:8px;color:#fff;font-size:13px;padding:8px 16px;transition:all .2s ease}.style_customizeSection__OtVO9 .style_buttonGroup__EbSiq .style_secondaryButton__aatrd:hover{background:#ffffff0d;border-color:#ffffff4d}@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{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{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-track{background:#1f1f25;width:100px}::-webkit-scrollbar-thumb{background-color:#393943;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{font-size:54px;font-weight:500;letter-spacing:0;line-height:65px;text-align:center}h1,h2{color:#fff;font-family:Inter}h2{font-size:40px;font-weight:600;line-height:48px}h2,p{letter-spacing:.02em}p{color:#a8aab7;font-size:14px;font-weight:400;line-height:20px;text-align:center}p,small{font-family:Inter}small{color:#f8f8f8;display:block;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:#fff}@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.558bff75.css.map*/