@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Bubblegum+Sans&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bubblegum+Sans:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Gilroy:wght@600&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.carousel-slides-child{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;bottom:-100px;height:253px;left:8px;margin:0!important;position:absolute;width:253px;z-index:1}.carousel-slides-item{bottom:-43px;height:110px;margin:0!important;right:80px;width:110px}.carousel-nav-btn,.carousel-slides-inner,.carousel-slides-item{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;position:absolute;z-index:1}.carousel-slides-inner{height:69px;left:388px;margin:0!important;top:-7px;width:69px}.carousel-nav-btn{height:253px;left:0;top:-21px;width:253px}.carousel-nav-btn-container{height:232px;margin:0!important;position:absolute;right:0;top:-89px;width:223px}.carousel-content-container-child{background:radial-gradient(50% 50%at 50% 50%,#5e95ec,#2066e3);display:none;height:1008px;max-width:100%;position:relative;width:1920px;z-index:0}.carousel-content-container-item{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;bottom:458px;height:69px;left:12px;margin:0!important;position:absolute;width:69px;z-index:1}.facebook-video{font-family:poppins;white-space:pre-wrap}.downloader{color:#3777e6}.facebook-video-downloader-container{align-self:stretch;font-family:inherit;font-size:50px;font-weight:600;margin:0;z-index:2}.downloader-title-wrapper{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%;padding:7px 0 0}.input-container{background-color:#fff;border-radius:15px;height:73px;margin-left:-278px;position:relative;width:318px;z-index:1}.input-container1{gap:10px;justify-content:end}.input-container1,.link-input{align-items:center;display:flex}.link-input{border:1px solid #ccc;border-radius:30px;font-size:16px;height:60px;outline:none;padding:0 15px 0 25px;width:700px}.paste-icon{background:#0000;border:none;cursor:pointer;font-size:20px}.cross-video-card{background:none;border:none}.video-card{height:35vh}.cross-btn{align-items:center;background:none;border:none;border-radius:6px;display:flex;height:30px;justify-content:center;margin-top:30px;width:30px}.fetch-button{background-color:#2066e3;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;height:40px;padding:0 22px;transition:background-color .3s}.two-btn-searchbar{align-items:center;background:#fff;display:flex;gap:10px;justify-content:end;margin-right:11px;position:absolute}.fetch-button:hover{background-color:#1a4dba}.terms{font-family:Poppins;font-size:15px;line-height:25.5px;margin-top:16px}.terms-link{color:#fff;cursor:pointer;font-weight:700;text-decoration:underline}.error-message{color:#fab4b4;font-family:poppins;font-weight:400;margin-top:-175px}.Main{height:280px}.card-layout-inner,.downloader-title-wrapper-parent{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.download-facebook-video{font-feature-settings:"liga" off,"clig" off;color:#fff;font-family:Gilroy;font-size:24px;font-style:normal;font-weight:600;line-height:normal;opacity:.4;text-align:center}.download-icon{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:110px;left:0;position:absolute;top:0;width:110px;z-index:1}.download-button-icon{border-radius:15px;height:114px;left:0;object-fit:cover;position:absolute;top:22px;width:99px;z-index:2}.download-btn-container{flex:-1 1;height:148px;min-width:110px;position:relative}.facebook-video1{align-self:stretch;color:#fff;font-size:17px}.facebook-video1,.video-format-placeholder{font-family:poppins;font-weight:600;position:relative;z-index:1}.video-format-placeholder{color:#ffffffb3;display:inline-block;font-size:16px;min-width:36px}.video-format-container,.video-format-label-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:0;justify-content:center;margin-left:115px;margin-top:30px}.video-format-container{box-sizing:border-box;padding:30px 0 0;width:151px}.download-row{align-items:flex-start;display:flex;justify-content:space-between}.download-options-icon{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:20px;position:relative;width:20px;z-index:1}.download-options-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:37px 0 0}.download-instructions{align-items:flex-start;align-self:stretch;color:#fff;display:flex;flex-direction:row;font-size:20px;gap:20px;justify-content:space-between;max-width:100%;text-align:left}.card-content-container{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1px;justify-content:flex-start;max-width:100%}.card-content-container-wrapper{align-items:flex-start;align-self:stretch;box-sizing:border-box;color:#fff6;display:flex;flex-direction:row;font-size:24px;justify-content:flex-end;max-width:100%;padding:0 17px 0 0}.features-container-child,.features-container-item{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;margin:0!important;position:absolute;z-index:1}.features-container-child{height:253px;left:-105px;top:5px;width:253px}.features-container-item{bottom:-41px;height:141px;left:394px;width:141px}.frame-child{height:62px;left:206px;position:relative;width:65px}.frame-child,.frame-inner,.frame-item{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%}.frame-item{bottom:0;height:61px;left:875px;position:relative;top:0;width:58px}.frame-item-1{height:202px;left:-293px;top:-133px;width:203px}.frame-item-1,.frame-item-2{margin-bottom:0;position:relative}.frame-item-2{height:91px;left:1076px;top:-284px;width:94px}.frame-item-3{height:45px;left:794px;top:-544px;width:43px}.frame-item-3,.frame-item-4{margin-bottom:0;position:relative}.frame-item-4{height:133px;left:48vw;top:-849px;width:152px}.frame-item-5{height:56px;left:1162px;top:-503px;width:60px}.frame-item-5,.frame-item-6{margin-bottom:0;position:relative}.frame-item-6{height:106px;left:1122px;top:-857px;width:109px}.frame-item-1,.frame-item-2,.frame-item-3,.frame-item-4,.frame-item-5,.frame-item-6{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%}.frame-inner{height:54px;width:54px}.frame-child1,.frame-inner,.rectangle-div{display:none;position:relative}.rectangle-div{align-self:stretch;background-color:#fff;border-radius:15px;height:551px}.frame-child1{background-color:#2065e3;border-radius:10px;height:50px;max-width:100%;width:536px}.video{flex:1 1;font-family:poppins;font-size:18px;position:relative;text-align:center;z-index:1}.frame-child2,.rectangle-parent{border-radius:10px;max-width:100%}.rectangle-parent{align-items:center;background-color:#fff;border:1px solid #00000040;border-radius:10px;color:gray;cursor:pointer;display:flex;justify-content:center;padding:12px 170px;transition:background-color .3s}.button-active{background:#2065e3;color:#fff;transform:scale(1.1);transition:transform .2s}.rectangle-container:hover,.rectangle-parent1:hover,.rectangle-parent:hover{background-color:#478cff}.frame-child2{background-color:#fff;box-shadow:0 0 8.3px #00000040;display:none;height:50px;position:relative;width:536px}.audio{flex:1 1;font-family:poppins;font-size:inherit;font-weight:600;margin:0;position:relative;z-index:1}.rectangle-group{background-color:#fff;border-radius:10px;box-shadow:0 0 8.3px #00000040;box-sizing:border-box;flex:1 1;padding:10px 238px 14px 239px;z-index:1}.quality-header,.quality-selector,.rectangle-group{align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:100%}.quality-header{flex:1 1;gap:38px}.quality-selector{align-self:stretch;box-sizing:border-box;padding:0 20px}.download,.quality,.render{display:inline-block;font-family:poppins;font-weight:600;min-width:69px;position:relative;z-index:1}.download,.render{min-width:67px}.download{min-width:96px}.download-btn-options,.download-header{align-items:flex-start;display:flex;flex-direction:row;max-width:100%}.download-header{gap:20px;justify-content:space-between;width:921px}.download-btn-options{align-self:stretch;box-sizing:border-box;justify-content:center;padding:0 20px}.checkbox-values-icon,.p-hd{align-self:stretch;font-family:poppins;position:relative;z-index:1}.checkbox-values-icon{max-height:100%;max-width:100%;overflow:hidden}.p-hd{font-size:16px;font-weight:600}.render-checkboxes,.resolution-values{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 6px 0 0}.render-checkboxes{box-sizing:border-box;padding:6px 0 0;width:72px}.frame-child3{background-color:#2065e3;border-radius:17.5px;display:none;height:31px;position:relative;width:111px}.download1{color:#fff;display:inline-block;flex:1 1;font-family:poppins;font-size:12px;font-weight:600;min-width:58px;position:relative;text-align:center;z-index:1}.rectangle-container{align-items:flex-start;background-color:#2065e3;border:0;border-radius:17.5px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;padding:10px 18px 12px;z-index:1}.checkbox-values,.resolution-values-parent{align-items:center;display:flex;flex-direction:row;max-width:100%}.resolution-values-parent{gap:20px;justify-content:space-between;width:930px}.checkbox-values{align-self:stretch;box-sizing:border-box;justify-content:center;padding:0 20px 0 26px}.p,.p-sd{align-self:stretch;display:inline-block;font-weight:600;min-width:73px;position:relative;z-index:1}.p{min-width:47px}.p-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 19px 0 0}.yes{display:inline-block;font-weight:600;position:relative;width:47px;z-index:1}.yes-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 0 0}.render1{color:#fff;display:inline-block;flex:1 1;font-family:Gilroy;font-size:12px;font-weight:600;min-width:41px;position:relative;text-align:center;z-index:1}.checkbox-values2,.frame-group,.rectangle-parent1{align-items:flex-start;display:flex;flex-direction:row}.rectangle-parent1{background-color:#2065e3;border:0;border-radius:17.5px;cursor:pointer;font-family:poppins;justify-content:flex-start;padding:9px 35px 8px;z-index:1}.checkbox-values2,.frame-group{max-width:100%}.frame-group{gap:20px;justify-content:space-between;width:917px}.checkbox-values2{box-sizing:border-box;justify-content:center;padding:0 20px;width:1121px}.p1{align-self:stretch;display:inline-block;font-family:poppins;font-weight:600;min-width:39px;position:relative;z-index:1}.p-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 23px 0 0}.yes1{display:inline-block;font-family:poppins;font-weight:600;position:relative;width:39px;z-index:1}.checkbox-values3,.frame-container{align-items:flex-start;display:flex;flex-direction:row;max-width:100%}.frame-container{gap:20px;justify-content:space-between;width:913px}.checkbox-values3{box-sizing:border-box;justify-content:center;padding:0 20px;width:1117px}.p2{align-self:stretch;min-width:40px}.p2,.p5,.yes2{display:inline-block;font-family:poppins;font-weight:600;position:relative;z-index:1}.yes2{width:40px}.p5{align-self:stretch;min-width:37px}.p-wrapper3{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:6px 24px 0 0}.yes5{display:inline-block;font-weight:600;position:relative;width:37px;z-index:1}.checkbox-values7,.frame-parent3{align-items:flex-start;display:flex;flex-direction:row;max-width:100%}.frame-parent3{gap:20px;justify-content:space-between;width:912px}.checkbox-values7{box-sizing:border-box;justify-content:center;padding:0 20px;width:1116px}.checkbox-options{align-items:flex-end;align-self:stretch;display:flex;flex-direction:column;font-size:16px;gap:7.5px;justify-content:flex-start;max-width:100%}.ellipse-parent,.render-options{align-items:flex-start;align-self:stretch;flex-direction:column}.render-options{color:#000;display:flex;font-size:20px;gap:16px;justify-content:flex-start;max-width:100%}.ellipse-parent{background-color:#fff;border-radius:15px;box-sizing:border-box;flex:1 1;gap:24px;padding:20px 0 16px;z-index:2}.card-layout,.ellipse-parent,.features-container{display:flex;justify-content:flex-start;max-width:100%}.features-container{align-items:flex-start;color:#999;flex-direction:row;font-size:22px;height:551px;position:relative}.card-layout{align-items:center;flex-direction:column;left:0;position:absolute;top:150px;width:100%}.downloader-card-container-child,.downloader-card-container-item{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:54px;left:0;position:absolute;top:36px;width:54px;z-index:1}.downloader-card-container-item{height:141px;left:1641px;top:268px;width:141px}.downloader-card-container{height:730px;width:100%}.carousel-content-container{background:radial-gradient(50% 50%at 50% 50%,#5e95ec,#2066e3);flex:1 1}.carousel-slides{flex:1 1;position:relative}.carousel-container{align-self:stretch;box-sizing:border-box;color:#fff;font-family:Gilroy;font-size:50px;padding:0 0 49px;text-align:center}.App-card{align-items:center;border-radius:20px;display:flex;flex-direction:column;height:190px;margin-top:20px;position:absolute}::placeholder{color:#999;font-family:poppins;font-size:16px}.App-card-main,.card-main-wrapper{display:flex;justify-content:center}.card-main-wrapper{align-items:center;flex-direction:column;margin-bottom:0;position:relative}.h3{margin-bottom:0;margin-top:20px}.card-heading2{color:#4e88e9;margin-bottom:0}.card-heading1,.card-heading2{font-feature-settings:"liga" off,"clig" off;font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.card-heading1{color:#000}.card-para{font-feature-settings:"liga" off,"clig" off;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-top:4px;opacity:.5;text-align:center}.card-para,.no-audio-message{color:#000;font-family:Poppins}.no-audio-message{align-items:center;display:flex;font-size:20px;font-weight:400;justify-content:center;width:100%}.lottie-container{height:30px;transform:scale(1.5);width:72px}@media screen and (min-width:320px) and (max-width:767px){.Toastify__toast,.error-message{display:none}.downloader-card-container.closed{height:450px}.downloader-card-container.open{height:630px}.frame-item-1,.frame-item-2,.frame-item-3,.frame-item-4,.frame-item-5,.frame-item-6{display:none}.features-container-item{left:0}.App-card{height:101px;margin-top:5px;width:330px}.facebook-video-downloader-container{font-size:23px}.input-container{height:47px;margin-left:-127px;width:136px}.link-input{height:40px;width:288px}.card-main-wrapper{height:103px}.features-container{height:383px;width:100%}.ellipse-parent,.render-options{width:86vw}::placeholder{font-size:12px;margin-left:10px}.rectangle-parent{padding:0 39px}.quality-header{gap:38px}.download-header{font-size:14px;width:921px}.p-hd{font-size:13px}.rectangle-container{padding:11px 19px}.downloader-title-wrapper{padding:0}.download-facebook-video{font-size:15px}.terms{font-size:8px;margin-top:7px}.card-heading1,.card-heading2,.card-para{font-size:11px}.card-para{margin-bottom:0;margin-top:0}.app-icon{margin-bottom:13px;width:90px}.download-button-icon{height:88px;top:49px}.video-format-container,.video-format-label-wrapper{margin-left:111px;margin-top:58px}.cross-btn{margin-top:61px}.video{font-size:14px}.two-btn-searchbar{background:none;gap:2px;margin-right:8px}.fetch-button{font-size:10px;height:25px;padding:2px 9px}.card-layout{top:127px}.card-content-container{gap:17px}.h3{margin-bottom:-6px;margin-top:0}.paste-image{display:flex;height:22px;width:14px}.lottie-container{height:40px;width:45px}.facebook-video1,.video-format-placeholder{font-size:13px}}@media screen and (min-width:768px) and (max-width:1200px){.error-message{margin-top:-175px}.downloader-card-container.closed{height:700px}.downloader-card-container.open{height:750px}.frame-item-1,.frame-item-2,.frame-item-3,.frame-item-4,.frame-item-5,.frame-item-6{display:none}.App-card{height:180px;width:720px}.facebook-video-downloader-container{font-size:43px}.input-container{margin-left:-238px;width:257px}.link-input{width:660px}.card-main-wrapper{height:190px}.features-container{height:420px;width:100%}.ellipse-parent,.render-options{width:75vw}.rectangle-parent{padding:12px 100px}.downloader-title-wrapper{padding:0}.card-layout{top:190px}.rectangle-container{padding:11px 18px}.facebook-video1,.video-format-placeholder{font-size:16px}}.browser-address-bar,.browser-content,.browser-top-bar{bottom:0;height:100%;left:0;margin:0!important;position:absolute;right:0;top:0;width:100%;z-index:0}.browser-top-bar{background-color:#fff;border-radius:40px;box-shadow:0 0 8.3px #00000026}.browser-address-bar,.browser-content{border-radius:23px}.browser-address-bar{background-color:#2d6ee51a}.browser-content-parent.active{background-color:#2d6ee5;color:#fff}.browser-address-bar,.browser-content-parent{border-radius:23px}.browser-title-icon{height:19px;position:relative;width:21px}.browser-title-icon-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:24px;justify-content:flex-start;padding:3px 0 0;width:20px}.web-browser{color:#999;display:inline-block;flex-shrink:0;font-family:Poppins;font-size:14px;font-weight:500;height:18px;position:relative;text-align:left}.browser-content-parent,.browser-title-icon-container-parent{align-items:center;display:flex;flex-direction:row;justify-content:center;z-index:1}.active-text,.browser-content-parent.active .browser-title-icon-container{color:#fff}.browser-content-parent.active .browser-title-icon{filter:brightness(0) invert(1)}.browser-title-icon-container-parent{align-items:center;display:flex;gap:10px;height:35px;justify-content:center}.browser-content-parent{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;height:39px;position:relative;width:180px}.group-icon{height:17px;position:relative;width:9.5px}.group-wrapper{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:19px;justify-content:flex-start;padding:2px 0 0;width:9.5px}.mobile-browser{display:inline-block;flex-shrink:0;font-weight:500;height:21px;position:relative;width:108px}.mobile-browser-wrapper{flex-direction:row;height:21px;width:107px}.frame-wrapper,.group-div,.mobile-browser-wrapper{align-items:flex-start;display:flex;justify-content:flex-start}.group-div{flex-direction:row;gap:12px;height:21px;width:128.5px}.frame-wrapper{box-sizing:border-box;flex-direction:column;height:30px;padding:9px 63.5px 0 0;width:192px;z-index:2}.group-icon1{bottom:9.52%;height:80.95%;left:0;max-height:100%;max-width:100%;overflow:hidden;position:absolute;right:73.04%;top:9.52%;width:26.96%}.app{display:inline-block;flex-shrink:0;font-weight:500;height:21px;position:relative;width:30px}.app-wrapper{align-items:flex-start;display:flex;flex-direction:row;height:21px;justify-content:flex-start;left:calc(50% - 1px);position:absolute;top:0;width:29px}.group-parent{height:21px;position:relative;width:56px}.browser-address-bar-parent,.frame-wrapper1{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:30px;justify-content:flex-start;padding:9px 0 0;width:56px;z-index:3}.browser-address-bar-parent{flex-direction:row;gap:29px;height:49px;padding:5px;position:relative;width:565px}.browser-bottom-bar{border-radius:29px;height:540px;position:relative;width:565px;z-index:2}.browser-top-bar-parent{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:661px;justify-content:flex-start;left:0;padding:29px 19px 19px;position:absolute;top:0;width:603px}.mask-group-icon{height:540px;left:19px;object-fit:cover;position:absolute;top:102px;width:565px}.arrow-icon{bottom:216px;height:47px;object-fit:contain;position:absolute;right:221px;width:47px}.component-1{align-items:flex-start;color:#999;display:flex;flex-direction:column;font-family:Poppins;font-size:14px;height:661px;justify-content:flex-start;text-align:left;width:603px}.frame-parent5{height:661px;position:relative;width:603px}@media screen and (min-width:320px) and (max-width:767px){.component-1{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:center;padding:0 10px;width:100%}.frame-parent5{height:auto;margin:0;max-width:400px;width:100%}.mask-group-icon{height:308px;top:75px;width:90%}.browser-address-bar-parent{gap:3px;justify-content:center;width:100%}.browser-top-bar-parent{height:556px;width:100%}.browser-address-bar,.browser-content,.browser-top-bar{height:71%;width:100%}.browser-bottom-bar{height:auto;width:100%}.browser-content-parent{height:25px;max-width:180px;padding:8px 17px;width:100%}.browser-title-icon{height:16px;width:13px}.web-browser{font-size:9px;height:12px}.browser-title-icon-container-parent{gap:5px;height:24px}}@media screen and (min-width:1201px) and (max-width:1700px){.info-icon-circle{display:none}.component-1,.frame-parent5{height:540px;width:40vw}.browser-top-bar-parent{height:555px;width:40vw}.browser-address-bar-parent{height:49px;width:36vw}.browser-bottom-bar{height:420px;width:36vw}.mask-group-icon{height:435px;width:36vw}.browser-address-bar,.browser-content,.browser-top-bar{padding:1px}.browser-title-icon-container-parent{gap:3px}}.features-header-container-child{bottom:317.7px;height:349.3px;left:-60.6px;margin:0!important;object-fit:contain;position:absolute;width:369.7px}.features-header-container-item{bottom:481px;height:40.1px}.features-header-container-item,.features-header-container-item-1{margin:0!important;object-fit:contain;position:absolute;right:-17.4px;width:258.1px}.features-header-container-item-1{bottom:110px;height:48.1px}.features-header-container-item-2{bottom:245px;right:10.6px}.features-header-container-item-2,.features-header-container-item-3{height:48.1px;margin:0!important;object-fit:contain;position:absolute;width:66.1px}.features-header-container-item-3{bottom:29px;right:69.6px}.features-title-dots{left:376px;top:180px}.features-title-dots,.features-title-dots1,.features-title-dots2{background-color:#00000080;border-radius:50%;filter:blur(10px);height:7px;margin:0!important;position:absolute;top:202px;width:204px}.features-title-dots1{left:333px}.features-title-dots2{right:552px}.our-features{flex:1 1;font-family:inherit;font-size:inherit;font-weight:600;margin:0;position:relative}.our-features-wrapper{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:flex-end;padding:0 181px}.effortless-facebook-video{align-self:stretch;color:#999;font-family:inherit;font-size:22px;font-weight:500;margin:0;position:relative}.frame-parent7{align-items:flex-end;display:flex;flex-direction:column;gap:15px;justify-content:flex-start;max-width:100%}.frame-wrapper2{align-items:flex-start;align-self:stretch;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;max-width:100%;padding:0 22px 13px 20px}.feature-highlights-container-child{background-color:#00c2ff33;border-radius:50%;bottom:282px;height:26px;margin:0!important;position:absolute;right:0;width:26px}.frame-child12{align-self:stretch;flex:1 1;max-height:100%;max-width:100%;overflow:hidden;position:relative}.feature-highlights-container-inner{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:510px;justify-content:flex-start;padding:61px 0 0}.group-icon2{flex:1 1;height:202px;max-width:100%;overflow:hidden;position:relative;z-index:1}.highlights-column{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding:0 7px 0 6px}.high-quality{flex:1 1;font-family:inherit;font-size:inherit;font-weight:600;margin:0;position:relative}.high-quality-wrapper{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding:0 77px 0 78px}.our-facebook-downloader{color:#999;font-size:16px;font-weight:500;position:relative}.highlights-row{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:36px;justify-content:flex-start;max-width:100%;padding:0 72px 0 0;width:391px}.group-icon3,.group-icon4{height:194.5px;left:0;position:absolute;top:0;width:271.9px}.group-icon4{height:85.3px;left:78.1px;top:8.2px;width:80.8px}.group-icon5,.group-icon6{height:93.6px;left:0;position:absolute;top:0;width:51.8px}.group-icon6{bottom:0;height:84.34%;left:8.99%;max-height:100%;max-width:100%;overflow:hidden;right:27.23%;top:15.66%;width:63.77%;z-index:1}.group-icon7,.group-icon8{height:52.1px;left:82.2px;position:absolute;top:51.2px;width:68.2px;z-index:2}.group-icon8{height:50.3px;left:10.2px;top:51.7px;width:46.7px}.group-icon9,.group2{bottom:24.79%;height:75.21%;left:5.92%;position:absolute;right:0;top:0;width:94.08%}.group-icon9{bottom:0;height:41.49%;left:0;max-height:100%;max-width:100%;overflow:hidden;right:13.08%;top:58.51%;width:86.92%;z-index:3}.group1{height:186.8px;left:55.2px;position:absolute;top:11.8px;width:169px;z-index:1}.group-group{flex:1 1;height:198.6px;position:relative}.group,.group-container{display:flex;flex-direction:row}.group{align-items:flex-start;flex:1 1;flex-shrink:0;justify-content:flex-start;z-index:1}.group-container{justify-content:flex-end;padding:0 23px 0 24px}.frame-parent10,.group-container,.simply-to-use-wrapper{align-items:flex-start;align-self:stretch}.simply-to-use-wrapper{display:flex;flex-direction:row;justify-content:flex-start;padding:0 69px 0 70px}.frame-parent10{flex-shrink:0;gap:11px}.frame-parent10,.frame-parent9,.highlights-row1{display:flex;flex-direction:column;justify-content:flex-start}.frame-parent9{align-items:flex-end;gap:36.4px;width:319px}.highlights-row1{align-items:flex-start;box-sizing:border-box;max-width:100%;padding:3px 0 0;width:391px}.objects-icon{flex:1 1;height:195px;max-width:100%;overflow:hidden;position:relative;z-index:1}.free-download-title,.free-paragraph{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding:0 41px 0 40px}.free-download-title{padding:0 57px}.free-download-info{align-self:stretch;gap:11px}.free-download-info,.free-title-container,.objects-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.free-title-container{align-self:stretch;gap:36px;width:319px}.objects-container{box-sizing:border-box;flex:1 1;min-width:207px;padding:0 0 99px}.info-icon-circle{border:0 solid #14ff00;border-radius:50%;box-sizing:border-box;height:43px;opacity:.2;position:relative;width:43px}.info-icon-container{display:none}.free-info-icon{align-items:flex-start;display:flex;flex-direction:column;gap:263px;justify-content:flex-start;width:66px}.feature-highlights-container,.feature-highlights-container-inner1{align-items:flex-start;display:flex;justify-content:center;max-width:100%}.feature-highlights-container-inner1{box-sizing:border-box;flex-direction:column;padding:7px 0 0;width:319px}.feature-highlights-container{align-self:flex-start;color:#000;flex-direction:row;font-size:26px;position:relative}.follow-these-easy,.how-to-use1{display:inline-block;font-family:inherit;font-size:inherit;margin:0;position:relative}.how-to-use1{font-weight:600;width:240px}.follow-these-easy{flex:1 1;font-weight:500;max-width:100%}.mobile-paragraph-container,.mobile-title-container{align-items:flex-start;display:flex;justify-content:flex-start;max-width:100%}.mobile-paragraph-container{align-self:stretch;box-sizing:border-box;color:#999;flex-direction:row;font-size:22px;padding:0 0 0 2px;text-align:left}.mobile-title-container{flex-direction:column;gap:9px;width:465px}.frame-child13{height:116px;position:relative;width:116px}.copy-the-url{font-family:inherit;font-size:inherit;font-weight:600;margin:0;position:relative}.copy-the-video{color:#999;font-size:14px;font-weight:500;position:relative}.frame-parent12,.steps-content{align-items:flex-start;display:flex;justify-content:flex-start;max-width:100%}.steps-content{box-sizing:border-box;flex:1 1;flex-direction:column;min-width:211px;padding:3px 0 0}.frame-parent12{flex-direction:row;gap:34px;width:474px}.frame-child14{height:116px;position:relative;width:116px}.go-back-to{color:#999;display:inline-block;font-size:14px;font-weight:500;max-width:100%;position:relative;width:324px}.paste-url-into-the-input-field-parent{align-self:stretch;flex-direction:column;gap:11px}.frame-parent13,.frame-wrapper3,.paste-url-into-the-input-field-parent{align-items:flex-start;display:flex;justify-content:flex-start;max-width:100%}.frame-wrapper3{box-sizing:border-box;flex:1 1;flex-direction:column;min-width:224px;padding:3px 0 0}.frame-parent13{align-self:stretch;flex-direction:row;gap:34px}.click-the-download{display:inline-block;font-family:inherit;font-size:inherit;font-weight:600;margin:0;max-width:100%;position:relative}.frame-wrapper4{box-sizing:border-box;flex:1 1;flex-direction:column;min-width:229px;padding:3px 0 0}.frame-parent11,.frame-wrapper4,.steps-container{align-items:flex-start;display:flex;justify-content:flex-start;max-width:100%}.frame-parent11{flex:1 1;flex-direction:column;gap:64px}.steps-container{align-self:stretch;box-sizing:border-box;color:#000;flex-direction:row;font-size:24px;padding:0 0 0 2px;text-align:left}.mobile-info{flex-direction:column;gap:53px;max-width:100%;width:26.3vw}.mobile-circle-container,.mobile-content-container,.mobile-info{align-items:flex-start;display:flex;justify-content:flex-start}.mobile-content-container{flex-direction:row;gap:60px;max-width:100%}.mobile-download-container-wrapper{box-sizing:border-box;justify-content:center}.frame-parent6{align-items:flex-end;display:flex;flex-direction:column;gap:68px;justify-content:flex-start;max-width:100%}.features-description,.features-header-container{align-items:center;display:flex;flex-direction:row;max-width:100%}.features-header-container{justify-content:center;position:relative;width:1690px}.features-description{align-self:stretch;box-sizing:border-box;color:#2065e3;font-family:Poppins;font-size:38px;justify-content:center;padding:0 0 130px;text-align:center}.features-right-child1{margin-left:0;margin-top:103px;position:relative}@media screen and (min-width:320px) and (max-width:767px){.feature-highlights-container-inner{display:none}.feature-highlights-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.objects-container{padding:0}.feature-highlights-container-child,.features-header-container-item,.features-header-container-item-1,.frame-child12,.free-info-icon{display:none}.features-title-dots{left:5px}.features-title-dots1{left:91px;top:240px}.features-title-dots2{left:69px}.free-download-title,.free-paragraph{align-items:center;align-self:stretch;display:flex;flex-direction:row;justify-content:center}.our-features{font-size:20px}.frame-parent7{display:flex;gap:7px;justify-content:center;width:349px}.our-features-wrapper{padding:0}.effortless-facebook-video{font-size:12px}.frame-wrapper2{padding:0}.highlights-row{margin-top:20px;padding:0}.highlights-column{align-items:center;align-self:stretch;display:flex;flex-direction:row;justify-content:center;padding:0}.frame-parent10,.frame-parent9,.free-download-info,.free-title-container,.highlights-row1,.objects-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.highlights-row{gap:12px}.feature-highlights-container-inner1{box-sizing:border-box;flex-direction:column;padding:0;width:319px}.our-facebook-downloader{font-size:12px;width:190px}.group-icon2{height:145px}.mobile-content-container{flex-wrap:wrap;justify-content:center}.features-header-container-child,.features-header-container-item-2,.features-header-container-item-3{display:none}.mobile-info{width:317px}.frame-child13,.frame-child14{height:97px;width:58px}.frame-parent13{gap:23px}.how-to-use1{font-size:18px;text-align:left;width:247px}.click-the-download,.copy-the-url,.follow-these-easy{font-size:15px}.copy-the-video,.go-back-to{font-size:11px}.frame-parent12{gap:23px}.frame-parent6{gap:0}.high-quality{font-feature-settings:"liga" off,"clig" off;color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.frame-parent9,.free-title-container{gap:12px}.group-group{height:148.6px}.group-icon3,.group-icon4,.objects-icon{height:145px}.features-description{padding:0 0 67px}}@media screen and (min-width:768px) and (max-width:1200px){.features-header-container-child,.features-header-container-item,.features-header-container-item-1,.features-header-container-item-2,.features-header-container-item-3,.frame-child12,.free-info-icon{display:none}.features-description{padding:0}.features-title-dots{left:250px;top:701px}.features-title-dots1{left:742px;left:462px;top:335px}.features-title-dots2{left:75px;right:333px;top:337px}.feature-highlights-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:27px;justify-content:center;width:100%}.feature-highlights-container-child,.feature-highlights-container-inner{display:none}.our-facebook-downloader{width:252px}.highlights-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:41px;justify-content:center;max-width:100%;padding:0;width:319px}.free-download-info,.free-title-container,.objects-container{align-items:center;display:flex;justify-content:center;width:325px}.frame-parent9{align-items:center;gap:36.4px;justify-content:center;width:319px}.frame-parent10,.frame-parent9,.highlights-row1{align-items:center;display:flex;flex-direction:column;justify-content:center}.feature-highlights-container-inner1,.frame-parent10,.frame-parent9,.highlights-row1{width:319px}.objects-container{padding:0}.mobile-content-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px}.mobile-info{flex-direction:column;gap:53px;max-width:100%;width:594px}.mobile-title-container{width:523px}.mobile-download-container-wrapper{padding:20px}.follow-these-easy{font-size:18px}.how-to-use1{font-size:30px;width:189px}}@media screen and (min-width:320px) and (max-width:1700px){.feature-highlights-container-child,.features-header-container-child,.features-header-container-item,.features-header-container-item-1,.features-header-container-item-2,.features-header-container-item-3,.features-right-child1,.frame-child12,.free-info-icon,.phone-right-circles{display:none}}@media screen and (min-width:1201px) and (max-width:1700px){.downloader-card-container{height:730px}.App-card{height:177px;width:735px}.frame-parent6{align-items:center;display:flex;flex-direction:column;gap:68px;justify-content:center;max-width:100%}.feature-highlights-container{align-items:center;align-self:center}.objects-container{padding:0}.feature-highlights-container-inner1{padding:0;width:314px}.frame-item-2,.frame-item-4{display:none}.phone-icon{width:40vw}.phone-left-circles-child{left:118px;width:34vw}.phone-image{height:605px;width:526px}.phone-image-container{gap:25px}.mobile-info{gap:0;width:40vw}.frame-parent11{gap:19px;margin-top:2rem}}.phone-top-circle{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:174px;left:570px;position:absolute;top:431px;width:174px;z-index:1}.phone-icon{height:100%;left:0;position:absolute;top:0;width:100%}.phone-bottom-circle,.phone-bottom-right-circle,.phone-circles,.phone-circles1{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:174px;left:250px;position:absolute;top:7px;width:174px;z-index:1}.phone-bottom-right-circle,.phone-circles,.phone-circles1{height:69px;left:88px;top:81px;width:69px}.phone-bottom-right-circle,.phone-circles1{height:102px;left:20px;top:261px;width:102px}.phone-circles1{height:69px;left:165px;top:472px;width:69px}.phone-right-circles{height:577px;left:0;position:absolute;top:0;width:746px}.phone-left-circle{background:linear-gradient(180deg,#fff0,#ffffff12);border-radius:50%;height:38px;left:67.7px;position:absolute;top:221.1px;width:38px;z-index:1}.phone-left-circles-child{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.phone-left-circles{height:454.3px;left:231.3px;position:absolute;top:1.9px;width:574.7px}.phone-image{height:605px;max-width:100%;position:relative;width:834px}.download-facebook-videos{font-family:inherit;font-size:inherit;font-weight:600;margin:0;position:relative}.if-you-want{margin:0}.if-you-want-container{display:inline-block;flex:1 1;font-family:inherit;font-size:inherit;font-weight:500;margin:0;max-width:100%;position:relative}.phone-description-content,.phone-description-paragraph{align-items:flex-start;align-self:stretch;display:flex;justify-content:flex-start;max-width:100%}.phone-description-paragraph{box-sizing:border-box;color:#999;flex-direction:row;font-size:22px;padding:0 0 0 2px}.phone-description-content{flex-direction:column;gap:18px}.pngwingcom-2-icon{height:62px;object-fit:cover;position:relative;width:209px}.phone-source-container{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;padding:0 2px}.phone-description,.phone-description-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:100%}.phone-description{align-self:stretch;gap:50px}.phone-description-container{box-sizing:border-box;width:603px}.faq-circle{border:0 solid #14ff00;border-radius:50%;box-sizing:border-box;height:43px;opacity:.2;position:relative;width:43px}.faq-icon-circle{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start}.faq-content-container-child{height:30px;position:relative;width:30px}.faq-content-container{align-items:flex-end;align-self:stretch;display:flex;flex:1 1;flex-direction:row;gap:20px;justify-content:space-between}.faq-container,.phone-image-container{align-items:flex-start;box-sizing:border-box;display:flex}.faq-container{flex-direction:column;height:508px;justify-content:flex-start;padding:94px 0 0;width:124px}.phone-image-container{color:#2065e3;flex-direction:row;font-family:Poppins;font-size:38px;gap:30px;max-width:100%;padding:0 20px 176px 0;text-align:left}.features-header-container-item-4{bottom:407px;height:45.1px;margin:0!important;object-fit:contain;position:relative;right:-561.4px;width:36.1px}.features-header-container-item-5{bottom:206px;height:48.1px;margin:0!important;right:-555.4px;width:89.1px}.features-header-container-item-5,.features-header-container-item-6{object-fit:contain;position:relative}.features-right-childs{margin-left:-12vw;position:relative}.phone-right-child{margin-top:90px;position:relative}.phone-icon1{display:none;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (min-width:320px) and (max-width:1700px){.features-header-container-item-4,.features-header-container-item-5,.features-header-container-item-6,.features-right-child1,.features-right-childs,.phone-right-child,.phone-right-circles,.phone-top-circle{display:none}}@media screen and (min-width:320px) and (max-width:767px){.phone-right-circles{display:none}.phone-left-circles-child{height:58%;left:-159px;top:44px;width:289px}.phone-image-container{flex-wrap:wrap-reverse;gap:0;justify-content:center;margin-top:60px;padding:0}.download-facebook-videos{font-size:18px}.if-you-want{font-size:11px}.phone-description-content,.phone-description-paragraph{align-items:center;align-items:flex-start;align-self:center;display:flex;flex-direction:column;justify-content:center;width:300px}.features-header-container-item-4,.features-header-container-item-5,.features-header-container-item-6,.phone-top-circle{display:none}.phone-source-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.pngwingcom-2-icon{height:36px;width:119px}.phone-description{margin-top:200px}.phone-icon1{display:flex;height:66%;left:9px;position:relative;top:0;width:94%}.phone-left-circles{height:100%;width:23%}.phone-description-container{padding:80px 0 0}.phone-image{height:470px;position:relative;top:41px;width:auto}}@media screen and (min-width:344px) and (max-width:344px){.phone-left-circles-child{width:277px}}@media screen and (min-width:768px) and (max-width:1200px){.features-header-container-item-4,.features-header-container-item-5,.features-header-container-item-6,.phone-right-circles,.phone-top-circle{display:none}.phone-image-container{align-items:center;flex-wrap:wrap;gap:0;justify-content:center;padding:0}.phone-icon1{display:flex;height:89%;left:0}.phone-left-circles{height:100%;width:23%}.phone-left-circles-child{height:76%;left:23px;width:496px}.if-you-want-container{font-family:poppins;font-size:18px}.download-facebook-videos{font-family:poppins;font-size:30px}.mobile-circle-container{padding:10px}}@media screen and (min-width:1201px) and (max-width:1700px){.phone-icon1{display:flex;width:40vw}.phone-left-circles-child{left:118px;width:34vw}.phone-image{height:605px;width:526px}.phone-image-container{align-items:center;gap:40px;justify-content:space-evenly}.phone-left-circles{position:static}.if-you-want{font-size:14px}.download-facebook-videos{font-size:30px}.phone-description-container{width:40vw}}@media screen and (min-width:1921px) and (max-width:5000px){.phone-icon{display:none}.phone-icon1{display:flex}.phone-image-container{justify-content:center}}.frame-child16{background-color:#fff;border-radius:15px;box-shadow:0 0 10px #00000026;display:none;height:73px;position:relative;width:917px;z-index:0}.frame-child17{bottom:24.2px;height:22.8px;margin:0!important;object-fit:contain;position:absolute;right:30.1px;width:22.8px;z-index:1}.click-the-download1{display:inline-block;flex-shrink:0;height:30px;position:relative;width:700px;z-index:1}.rectangle-parent8{align-items:flex-start;background-color:#fff;border-radius:15px;box-shadow:0 0 10px #00000026;box-sizing:border-box;color:#000;cursor:pointer;display:flex;flex-direction:row;font-family:Poppins;font-size:20px;height:73px;justify-content:flex-start;padding:22px 38px 21px;position:relative;text-align:left;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:917px}@media screen and (min-width:320px) and (max-width:767px){.faq-questions{align-items:center;align-self:center;justify-content:center}.rectangle-parent8{height:57px;padding:14px 21px 21px;width:350px}.click-the-download1{align-items:center;display:flex;font-size:14px;width:450px}.frame-child17{bottom:16.2px;height:23.8px;right:20.1px;width:17.8px}}@media screen and (min-width:344px) and (max-width:344px){.rectangle-parent8{height:57px;padding:14px 21px 21px;width:328px}}@media screen and (min-width:768px) and (max-width:1024px){.faq-questions{align-items:center;align-self:center;justify-content:center}.rectangle-parent8{width:700px}.click-the-download1{align-items:center;display:flex;font-size:14px;width:450px}}.faqs1{flex:1 1;font-family:inherit;font-size:inherit;font-weight:600;margin:0;position:relative}.faqs-wrapper{align-items:flex-start;align-self:stretch;display:flex;flex-direction:row;justify-content:flex-start;padding:0 246px 0 247px}.got-questions-weve{align-self:stretch;color:#999;font-family:inherit;font-size:22px;font-weight:500;margin:0;position:relative}.faq-title,.faq-title-content{align-items:flex-start;display:flex;max-width:100%}.faq-title-content{flex-direction:column;gap:15px;justify-content:flex-start}.faq-title{align-self:stretch;box-sizing:border-box;flex-direction:row;justify-content:center;padding:0 21px 0 20px}.group-35-open-child{background-color:#fff;border-radius:15px;box-shadow:0 0 10px #00000026;display:none;height:73px;position:relative;width:917px;z-index:0}.group-35-open-item{bottom:24.2px;height:22.8px;margin:0!important;object-fit:contain;position:absolute;right:30.1px;transition:transform .3s ease;width:22.8px;z-index:1}.click-the-download2{display:inline-block;flex-shrink:0;height:30px;position:relative;width:277px;z-index:1}.accordion-content{color:#0000;display:none;position:relative;z-index:3}.group-35-open{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:73px;justify-content:flex-start;padding:22px 38px 21px;position:relative}.accordion-content1,.group-35-open{background-color:#fff;border-radius:15px;box-shadow:0 0 10px #00000026;box-sizing:border-box;width:917px}.accordion-content1{cursor:default;margin-top:-10px;max-height:0;overflow:hidden;padding:0 38px;transition:max-height .5s ease-out,padding .5s ease-out}.accordion-content-wrap{padding:20px 0}.accordion-item-mock[data-acc-open] .accordion-content1{max-height:500px;padding:22px 38px 21px}.accordion-item-mock[data-acc-open] .group-35-open-item{transform:rotate(45deg)}.click-the-download3,.click-the-download4,.click-the-download5,.click-the-download6,.click-the-download7,.click-the-download8{display:inline-block;flex-shrink:0;height:30px;position:relative;width:596px;z-index:1}.click-the-download4{width:444px}.click-the-download5{width:527px}.click-the-download6{width:474px}.click-the-download7{width:625px}.click-the-download8{width:310px}.faq-questions{align-items:flex-start;align-self:stretch;color:#000;display:flex;flex-direction:column;font-size:20px;gap:15px;justify-content:flex-start;text-align:left}.faq-info-container,.faq-info-container-wrapper{align-items:flex-start;display:flex;max-width:100%}.faq-info-container{flex-direction:column;gap:32px;justify-content:flex-start}.faq-info-container-wrapper{align-self:stretch;box-sizing:border-box;color:#2065e3;flex-direction:row;font-family:Poppins;font-size:38px;justify-content:center;padding:0 20px 94px 21px;text-align:center}@media screen and (min-width:320px) and (max-width:767px){.faq-questions{align-items:center}.accordion-content-wrap{font-size:12px}.faq-info-container-wrapper{padding:20px}.group-35-open{height:57px;padding:11px 19px;width:350px}.accordion-content1{width:350px}.click-the-download1,.click-the-download2,.click-the-download3,.click-the-download4,.click-the-download5,.click-the-download6,.click-the-download7,.click-the-download8{font-size:12px;width:250px}.faqs1{font-size:30px}.got-questions-weve{font-size:10px}.faqs-wrapper{padding:0}.group-35-open-item{bottom:22.2px;height:12.8px;right:16.1px;width:22.8px}}@media screen and (min-width:768px) and (max-width:1200px){.faq-questions{align-items:center}.accordion-content-wrap{font-size:14px}.faq-info-container-wrapper{padding:30px}.accordion-content1,.group-35-open{width:700px}.click-the-download1,.click-the-download2,.click-the-download3,.click-the-download4,.click-the-download5,.click-the-download6,.click-the-download7,.click-the-download8{font-size:14px}}body{font-family:Poppins,sans-serif}.header{background-color:#fff;box-shadow:0 4px 12px #0000000d;box-sizing:border-box;left:0;padding:0 5%;position:fixed;top:0;transition:box-shadow .3s ease-in-out;width:100%;z-index:1000}.header.scrolled{box-shadow:0 4px 12px #00000014}.header-content{align-items:center;display:flex;height:80px;justify-content:space-between;margin:0 auto}.video-downloader{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2066e3,#5e95ec);-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-family:Bubblegum Sans,cursive;font-size:28px;position:relative;text-decoration:none;transition:transform .3s ease}.desktop-nav{display:flex;flex-grow:1;gap:2vw;justify-content:center}.nav-link{color:#999;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;padding:5px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background-color:#3c7be7;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#3c7be7}.header-actions{align-items:center;display:flex;flex-shrink:0;gap:20px}.language-selector{align-items:center;display:flex;display:none;font-weight:600}.language-selector img{border-radius:20px;height:22px;margin-right:8px;width:25px}.language-selector span{margin-right:5px}.contact-button{background-color:#1a73e8;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;text-decoration:none;transition:background-color .3s}.contact-button:hover{background-color:#1662c1}.menu-icon{cursor:pointer;display:none;height:22px;position:relative;width:28px;z-index:1001}.menu-icon span{background:#333;border-radius:3px;display:block;height:3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.menu-icon span:first-child{top:0}.menu-icon span:nth-child(2){top:9px}.menu-icon span:nth-child(3){top:18px}.menu-icon.open span:first-child{top:9px;transform:rotate(135deg)}.menu-icon.open span:nth-child(2){left:-60px;opacity:0}.menu-icon.open span:nth-child(3){top:9px;transform:rotate(-135deg)}.sidebar{align-items:flex-start;background-color:#fff;box-shadow:-4px 0 15px #0000001a;display:flex;flex-direction:column;gap:20px;height:100%;max-width:300px;padding:100px 30px;position:fixed;right:-100%;top:0;transition:right .4s cubic-bezier(.77,0,.175,1);width:70%;z-index:1000}.sidebar.open{right:0}.sidebar .contact-button,.sidebar .language-selector,.sidebar .nav-link{box-sizing:border-box;font-size:16px;width:100%}.sidebar .contact-button{padding:12px 20px;text-align:center}@media (max-width:992px){.desktop-nav,.header-actions{display:none}.menu-icon{display:block}.header-content{justify-content:space-between}.video-downloader{font-size:22px}}.footer-container{background-color:#fff;border-top:1px solid #e0e0e0;color:#555;font-family:Poppins,sans-serif;width:100%}.footer-main{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:40px 5%}.footer-brand{flex-basis:40%}.footer-links-wrapper{display:flex;flex-basis:28%;gap:20px;justify-content:space-between}.footer-section{min-width:150px}.video-downloader-footer{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2066e3,#5e95ec);-webkit-background-clip:text;background-clip:text;display:block;font-family:Bubblegum Sans,cursive;font-size:24px;line-height:1.2;margin-bottom:15px;margin-top:35px;max-width:250px;position:relative;text-decoration:none}.footer-section h4{color:#333;font-size:18px;font-weight:600;margin-bottom:20px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:#000;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#1a73e8}.footer-bottom{background-color:#2d2d2d;color:#fff;height:200px;padding:15px 10%;text-align:center}@media (max-width:768px){.footer-brand{flex-basis:100%;margin-bottom:20px}.footer-links-wrapper{flex-basis:100%;gap:2px;justify-content:space-around;width:100%}.footer-section{margin:20px 0;width:64%}.footer-section ul{align-items:center}.footer-section .footer-brand p,.video-downloader-footer{text-align:left}}.about-page{color:#333;font-family:Poppins,sans-serif;line-height:1.6}.about-hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);background-image:url(/static/media/backround-about-top.d41a31f080b9eb7c7570.png);background-position:top;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:30vh;justify-content:left;margin-top:80px;width:100%}.about-hero-container{align-items:center;gap:60px;grid-template-columns:1fr 1fr;padding:0 60px}.about-hero-content h1{font-family:Poppins,sans-serif;font-size:1.7rem;font-weight:600;line-height:1.2;margin-bottom:20px;width:800px}.about-hero-image img{border-radius:12px;box-shadow:0 10px 30px #0003;height:auto;width:100%}.about-section{margin:0 auto;max-width:1200px;padding:80px 20px}.about-section.text-center{text-align:center}.about-section h2{color:#2065e3;font-size:2.5rem;margin-bottom:30px}.about-hero-content-span,.about-section h2{font-family:Poppins,sans-serif;font-weight:600}.about-hero-content-span{font-size:2.3rem}.about-description{color:#333;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.8;margin:0 auto;max-width:800px}.about-section-centered,.what-we-do{position:relative}.what-we-do{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;z-index:2}.what-we-do-text h2{margin-bottom:25px}.what-we-do-text p{color:#666;font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8}.what-we-do-image img{border-radius:12px;height:350px;width:500px}.decorative-art{opacity:.8;position:absolute;z-index:1}.decorative-art-left{left:-240px;top:50%;transform:translateY(-50%);width:200px}.decorative-art-right{right:-140px;top:40%;transform:translateY(-50%);width:200px}.why-choose-us{background-color:#fff}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.feature-card{background:#fff;border-radius:12px;padding:40px 30px;text-align:center}.feature-card img{border-radius:12px;height:60px;margin-bottom:20px;width:60px}.feature-card h3{color:#0f110f;font-family:Poppins,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:15px}.feature-card p{color:#666;font-family:Poppins,sans-serif;line-height:1.6}.mobile-users{grid-gap:0;align-items:center;display:grid;gap:0;grid-template-columns:1fr 1fr;position:relative}.mobile-users-image{align-items:center;display:flex;justify-content:center}.mobile-users-image img{border-radius:20px;height:auto;max-width:300px;width:100%}.mobile-users-text{width:500px}.mobile-users-text h2{margin-bottom:25px}.mobile-users-text p{color:#666;font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8;margin-bottom:30px}.google-play-button{display:inline-block;transition:transform .3s ease}.google-play-button:hover{transform:scale(1.05)}.google-play-button img{height:60px;width:auto}.our-mission-container{align-items:center;display:flex;justify-content:center}.our-mission{background:#2065e3;border-radius:20px;color:#fff;padding:25px 0;text-align:center;width:900px}.our-mission h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:10px;margin-top:0}.our-mission p{font-family:Poppins,sans-serif;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px;opacity:.95}.decorative-art-right-fone{position:absolute;right:-156px;top:40%;transform:translateY(-50%);width:200px}@media (max-width:1600px){.decorative-art,.decorative-art-right-fone{display:none}}@media (min-width:768px) and (max-width:1200px){.about-hero-container{gap:40px;grid-template-columns:1fr;text-align:center}.about-hero-content h1{font-size:2rem;text-align:center;width:100%}.about-section h2{font-size:2rem}.what-we-do{gap:40px;grid-template-columns:1fr}.what-we-do-image{align-items:center;display:flex;justify-content:center;width:100%}.mobile-users{gap:40px;grid-template-columns:1fr;text-align:center}.features-grid{gap:30px;grid-template-columns:1fr}.about-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.our-mission{padding:25px;width:40vw}.about-hero{background-image:url(/static/media/about-bg-mobile.d4184216c92b84e573b4.png);background-position:50%;background-repeat:no-repeat;background-size:cover}}@media (min-width:320px) and (max-width:767px){.about-hero-container{gap:40px;grid-template-columns:1fr;text-align:center}.about-hero-content h1{font-size:1.5rem;width:100%}.about-hero-content-span{font-size:1.5rem}.what-we-do-image img{width:100%}.about-section h2{font-size:2rem}.mobile-users,.what-we-do{gap:40px;grid-template-columns:1fr}.mobile-users{text-align:center}.features-grid{gap:30px;grid-template-columns:1fr}.about-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.mobile-users-text{width:100%}.our-mission{padding:25px;width:70vw}.about-hero{background-image:url(/static/media/about-bg-mobile.d4184216c92b84e573b4.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.google-play-button img{height:40px;width:auto}}.terms-page{color:#333;font-family:Poppins,sans-serif;margin:120px auto;padding:0 20px;width:80vw}.terms-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.terms-header{border-bottom:1px solid #e0e0e0;margin-bottom:40px;padding-bottom:20px;text-align:left}.terms-header h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:600;margin:0}.terms-header p{color:#888;font-family:Poppins,sans-serif;font-size:14px;margin-top:5px}.terms-content section{margin-bottom:30px}.terms-content h2{border-left:4px solid #3c7be7;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;margin-bottom:15px;padding-left:10px}.terms-content li,.terms-content p{color:#555;font-family:Poppins,sans-serif;font-size:16px;line-height:1.7}.terms-content p{font-family:Poppins,sans-serif;margin-bottom:15px}.terms-content ul{list-style-type:disc;margin-top:15px;padding-left:20px}.terms-content li{margin-bottom:10px}@media (max-width:768px){.terms-header h1{font-size:2rem}.terms-content h2{font-size:1.5rem}.terms-content h3{font-size:1.2rem}.terms-content li,.terms-content p{font-size:14px}}.privacy-page{align-items:center;font-family:Poppins,sans-serif}.privacy-container,.privacy-page{display:flex;flex-direction:column;justify-content:center}.privacy-container{align-items:flex-start;padding:120px 20px;width:80vw}.privacy-header{border-bottom:1px solid #e0e0e0;padding:0 0 20px;text-align:left;width:100%}.privacy-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.privacy-header p{color:#666;font-size:14px;margin:0}.privacy-content{padding:20px 0 60px;width:100%}.privacy-content h2{border-left:4px solid #3c7be7;color:#333;font-size:24px;font-weight:600;margin:40px 0 20px;padding-left:10px}.privacy-content h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:10px;margin-top:25px}.privacy-content p{color:#444;line-height:1.6;margin-bottom:15px}.privacy-content ul{margin:15px 0;padding-left:20px}.privacy-content li{color:#444;line-height:1.6;margin-bottom:10px}.privacy-content a{color:#333;text-decoration:none;transition:color .3s ease}.privacy-content a:hover{color:#333;text-decoration:underline}.privacy-content section{margin-bottom:40px}.privacy-link{width:200px}@media (max-width:768px){.privacy-container{padding:0 15px;width:80vw}.privacy-header h1{font-size:2rem}.privacy-content h2{font-size:1.5rem}.privacy-content h3{font-size:1.2rem}}.contact-page{font-family:Poppins,sans-serif;margin:80px auto;max-width:900px;padding:20px}.contact-header{margin-bottom:40px;text-align:center}.contact-header h1{color:#3c7be7;font-size:36px;font-weight:600;margin-bottom:10px}.contact-header p{color:#888;font-size:18px}.contact-form{flex-direction:column}.contact-form,.form-row{display:flex;gap:20px}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group label{color:#555;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input.invalid,.form-group textarea.invalid{border-color:#d93025}.form-group input:focus,.form-group textarea:focus{border-color:#3c7be7;box-shadow:0 0 0 2px #3c7be733;outline:none}.file-drop-area{align-items:center;background-color:#f9f9f9;border:2px dashed #ddd;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px;text-align:center;transition:border-color .2s,background-color .2s}.file-drop-area:hover{background-color:#f5f8ff;border-color:#3c7be7}.file-drop-area p{font-weight:500;margin:0 0 5px}.file-drop-area span{color:#888;font-size:14px;margin-bottom:15px}.browse-button{background-color:#f0f0f0;border:1px solid #ddd;border-radius:5px;cursor:pointer;padding:8px 16px;transition:background-color .2s}.browse-button:hover{background-color:#e0e0e0}.send-button{background-color:#3c7be7;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:15px;transition:background-color .3s}.send-button:hover{background-color:#3166c0}.error-message{color:#d93025;font-size:12px;margin-bottom:0;margin-top:4px;min-height:15px;text-align:left}.file-name{color:#333;font-size:14px;font-weight:700;margin-top:10px}.submit-message{border-radius:8px;font-weight:500;margin-top:10px;padding:15px;text-align:center}.submit-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submit-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:600px){.form-row{flex-direction:column}}.not-found-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Poppins,sans-serif;justify-content:center;min-height:100vh;padding:20px}.not-found-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:60px 40px;text-align:center}.error-code{color:#3c7be7;font-size:120px;font-weight:700;line-height:1;margin-bottom:20px}.error-title{color:#333;font-size:32px;font-weight:600;margin-bottom:20px}.error-message{color:#666;font-size:18px;line-height:1.6;margin-bottom:40px}.error-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.back-button,.home-button{border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.home-button{background:#3c7be7;color:#fff}.home-button:hover{background:#2d5bb8;transform:translateY(-2px)}.back-button{background:#f8f9fa;border:2px solid #e9ecef;color:#333}.back-button:hover{background:#e9ecef;transform:translateY(-2px)}@media (max-width:768px){.not-found-content{padding:40px 20px}.error-code{font-size:80px}.error-title{font-size:24px}.error-message{font-size:16px}.error-actions{align-items:center;flex-direction:column}.back-button,.home-button{width:200px}}body{line-height:normal;margin:0}
/*# sourceMappingURL=main.b6152b5b.css.map*/