: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:hsla(0,0%,100%,.7);--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.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{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Source Sans Pro;src:url(/_next/static/media/SourceSansPro-Semibold.9375262b.eot);src:url(/_next/static/media/SourceSansPro-Semibold.9375262b.eot) format("embedded-opentype"),url(/_next/static/media/SourceSansPro-Semibold.886399b1.woff2) format("woff2"),url(/_next/static/media/SourceSansPro-Semibold.fcb69e40.woff) format("woff"),url(/_next/static/media/SourceSansPro-Semibold.cec4d524.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(/_next/static/media/SourceSansPro-Regular.2af42f60.eot);src:url(/_next/static/media/SourceSansPro-Regular.2af42f60.eot) format("embedded-opentype"),url(/_next/static/media/SourceSansPro-Regular.5916149c.woff2) format("woff2"),url(/_next/static/media/SourceSansPro-Regular.1d6ec5f1.woff) format("woff"),url(/_next/static/media/SourceSansPro-Regular.599a6739.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Source Sans Pro;src:url(/_next/static/media/SourceSansPro-Bold.d129c063.eot);src:url(/_next/static/media/SourceSansPro-Bold.d129c063.eot) format("embedded-opentype"),url(/_next/static/media/SourceSansPro-Bold.c851d3d7.woff2) format("woff2"),url(/_next/static/media/SourceSansPro-Bold.12727c19.woff) format("woff"),url(/_next/static/media/SourceSansPro-Bold.280d9997.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.text-color-black{color:#000}.text-color-dark{color:#1f1f1f}.text-color-white{color:#fff}.text-color-primary{color:#6e6cff}.text-color-secondary{color:#ffcc02}.text-color-neutral-30{color:#f5f5f5}.text-color-neutral-80{color:#434343}.text-color-red{color:#ff4d4f}.text-color-green{color:#18d079}.text-color-grey{color:#8c8c8c}.bg-color-black{background-color:#000}.bg-color-dark{background-color:#1f1f1f}.bg-color-white{background-color:#fff}.bg-color-primary{background-color:#6e6cff}.bg-color-secondary{background-color:#ffcc02}.bg-color-neutral-30{background-color:#f5f5f5}.bg-color-neutral-80{background-color:#434343}.bg-color-red{background-color:#ff4d4f}.bg-color-green{background-color:#18d079}.bg-color-grey{background-color:#8c8c8c}*,:after,:before{outline:none;box-sizing:inherit}html{position:relative;min-height:100%;box-sizing:border-box}body{font-family:Source Sans Pro,Helvetica,Arial,sans-serif!important;color:#000!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px!important;line-height:24px!important;outline:none;word-wrap:break-word;font-weight:400!important}.container{width:1280px;max-width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}main.overflow-hidden{overflow:hidden;height:100vh}abbr,address,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;font-weight:inherit;background:transparent}article,aside,details,dialog,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}li,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}a{text-decoration:none;font-size:100%;color:inherit}button{all:unset;cursor:pointer;box-sizing:border-box}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:pdf-awsome;src:url(/_next/static/media/pdf-awsome.3b840494.eot);src:url(/_next/static/media/pdf-awsome.3b840494.eot) format("embedded-opentype"),url(/_next/static/media/pdf-awsome.3182a0a3.ttf) format("truetype"),url(/_next/static/media/pdf-awsome.2b55227b.woff) format("woff"),url(/_next/static/media/pdf-awsome.1e3f498b.svg) format("svg");font-weight:400;font-style:normal;font-display:block}i{font-family:pdf-awsome!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-check-filled:before{content:""}.icon-microphone-filled:before{content:""}.icon-security-filled:before{content:""}.icon-x:before{content:""}.icon-archive:before{content:""}.icon-logout:before{content:""}.icon-check:before{content:""}.icon-account:before{content:""}.icon-billing:before{content:""}.icon-history:before{content:""}.icon-shared:before{content:""}.icon-facebook:before{content:""}.icon-instagram:before{content:""}.icon-linkedin:before{content:""}.icon-youtube:before{content:""}.icon-twitter:before{content:""}.icon-add-pdf:before{content:""}.icon-plus:before{content:""}.icon-left-arrow:before{content:""}.icon-calendar:before{content:""}.icon-rounded-check:before{content:""}.icon-rounded-ban:before{content:""}.icon-filled-clear:before{content:""}.icon-close:before{content:""}.icon-copy:before{content:""}.icon-cut:before{content:""}.icon-delete:before{content:""}.icon-edit:before{content:""}.icon-envelop:before{content:""}.icon-warning:before{content:""}.icon-hide:before{content:""}.icon-crown:before{content:""}.icon-lock:before{content:""}.icon-menu:before{content:""}.icon-reload-to-right:before{content:""}.icon-reload-to-left:before{content:""}.icon-down-arr:before{content:""}.icon-right-arr:before{content:""}.icon-left-arr:before{content:""}.icon-up-arr:before{content:""}.icon-search:before{content:""}.icon-security:before{content:""}.icon-show:before{content:""}.icon-rounded-warning:before{content:""}header{padding:12px 0;border-bottom:1px solid #f0f0f0}header .head-left .logo>span{display:block!important}header .head-left .navbar-item a{color:#000}header .head-left .navbar-item.submenu-item{position:relative}header .head-left .navbar-item.submenu-item i{font-size:16px}header .head-left .navbar-item.submenu-item .submenu{position:absolute;border-radius:8px;background:#fff;box-shadow:0 14px 14px 0 rgba(0,0,0,.1);padding:8px;left:0;top:50px;z-index:6}header .head-left .navbar-item.submenu-item .submenu li{white-space:nowrap}header .head-left .navbar-item.submenu-item .submenu li a{display:block;min-width:200px;color:#1f1f1f;font-size:14px;line-height:22px;padding:8px}header .head-left .navbar-item:not(:last-of-type){margin-right:48px}header .head-right{display:flex;align-items:center;justify-content:center;flex-direction:column}header .head-right .user-box{position:relative}header .head-right .user-box i{font-size:24px}header .head-right .user-box .user-image{position:relative}header .head-right .user-box .user-image>span:not(.pro-tag){display:block!important}header .head-right .user-box .user-image .pro-tag{display:flex!important;align-items:center;justify-content:center;width:20px;height:20px;background-color:#5052d9;position:absolute;bottom:-5px;right:0;border-radius:50%}header .head-right .user-box .user-image .pro-tag i{font-size:12px;color:#ffcc02}header .head-right .user-box-dropdown{position:absolute;border-radius:8px;padding:8px;background:#fff;box-shadow:0 14px 14px 0 rgba(0,0,0,.1);right:0;top:70px;z-index:1}header .head-right .user-box-dropdown li{white-space:nowrap}header .head-right .user-box-dropdown li a,header .head-right .user-box-dropdown li button{display:flex;align-items:center;min-width:167px;color:#1f1f1f;font-size:14px;line-height:22px;padding:8px;border-radius:8px;transition:all .3s ease}header .head-right .user-box-dropdown li a:hover,header .head-right .user-box-dropdown li button:hover{background:#f9f7ff;color:#6e6cff}header .head-right .menu-burger-button{display:none}header .head-right .menu-burger-button i{display:block;font-size:24px;color:#000}header .head #custom-header-box button{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:9px;white-space:nowrap;font-weight:600;transition:all .3s ease;font-size:20px;background:#ff4d4f;color:#fff}header .head #custom-header-box button i{font-size:16px;margin-right:10px}header .head #custom-header-box button:hover:not(:disabled){opacity:.7}header .head #custom-header-box button:active:not(:disabled){opacity:.8}header .head #custom-header-box button:disabled{opacity:.5;cursor:auto}header .mobile-menu{display:none;position:fixed;z-index:9;width:100%;top:0;height:100svh;background-color:#fff}header .mobile-menu-head{padding:12px 16px}header .mobile-menu-head .logo>span{display:block!important}header .mobile-menu-head i{display:block;font-size:24px;color:#000}header .mobile-menu .mobile-navbar{height:calc(100% - 164px);overflow:auto;display:block;text-align:center;-ms-overflow-style:none}header .mobile-menu .mobile-navbar::-webkit-scrollbar{display:none}header .mobile-menu .mobile-navbar .navbar-item{margin:48px 0}header .mobile-menu .mobile-navbar .navbar-item a{color:#000}header .mobile-menu .mobile-navbar .navbar-item.submenu-item{text-align:center}header .mobile-menu .mobile-navbar .navbar-item.submenu-item .navbar-button-dropdown{margin:0 auto 24px}header .mobile-menu .mobile-navbar .navbar-item.submenu-item .submenu li{margin:48px 0}header .mobile-menu-bottom{height:100px}header .mobile-menu-bottom .user-box{width:100%;padding:10px 24px;background:#fafafa;position:absolute;bottom:0;left:0}header .mobile-menu-bottom .user-box i{font-size:24px}header .mobile-menu-bottom .user-box .user-image{position:relative}header .mobile-menu-bottom .user-box .user-image .pro-tag{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#5052d9;position:absolute;bottom:0;right:0;border-radius:50%}header .mobile-menu-bottom .user-box .user-image .pro-tag i{font-size:12px;color:#ffcc02}header .mobile-menu-bottom .user-box>button{width:100%;justify-content:space-between}header .mobile-menu-bottom .user-box-dropdown{padding:16px 0}header .mobile-menu-bottom .user-box-dropdown li{white-space:nowrap}header .mobile-menu-bottom .user-box-dropdown li a,header .mobile-menu-bottom .user-box-dropdown li button{display:flex;align-items:center;min-width:167px;color:#1f1f1f;font-size:14px;line-height:22px;padding:8px;border-radius:8px;transition:all .3s ease}header .mobile-menu-bottom .user-box-dropdown li a:hover,header .mobile-menu-bottom .user-box-dropdown li button:hover{background:#f9f7ff;color:#6e6cff}footer{background-color:#fafafa}footer .foo-top{padding:48px 0 24px;border-bottom:1px solid #f0f0f0}footer .foo-top .foo-left{width:25%;margin-right:30px}footer .foo-top .foo-right{align-items:flex-start;width:75%}footer .foo-top .foo-right .foo-nav{width:calc(100% - 510px);margin-right:20px}footer .foo-top .foo-right .foo-nav li{width:50%;margin:8px 0 22px}footer .foo-top .foo-right .foo-nav li a{color:#1f1f1f}footer .foo-top .social-links li i{display:block;font-size:24px}footer .foo-top .social-links li:not(:last-of-type){margin-right:16px}footer .foo-bottom{padding:24px 0}.m-4{margin:4px}.mt-4{margin-top:4px}.mr-4{margin-right:4px}.mb-4{margin-bottom:4px}.ml-4{margin-left:4px}.p-4{padding:4px}.pt-4{padding-top:4px}.pr-4{padding-right:4px}.pb-4{padding-bottom:4px}.pl-4{padding-left:4px}.m-8{margin:8px}.mt-8{margin-top:8px}.mr-8{margin-right:8px}.mb-8{margin-bottom:8px}.ml-8{margin-left:8px}.p-8{padding:8px}.pt-8{padding-top:8px}.pr-8{padding-right:8px}.pb-8{padding-bottom:8px}.pl-8{padding-left:8px}.m-10{margin:10px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.p-10{padding:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.m-12{margin:12px}.mt-12{margin-top:12px}.mr-12{margin-right:12px}.mb-12{margin-bottom:12px}.ml-12{margin-left:12px}.p-12{padding:12px}.pt-12{padding-top:12px}.pr-12{padding-right:12px}.pb-12{padding-bottom:12px}.pl-12{padding-left:12px}.m-16{margin:16px}.mt-16{margin-top:16px}.mr-16{margin-right:16px}.mb-16{margin-bottom:16px}.ml-16{margin-left:16px}.p-16{padding:16px}.pt-16{padding-top:16px}.pr-16{padding-right:16px}.pb-16{padding-bottom:16px}.pl-16{padding-left:16px}.m-20{margin:20px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.p-20{padding:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}.m-24{margin:24px}.mt-24{margin-top:24px}.mr-24{margin-right:24px}.mb-24{margin-bottom:24px}.ml-24{margin-left:24px}.p-24{padding:24px}.pt-24{padding-top:24px}.pr-24{padding-right:24px}.pb-24{padding-bottom:24px}.pl-24{padding-left:24px}.m-30{margin:30px}.mt-30{margin-top:30px}.mr-30{margin-right:30px}.mb-30{margin-bottom:30px}.ml-30{margin-left:30px}.p-30{padding:30px}.pt-30{padding-top:30px}.pr-30{padding-right:30px}.pb-30{padding-bottom:30px}.pl-30{padding-left:30px}.m-32{margin:32px}.mt-32{margin-top:32px}.mr-32{margin-right:32px}.mb-32{margin-bottom:32px}.ml-32{margin-left:32px}.p-32{padding:32px}.pt-32{padding-top:32px}.pr-32{padding-right:32px}.pb-32{padding-bottom:32px}.pl-32{padding-left:32px}.m-36{margin:36px}.mt-36{margin-top:36px}.mr-36{margin-right:36px}.mb-36{margin-bottom:36px}.ml-36{margin-left:36px}.p-36{padding:36px}.pt-36{padding-top:36px}.pr-36{padding-right:36px}.pb-36{padding-bottom:36px}.pl-36{padding-left:36px}.m-40{margin:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.p-40{padding:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.m-48{margin:48px}.mt-48{margin-top:48px}.mr-48{margin-right:48px}.mb-48{margin-bottom:48px}.ml-48{margin-left:48px}.p-48{padding:48px}.pt-48{padding-top:48px}.pr-48{padding-right:48px}.pb-48{padding-bottom:48px}.pl-48{padding-left:48px}.m-64{margin:64px}.mt-64{margin-top:64px}.mr-64{margin-right:64px}.mb-64{margin-bottom:64px}.ml-64{margin-left:64px}.p-64{padding:64px}.pt-64{padding-top:64px}.pr-64{padding-right:64px}.pb-64{padding-bottom:64px}.pl-64{padding-left:64px}.m-80{margin:80px}.mt-80{margin-top:80px}.mr-80{margin-right:80px}.mb-80{margin-bottom:80px}.ml-80{margin-left:80px}.p-80{padding:80px}.pt-80{padding-top:80px}.pr-80{padding-right:80px}.pb-80{padding-bottom:80px}.pl-80{padding-left:80px}.m-100{margin:100px}.mt-100{margin-top:100px}.mr-100{margin-right:100px}.mb-100{margin-bottom:100px}.ml-100{margin-left:100px}.p-100{padding:100px}.pt-100{padding-top:100px}.pr-100{padding-right:100px}.pb-100{padding-bottom:100px}.pl-100{padding-left:100px}.flex{display:flex}.flex-align-center{align-items:center}.flex-align-end{align-items:flex-end}.flex-align-start{align-items:flex-start}.flex-justify-center{justify-content:center}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}.flex-justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-direction{flex-direction:column}h1{font-size:46px;line-height:70px}h2{font-size:38px;line-height:58px}h3{font-size:30px;line-height:45px}h4{font-size:24px;line-height:36px}h5{font-size:20px;line-height:30px}p{font-size:16px;line-height:24px}.small-text{font-size:14px;line-height:22px}.extra-small-text{font-size:12px;line-height:18px}.text-center{text-align:center}.full-width{width:100%}.center{margin-left:auto;margin-right:auto}.min-content-height{min-height:calc(100vh - 350px)}.loader{width:100%}.loader svg{max-width:100px}.loader.full-page{height:100vh}.disabled{opacity:.6;cursor:auto;pointer-events:none}.hidden,.tooltip{display:none}.tooltip{background-color:#fff;box-shadow:0 4px 4px 0 rgba(0,0,0,.13);padding:8px 12px;border-radius:3px;width:150px;position:absolute;bottom:-60px;left:0;z-index:2}.button{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:9px;white-space:nowrap;transition:all .3s ease}.button i{font-size:24px;margin-right:8px}.button.small{font-size:14px;line-height:22px;padding:5px 12px}.button.small.icon-button{padding:4px}.button.big{padding:11px 24px}.button.big.icon-button{padding:10px}.button.huge{padding:20px 40px;font-size:24px}.button.icon-button{padding:8px}.button.icon-button i{margin-right:0}.button.primary-button{background:#6e6cff;color:#fff}.button.primary-button:hover:not(:disabled){background-color:#5052d9}.button.primary-button:active:not(:disabled){background-color:#393fb3}.button.primary-button:focus:not(:disabled){background-color:#6e6cff;outline:4px solid #c2bdff}.button.primary-button:disabled{background-color:#c2bdff;cursor:auto}.button.primary-button.white{background:#fff;color:#6e6cff}.button.primary-button.white:hover:not(:disabled){background-color:#f5f5f5}.button.primary-button.white:active:not(:disabled){background-color:#f0f0f0}.button.primary-button.white:focus:not(:disabled){background-color:#fff;outline:4px solid #f0f0f0}.button.primary-button.white:disabled{background-color:#f0f0f0;cursor:auto}.button.outlined-button{border:1px solid #6e6cff;color:#6e6cff}.button.outlined-button:hover:not(:disabled){background-color:#f9f7ff}.button.outlined-button:active:not(:disabled){background-color:#f2f0ff}.button.outlined-button:focus:not(:disabled){border-color:#6e6cff;color:#6e6cff;outline:4px solid #c2bdff}.button.outlined-button:disabled{border-color:#c2bdff;color:#c2bdff;cursor:auto}.button.outlined-button.white{background-color:#fff}.button.red-button{color:#ff4d4f;border:1px solid #ff4d4f}.button.red-button,.button.red-button:active:not(:disabled),.button.red-button:hover:not(:disabled){background-color:transparent}.button.red-button:focus:not(:disabled){border-color:#ff4d4f;color:#ff4d4f;outline:4px solid transparent}.button.transparent-button{border-color:transparent}.button.grey-button{background:#f5f5f5}.input-label{display:block}.input-label .label-text{display:block;color:#1f1f1f;margin-bottom:6px}.input-label>div{position:relative}.input-label>div input{padding-right:48px}.input-label>div button{position:absolute;top:50%;transform:translateY(-50%);right:12px}.input-label>div button i{font-size:24px}.input-label input{width:200px;height:40px;border-radius:9px;background:#fff;color:#1f1f1f;border:1px solid #d9d9d9;transition:all .3s ease;padding:0 12px}.input-label input:hover:not(:disabled){border-color:#c2bdff}.input-label input:active:not(:disabled){border-color:#6e6cff;outline:4px solid #c2bdff}.input-label input:focus:not(:disabled){outline:4px solid #c2bdff}.input-label input:disabled{border-color:#d9d9d9;background:#f0f0f0}.input-label .error-message{display:block;color:#ff4d4f;margin-top:6px}.input-label.big input{height:48px;padding:0 16px}.input-label.big input[type=password]{padding:0 42px 0 16px}.input-label.small input{height:32px;font-size:14px;padding:0 8px}.input-label.icon-field input{padding-left:44px}.input-label.icon-field i{font-size:24px;position:absolute;left:12px;top:50%;margin-top:-12px}.input-label.icon-field.search-filed input{background-image:url(/_next/static/media/search-icon.a26d1de4.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:24px;padding-right:44px;padding-left:16px}.input-label.error input{border-color:#ff4d4f}.input-label.full-width input{width:100%}.input-label.error-absolute{position:relative}.input-label.error-absolute .error-message{position:absolute;bottom:-25px}.multiple-input{width:100%;scrollbar-width:none;-ms-overflow-style:none}.multiple-input::-webkit-scrollbar{display:none}.multiple-input .emails-list{max-height:148px;overflow:auto}.multiple-input .emails-list .email-item{font-size:12px;line-height:18px;color:#000;padding:12px 0;border-bottom:1px solid #f0f0f0}.multiple-input .emails-list .email-item:first-child{border-top:1px solid #f0f0f0}.multiple-input .emails-list .email-item i{display:block;font-size:24px;margin-left:10px}.multiple-url-input{width:520px;max-width:100%;scrollbar-width:none;-ms-overflow-style:none;overflow:auto;padding:11px;border-radius:9px;border:1px solid #d9d9d9;background:#fff}.multiple-url-input::-webkit-scrollbar{display:none}.multiple-url-input .url-fields-box{display:flex;align-items:center}.multiple-url-input .url-fields-box input{width:100%;min-width:220px;height:30px}.multiple-url-input .url-fields-box .urls-list{display:flex;align-items:center}.multiple-url-input .url-fields-box .urls-list .url-item{display:flex;align-items:center;background:#f9f7ff;padding:4px 10px;border-radius:60px;margin-right:8px;white-space:nowrap}.multiple-url-input .url-fields-box .urls-list .url-item button{margin-left:4px}.multiple-url-input .url-fields-box .urls-list .url-item button i{display:block}.password-field .input-label{margin-bottom:0}.password-field .input-label input{padding:0 42px 0 16px}.subscribe-form input{width:370px}.trial-options-list .trial-option{width:calc(33.3% - 24px);padding:44px 24px;border-radius:10px;background:#fff;color:#000;box-shadow:-5.11px 5.11px 38.34px 0 rgba(0,0,0,.04);position:relative;overflow:hidden}.trial-options-list .trial-option-top{min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.trial-options-list .trial-option-top img{display:block;width:42px}.trial-options-list .trial-option .price{font-size:46px;line-height:70px}.trial-options-list .trial-option .price sub{display:inline-block;font-size:16px;line-height:24px;transform:translateY(-10px);margin-left:5px}.trial-options-list .trial-option .price-text{font-size:30px;line-height:45px}.trial-options-list .trial-option .info-text{font-style:italic}.trial-options-list .trial-option ul li{line-height:24px}.trial-options-list .trial-option ul li i{font-size:14px;color:#6e6cff}.trial-options-list .trial-option .more-info-text{font-size:14px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #d9d9d9}.trial-options-list .trial-option:before{content:"";width:100%;height:12px;position:absolute;top:0;left:0}.trial-options-list .trial-option:first-child:before{background-color:#e8e6ff}.trial-options-list .trial-option:last-child:before{background-color:#ffcc02}.trial-options-list .trial-option:not(:last-of-type){margin-right:36px}.trial-options-list .trial-option.pro-trial{padding-top:44px}.trial-options-list .trial-option.pro-trial:before{content:"RECOMMENDED";background-color:#6e6cff;height:32px;text-align:center;font-size:16px;line-height:34px;color:#fff}.trial-options-list.trial-single-option .trial-option{display:flex;width:100%;max-width:660px;margin:0 auto}.trial-options-list.trial-single-option .trial-option .more-info-text{margin-bottom:0;padding-bottom:0;border:none}.trial-options-list.trial-single-option .trial-option .trial-option-head{max-width:320px;width:100%;padding-right:16px;border-right:1px solid #d9d9d9}.trial-options-list.trial-single-option .trial-option .trial-option-foo{padding-left:16px}.share-converted-file{padding:64px 0}.share-converted-file-content{border-radius:24px;background-color:#fffee6}.share-converted-file-content .left{width:520px;padding:48px 0 48px 48px}.share-converted-file-content .right .form-image>span{display:block!important}.share-converted-file-content .right .form{border-radius:30px 0 0 0;background:url(/_next/static/media/form-icon-1.3e95d05d.png) no-repeat left 114px top 32px,url(/_next/static/media/form-icon-2.f73cb679.png) no-repeat right 93px top 45px,url(/_next/static/media/form-icon-3.aab96475.png) no-repeat left 57px top 86px,url(/_next/static/media/form-icon-4.5eada591.png) no-repeat right 44px top 106px,url(/_next/static/media/form-icon-5.3d2dc15b.png) no-repeat left 129px bottom 27px,url(/_next/static/media/form-icon-6.aab96475.png) no-repeat right 105px bottom 27px;background-size:43px;background-color:#ffcc02;padding:32px 115px}.share-converted-file-content .right .form-content{width:350px;text-align:center;position:relative}.share-converted-file-content .right .form-content .input-label{opacity:.6}.share-converted-file-content .right .form-content .input-label input{width:100%;border-radius:10px;border:1px solid #f0f0f0;background:#fff}.share-converted-file-content .right .form-content .arrow-icon{position:absolute;bottom:20px;right:20px}.services{padding:32px 0}.services-top{padding:120px 0 80px;text-align:center}.services-images{border-bottom:2px solid #c2bdff}.services-images img{display:block}.services-search{margin-bottom:32px}.services-search .input-label{width:780px;max-width:100%;margin:0 auto}.services-search .input-label input{width:100%}.services-list .service-card{text-align:center;width:calc(25% - 18px);border-radius:20px;border:1px solid #e8e6ff;margin-right:24px;margin-bottom:24px;padding:20px 16px;transition:all .3s ease;position:relative}.services-list .service-card.disabled{background-color:#fffee6;color:#8c8c8c}.services-list .service-card:nth-child(4n){margin-right:0}.services-list div.service-card{background-color:#f9f7ff}.services-list a.service-card:not(.disabled):hover{border:1px solid #c2bdff;background:#f9f7ff}.causes{padding:64px 0}.causes,.causes .image{text-align:center}.causes-list .cause-card{width:calc(50% - 12px);border-radius:30px;background:#fafafa;padding:48px 48px 24px;text-align:left;margin-right:24px;margin-bottom:24px}.causes-list .cause-card img{display:block;width:100%}.causes-list .cause-card:nth-child(2n){margin-right:0}.divider-box{background:#1b2366;text-align:center;padding-top:105px}.divider-box button{margin-bottom:72px;font-weight:600;color:#1b2366!important}.divider-box .container>span{display:block!important;width:-moz-fit-content!important;width:fit-content!important;margin:0 auto!important}.accordion-item{width:774px;max-width:100%;margin:0 auto;border-radius:10px;border:1px solid #d9d9d9;padding:24px}.accordion-item .accordion-title{cursor:pointer}.accordion-item .accordion-title i{font-size:24px}.accordion-item .accordion-content{color:#595959}.accordion-item:not(:last-of-type){margin-bottom:16px}.textarea-label{display:block}.textarea-label .label-text{display:block;color:#1f1f1f;margin-bottom:6px}.textarea-label textarea{width:200px;height:144px;font-family:Source Sans Pro,Helvetica,Arial,sans-serif;font-size:16px;border-radius:9px;background:#fff;color:#1f1f1f;border:1px solid #d9d9d9;transition:all .3s ease;padding:12px 16px;resize:none}.textarea-label textarea:hover:not(:disabled){border-color:#c2bdff}.textarea-label textarea:active:not(:disabled){border-color:#6e6cff;outline:4px solid #c2bdff}.textarea-label textarea:focus:not(:disabled){outline:4px solid #c2bdff}.textarea-label textarea:disabled{border-color:#d9d9d9;background:#f0f0f0}.textarea-label .error-message{display:block;color:#ff4d4f;margin-top:6px}.textarea-label.error input{border-color:#ff4d4f}.textarea-label.full-width textarea{width:100%}.sign-social-buttons>div{width:100%;margin-bottom:12px}.sign-social-buttons>div iframe{margin:0 auto!important}.sign-social-buttons button{display:flex;align-items:center;width:100%;border-radius:9px;background:#f5f5f5;padding:10px 16px;color:#1a1a1a;font-size:14px;font-weight:500;white-space:nowrap}.sign-social-buttons button b{margin-left:16px}.sign-social-buttons button:disabled{opacity:.6;cursor:auto}.sign-social-buttons button:not(:last-of-type){margin-right:8px}.connect-social-buttons button{display:flex;align-items:center;width:auto;border-radius:9px;background:#fff;padding:10px 16px;color:#1a1a1a;font-size:14px;font-weight:500;white-space:nowrap}.connect-social-buttons button b{margin-left:16px}.connect-social-buttons button:not(:last-of-type){margin-right:8px}:root{--toastify-color-dark:$color-neutral-90;--toastify-color-info:$color-primary;--toastify-color-success:$color-green;--toastify-color-warning:$color-secondary;--toastify-color-error:$color-red;--toastify-color-progress-dark:rgba($color-neutral-90,0.2);--toastify-color-progress-info:rgba($color-primary,0.2);--toastify-color-progress-success:rgba($color-green,0.2);--toastify-color-progress-warning:rgba($color-secondary,0.2);--toastify-color-progress-error:rgba($color-red,0.2)}.Toastify__toast{border-radius:8px!important;background:#fff!important;box-shadow:0 8px 16px 4px rgba(0,0,0,.15)!important;padding:12px 28px 12px 12px!important}.Toastify__toast-body{display:flex;padding:0;margin:0}.Toastify__toast-body .Toastify--animate-icon{display:none}.Toastify__toast .Toastify__close-button{position:absolute;right:8px;top:8px}.Toastify__toast .Toastify__progress-bar{height:3px}.Toastify__toast--success{border:1px solid #18d079}.Toastify__toast--success .notification-icon i{color:#18d079}.Toastify__toast--error{border:1px solid #ff4d4f}.Toastify__toast--error .notification-icon i{color:#ff4d4f}.Toastify__toast--warning{border:1px solid #ffcc02}.Toastify__toast--warning .notification-icon i{color:#ffcc02}.notification-icon{display:flex;align-items:center;justify-content:center;margin-right:8px}.notification-icon i{font-size:24px;color:#1f1f1f}.notification-text{color:#1f1f1f}.checkbox{cursor:pointer}.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]:checked+b{background-color:#6e6cff;background-image:url(/_next/static/media/check-white-icon.fd8a0e75.svg);background-repeat:no-repeat;background-position:50%;background-size:13px auto;border-color:#6e6cff}.checkbox b{display:block;width:18px;height:18px;border-radius:4px;border:1px solid #d9d9d9;background-color:#fff;cursor:pointer}.checkbox span{display:block;width:calc(100% - 30px);color:#1f1f1f}.checkbox span a{color:#6e6cff;text-decoration:underline;margin:0 6px}.checkbox.error b{border-color:#ff4d4f}.checkbox.error span{color:#ff4d4f}.checkbox.disabled{opacity:.6}.choose-format label{width:calc(50% - 6px);background-color:#f5f5f5;border-radius:8px;margin-bottom:12px;margin-right:12px;cursor:pointer}.choose-format label input[type=radio]{display:none}.choose-format label input[type=radio]:checked+span{border-color:#6e6cff}.choose-format label input[type=radio]:checked+span b:before{border:5px solid #6e6cff}.choose-format label>span{border:2px solid transparent;padding:4px 12px 4px 20px;border-radius:8px}.choose-format label>span b{position:relative;padding-left:36px}.choose-format label>span b:before{content:"";display:block;width:24px;height:24px;border-radius:50%;position:absolute;left:0;top:0;border:1px solid #595959}.choose-format label>span img{width:50px}.choose-format label:nth-child(2n){margin-right:0}@media(max-width:440px){.choose-format label{width:100%;margin-right:0}}.tab-navigation{margin-bottom:24px}.tab-navigation-content{border-radius:8px;border:1px solid #f2f0ff;padding:4px}.tab-navigation-content li a{display:block;color:#6e6cff;font-size:14px;line-height:22px;border-radius:9px;padding:5px 12px}.tab-navigation-content li a.active{background-color:#6e6cff;color:#fff}.tab-navigation-content li.archive-nav-item,.tab-navigation-content li.archive-nav-item a.for-pro{position:relative}.tab-navigation-content li.archive-nav-item a.for-pro i{position:absolute;right:2px;top:2px;z-index:2;color:#ffcc02}.tab-navigation-content li:not(:last-of-type){margin-right:4px}.tab-navigation-content li:hover .tooltip{display:block}.table{border-radius:16px;background:#f9f7ff;padding:24px;overflow:auto;min-height:220px}.table table{width:100%;min-width:1100px}.table table thead tr th{color:#434343;text-align:left;padding:0 16px 16px}.table table thead tr th:first-child{padding-left:0}.table table thead tr th:last-child{padding-right:0}.table table tbody tr{border-top:1px solid #e8e6ff}.table table tbody tr td{color:#434343;padding:16px;height:48px;box-sizing:content-box}.table table tbody tr td .title-icon img{display:block;width:48px;margin-right:16px}.table table tbody tr td .email-field{max-width:200px;background:#fff;border-radius:60px;font-size:12px;line-height:18px;padding:4px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table table tbody tr td .email-field:not(:last-of-type){margin-right:8px}.table table tbody tr td .more-email-fields{margin-left:8px;position:relative}.table table tbody tr td .more-email-fields button{border-radius:60px;background:#fff;padding:4px 10px;font-size:12px;line-height:18px;white-space:nowrap}.table table tbody tr td .more-email-fields>div{display:none;flex-wrap:wrap;position:absolute;z-index:7;right:0;border-radius:10px;background:#fff;box-shadow:0 14px 14px 0 rgba(0,0,0,.1);padding:6px;width:280px}.table table tbody tr td .more-email-fields>div span{border-radius:60px;background:#f9f7ff;margin:4px;font-size:12px;line-height:18px;padding:4px 10px;max-width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.table table tbody tr td .more-email-fields:hover button{background:#e8e6ff}.table table tbody tr td .more-email-fields:hover>div{display:flex}.table table tbody tr td .actions button i{font-size:24px;display:block}.table table tbody tr td .actions .more-box{position:relative}.table table tbody tr td .actions .more-box .more-menu{position:absolute;right:0;top:50px;padding:8px;background-color:#fff;box-shadow:0 14px 14px 0 rgba(0,0,0,.1);border-radius:8px;z-index:2}.table table tbody tr td .actions .more-box .more-menu li button{font-size:14px;line-height:22px;width:136px;padding:8px}.table table tbody tr td .actions .more-box .more-menu li button:disabled{opacity:.6;cursor:auto}.table table tbody tr td.status span{width:-moz-fit-content;width:fit-content;background-color:#fff;font-size:12px;line-height:18px;text-transform:capitalize;padding:4px 10px;border-radius:60px;position:relative;white-space:nowrap}.table table tbody tr td.status span:before{content:"";display:block;background-color:#6e6cff;width:6px;height:6px;border-radius:50%;margin-right:10px}.table table tbody tr td.status span.success:before{background-color:#18d079}.table table tbody tr td.status span.deleted:before,.table table tbody tr td.status span.failed:before{background-color:#ff4d4f}.table table tbody tr td.status span.expired:before{background-color:#8c8c8c}.table table tbody tr td:first-child{padding-left:0}.table table tbody tr td:first-child div{max-width:300px}.table table tbody tr td:first-child div p{overflow:hidden;text-overflow:ellipsis}.table table tbody tr td:last-child{padding-right:0}.table table tbody tr:last-child td{padding-bottom:0}.table-mobile-view{display:none;background:#f9f7ff;border-radius:16px;padding:24px 16px}.table-mobile-view h6{padding-bottom:16px;border-bottom:1px solid #e8e6ff}.table-mobile-view ul li{padding:20px 0;border-bottom:1px solid #e8e6ff}.table-mobile-view ul li .file-name{font-size:16px;line-height:24px;max-width:calc(100% - 160px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-mobile-view ul li .actions button i{display:block;font-size:24px}.table-mobile-view ul li .actions .more-box{position:relative}.table-mobile-view ul li .actions .more-box .more-menu{position:absolute;right:0;top:50px;padding:8px;background-color:#fff;box-shadow:0 14px 14px 0 rgba(0,0,0,.1);border-radius:8px;z-index:2}.table-mobile-view ul li .actions .more-box .more-menu li{padding:0;border:none}.table-mobile-view ul li .actions .more-box .more-menu li button{font-size:14px;line-height:22px;width:136px;padding:8px}.table-mobile-view ul li .actions .more-box .more-menu li button:disabled{opacity:.6;cursor:auto}.table-mobile-view ul li .mid-info{padding:22px 0 16px}.table-mobile-view ul li .mid-info div{font-size:16px;line-height:24px}.table-mobile-view ul li .status{width:-moz-fit-content;width:fit-content;background-color:#fff;font-size:12px;line-height:18px;text-transform:capitalize;padding:4px 10px;border-radius:60px;position:relative;white-space:nowrap}.table-mobile-view ul li .status:before{content:"";display:block;background-color:#6e6cff;width:6px;height:6px;border-radius:50%;margin-right:10px}.table-mobile-view ul li .status.success:before{background-color:#18d079}.table-mobile-view ul li .status.deleted:before,.table-mobile-view ul li .status.failed:before{background-color:#ff4d4f}.table-mobile-view ul li .status.expired:before{background-color:#8c8c8c}.table-mobile-view ul li .status.in_progress:before{background-color:#393fb3}.table-mobile-view ul li .email-field{background:#fff;border-radius:60px;font-size:12px;line-height:18px;padding:4px 10px}.table-mobile-view ul li .email-field:not(:last-of-type){margin-right:8px}.pagination .page-item{margin:0 4px}.pagination .page-item .page-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:7px;border:1px solid #f0f0f0;background:#fff;color:#1f1f1f;cursor:pointer}.pagination .page-item.active .page-link{color:#6e6cff;border-color:#6e6cff}.pagination .page-item.disabled .page-link{color:#d9d9d9;cursor:auto}.pagination .page-item.disabled .page-link i{color:#8c8c8c}.tag{width:-moz-fit-content;width:fit-content;padding:10px 30px;border-radius:130px;background:#f9f7ff}.tag i{font-size:24px}.pdf-final-step .form-image>span{display:block!important}.pdf-final-step .send-form{max-width:654px;width:100%;position:relative}.pdf-final-step .send-form-content{width:100%;background:#ffcc02;padding:48px;border-radius:16px 16px 16px 0}.pdf-final-step .send-form-content form .input-label{width:100%}.pdf-final-step .send-form-content.disabled{position:relative;opacity:.4}.pdf-final-step .send-form-content.disabled button:disabled{background-color:#6e6cff}.pdf-final-step .share-social-networks li{margin:0 4px}.pdf-final-step .share-social-networks li button{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:9px;background-color:#f5f5f5;cursor:pointer}.pdf-final-step .share-social-networks li button i{font-size:24px}progress{--_track:#ccd6ff;--_track-size:min(10px,1ex);--_progress:#03f;--_radius:1e3px;--_indeterminate-track:linear-gradient(to right,var(--_track) 45%,var(--_progress) 0%,var(--_progress) 55%,var(--_track) 0%);--_indeterminate-track-size:225% 100%;--_indeterminate-track-animation:progress-loading 2s infinite ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;position:relative;height:6px;border-radius:30px;overflow:hidden;width:580px;max-width:100%}@media(prefers-color-scheme:dark){progress{--_track:#c2bdff;--_progress:#6e6bff}}progress:focus-visible{outline-color:var(--_progress)}progress[value]::-webkit-progress-bar{background-color:var(--_track)}progress[value]::-webkit-progress-value{background-color:var(--_progress);-webkit-transition:inline-size .25s ease-out;transition:inline-size .25s ease-out}progress[value]::-moz-progress-bar{background-color:var(--_progress)}progress:indeterminate:after{content:"";inset:0;position:absolute;background:var(--_indeterminate-track);background-size:var(--_indeterminate-track-size);background-position:100%;animation:var(--_indeterminate-track-animation)}progress:indeterminate::-webkit-progress-bar{background:var(--_indeterminate-track);background-size:var(--_indeterminate-track-size);background-position:100%;animation:var(--_indeterminate-track-animation)}progress:indeterminate::-moz-progress-bar{background:var(--_indeterminate-track);background-size:var(--_indeterminate-track-size);background-position:100%;animation:var(--_indeterminate-track-animation)}@keyframes progress-loading{50%{background-position:0}}.upload-box{border-radius:15px;border:1px dashed #c2bdff;background:#f9f7ff;padding:80px 20px}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .delete-button{margin:0 auto 12px}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document{display:flex;flex-wrap:wrap;justify-content:center}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page{width:150px;margin:0 6px 12px;background-color:#fff;overflow:hidden;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page .file-name{width:100%;background:#e8e6ff;color:#000;white-space:nowrap;padding:8px;font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page canvas{width:100%!important;height:180px!important;-o-object-fit:contain;object-fit:contain}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page .rotate-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;border:1px solid #6e6cff;background:#fff;left:0;right:0;bottom:0;top:0;margin:auto;transition:all .3s ease}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page .rotate-button i{color:#6e6cff}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page .rotate-button:hover{background-color:#6e6cff}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page .rotate-button:hover i{color:#fff}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.selected{border:1px solid #6e6cff;position:relative}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.selected:before{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background-color:rgba(110,108,255,.3)}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.failed{border:1px solid #ff4d4f;position:relative}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.failed:before{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background-color:rgba(255,77,79,.3)}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.rotate-90 canvas{transform:rotate(90deg) scale(.704225)}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.rotate-180 canvas{transform:rotate(180deg)}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page.rotate-270 canvas{transform:rotate(270deg) scale(.704225)}.upload-box .uploaded-pdf-list .add-more-files{width:220px;height:318px;background-color:#fff;border-radius:8px;border:1px dashed #c2bdff;margin:0 12px 24px;cursor:pointer}.upload-box .uploaded-pdf-list .add-more-files.small-box{height:230px}.upload-box .progress-box{width:100%}.upload-box .progress-box progress{width:100%;max-width:580px}.upload-box.files-exists{padding:24px}.upload-box.upload-in-progress{border:1px solid #c2bdff;padding:80px}.upload-box.not-registered{padding:20px 20px 80px}.uploaded-pdf-item{width:220px;position:relative;margin:0 12px 24px}.uploaded-pdf-item .delete-button{background-color:#fff;width:26px;height:26px;border-radius:50%;border:1px solid #f0f0f0;position:absolute;top:-8px;right:-8px;z-index:1}.uploaded-pdf-item .delete-button i{font-size:16px}.uploaded-pdf-item .react-pdf__Document{background-color:#fff;overflow:hidden;border:1px solid #f0f0f0;border-radius:8px}.uploaded-pdf-item .react-pdf__Document .react-pdf__Page{min-width:auto!important}.uploaded-pdf-item .react-pdf__Document canvas{width:100%!important;height:282px!important;-o-object-fit:contain;object-fit:contain}.uploaded-pdf-item .react-pdf__Document .file-name{width:100%;background:#e8e6ff;color:#000;white-space:nowrap;padding:8px;font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis}.uploaded-pdf-item .react-pdf__Document .failed{border:1px solid #ff4d4f;position:relative}.uploaded-pdf-item .react-pdf__Document .failed:before{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background-color:rgba(255,77,79,.3)}.uploaded-pdf-item .protected-file{height:316px;background-color:#fff;overflow:hidden;border:1px solid #f0f0f0;border-radius:8px;padding:12px}.uploaded-pdf-item .protected-file .file-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#000;font-size:14px;line-height:22px}.uploaded-pdf-item .protected-file .lock-icon{text-align:center}.uploaded-pdf-item .protected-file .lock-icon i{font-size:32px}.uploaded-pdf-item .protected-file.failed{border:1px solid #ff4d4f;position:relative}.uploaded-pdf-item .protected-file.failed:before{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background-color:rgba(255,77,79,.3)}.uploaded-file-item{border-radius:8px;border:1px solid #c2bdff;overflow:hidden}.uploaded-file-item .file-icon{background:#e8e6ff;height:192px}.uploaded-file-item .file-name{background:#fff;color:#000;font-size:12px;line-height:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uploaded-image-item{border-radius:8px;overflow:hidden}.uploaded-image-item .image{height:284px}.uploaded-image-item .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.uploaded-image-item .file-name{background:#e8e6ff;color:#000;font-size:12px;line-height:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.form-upload-box{border-radius:15px;border:1px dashed #c2bdff;background:#f9f7ff;padding:48px 20px}.form-upload-box .pdf-preview{background:#e8e6ff;padding:12px;border-radius:12px;max-width:380px}.form-upload-box .pdf-preview img{display:block;width:100%;border-radius:12px}.for-registered-users{background:#ffcc02;color:#000;font-size:12px;font-weight:700;line-height:18px;padding:6px 10px;position:absolute;width:100%;top:0;left:0;border-radius:20px 20px 0 0;z-index:2}.for-registered-users i{font-size:16px}.file-center-options{background-color:#fff;padding:4px;border-radius:8px;border:1px solid #e5e5e5}.file-center-options-item input[type=radio]{display:none}.file-center-options-item label span{display:block;border-radius:6px;padding:7px 12px;text-align:center;cursor:pointer;font-size:14px;line-height:22px}.file-center-options-item label span b{display:block;font-size:12px;line-height:18px;color:#8c8c8c;margin-top:2px}.file-center-options-item input[type=radio]:checked+span{background-color:#6e6cff;color:#fff}.file-center-options-item input[type=radio]:checked+span b{color:#fff}.select .select__control{border-radius:9px;border-color:#d9d9d9}.select .select__control .select__value-container{padding:0 16px}.select .select__control .select__value-container .select__single-value{font-size:16px;line-height:24px;color:#1f1f1f}.select .select__control .select__indicators .select__indicator-separator{display:none}.select .select__control .select__indicators .select__indicator{width:40px;height:40px;background-image:url(/_next/static/media/down-dark-arrow.82de5d33.svg);background-repeat:no-repeat;background-position:50%;background-size:24px}.select .select__control .select__indicators .select__indicator svg{display:none}.filter-select .select__control{width:420px;max-width:100%;height:48px}.filter-select .select__menu{z-index:2}.filter-options{display:flex;background-color:#fff;padding:4px;border-radius:8px;border:1px solid #fafafa}.filter-options input[type=radio]{display:none}.filter-options label span{display:block;border-radius:9px;padding:5px 12px;text-align:center;cursor:pointer;font-size:14px;line-height:22px;color:#6e6cff}.filter-options input[type=radio]:checked+span{background-color:#6e6cff;color:#fff}.filters-box.page-numbers{padding:16px;background-color:#fff;border:1px solid #e4e4e4;border-radius:15px}.filter-pages input[type=text]{width:254px;height:32px;border-radius:9px;border:1px solid #d9d9d9;padding:5px 8px;margin-right:8px}.filter-pages input[type=text]:disabled{background-color:#f0f0f0;color:#8c8c8c}.filter-pages span{display:block;font-size:14px;line-height:22px;color:#505050;margin-right:8px}.filter-pages .position-options{border:1px solid #c2bdff;display:grid;grid-template-columns:repeat(3,17px);grid-template-rows:repeat(3,17px);grid-gap:0;gap:0}.filter-pages .position-options .option-row-position{width:17px;height:17px;border-right:1px solid #c2bdff;border-bottom:1px solid #c2bdff}.filter-pages .position-options .option-row-position.clickable{cursor:pointer}.filter-pages .position-options .option-row-position.clickable:hover{background-color:#f2f0ff}.filter-pages .position-options .option-row-position.active{display:flex;align-items:center;justify-content:center}.filter-pages .position-options .option-row-position.active:before{content:"";width:7px;height:7px;background-color:#6e6cff;border-radius:50%}.filter-pages .position-options .option-row-position:nth-child(3n){border-right:none}.filter-pages .position-options .option-row-position:nth-last-child(-n+3){border-bottom:none}.protect-filters>div{width:50%}.protect-filters>div:first-child{margin-right:24px}.protect-filters>div:last-child{background-color:#fff;border:1px solid #e8e6ff;border-radius:20px;padding:24px}.register-for-more-access{background-color:#1b2366;background-image:url(/_next/static/media/hand-icon.4deb3dae.svg);background-repeat:no-repeat;background-position:bottom right 100px;max-width:688px;width:100%;padding:24px 32px;border-radius:16px;margin:48px auto 0}.register-for-more-access .left h3{color:#fff;font-weight:700;line-height:32px}.register-for-more-access .left .tag{margin-top:0;padding:4px 10px;background-color:hsla(0,0%,100%,.2);border-radius:6px;color:#fff}.alert{background-color:#fff;border-radius:8px;padding:12px;color:#1f1f1f;margin-bottom:20px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;border:1px solid}.alert i{font-size:24px;margin-right:8px}.alert button{color:#6e6cff}.alert.primary{border-color:#9994ff}.alert.primary i{color:#6e6cff}.alert.secondary{border-color:#ffcc02}.alert.secondary i{color:#ffcc02}.alert-filled{border-radius:16px;padding:15px 20px;font-weight:700;font-size:16px;line-height:24px;color:#fff;margin-bottom:16px}.alert-filled i{font-size:24px;margin-right:8px}.alert-filled.primary{background:#1b2366}.send-by-email{background-color:#f9f7ff;background-image:url(/_next/static/media/download-image.b9b528c8.svg);background-repeat:no-repeat;background-position:bottom;background-size:560px;padding:35px 30px 100px;border-radius:16px}.send-by-email .for-reg-users{width:-moz-fit-content;width:fit-content;padding:7px 22px;border-radius:8px;color:#fff;background-color:#6e6cff;margin:0 auto}.send-by-email .for-reg-users i{margin-right:8px}.plan-features-list table{width:100%}.plan-features-list table thead tr th{font-size:20px;line-height:30px;font-weight:700;text-align:center;padding:20px 26px;border:1px solid #f2f0ff}.plan-features-list table tbody tr td{font-size:16px;line-height:24px;text-align:center;padding:14px 26px;border:1px solid #f2f0ff}.plan-features-list table tbody tr td i{display:block}.plan-features-list table tbody tr td i.icon-close{font-size:24px;color:#000}.plan-features-list table tbody tr td i.icon-check{font-size:16px;color:#6e6cff}.plan-features-list table tbody tr td:first-child{text-align:left}.plan-features-list table tbody tr.title-tr{background-color:#f2f0ff}.plan-features-list table tbody tr.title-tr td{font-size:20px;line-height:30px;font-weight:700}.plan-features-list .mobile-plan-section{display:none;width:100%}.plan-features-list .mobile-plan-section .plan-item{border:1px solid #f2f0ff}.plan-features-list .mobile-plan-section .plan-item:not(:last-of-type){margin-bottom:52px}.plan-features-list .mobile-plan-section .plan-item .title{font-size:20px;line-height:30px;font-weight:700;padding:16px 24px}.plan-features-list .mobile-plan-section .plan-item .subtitle{background-color:#f2f0ff;font-size:20px;line-height:30px;font-weight:700;padding:12px 24px}.plan-features-list .mobile-plan-section .plan-item ul li{display:flex}.plan-features-list .mobile-plan-section .plan-item ul li div{width:calc(100% - 64px);padding:16px 24px}.plan-features-list .mobile-plan-section .plan-item ul li div i{display:block}.plan-features-list .mobile-plan-section .plan-item ul li div i.icon-close{font-size:24px;color:#000}.plan-features-list .mobile-plan-section .plan-item ul li div i.icon-check{font-size:16px;color:#6e6cff}.plan-features-list .mobile-plan-section .plan-item ul li div:first-child{border-bottom:1px solid #f2f0ff;border-right:1px solid #f2f0ff}.plan-features-list .mobile-plan-section .plan-item ul li div:last-child{display:flex;align-items:center;justify-content:center;padding:16px 8px;width:64px}.tab-buttons{width:-moz-fit-content;width:fit-content;padding:4px;border:1px solid #c2bdff;border-radius:8px;position:relative}.tab-buttons .tab-button-item{padding:12px 26px;border-radius:9px;color:#6e6cff}.tab-buttons .tab-button-item.active{color:#fff;background-color:#6e6cff}.discount-tag{position:absolute;right:-65px;top:-15px}.discount-tag-label{display:block;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:22px;font-weight:700;color:#fff;background-color:#18d079;padding:3px 10px;border-radius:50px;transform:rotate(6deg)}.discount-tag img{margin-left:20px;margin-top:5px}.switch-checkbox{cursor:pointer}.switch-checkbox span{display:block;width:30px;height:18px;border-radius:75px;background-color:#8c8c8c;position:relative;transition:all .3s ease}.switch-checkbox span:before{content:"";position:absolute;width:12px;height:12px;background-color:#fff;box-shadow:0 .08px .23px 0 rgba(0,0,0,.1);left:3px;top:50%;transform:translateY(-50%);border-radius:50%;transition:all .3s ease}.switch-checkbox input{display:none}.switch-checkbox input:checked+span{background-color:#6e6cff}.switch-checkbox input:checked+span:before{left:15px}.payment-plan-card{background:#fff;padding:24px 44px;border-radius:16px;border:1px solid #e8e6ff}.payment-plan-card-left{width:240px;margin-right:52px;border-right:1px solid #e8e6ff}.payment-plan-card-left .name-box{margin-bottom:10px}.payment-plan-card-left .name-box h6{font-weight:700;font-size:24px;line-height:36px;margin-right:10px}.payment-plan-card-left .name-box span{display:inline-block;background:#18d079;border-radius:50px;font-weight:700;font-size:14px;line-height:22px;color:#fff;padding:2px 10px}.payment-plan-card-left .price{margin-bottom:10px}.payment-plan-card-left .price>strong{font-weight:700;font-size:38px;line-height:58px}.payment-plan-card-left .price sub{display:inline-block;font-size:24px;line-height:36px;transform:translateY(-5px);margin-left:5px}.payment-plan-card-right{width:calc(100% - 292px)}.payment-plan-card-right p{font-weight:400;font-size:16px;line-height:24px;color:#1f1f1f;margin-bottom:12px}.payment-plan-card-right ul li{line-height:24px}.payment-plan-card-right ul li i{font-size:14px;color:#6e6cff}.payment-plan-card-right ul li:not(:last-of-type){margin-bottom:12px}.payment-plan-card.recommended{border:3px solid #9994ff}.payment-plan-card:not(:last-of-type){margin-bottom:16px}.main-page-upload{padding-top:24px;margin-bottom:32px}.main-page-upload__left{width:calc(50% - 16px)}.main-page-upload__left h1{display:inline-block;font-weight:700;font-size:38px;line-height:58px;color:#1f1f1f;margin-bottom:16px;position:relative}.main-page-upload__left h1 .hot-tag{display:inline-block;font-weight:700;font-size:21px;line-height:34px;padding:5px 16px;text-transform:uppercase;box-shadow:0 6px 6px 0 rgba(0,0,0,.11);background:#ffcc02;position:absolute;border-radius:78px;right:-100px;top:-30px;transform:rotate(6deg)}.main-page-upload__left h1 .hot-tag img{position:absolute;bottom:-28px;left:0}.main-page-upload__left p{font-weight:400;font-size:16px;line-height:24px;color:#000;margin-bottom:16px}.main-page-upload__left .images>span{display:block!important}.main-page-upload__left .images>span img{width:100%!important}.main-page-upload__right{width:calc(50% - 16px)}.main-page-upload__right .upload-box{height:100%;padding-top:30px;padding-bottom:30px}.payment-plan-switch-box{background:#fff;padding:24px;border-radius:16px;border:1px solid #e8e6ff;position:relative}.payment-plan-switch-box h3{font-weight:700;font-size:20px;line-height:30px;color:#1f1f1f;margin-bottom:12px}.payment-plan-switch-box p{color:#595959;margin-bottom:12px}.payment-plan-switch-box ul{display:flex;align-items:flex-start;flex-wrap:wrap;margin-bottom:24px}.payment-plan-switch-box ul li{width:calc(50% - 20px);line-height:24px;margin-right:20px}.payment-plan-switch-box ul li i{font-size:14px;color:#6e6cff}.payment-plan-switch-box ul li:not(:last-of-type){margin-bottom:12px}.payment-plan-switch-box small{font-weight:400;font-size:14px;line-height:22px;color:#8c8c8c}.payment-plan-switch-box .image{position:absolute;bottom:0;right:-65px}@media(max-width:767px){.payment-plan-switch-box ul li{width:100%;margin-right:0}}.contact-us-content{max-width:930px;margin:0 auto}.contact-us .left{width:385px}.contact-us .left .email{color:#000}.contact-us .left .email .icon{width:48px;height:48px;margin-right:12px;background-color:#6e6cff;border-radius:50%;font-size:24px}.contact-us .left .social-links li{font-size:24px}.contact-us .left .social-links li:not(:last-of-type){margin-right:32px}.contact-us .left .contact-us-image>span{display:block!important}.contact-us .right{width:400px}.contact-us .right .contact-us-image{display:none}.contact-us .right .contact-us-image>span{display:block!important}.account-content{width:620px;max-width:100%;margin:0 auto}.account-content .account-info-box{background:#f9f7ff;padding:0 24px;border-radius:16px}.account-content .account-info-box-item{padding:24px 0}.account-content .account-info-box-item .left{max-width:calc(100% - 58px)}.account-content .account-info-box-item .left p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.account-content .account-info-box-item .right{margin-left:24px}.account-content .account-info-box-item:not(:last-of-type){border-bottom:1px solid #e8e6ff}.account-content .account-social-links{background:#f9f7ff;padding:24px;border-radius:16px}.account-content .account-social-links .connected-accounts li{padding:8px 16px;font-size:14px;line-height:22px;border-radius:8px}.account-content .account-social-links .connected-accounts li img{display:block;width:24px;margin-right:8px}.account-content .account-social-links .connected-accounts li button{display:none}.account-content .account-social-links .connected-accounts li button i{display:block;font-size:20px;color:#1f1f1f}.account-content .account-social-links .connected-accounts li button:disabled{opacity:.6;cursor:auto}.account-content .account-social-links .connected-accounts li:hover{background-color:#fff;color:#6e6cff}.account-content .account-social-links .connected-accounts li:hover button{display:block}.billing-content{width:620px;max-width:100%;margin:0 auto}.billing-content-box{border-radius:16px;background:#f9f7ff;padding:24px}.billing-content-box .upgrade-plan .left{width:184px;margin-right:24px}.billing-content-box .upgrade-plan .left img{width:100%}.billing-content-box .upgrade-plan .right{width:calc(100% - 208px)}.billing-content-box .billing-item{padding:24px 0;border-bottom:1px solid #e8e6ff}.billing-content-box .billing-item .plan-tag{background:#6e6cff;padding:5px 10px;border-radius:6px}.billing-content-box .billing-item .plan-tag i{font-size:20px;color:#ffcc02}.billing-content-box .billing-item:first-child{padding-top:0}.billing-content-box .billing-item:last-child{padding-bottom:0;border:none}.download button{margin:0 auto 48px}.pdf-page .container{width:1062px}.pdf-page .tag{margin:48px auto 0}.payment-page .payment-options{border-radius:8px;border:1px solid #f2f0ff;padding:4px}.payment-page .payment-options label{display:block;color:#6e6cff;font-size:14px;line-height:22px;border-radius:9px;padding:5px 12px;cursor:pointer}input .payment-page .payment-options label:not(:last-of-type){margin-right:4px}.payment-page .payment-options input{display:none}.payment-page .payment-options input:checked+label{background-color:#6e6cff;color:#fff}.payment-page .trial-option{display:flex;padding:24px 32px;border-radius:24px;border:1px solid #6e6cff;box-shadow:-5.113px 5.113px 38.344px 0 rgba(0,0,0,.04);margin-bottom:48px}.payment-page .trial-option>div:first-child{margin-right:32px}.payment-page .trial-option .icon-crown{display:block;font-size:32px;color:#ffcc02;margin-bottom:8px}.payment-page .trial-option .price{font-size:46px;line-height:70px;color:#6e6cff}.payment-page .trial-option .price sub{display:inline-block;font-size:16px;line-height:24px;transform:translateY(-10px);margin-left:5px}.payment-page .trial-option .info-text{font-style:italic;margin-bottom:0}.payment-page .trial-option ul{margin-top:0;margin-bottom:0}.payment-page .trial-option ul li{line-height:24px;margin-bottom:14px}.payment-page .trial-option ul li i{font-size:14px;color:#6e6cff}.prices .faq{background-color:#fafafa}.text-page h2{font-weight:700;margin-bottom:16px}.text-page h3,.text-page h4{font-weight:700;margin-top:20px;margin-bottom:8px}.text-page p{margin-bottom:8px}.text-page a{color:#6e6cff}.text-page ul{padding-left:40px;margin-bottom:12px}.text-page ul li{list-style-type:disc}.pricing-page{background:#f9f7ff}.pricing-page-title{margin-bottom:32px}.pricing-page-title i{font-size:48px;margin-right:24px;color:#00ba00}.pricing-page-title h2{font-weight:700;font-size:30px;line-height:45px}.pricing-page-title h3{font-weight:400;font-size:24px;line-height:36px}.pricing-page-title button{width:340px;max-width:100%}.pricing-page-content .pricing-left{width:384px;margin-right:16px}.pricing-page-content .pricing-left .pricing-document-box{background:#fff;padding:10px;border-radius:16px}.pricing-page-content .pricing-left .pricing-document-box div{height:515px;background:#f2f0ff;border:1.6px solid #e8e6ff;border-radius:12px}.pricing-page-content .pricing-left .pricing-document-box div img{display:block;width:100%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.pricing-page-content .pricing-right{width:calc(100% - 400px)}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item{margin-bottom:8px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label{display:flex;align-items:center;justify-content:space-between;border:1px solid #e8e6ff;background:#fff;padding:8px 16px 8px 48px;border-radius:16px;cursor:pointer;position:relative}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label b{width:20px;height:20px;border:1px solid #6e6cff;border-radius:50%;margin-right:10px;position:absolute;left:18px;top:50%;margin-top:-10px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label p{font-weight:700;font-size:16px;line-height:36px;color:#000;margin-right:8px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label p span{display:inline-block;background:#18d079;border-radius:5px;font-weight:700;font-size:14px;line-height:22px;color:#fff;padding:2px 10px;margin-left:8px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label span{display:flex;align-items:center;font-weight:700;font-size:20px;line-height:36px;color:#000}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label span sub{font-weight:400;font-size:16px;line-height:36px;color:#000;position:relative;bottom:-2px;left:2px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item input[type=radio]{display:none}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item input[type=radio]:checked+label{background:#e8e6ff;border-color:#6e6cff}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item input[type=radio]:checked+label b:after{content:"";width:12px;height:12px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:50%;background:#6e6cff}.set-password-page .container{max-width:400px;width:100%;text-align:center}.set-password-page .container h2{font-weight:700;font-size:16px;line-height:24px;margin-top:32px;margin-bottom:8px;color:#1f1f1f}.set-password-page .container p{font-size:16px;line-height:24px;color:#434343;margin-bottom:32px}.set-password-page .container form{text-align:left}.checkout-page{background:#f9f7ff}.checkout-page h2{font-weight:700;font-size:30px;line-height:45px;margin-bottom:32px}.checkout-page .checkout-content{flex-direction:row-reverse}.checkout-page .checkout-content .checkout-left{width:calc(100% - 400px);margin-right:16px}.checkout-page .checkout-content .checkout-left .payment-box{background:#fff;border:1px solid #e8e6ff;padding:24px;border-radius:16px}.checkout-page .checkout-content .checkout-left .payment-box h3{font-weight:700;font-size:20px;line-height:30px;margin-bottom:24px}.checkout-page .checkout-content .checkout-left .payment-box .pay-with{margin-bottom:24px}.checkout-page .checkout-content .checkout-left .payment-box .pay-with h6{font-size:16px;font-weight:600;margin-bottom:8px}.checkout-page .checkout-content .checkout-left .payment-box .pay-with img{display:block;width:280px;max-width:100%}.checkout-page .checkout-content .checkout-left .payment-box .card-element-label{display:block;margin-bottom:24px}.checkout-page .checkout-content .checkout-left .payment-box .card-element-label>span{display:block;font-weight:400;font-size:14px;line-height:22px;color:#1f1f1f;margin-bottom:6px}.checkout-page .checkout-content .checkout-left .payment-box .card-element-label #card-cvc-element,.checkout-page .checkout-content .checkout-left .payment-box .card-element-label #card-expire-element,.checkout-page .checkout-content .checkout-left .payment-box .card-element-label #card-number-element{border-radius:9px;padding:12px 16px;border:1px solid #d9d9d9}.checkout-page .checkout-content .checkout-left .payment-box .card-element-label.card-expire-element{width:34%;margin-right:16px}.checkout-page .checkout-content .checkout-left .payment-box .card-element-label.card-cvc-element{width:calc(66% - 16px)}.checkout-page .checkout-content .checkout-left .payment-box .error{display:block;font-size:16px;color:#ff4d4f;margin-bottom:20px}.checkout-page .checkout-content .checkout-left .payment-box .info-text a{display:inline-block;color:#6e6cff;text-decoration:underline;margin:0 3px}.checkout-page .checkout-content .checkout-right{width:384px}.checkout-page .checkout-content .checkout-right .document-box{background:#fff;padding:10px;border-radius:16px;margin-bottom:16px}.checkout-page .checkout-content .checkout-right .document-box>div{height:280px;background:#f2f0ff;border:1.6px solid #e8e6ff;border-radius:12px}.checkout-page .checkout-content .checkout-right .document-box>div img{display:block;width:100%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.checkout-page .checkout-content .checkout-right .info-box{background:#fff;padding:16px;border-radius:16px}.checkout-page .checkout-content .checkout-right .info-box .details-button{display:none;width:100%;align-items:center;justify-content:space-between;margin-bottom:12px}.checkout-page .checkout-content .checkout-right .info-box .details-button i{font-size:24px}.checkout-page .checkout-content .checkout-right .info-box .document-box{display:none}.checkout-page .checkout-content .checkout-right .info-box ul li{line-height:24px}.checkout-page .checkout-content .checkout-right .info-box ul li i{font-size:14px;color:#6e6cff}.checkout-page .checkout-content .checkout-right .info-box ul li:not(:last-of-type){margin-bottom:12px}.checkout-page .checkout-content .checkout-right .info-box .charge-info{background:#1b2366;padding:16px;border-radius:16px;color:#fff}.checkout-page-2{min-height:100vh}.checkout-page-2__left{background:#1b2366;width:50%;padding:64px;position:relative}.checkout-page-2__left__content{max-width:380px;width:100%}.checkout-page-2__left__content h6{font-weight:400;font-size:16px;line-height:20px;color:hsla(0,0%,100%,.6);margin-bottom:3px}.checkout-page-2__left__content .price{font-weight:400;font-size:36px;line-height:46px;letter-spacing:-.48px;color:hsla(0,0%,100%,.9);margin-bottom:40px}.checkout-page-2__left__content .price sup{font-weight:400;font-size:12px;line-height:46px;position:relative;top:-5px}.checkout-page-2__left__content .charged{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px}.checkout-page-2__left__content .charged p{font-weight:400;font-size:14px;line-height:18px;color:hsla(0,0%,100%,.9)}.checkout-page-2__left__content .charged strong{font-weight:700;font-size:16px;line-height:20px;letter-spacing:-.48px;color:hsla(0,0%,100%,.9)}.checkout-page-2__left .icon{height:50vh;position:absolute;bottom:0;left:0}.checkout-page-2__right{background:#fff;width:50%;padding:64px}.checkout-page-2__right__content .payment-box__header{margin-bottom:32px}.checkout-page-2__right__content .payment-box__header button i{font-size:28px}.checkout-page-2__right__content .payment-box__header h3{font-weight:600;font-size:28px;line-height:26px;color:rgba(26,26,26,.898)}.checkout-page-2__right__content .payment-box .pay-with{margin-bottom:24px}.checkout-page-2__right__content .payment-box .pay-with h6{font-weight:600;font-size:13px;line-height:18px;color:rgba(26,26,26,.698);margin-bottom:8px}.checkout-page-2__right__content .payment-box .pay-with img{display:block;width:220px;max-width:100%}.checkout-page-2__right__content .payment-box .card-element-label{display:block}.checkout-page-2__right__content .payment-box .card-element-label>span{display:block;font-weight:600;font-size:13px;line-height:18px;color:rgba(26,26,26,.698);margin-bottom:6px}.checkout-page-2__right__content .payment-box .card-element-label #card-cvc-element,.checkout-page-2__right__content .payment-box .card-element-label #card-expire-element,.checkout-page-2__right__content .payment-box .card-element-label #card-number-element{padding:12px 16px;border:1px solid #d9d9d9}.checkout-page-2__right__content .payment-box .card-element-label #card-number-element{border-radius:9px 9px 0 0}.checkout-page-2__right__content .payment-box .card-element-label #card-expire-element{border-radius:0 0 0 9px;border-top:none}.checkout-page-2__right__content .payment-box .card-element-label #card-cvc-element{border-radius:0 0 9px 0;border-top:none;border-left:none}.checkout-page-2__right__content .payment-box .card-element-label.card-cvc-element,.checkout-page-2__right__content .payment-box .card-element-label.card-expire-element{width:50%}.checkout-page-2__right__content .payment-box .pay-button{width:100%}.checkout-page-2__right__content .payment-box .error{display:block;font-size:16px;color:#ff4d4f;margin-bottom:20px}.checkout-page-2__right__content .payment-box .info-text a{display:inline-block;color:#6e6cff;text-decoration:underline;margin:0 3px}.checkout-page-2__right__content .payment-box .poweredbystripe{font-weight:400;font-size:12px;line-height:16px;color:rgba(26,26,26,.502);text-align:center}.checkout-page-2__right__content .payment-box .poweredbystripe img{display:block;margin-left:4px}.editor-content .webviewer{height:calc(100vh - 80px)}.editor-content .webviewer .RibbonItem .Button.active{color:#6e6cff!important;border-bottom-color:#6e6cff!important}iframe[title=js]{display:none!important}.forms-page{padding:48px 0;text-align:center}.forms-page h1{font-weight:700;margin-bottom:32px}.forms-page .forms-tab{width:240px;margin-right:30px}.forms-page .forms-tab ul{text-align:left}.forms-page .forms-tab ul li{margin-bottom:8px}.forms-page .forms-tab ul li a,.forms-page .forms-tab ul li button{display:block;font-size:20px;line-height:28px;padding:8px;border-bottom:2px solid transparent}.forms-page .forms-tab ul li a.active,.forms-page .forms-tab ul li button.active{color:#6e6cff;border-color:#6e6cff}.forms-page .forms-list{width:calc(100% - 270px)}.forms-page .forms-list .forms-search input{width:100%}.forms-page .forms-list .form-item{width:calc(25% - 24px);padding:10px;margin:0 12px 20px;box-shadow:0 1px 3px 0 rgba(166,175,195,.4);border-radius:8px;cursor:pointer;transition:all .3s ease}.forms-page .forms-list .form-item img{display:block;width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.forms-page .forms-list .form-item p{text-align:left;padding:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.forms-page .forms-list .form-item button{display:block;width:100%;background:#e8e6ff;color:#000;white-space:nowrap;font-size:18px;line-height:24px;font-weight:600;overflow:hidden;text-overflow:ellipsis;padding:10px;border-radius:12px}.forms-page .forms-list .form-item:hover{box-shadow:0 3px 6px 0 #c2bdff}.modal{z-index:9;display:flex;justify-content:center;overflow:auto}.modal,.modal-background{position:fixed;top:0;left:0;width:100%;height:100%}.modal-background{background-color:rgba(0,0,0,.5);z-index:1}.modal-inner{position:relative;border-radius:20px;background:#fff;padding:32px 85px;width:620px;height:-moz-fit-content;height:fit-content;max-width:100%;z-index:2;margin:50px 0}.modal-inner .close-button{position:absolute;right:24px;top:24px;font-size:24px;z-index:2}.modal-inner .modal-header .error-message{max-width:276px;margin:0 auto 8px}.modal-inner .modal-footer{padding-top:24px}.modal-inner.more-access-modal{padding:32px 45px}.modal-inner.share-files-modal{padding:24px}.modal-inner.premium-login-modal{width:1030px;padding:0!important;overflow:hidden;margin:50px 20px}.modal-inner.premium-login-modal .modal-body{display:flex}.modal-inner.premium-login-modal .modal-body .left{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:430px;background:#1b2366;padding:12px 12px 0}.modal-inner.premium-login-modal .modal-body .right{width:calc(100% - 430px);padding:64px 74px 50px}.modal-inner.premium-login-modal .modal-body .right h2{font-weight:700;font-size:38px;line-height:58px;color:#000;margin-bottom:16px}.modal-inner.premium-login-modal .modal-body .right p{color:#1f1f1f;margin-bottom:24px}.modal-inner.premium-login-modal .modal-body .right small{display:block;color:#1f1f1f;font-weight:400;font-size:16px;line-height:24px;text-align:center;margin-top:24px}@media(max-width:991px){h1{font-size:32px;line-height:48px}h3{font-size:26px;line-height:40px}h4{font-size:22px;line-height:34px}h5{font-size:18px;line-height:28px}.ready-to-get-started{padding:48px 0}}@media(max-width:620px){.tooltip{left:auto;right:0}}@media(max-width:991px){header .head-right .menu-burger-button{display:block}header .desktop-navbar,header .head-right-desktop{display:none}header .mobile-menu{display:flex;flex-direction:column}}@media(max-width:640px){.editor-content header .head-left .logo{display:none}.editor-content header .head-left .input-label input{width:160px}}@media(max-width:1199px){footer .foo-top .foo-right .foo-nav{width:calc(100% - 460px)}}@media(max-width:1100px){.foo-bottom>div a{margin-right:16px}}@media(max-width:991px){footer .foo-top-box{flex-direction:column}footer .foo-top .foo-left{margin-right:0}footer .foo-top .foo-left,footer .foo-top .foo-right{width:100%;margin-bottom:32px}footer .foo-bottom{flex-direction:column;align-items:flex-start}footer .foo-bottom>div{margin-bottom:16px}}@media(max-width:767px){footer .foo-top .foo-right{flex-direction:column}footer .foo-top .foo-right .foo-nav{margin-right:0;width:100%;margin-bottom:10px}footer .foo-top .foo-right .foo-nav li{margin-top:0}}@media(max-width:620px){footer .foo-bottom>div{flex-wrap:wrap}footer .foo-bottom>div a{margin-bottom:16px}}@media(max-width:374px){footer .foo-bottom>div{flex-direction:column;align-items:flex-start}footer .foo-bottom>div a{margin-right:0}}@media(max-width:1199px){.subscribe-form input{width:300px;max-width:100%}}@media(max-width:520px){.subscribe{width:100%}.subscribe-form{flex-direction:column}.subscribe-form label{margin-right:0;margin-bottom:32px}.subscribe-form label input{width:100%}.subscribe-form button{width:-moz-fit-content;width:fit-content}}@media(max-width:1199px){.services-list .service-card{width:calc(33.3% - 16px)}.services-list .service-card:nth-child(4n){margin-right:24px}.services-list .service-card:nth-child(3n){margin-right:0}}@media(max-width:767px){.services-top{padding:48px 0 24px}.services-top p br{display:none}.services-images>span:first-child,.services-images>span:last-child{display:none!important}.services-list .service-card{width:calc(50% - 12px)}.services-list .service-card:nth-child(3n){margin-right:24px}.services-list .service-card:nth-child(2n){margin-right:0}}@media(max-width:580px){.services-list .service-card{width:calc(50% - 8px);margin-right:16px;margin-bottom:16px;padding:8px}.services-list .service-card .icon{margin-bottom:8px}.services-list .service-card .icon>span img{width:64px!important}.services-list .service-card .title{font-size:13px;line-height:22px;margin-bottom:10px}.services-list .service-card p.small-text{font-size:12px;line-height:18px}.services-list .service-card:nth-child(3n){margin-right:16px}.services-list .service-card:nth-child(2n){margin-right:0}}@media(max-width:360px){.services-list .service-card{width:100%;margin-right:0!important}}@media(max-width:1199px){.causes-list .cause-card{padding:24px}}@media(max-width:767px){.causes-list .cause-card{width:100%;margin-right:0!important;margin-bottom:0}.causes-list .cause-card:not(:last-of-type){margin-bottom:24px}}@media(max-width:1199px){.divider-box{padding-top:64px}}@media(max-width:991px){.divider-box{padding-top:48px}}@media(max-width:767px){.divider-box h3 br{display:none}}@media(max-width:991px){.trial-options-list{flex-direction:column;align-items:center}.trial-options-list .trial-option{width:100%;margin-right:0!important;max-width:380px}.trial-options-list .trial-option-top{min-height:auto}.trial-options-list .trial-option .price{font-size:32px;line-height:48px}.trial-options-list .trial-option .price-text{font-size:26px;line-height:34px}.trial-options-list .trial-option:not(:last-of-type){margin-bottom:24px}.trial-options-list.trial-single-option .trial-option{margin-right:auto!important}}@media(max-width:767px){.trial-options-list.trial-single-option .trial-option{flex-direction:column}.trial-options-list.trial-single-option .trial-option .trial-option-head{max-width:100%;border-right:none;border-bottom:1px solid #d9d9d9;padding-right:0;padding-bottom:16px}.trial-options-list.trial-single-option .trial-option .trial-option-foo{max-width:100%;padding-left:0}.upgrade-tags{flex-direction:column}.upgrade-tags .tag:first-child{margin-bottom:24px}}@media(max-width:520px){.tab-navigation-content li{margin-right:0!important}.tab-navigation-content li a{font-size:12px;padding:5px}.connect-social-buttons{flex-direction:column;align-items:flex-start}.connect-social-buttons button{margin-right:0!important}.connect-social-buttons button:not(:last-of-type){margin-bottom:16px}}@media(max-width:991px){.upload-box .uploaded-pdf-list .add-more-files{width:158px;height:216px;margin:0 4px 8px}.upload-box .uploaded-pdf-list .add-more-files img{width:74px}.upload-box .uploaded-pdf-list .add-more-files p{font-size:12px}.upload-box .uploaded-pdf-list .protected-file{height:216px;padding:8px}.upload-box .uploaded-pdf-list .protected-file .lock-icon i{font-size:24px}.upload-box .uploaded-pdf-list .protected-file .password-field .label-text{font-size:12px;line-height:14px;margin-bottom:4px}.upload-box .uploaded-pdf-list .protected-file .password-field .input-label input{height:38px;font-size:12px;padding:0 28px 0 8px}.upload-box .uploaded-pdf-list .protected-file .password-field .input-label button{right:8px}.upload-box .uploaded-pdf-list .protected-file .password-field .input-label button i{font-size:16px}.upload-box .uploaded-pdf-list .protected-file .password-field p{font-size:12px;line-height:16px}.upload-box .protect-filters{flex-direction:column}.upload-box .protect-filters>div{margin-right:0!important;width:100%}.upload-box .protect-filters>div:first-child{margin-bottom:12px}.upload-box.files-exists{padding:24px 12px 32px}.uploaded-pdf-item{width:158px;margin:0 4px 8px}.uploaded-pdf-item .react-pdf__Document canvas{height:180px!important}.uploaded-pdf-item .delete-button{width:18px;height:18px}.uploaded-pdf-item .delete-button i{font-size:10px}.uploaded-image-item .image{height:182px}}@media(max-width:767px){.upload-box{padding:48px}.upload-box .alert{display:none}.upload-box .filters-box{flex-direction:column}.upload-box .filters-box .filter-pages{margin-bottom:12px}.upload-box .filters-box .filter-pages input{width:180px}.upload-box .filters-box.page-numbers .filter-pages{margin-bottom:0}.upload-box.upload-in-progress{padding:48px}.upload-box.url-input-box{padding:48px 24px}}@media(max-width:520px){.upload-box .filters-box.page-numbers{align-items:flex-start}.upload-box .filters-box.page-numbers .filter-pages{flex-direction:column;align-items:flex-start}.upload-box .filters-box.page-numbers .filter-pages .position{margin-right:0;margin-bottom:8px}.upload-box .filters-box.page-numbers .filter-pages>div p{font-size:12px;line-height:14px}.upload-box .filters-box.page-numbers .filter-pages>div input{width:160px}.upload-box .filters-box.page-numbers .filter-pages .checkbox{margin-left:0;margin-bottom:0;margin-top:8px}}@media(max-width:400px){.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page{width:116px}.upload-box .uploaded-pdf-list .uploaded-pdf-pages .react-pdf__Document .page canvas{height:135px!important}.upload-box .uploaded-pdf-list .add-more-files{width:120px;height:161px}.upload-box .uploaded-pdf-list .protected-file{height:161px}.upload-box .uploaded-pdf-list .protected-file .password-field p{font-size:10px}.upload-box .filters-box:not(.page-numbers) .filter-pages{flex-direction:column}.upload-box .filters-box:not(.page-numbers) .filter-pages div{margin-bottom:12px}.upload-box .filters-box:not(.page-numbers) .filter-pages input{width:220px}.upload-box .protect-filters>div>div.flex{flex-direction:column}.upload-box .protect-filters>div>div.flex label{width:100%;margin-right:0!important;margin-bottom:8px}.uploaded-pdf-item{width:120px}.uploaded-pdf-item .react-pdf__Document canvas{height:125px!important}.uploaded-image-item .image{height:127px}}@media(max-width:767px){.pdf-final-step-buttons .button.big{padding:4px 12px;font-size:14px}.pdf-final-step-buttons .button.big.icon-button{padding:6px}.pdf-final-step-buttons .button.big.icon-button i{font-size:18px}.pdf-final-step .form-image{display:none}.pdf-final-step .send-form-content{border-radius:18px;padding:48px 16px}.pdf-final-step .send-form-content form{flex-direction:column}.pdf-final-step .send-form-content form label{margin-bottom:16px}}@media(max-width:1439px){.share-converted-file-content .left{width:460px}.share-converted-file-content .right .form{padding:24px 70px;background:url(/_next/static/media/form-icon-1.3e95d05d.png) no-repeat left 60px top 32px,url(/_next/static/media/form-icon-2.f73cb679.png) no-repeat right 40px top 45px,url(/_next/static/media/form-icon-3.aab96475.png) no-repeat left 20px top 86px,url(/_next/static/media/form-icon-4.5eada591.png) no-repeat right 20px top 106px,url(/_next/static/media/form-icon-5.3d2dc15b.png) no-repeat left 70px bottom 27px,url(/_next/static/media/form-icon-6.aab96475.png) no-repeat right 30px bottom 27px;background-size:32px;background-color:#ffcc02}}@media(max-width:1199px){.share-converted-file-content .left{width:370px;padding:24px 0 24px 24px}.share-converted-file-content .right .form span span img{max-width:165px!important}}@media(max-width:991px){.share-converted-file{padding:48px 0}.share-converted-file-content{flex-direction:column;padding:24px 24px 0;border-radius:24px}.share-converted-file-content .left{width:100%;padding:0}.share-converted-file-content .right{width:100%}.share-converted-file-content .right .form span span img{max-width:165px!important}}@media(max-width:767px){.share-converted-file-content .right .form-image{min-width:100px}.share-converted-file-content .right .form{background:#ffcc02;padding:24px;width:calc(100% - 100px)}.share-converted-file-content .right .form-content{width:315px}.share-converted-file-content .right .form-content .arrow-icon{display:none}}@media(max-width:520px){.share-converted-file-content{padding:24px 16px 0}.share-converted-file-content .right{width:100%}.share-converted-file-content .right .form-image{display:none}.share-converted-file-content .right .form{width:100%;border-radius:30px;padding:24px 16px}.share-converted-file-content .right .form-content{width:100%;max-width:360px}}@media(max-width:991px){.modal-inner.premium-login-modal .modal-body .left{width:300px}.modal-inner.premium-login-modal .modal-body .left img{max-width:100%}.modal-inner.premium-login-modal .modal-body .right{width:calc(100% - 300px);padding:42px 36px 36px}}@media(max-width:767px){.modal-inner{width:500px;padding:32px 24px!important}.modal-inner .more-access-list{flex-direction:column}.modal-inner .more-access-list li:not(:last-of-type){margin-bottom:24px}}@media(max-width:680px){.modal-inner.premium-login-modal{width:100%;min-height:100vh;height:100%;border-radius:0;overflow:auto;margin:0}.modal-inner.premium-login-modal .close-button{right:16px;top:16px}.modal-inner.premium-login-modal .modal-body{flex-direction:column-reverse}.modal-inner.premium-login-modal .modal-body .left{width:100%;padding:24px 24px 0}.modal-inner.premium-login-modal .modal-body .left img{max-width:250px}.modal-inner.premium-login-modal .modal-body .right{width:100%;padding:70px 24px 32px;min-height:calc(100vh - 372px)}.modal-inner.premium-login-modal .modal-body .right h2{font-size:28px;line-height:42px}}@media(max-width:520px){.modal-inner:not(.thanks-payment-modal){width:100%;padding:72px 16px 32px!important;min-height:100vh;height:100%;border-radius:0;overflow:auto;margin:0}.modal-inner:not(.thanks-payment-modal) .close-button{right:16px;top:16px}.modal-inner:not(.thanks-payment-modal) .sign-social-buttons{flex-direction:column}.modal-inner:not(.thanks-payment-modal) .sign-social-buttons button:not(:last-of-type){margin-right:0;margin-bottom:16px}.modal-inner:not(.thanks-payment-modal).premium-login-modal{padding:0!important}.modal .thanks-payment-modal{width:280px}}@media(max-width:1199px){.table table tbody tr td .email-field{max-width:120px}}@media(max-width:1024px){.table{padding:24px 16px}.table table thead tr th{font-size:14px}.table table tbody tr td{font-size:12px}.table table tbody tr td .more-email-fields>div{width:180px}}@media(max-width:991px){.table{display:none}.table-mobile-view{display:block}.table-mobile-view ul li .file-name{cursor:pointer}}@media(max-width:767px){.filters{flex-direction:column;align-items:flex-start}.filters .input-label{width:100%;margin-right:0;margin-bottom:16px}.filters .input-label input{width:100%!important;max-width:350px}}@media(max-width:520px){.table-mobile-view ul li .file-name,.table-mobile-view ul li .mid-info div{font-size:14px;line-height:20px}.table-mobile-view ul li .actions .button{margin-left:8px}.pagination .page-item{margin:0 2px}.pagination .page-item .page-link{width:28px;height:28px;font-size:13px}}@media(max-width:767px){.file-center-options{width:100%;flex-direction:column}.file-center-options-item{width:100%}.filter-select .select .select__control{width:260px}.register-for-more-access{flex-direction:column;background-image:none;margin-top:24px}.register-for-more-access .left{margin-bottom:24px}.register-for-more-access .left .tag{margin-left:0}}@media(max-width:460px){.send-by-email{padding-bottom:200px;background-image:url(/_next/static/media/download-image-mobile.2ec3b171.svg);background-size:100% auto}}@media(max-width:991px){.plan-features-list table thead tr th{font-size:16px;line-height:24px;padding:12px}.plan-features-list table tbody tr td{padding:12px;font-size:14px;line-height:20px}.plan-features-list table tbody tr.title-tr td{font-size:16px;line-height:24px}}@media(max-width:767px){.plan-features-list table{display:none}.plan-features-list .mobile-plan-section{display:block}}@media(max-width:375px){.discount-tag{right:-40px;top:-20px}.discount-tag-label{font-size:12px;line-height:18px;padding:2px 8px}}@media(max-width:991px){.payment-plan-card{padding:24px}.payment-plan-card-left{width:200px;margin-right:20px}.payment-plan-card-left .name-box h6{font-size:22px;line-height:20px}.payment-plan-card-left .name-box span{font-size:13px}.payment-plan-card-left .price>strong{font-size:28px;line-height:48px}.payment-plan-card-left .price sub{font-size:16px;line-height:22px}.payment-plan-card-right{width:calc(100% - 220px)}}@media(max-width:580px){.payment-plan-card{flex-direction:column}.payment-plan-card-left{width:100%;margin-right:0;margin-bottom:16px;padding-bottom:16px;border-right:none;border-bottom:1px solid #e8e6ff}.payment-plan-card-right{width:100%}}@media(max-width:991px){.main-page-upload__left h1{font-size:28px;line-height:40px}.main-page-upload__left h1 .hot-tag{display:none}}@media(max-width:767px){.main-page-upload{flex-direction:column;padding-top:0}.main-page-upload__left{width:100%;margin-bottom:16px}.main-page-upload__left h1{font-size:32px;line-height:40px}.main-page-upload__left .images,.main-page-upload__left h1 br{display:none}.main-page-upload__right{width:100%}}@media(max-width:520px){.billing-content-box .upgrade-plan{flex-direction:column;align-items:flex-start}.billing-content-box .upgrade-plan .left{margin-right:0;margin-bottom:24px}.billing-content-box .upgrade-plan .right{width:100%}.billing-content-box .billing-item,.billing-content-box .billing-item>.flex{flex-direction:column;align-items:flex-start}.billing-content-box .billing-item>.flex>div:not(:last-of-type),.billing-content-box .billing-item>div:not(:last-of-type){margin-bottom:24px}}@media(max-width:991px){.faq{padding:48px 0}.faq h5{width:calc(100% - 36px)}.contact-us{padding-top:48px}.contact-us-content{flex-direction:column}.contact-us-content .left{width:100%;margin-bottom:48px}.contact-us-content .left .social-links{margin-bottom:0}.contact-us-content .left .contact-us-image{display:none}.contact-us-content .right{width:100%;padding-bottom:0}.contact-us-content .right .contact-us-image{display:block;margin-top:48px}}@media(max-width:767px){.pdf-page p br{display:none}.payment-page .trial-option{display:block}.payment-page .trial-option>div:first-child{margin-right:0}.payment-page .trial-option .price{font-size:32px}.payment-page .trial-option .info-text{margin-bottom:32px}.payment-page .tags-list{flex-direction:column}.payment-page .tags-list .tag:first-child{margin-right:0;margin-bottom:24px}}@media(max-width:420px){.account-bottom-buttons{flex-direction:column}.account-bottom-buttons button:first-child{margin-bottom:8px}}@media(max-width:1199px){.pricing-page-content .pricing-left{width:300px}.pricing-page-content .pricing-left .pricing-document-box div{height:365px}.pricing-page-content .pricing-right{width:calc(100% - 316px)}}@media(max-width:991px){.pricing-page-title h2{font-size:24px;line-height:32px}.pricing-page-title h3{font-size:18px;line-height:24px}.pricing-page-title button{width:200px}.pricing-page-content .pricing-left{width:270px}.pricing-page-content .pricing-left .pricing-document-box div{height:320px}.pricing-page-content .pricing-right{width:calc(100% - 286px)}}@media(max-width:767px){.pricing-page{padding-top:24px}.pricing-page-title{flex-direction:column;align-items:flex-start;margin-bottom:12px}.pricing-page-title h2{font-size:18px;line-height:28px}.pricing-page-title h3{font-size:16px;line-height:22px}.pricing-page-title button{width:100%;margin-top:20px}.pricing-page-content{flex-direction:column}.pricing-page-content .pricing-left{display:none}.pricing-page-content .pricing-left .pricing-document-box div{height:365px}.pricing-page-content .pricing-right{width:100%}}@media(max-width:580px){.pricing-page-content .pricing-left{width:220px}.pricing-page-content .pricing-left .pricing-document-box div{height:280px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label{padding:8px 12px 8px 30px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label b{width:16px;height:16px;left:8px;margin-top:-8px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label p{font-size:14px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label p span{font-size:12px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label span{font-size:15px;line-height:21px}.pricing-page-content .pricing-right .payment-plan-options .payment-plan-item label span sub{font-size:13px}}@media(max-width:991px){.checkout-page .checkout-content{flex-direction:column-reverse}.checkout-page .checkout-content .checkout-left{width:100%;margin-bottom:16px;margin-right:0}.checkout-page .checkout-content .checkout-right{width:100%}.checkout-page-2__left{display:none}.checkout-page-2__right{width:100%}}@media(max-width:767px){.checkout-page{padding:24px 0}.checkout-page h2{font-size:18px;line-height:28px;margin-bottom:12px}.checkout-page .checkout-content .checkout-right .document-box{display:none}.checkout-page .checkout-content .checkout-right .info-box .details-button{display:flex}.checkout-page .checkout-content .checkout-right .info-box .document-box{display:block}.checkout-page .checkout-content .checkout-right .info-box .more-box{display:none}.checkout-page .checkout-content .checkout-right .info-box .more-box.open{display:block}.checkout-page-2__right{padding:32px}}@media(max-width:1199px){.forms-page .forms-list .form-item{width:calc(33.3% - 24px)}}@media(max-width:991px){.forms-page .forms-tab{width:180px;margin-right:20px}.forms-page .forms-tab ul li button{font-size:15px;line-height:20px;padding:6px}.forms-page .forms-list{width:calc(100% - 200px)}.forms-page .forms-list .form-item{width:calc(33.3% - 12px);margin:0 6px 12px}.forms-page .forms-list .form-item p{font-size:14px;line-height:20px;min-height:52px}.forms-page__content{flex-wrap:wrap}.forms-page .forms-tab{width:100%;margin-right:0;margin-bottom:24px}.forms-page .forms-tab ul{display:flex;align-items:center;flex-wrap:wrap}.forms-page .forms-tab ul li{margin-right:12px}.forms-page .forms-list{width:100%}.forms-page .forms-list .form-item{width:calc(33.3% - 12px);margin:0 6px 12px}.forms-page .forms-list .form-item p{font-size:14px;line-height:20px;min-height:52px}}@media(max-width:560px){.forms-page .forms-list .form-item{width:calc(50% - 12px)}}@media(max-width:420px){.forms-page .forms-list .form-item{width:100%}}