@charset "UTF-8";: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-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{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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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;z-index:0}.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:.7s;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;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;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{left:auto;right:0;transform-origin:right}.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,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%{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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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: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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-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)}}.my-toast-container{padding:20px;width:450px}.my-toast-container .Toastify__toast{min-height:0;padding:20px}.my-toast-container .Toastify__toast .Toastify__toast-body{padding:0}.toast-error-message{background:linear-gradient(90deg,#f6743e,#d42525)}.toast-error-message,.toast-success-message{border-radius:10px;color:#fff;font-family:Poppins;font-size:smaller}.toast-success-message{background:linear-gradient(90deg,#32bb71,#2a9d8f)}.toast-warning-message{background:linear-gradient(90deg,#f8b806,#ff8c04)}.toast-info-message,.toast-warning-message{border-radius:10px;color:#fff;font-family:Poppins;font-size:smaller}.toast-info-message{background:linear-gradient(90deg,#2d82b2,#329abb)}.Snackbar_toastContent__3CnQp{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.Snackbar_leftIcon__q\+Tqi,.Snackbar_message__GlkvK{align-items:center;display:flex}.Snackbar_message__GlkvK{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.Snackbar_message__GlkvK{font-size:16px}}@media(max-width:1500px){.Snackbar_message__GlkvK{font-size:12px}}@media(max-width:1024px){.Snackbar_message__GlkvK{font-size:10px}}.Snackbar_button__NrsOg{background:none;border:none;cursor:pointer;margin-left:auto}.Snackbar_closeIcon__ipHfl{color:#fff;height:18px;opacity:.6;width:18px}.AppLoader_modalDark__zyWtd{background-color:#4e5159}.AppLoader_modalLight__2gIOL{background-color:#f8f8f8}.AppLoader_modalLight__2gIOL .MuiBackdrop-root{background-color:#0000}[data-theme=light] .AppLoader_logo__\+aBcC #logo-svg-fox path{fill:#191d26;opacity:.9}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.Pill_pill__3-EdH{align-items:center;display:flex;justify-content:center}.Pill_pill__3-EdH.Pill_primary__ZUbcg{background-color:#ee653f;border-radius:16px;color:#efefef}.Pill_pill__3-EdH.Pill_outline__0tKDI{border:1px solid #dedede;border-radius:16px}.Pill_pill__3-EdH.Pill_tiny__zIlVH{font-size:12px;font-weight:300;line-height:1.2;padding:4px 8px}@media(min-width:2048px){.Pill_pill__3-EdH.Pill_tiny__zIlVH{font-size:14px}}@media(max-width:1500px){.Pill_pill__3-EdH.Pill_tiny__zIlVH{font-size:10px}}@media(max-width:1024px){.Pill_pill__3-EdH.Pill_tiny__zIlVH{font-size:8px}}.Pill_pill__3-EdH.Pill_small__zAwbr{font-size:14px;font-weight:400;line-height:1.5;padding:8px}@media(min-width:2048px){.Pill_pill__3-EdH.Pill_small__zAwbr{font-size:16px}}@media(max-width:1500px){.Pill_pill__3-EdH.Pill_small__zAwbr{font-size:12px}}@media(max-width:1024px){.Pill_pill__3-EdH.Pill_small__zAwbr{font-size:10px}}.Pill_pill__3-EdH.Pill_clickable__exRbm{cursor:pointer}.CustomButton_button__G0scX.MuiButton-root{align-items:center;box-shadow:none;display:flex;gap:8px;justify-content:center;line-height:1;min-width:40px;text-transform:none}.CustomButton_button__G0scX.MuiButton-root .CustomButton_spinner__iv60A,.CustomButton_button__G0scX.MuiButton-root.Mui-disabled{color:inherit}.CustomButton_button__G0scX.MuiButton-root:active{transition:none}.CustomButton_button__G0scX.MuiButton-root.CustomButton_rounded__v-BAh{border-radius:8px}.CustomButton_button__G0scX.MuiButton-root.CustomButton_moreRounded__lyGH0{border-radius:16px}.CustomButton_button__G0scX.MuiButton-root.CustomButton_circle__\+SNtw{border-radius:100%;padding:0}.CustomButton_button__G0scX.CustomButton_small__VnA8z{font-size:14px;font-weight:500;line-height:1.5;padding:4px 12px}@media(min-width:2048px){.CustomButton_button__G0scX.CustomButton_small__VnA8z{font-size:16px}}@media(max-width:1500px){.CustomButton_button__G0scX.CustomButton_small__VnA8z{font-size:12px}}@media(max-width:1024px){.CustomButton_button__G0scX.CustomButton_small__VnA8z{font-size:10px}}.CustomButton_button__G0scX.CustomButton_small__VnA8z.CustomButton_circle__\+SNtw{height:32px;min-height:32px;min-width:32px;width:32px}.CustomButton_button__G0scX.CustomButton_normal__6d0Bi{font-size:16px;font-weight:600;line-height:1.5;padding:8px 16px}@media(min-width:2048px){.CustomButton_button__G0scX.CustomButton_normal__6d0Bi{font-size:20px}}@media(max-width:1500px){.CustomButton_button__G0scX.CustomButton_normal__6d0Bi{font-size:14px}}@media(max-width:1024px){.CustomButton_button__G0scX.CustomButton_normal__6d0Bi{font-size:12px}}.CustomButton_button__G0scX.CustomButton_normal__6d0Bi.CustomButton_circle__\+SNtw{height:36px;min-height:36px;min-width:36px;width:36px}.CustomButton_button__G0scX.CustomButton_big__KGJso{font-size:16px;font-weight:600;line-height:1.5;padding:12px 16px}@media(min-width:2048px){.CustomButton_button__G0scX.CustomButton_big__KGJso{font-size:20px}}@media(max-width:1500px){.CustomButton_button__G0scX.CustomButton_big__KGJso{font-size:14px}}@media(max-width:1024px){.CustomButton_button__G0scX.CustomButton_big__KGJso{font-size:12px}}.CustomButton_button__G0scX.CustomButton_big__KGJso.CustomButton_circle__\+SNtw{height:40px;min-height:40px;min-width:40px;width:40px}.CustomButton_button__G0scX.CustomButton_huge__VssMt{font-size:20px;font-weight:500;line-height:1.2;padding:12px 16px}@media(min-width:2048px){.CustomButton_button__G0scX.CustomButton_huge__VssMt{font-size:24px}}@media(max-width:1500px){.CustomButton_button__G0scX.CustomButton_huge__VssMt{font-size:18px}}@media(max-width:1024px){.CustomButton_button__G0scX.CustomButton_huge__VssMt{font-size:16px}}.CustomButton_button__G0scX.CustomButton_huge__VssMt.CustomButton_circle__\+SNtw{height:64px;min-height:64px;min-width:64px;width:64px}.CustomButton_button__G0scX.CustomButton_primary__DrvLD{background-color:#ee653f;color:#efefef}.CustomButton_button__G0scX.CustomButton_primary__DrvLD:hover{background-color:#fe8867}.CustomButton_button__G0scX.CustomButton_primary__DrvLD:active{background-color:#c73f1a}.CustomButton_button__G0scX.CustomButton_primary__DrvLD.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_primary2__9V1GF{background-color:#fe6338;color:#fff}.CustomButton_button__G0scX.CustomButton_primary2__9V1GF:hover{background-color:#fe8867}.CustomButton_button__G0scX.CustomButton_primary2__9V1GF:active{background-color:#c73f1a}.CustomButton_button__G0scX.CustomButton_primary2__9V1GF.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_secondary__w1GYe{background-color:#272c35;color:#efefef}.CustomButton_button__G0scX.CustomButton_secondary__w1GYe:hover{background-color:#3d424d;color:#efefef}.CustomButton_button__G0scX.CustomButton_secondary__w1GYe:active{background-color:#272c35}.CustomButton_button__G0scX.CustomButton_secondary__w1GYe.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_secondary2__D13o\+{background-color:#3d424d;color:#efefef}.CustomButton_button__G0scX.CustomButton_secondary2__D13o\+:hover{background-color:#323843}.CustomButton_button__G0scX.CustomButton_secondary2__D13o\+:active{background-color:#272c35}.CustomButton_button__G0scX.CustomButton_secondary2__D13o\+.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_primaryInverse__aX6Ti{background-color:initial;border:2px solid #ee653f;color:#ee653f}.CustomButton_button__G0scX.CustomButton_primaryInverse__aX6Ti:hover{border:2px solid #fe8867;color:#fe8867}.CustomButton_button__G0scX.CustomButton_primaryInverse__aX6Ti:active{border:2px solid #c73f1a;color:#c73f1a}.CustomButton_button__G0scX.CustomButton_primaryInverse__aX6Ti.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_secondaryInverse__NkDl\+{background-color:#efefef;color:#424242}.CustomButton_button__G0scX.CustomButton_secondaryInverse__NkDl\+:hover{background-color:#dedede}.CustomButton_button__G0scX.CustomButton_secondaryInverse__NkDl\+:active{background-color:#b8b8b8}.CustomButton_button__G0scX.CustomButton_secondaryInverse__NkDl\+.CustomButton_disabled__LjV2s{color:#424242;opacity:.2}.CustomButton_button__G0scX.CustomButton_buttonLink__fQAMv{background-color:initial;color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonLink__fQAMv:hover{background-color:initial;color:#fe8867}.CustomButton_button__G0scX.CustomButton_buttonLink__fQAMv:active{color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonLink__fQAMv.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_buttonLinkBorder__TczDj{background-color:initial;border:2px solid #7b7c87;color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonLinkBorder__TczDj:hover{background-color:initial;color:#7b7c87}.CustomButton_button__G0scX.CustomButton_buttonLinkBorder__TczDj:active{color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonLinkBorder__TczDj.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_buttonWithBorder__KWjLd{background-color:#efefef;border:1px solid #e7e7e7;color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonWithBorder__KWjLd:hover{background-color:initial;color:#7b7c87}.CustomButton_button__G0scX.CustomButton_buttonWithBorder__KWjLd:active{color:#efefef}.CustomButton_button__G0scX.CustomButton_buttonWithBorder__KWjLd.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_buttonLinkInverse__\+AplV{background-color:initial;color:#fe8867}.CustomButton_button__G0scX.CustomButton_buttonLinkInverse__\+AplV:hover{background-color:initial;color:#ee653f}.CustomButton_button__G0scX.CustomButton_buttonLinkInverse__\+AplV:active{color:#fe8867}.CustomButton_button__G0scX.CustomButton_buttonLinkInverse__\+AplV.CustomButton_disabled__LjV2s{opacity:.2}.CustomButton_button__G0scX.CustomButton_fullWidth__-GV1z{width:100%}.CustomButton_button__G0scX.CustomButton_nowrap__5N1Iz{white-space:nowrap}.CustomButton_button__G0scX.CustomButton_noPadding__-b4N-{padding:0}.CustomButton_button__G0scX.CustomButton_isSelected__oyJ2A{background-color:#3d424d;color:#efefef}.RowButton_button__SuvmD.MuiButton-root{border-radius:8px;box-shadow:none;display:flex;font-size:14px;font-weight:500;gap:8px;line-height:1.5;min-width:40px;text-transform:none}@media(min-width:2048px){.RowButton_button__SuvmD.MuiButton-root{font-size:16px}}@media(max-width:1500px){.RowButton_button__SuvmD.MuiButton-root{font-size:12px}}@media(max-width:1024px){.RowButton_button__SuvmD.MuiButton-root{font-size:10px}}.RowButton_button__SuvmD.MuiButton-root:active{transition:none}.RowButton_button__SuvmD.MuiButton-root .RowButton_spinner__SfzC1,.RowButton_button__SuvmD.MuiButton-root.Mui-disabled{color:inherit}.RowButton_button__SuvmD.RowButton_row__hEJQB{align-items:center;flex-flow:row nowrap;justify-content:flex-start;padding:12px 16px}.RowButton_button__SuvmD.RowButton_row__hEJQB.RowButton_centered__QlZQt{justify-content:center}.RowButton_button__SuvmD.RowButton_column__TQ6lm{align-items:center;flex-flow:column nowrap;justify-content:center;padding:16px}.RowButton_button__SuvmD.RowButton_primary__vuw4N{background-color:#20232a;color:#efefef}.RowButton_button__SuvmD.RowButton_primary__vuw4N:hover{background-color:#3d424d}.RowButton_button__SuvmD.RowButton_primary__vuw4N.RowButton_selected__AgIcF,.RowButton_button__SuvmD.RowButton_primary__vuw4N:active{background-color:#1a1b1c}.RowButton_button__SuvmD.RowButton_primary__vuw4N.RowButton_disabled__YDW6W{opacity:.2}.RowButton_button__SuvmD.RowButton_secondary__0detd{background-color:#323843;color:#efefef}.RowButton_button__SuvmD.RowButton_secondary__0detd:hover{background-color:#565d6c;color:#efefef}.RowButton_button__SuvmD.RowButton_secondary__0detd.RowButton_selected__AgIcF,.RowButton_button__SuvmD.RowButton_secondary__0detd:active{background-color:#20232a}.RowButton_button__SuvmD.RowButton_secondary__0detd.RowButton_disabled__YDW6W{opacity:.6}.RowButton_button__SuvmD.RowButton_nowrap__byK5U{white-space:nowrap}.RowButton_button__SuvmD.RowButton_fullWidth__jS3bY{width:100%}.RowButton_button__SuvmD.RowButton_primaryActive__wy4zZ{background-color:#20232a;color:#efefef}.RowButton_button__SuvmD.RowButton_primaryActive__wy4zZ:hover{background-color:#565d6c}.RowButton_button__SuvmD.RowButton_primaryActive__wy4zZ.RowButton_selected__AgIcF,.RowButton_button__SuvmD.RowButton_primaryActive__wy4zZ:active{background-color:#323843}.RowButton_button__SuvmD.RowButton_secondaryActive__IyxF5{background-color:#20232a;color:#efefef}.RowButton_button__SuvmD.RowButton_secondaryActive__IyxF5:hover{background-color:#323843;color:#efefef}.RowButton_button__SuvmD.RowButton_secondaryActive__IyxF5.RowButton_selected__AgIcF,.RowButton_button__SuvmD.RowButton_secondaryActive__IyxF5:active{background-color:#323843}.RowButton_button__SuvmD svg{font-size:24px}@media screen and (max-width:1200px){.RowButton_button__SuvmD svg{font-size:16px;height:16px}}.MenuButton_downArrow__iaBgA{transform:rotate(0deg);transition:transform .2s ease}.MenuButton_rotated__\+z1Ua{transform:rotate(180deg)}.Menu_menu__SvDo1 .MuiPaper-root{background:#20232a;border:1px solid #272c35;border-radius:8px;color:#efefef;margin-top:8px}.Menu_menu__SvDo1 .MuiPaper-root .MuiList-root{padding:0}.Menu_menu__SvDo1 .MuiPaper-root .MuiButtonBase-root{font-size:14px;font-weight:500;padding:12px 16px}.Menu_menu__SvDo1 .MuiPaper-root .MuiButtonBase-root:hover{background:#3d424d}.Menu_icon__jKbXD{height:24px;margin-right:8px;width:24px}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiFormLabel-root{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.CustomInput_customInput__SBhiP.MuiTextField-root .MuiFormLabel-root{font-size:20px}}@media(max-width:1500px){.CustomInput_customInput__SBhiP.MuiTextField-root .MuiFormLabel-root{font-size:14px}}@media(max-width:1024px){.CustomInput_customInput__SBhiP.MuiTextField-root .MuiFormLabel-root{font-size:12px}}.CustomInput_customInput__SBhiP.MuiTextField-root:has(.Mui-disabled){opacity:.5}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiInputBase-root:after,.CustomInput_customInput__SBhiP.MuiTextField-root .MuiInputBase-root:before{display:none}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiInputBase-root .CustomInput_inputSpinner__CmKQX.MuiInputAdornment-root{margin-top:4px}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiInputBase-root .CustomInput_startIcon__JXXfr.MuiInputAdornment-root{margin-top:0}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiInputBase-root .CustomInput_startIcon__JXXfr.MuiInputAdornment-root svg{color:#909397;font-size:30px}.CustomInput_customInput__SBhiP.MuiTextField-root input{-webkit-background-clip:text!important}.CustomInput_customInput__SBhiP.MuiTextField-root input:-webkit-autofill{caret-color:#efefef!important}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiFormHelperText-root:not(.Mui-error){color:#dedede}.CustomInput_customInput__SBhiP.MuiTextField-root .MuiSelect-icon{color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primary__TTnIg.MuiTextField-root .MuiFormLabel-root{color:#dedede}.CustomInput_customInput__SBhiP.CustomInput_primary__TTnIg.MuiTextField-root .MuiInputBase-root{border:2px solid #565d6c;border-radius:8px}.CustomInput_customInput__SBhiP.CustomInput_primary__TTnIg.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#20232a;color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primary__TTnIg.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverse__JY4ZL.MuiTextField-root .MuiFormLabel-root{color:#dedede}.CustomInput_customInput__SBhiP.CustomInput_primaryInverse__JY4ZL.MuiTextField-root .MuiInputBase-root{border:2px solid #3d424d;border-radius:8px;height:100%}.CustomInput_customInput__SBhiP.CustomInput_primaryInverse__JY4ZL.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#3d424d;color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverse__JY4ZL.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseNew__noP5i.MuiTextField-root .MuiFormLabel-root{color:#dedede}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseNew__noP5i.MuiTextField-root .MuiInputBase-root{background-color:#3d424d80!important;border:none!important;border-radius:8px;color:#efefef;height:100%}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseNew__noP5i.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseNew__noP5i.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#3d424d;color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseRounded__3hlR\+.MuiTextField-root .MuiFormLabel-root{color:#dedede}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseRounded__3hlR\+.MuiTextField-root .MuiInputBase-root{border:2px solid #313641;border-radius:28px;height:100%}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseRounded__3hlR\+.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#313641;color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseRounded__3hlR\+.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseDark__XJs3p.MuiTextField-root .MuiFormLabel-root{color:#dedede}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseDark__XJs3p.MuiTextField-root .MuiInputBase-root{border:2px solid #20232a;border-radius:8px}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseDark__XJs3p.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#20232a;color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_primaryInverseDark__XJs3p.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.CustomInput_customInput__SBhiP.CustomInput_secondary__f63bN.MuiTextField-root .MuiFormLabel-root{color:#4d4d4d}.CustomInput_customInput__SBhiP.CustomInput_secondary__f63bN.MuiTextField-root .MuiInputBase-root{border-radius:16px}.CustomInput_customInput__SBhiP.CustomInput_secondary__f63bN.MuiTextField-root .MuiInputBase-root:not(.Mui-disabled){background-color:#efefef;color:#4d4d4d}.CustomInput_customInput__SBhiP.CustomInput_secondary__f63bN.MuiTextField-root .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#4d4d4d}.CustomInput_customInput__SBhiP.CustomInput_secondary__f63bN.MuiTextField-root .MuiFormHelperText-root:not(.Mui-error){color:#4d4d4d}.CustomInput_customInput__SBhiP.CustomInput_small__RxWQk .MuiInputLabel-root:not(.MuiInputLabel-shrink){transform:translate(14px,15px) scale(1)}.CustomInput_customInput__SBhiP.CustomInput_medium__8VMBV .MuiInputLabel-root:not(.MuiInputLabel-shrink){transform:translate(14px,18px) scale(1)}.CustomInput_customInput__SBhiP.CustomInput_fullWidth__tEqGB{width:100%}.CustomInput_customInput__SBhiP.CustomInput_hideLabel__CCAT7 .MuiInputBase-input{padding-bottom:12.5px;padding-top:12.5px}.CustomInput_customInput__SBhiP.CustomInput_loading__3TbjS .MuiFormLabel-root{left:24px}.CustomInput_customInput__SBhiP.CustomInput_multiline__34mwe .MuiInputBase-root{padding-bottom:0;padding-top:0}.styles_button__title__UtzxE{color:#fff;font-weight:700}.styles_button__4l6Y4{align-items:center;border:none;cursor:pointer;display:inline-block;display:flex;outline:none}.styles_button__icon__LRPmG{align-items:center;display:flex;justify-content:center}.styles_button__4l6Y4{background-color:#0000}.styles_button__4l6Y4:hover .styles_button__title__UtzxE{background-color:#fe633833;border-color:#f23700;color:#ff400b}.styles_button__4l6Y4:hover .styles_button__icon__LRPmG{background-color:#f23700}.styles_button__4l6Y4.styles_fullOrange__WYFmC .styles_button__title__UtzxE{background-color:#fe6338}.styles_button__4l6Y4.styles_fullOrange__WYFmC:hover .styles_button__title__UtzxE{background-color:#f23700;border-color:#f23700;color:#fff}.styles_button__4l6Y4.styles_fullOrange__WYFmC:hover .styles_button__icon__LRPmG{background-color:#f23700}.styles_button__4l6Y4.styles_fullDark__5RNAx .styles_button__title__UtzxE{background-color:#191d26;border:1px solid #191d26;color:#fff}.styles_button__4l6Y4.styles_fullDark__5RNAx .styles_button__icon__LRPmG{background-color:#191d26}.styles_button__4l6Y4.styles_emptyDark__kSG6v .styles_button__title__UtzxE{background-color:#0000;border:1px solid #191d26;color:#fff;transition:all .2s ease}.styles_button__4l6Y4.styles_emptyDark__kSG6v .styles_button__icon__LRPmG{background-color:#191d26}.styles_button__4l6Y4.styles_emptyDark__kSG6v:hover .styles_button__title__UtzxE{background-color:#191d26;color:#fff}.styles_button__4l6Y4.styles_emptyDarkWithGrayIcon__i\+nEc .styles_button__title__UtzxE{background-color:#0000;border:1px solid #fffc;color:#fff;transition:all .2s ease}.styles_button__4l6Y4.styles_emptyDarkWithGrayIcon__i\+nEc .styles_button__icon__LRPmG{background-color:#d3d3d3}.styles_button__4l6Y4.styles_emptyDarkWithGrayIcon__i\+nEc:hover .styles_button__title__UtzxE{background-color:#191d26;color:#fff}.styles_button__4l6Y4.styles_emptyOrangeNoIcon__1\+CHq .styles_button__title__UtzxE{background-color:#0000;border:1px solid #fe6338;border-right:0;color:#fff;position:relative;right:-2px;transition:all .2s ease}.styles_button__4l6Y4.styles_emptyOrangeNoIcon__1\+CHq .styles_button__icon__LRPmG{background-color:#0000;border:1px solid #fe6338;border-left:0;transition:all .2s ease;width:8px}.styles_button__4l6Y4.styles_emptyOrangeNoIcon__1\+CHq:hover .styles_button__title__UtzxE,.styles_button__4l6Y4.styles_emptyOrangeNoIcon__1\+CHq:hover .styles_button__title__UtzxE~.styles_button__icon__LRPmG{background-color:#fe6338;color:#fff}.styles_button__4l6Y4.styles_emptyDarkNoIcon__8PK-M .styles_button__title__UtzxE{background-color:#0000;border:1px solid #191d26;border-right:0;color:#fff;position:relative;right:-2px;transition:all .2s ease}.styles_button__4l6Y4.styles_emptyDarkNoIcon__8PK-M .styles_button__icon__LRPmG{background-color:#0000;border:1px solid #191d26;border-left:0;transition:all .2s ease;width:8px}.styles_button__4l6Y4.styles_emptyDarkNoIcon__8PK-M:hover .styles_button__title__UtzxE,.styles_button__4l6Y4.styles_emptyDarkNoIcon__8PK-M:hover .styles_button__title__UtzxE~.styles_button__icon__LRPmG{background-color:#191d26;color:#fff}.styles_button__4l6Y4.styles_emptyOrange__7x-uy .styles_button__title__UtzxE{align-self:flex-end;background-color:#0000;border:1px solid #fe6338;border-right:0 solid #0000;color:#fff;position:relative;right:-2px;transition:all .2s ease}.styles_button__4l6Y4.styles_emptyOrange__7x-uy .styles_button__icon__LRPmG{background-color:#0000;border:1px solid #fe6338;border-left:0 solid #0000}.styles_button__4l6Y4.styles_emptyOrange__7x-uy:hover .styles_button__title__UtzxE{background-color:#fe6338;color:#fff}.styles_button__4l6Y4.styles_emptyOrange__7x-uy:hover .styles_button__icon__LRPmG{background-color:#fe6338}.styles_button__title__UtzxE{border:1px solid #fe6338;border-radius:8px 0 0 8px;font-size:16px;line-height:24px;padding:11px 30px;transition:all .2s ease}@media(max-width:680px){.styles_button__title__UtzxE{font-size:14px}}@media(max-width:360px){.styles_button__title__UtzxE{font-size:13px}}.styles_button__icon__LRPmG{background-color:#fe6338;border-radius:0 8px 8px 0;height:48px;margin-left:2px;transition:all .2s ease;width:48px}.styles_button__icon__LRPmG svg{height:24px;width:24px}.Spinner_spinner__NGwH\+.MuiCircularProgress-root{color:#fe8867}.Spinner_center__PQFu\+,.Spinner_logo__VZAjG{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.Spinner_logo__VZAjG{height:48px;width:48px}.FileUploadV3_uploader__AKyGX{align-items:center;border:1px dashed #666770;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:57px;width:100%}.FileUploadV3_uploader__AKyGX .FileUploadV3_icon__23y2V{font-size:64px;margin-bottom:16px}.FileUploadV3_uploader__AKyGX .FileUploadV3_title__DO0Yd{color:#efefef;font-size:16px;font-weight:600;line-height:1.5;margin-bottom:8px}@media(min-width:2048px){.FileUploadV3_uploader__AKyGX .FileUploadV3_title__DO0Yd{font-size:20px}}@media(max-width:1500px){.FileUploadV3_uploader__AKyGX .FileUploadV3_title__DO0Yd{font-size:14px}}@media(max-width:1024px){.FileUploadV3_uploader__AKyGX .FileUploadV3_title__DO0Yd{font-size:12px}}.FileUploadV3_uploader__AKyGX .FileUploadV3_pickHint__gUeCr{color:#efefef;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:16px}@media(min-width:2048px){.FileUploadV3_uploader__AKyGX .FileUploadV3_pickHint__gUeCr{font-size:16px}}@media(max-width:1500px){.FileUploadV3_uploader__AKyGX .FileUploadV3_pickHint__gUeCr{font-size:12px}}@media(max-width:1024px){.FileUploadV3_uploader__AKyGX .FileUploadV3_pickHint__gUeCr{font-size:10px}}.FileUploadV3_uploader__AKyGX .FileUploadV3_highlight__yCnza{color:#ee653f}.FileUploadV3_uploader__AKyGX .FileUploadV3_formatHint__5IB5h{color:#b8b8b8;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.FileUploadV3_uploader__AKyGX .FileUploadV3_formatHint__5IB5h{font-size:14px}}@media(max-width:1500px){.FileUploadV3_uploader__AKyGX .FileUploadV3_formatHint__5IB5h{font-size:10px}}@media(max-width:1024px){.FileUploadV3_uploader__AKyGX .FileUploadV3_formatHint__5IB5h{font-size:8px}}.styles_pricingCard__QX4I-{align-items:center;border-radius:8px;box-shadow:0 14.59px 20px 0 rgba(0,0,0,.071);display:flex;flex-direction:column;min-width:320px;overflow:hidden;text-align:center}@media(max-width:800px){.styles_pricingCard__QX4I-{max-height:100%;min-width:240px;padding:20px 10px}}@media(max-width:400px){.styles_pricingCard__QX4I-{margin:0 5px 0 0;min-width:200px}}.styles_pricingCard__QX4I- .styles_iconContainer__0nV0f{width:100%}.styles_pricingCard__QX4I- .styles_iconHead__VAiuC{align-items:center;display:flex;justify-content:flex-start}.styles_pricingCard__QX4I- .styles_iconHead__VAiuC h3{font-size:17px;font-weight:700;line-height:3;padding-left:30px}.styles_pricingCard__QX4I- .styles_icon__VOTF8{max-height:100%;max-width:100%;object-fit:contain}.styles_pricingCard__QX4I- .styles_cardTitle__9bbb5{font-size:16px;font-weight:600;line-height:24px;margin:0}.styles_pricingCard__QX4I- .styles_pricingBtn__b3\+QJ{float:none;margin:20px auto 0}.styles_pricingCard__QX4I- .styles_cardPrice__GgXbQ{font-size:36px;line-height:44px;margin:0;text-align:left}.styles_pricingCard__QX4I- .styles_cardPrice__GgXbQ:hover{border-bottom:none}.styles_pricingCard__QX4I- .styles_cardPrice__GgXbQ span{font-size:16px;line-height:24px;vertical-align:middle}.styles_pricingCard__QX4I- .styles_featuresList__Br84J{background-color:#1d212a}.styles_pricingCard__QX4I- .styles_featureFirstItemFirstCard__ebPrw{padding:35px 0}.styles_pricingCard__QX4I- .styles_featureFirstItemLastCard__yQkoD{padding:30px 0}.styles_pricingCard__QX4I- .styles_featureItem__sROH4{align-items:center;color:#fff;font-size:14px;padding:17px 30px;text-align:left}.styles_pricingCard__QX4I- .styles_featureItem__sROH4:not(:last-child){border-bottom:1px solid #242427}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 h4:hover{border-bottom:none}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 svg{height:30px}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl{display:inline-block;position:relative}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl .styles_dropdown-toggle__lEam4{border:1px solid #ccc;cursor:pointer;padding:8px;-webkit-user-select:none;user-select:none}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl .styles_dropdown-toggle__lEam4 .styles_fa__mQdz5.styles_fa-angle-down__Z\+SV2{margin-left:8px}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl .styles_dropdown-options__LlVO5{background-color:#fff;border:1px solid #ccc;border-top:none;display:none;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl .styles_dropdown-options__LlVO5 .styles_dropdown-option__equm\+{cursor:pointer;padding:8px}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl .styles_dropdown-options__LlVO5 .styles_dropdown-option__equm\+:hover{background-color:#f0f0f0}.styles_pricingCard__QX4I- .styles_featureItem__sROH4 .styles_dropdown__w\+mJl:hover .styles_dropdown-options__LlVO5{display:block}@media(max-width:800px){.styles_pricingCard__QX4I- .styles_featureItem__sROH4{font-size:11px;line-height:25px;padding:15px 10px;top:-24px}}@media(max-width:400px){.styles_pricingCard__QX4I- .styles_featureItem__sROH4{font-size:10px}}.styles_pricingTariffCard__WR9Fj{background:linear-gradient(0deg,#22262f,#22262f),radial-gradient(201.07% 747.18% at -66.61% 17.95%,rgba(25,29,38,.145) 0,#1a1e2680 100%)}.styles_textOverlay__ZFbbS{display:flex;justify-content:flex-start;margin-right:auto;padding:20px}.styles_overlayText__Btpax{display:block;position:relative;text-align:center;visibility:visible}.styles_default-dropdown-div__ZsXiH .styles_title__EY0hJ{color:#f2f2f29c;font-size:12px;font-style:normal;font-weight:400;line-height:36px}.styles_default-dropdown-div__ZsXiH .styles_dropbtn__6q3k5{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;position:relative;white-space:pre-wrap;width:25vw}.styles_default-dropdown-div__ZsXiH .styles_selected__K7qD6 .styles_dropbtn__6q3k5{background-color:#1d212a}.styles_default-dropdown-div__ZsXiH .styles_fa-caret-down__E85Sr{left:90%;position:absolute}.styles_default-dropdown-div__ZsXiH .styles_dropdown__w\+mJl{display:inline-block;position:relative}.styles_default-dropdown-div__ZsXiH .styles_dropdown-content__KuIsW{display:none;position:absolute;width:24vw}.styles_default-dropdown-div__ZsXiH .styles_dropdown-content__KuIsW .styles_background__gJzVI{background-color:#f9f9f9;border-radius:8px;box-shadow:0 8px 16px 0 #0003;margin-left:.5vw;margin-top:6px;z-index:1}.styles_default-dropdown-div__ZsXiH .styles_dropdown-content__KuIsW label{align-content:center;align-items:center;color:#000;display:flex;padding-left:1vw;text-align:center}.styles_default-dropdown-div__ZsXiH .styles_dropdown-content__KuIsW label input[type=checkbox]{color:#fe6338;margin-right:8px}.styles_default-dropdown-div__ZsXiH .styles_dropdown-content__KuIsW a:hover{background-color:#f1f1f1}.styles_default-dropdown-div__ZsXiH .styles_dropdown__w\+mJl:hover .styles_dropdown-content__KuIsW{box-shadow:0 8px 16px 0 #00000080;display:block;z-index:10}.styles_default-dropdown-div__ZsXiH .styles_dropdown__w\+mJl:hover .styles_dropbtn__6q3k5{background-color:#fe6338}.styles_dropbtn__6q3k5{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;white-space:pre-wrap;width:120px}.styles_selected__K7qD6 .styles_dropbtn__6q3k5{background-color:#1d212a}.styles_fa-caret-down__E85Sr{padding-left:16px}.styles_dropdown__w\+mJl{display:inline-block;position:relative}.styles_dropdown-content__KuIsW{background-color:#383c44;border-radius:16px;box-shadow:0 8px 16px 0 #0003;display:none;left:-4px;min-width:160px;position:absolute;top:-4px;z-index:1}.styles_dropdown-content__KuIsW hr{border-style:inset;border-width:1px;display:block;margin:.5em auto}.styles_dropdown-content__KuIsW a,.styles_dropdown-content__KuIsW a:last-child{color:#fff;display:block;margin-top:.5em;padding:12px 16px;text-decoration:none}.styles_dropdown-content__KuIsW a:last-child{margin-bottom:.5em}.styles_dropdown__w\+mJl:hover .styles_dropdown-content__KuIsW{display:block}.styles_dropdown__w\+mJl:hover .styles_dropbtn__6q3k5{background-color:#3e8e41}.styles_overlayText__Btpax{visibility:hidden}.styles_selected__K7qD6:focus,.styles_selected__K7qD6:hover{transform:translateY(16px);transform:scale(1.2)}.styles_selected__K7qD6:focus .styles_overlayText__Btpax,.styles_selected__K7qD6:hover .styles_overlayText__Btpax{visibility:visible}.styles_selected__K7qD6{background-color:#22262f;background-repeat:no-repeat;background-size:cover;border:3px solid #31343c;border-radius:24px;border-top:none;transition:transform .35s}.styles_selected__K7qD6.styles_large__3udUi .styles_top__nbHUt{top:-20px}@media(max-width:3000px){.styles_selected__K7qD6.styles_large__3udUi .styles_top__nbHUt{top:-24px}}.styles_selected__K7qD6.styles_large__3udUi .styles_top__nbHUt p{color:#fff;line-height:24px}.styles_selected__K7qD6.styles_large__3udUi .styles_top__nbHUt p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:12px 16px}@media(max-width:3000px){.styles_selected__K7qD6.styles_large__3udUi .styles_top__nbHUt p span{padding:10px 16px}}.styles_selected__K7qD6.styles_medium__ijLBI .styles_top__nbHUt{top:-18px}@media(max-width:3000px){.styles_selected__K7qD6.styles_medium__ijLBI .styles_top__nbHUt{top:-24px}}.styles_selected__K7qD6.styles_medium__ijLBI .styles_top__nbHUt p{color:#fff;line-height:24px}.styles_selected__K7qD6.styles_medium__ijLBI .styles_top__nbHUt p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 16px}@media(max-width:3000px){.styles_selected__K7qD6.styles_medium__ijLBI .styles_top__nbHUt p span{padding:10px 16px}}.styles_selected__K7qD6.styles_small__CJgB\+ .styles_top__nbHUt{top:-18px}@media(max-width:3000px){.styles_selected__K7qD6.styles_small__CJgB\+ .styles_top__nbHUt{top:-24px}}.styles_selected__K7qD6.styles_small__CJgB\+ .styles_top__nbHUt p{color:#fff;line-height:24px}.styles_selected__K7qD6.styles_small__CJgB\+ .styles_top__nbHUt p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 30px}@media(max-width:3000px){.styles_selected__K7qD6.styles_small__CJgB\+ .styles_top__nbHUt p span{padding:10px 26px}}.styles_selected__K7qD6 .styles_bottom__1Ufbu{margin-bottom:5%;margin-left:12.5%;margin-top:-10%;width:75%}.styles_selected__K7qD6 .styles_bottom__1Ufbu p{font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-align:start}.styles_pricingCard__vch0u{align-items:center;border-radius:0;box-shadow:0 14.59px 20px 0 rgba(0,0,0,.071);display:flex;flex-direction:column;flex-grow:1;text-align:center}@media(max-width:400px){.styles_pricingCard__vch0u{min-width:130px}}.styles_pricingCard__vch0u .styles_iconContainer__u\+rFX{width:100%}.styles_pricingCard__vch0u .styles_iconHead__JD9F5{text-align:center}.styles_pricingCard__vch0u .styles_iconHead__JD9F5 h3{font-size:17px;font-weight:700;line-height:3}.styles_pricingCard__vch0u .styles_iconHead__JD9F5 h3.styles_premium__fFdXG{color:#ffddd4}.styles_pricingCard__vch0u .styles_icon__-Nvej{max-height:100%;max-width:100%;object-fit:contain}.styles_pricingCard__vch0u .styles_cardTitle__vCMuT{font-size:16px;font-weight:600;line-height:24px}.styles_pricingCard__vch0u .styles_pricingBtn__rS4bH{float:none;margin:20px auto 0}.styles_pricingCard__vch0u .styles_cardPrice__AtmWm{font-size:36px;line-height:44px;margin:0;text-align:left}.styles_pricingCard__vch0u .styles_cardPrice__AtmWm:hover{border-bottom:none}.styles_pricingCard__vch0u .styles_cardPrice__AtmWm span{font-size:16px;line-height:24px;vertical-align:middle}.styles_pricingCard__vch0u .styles_featureFirstItemFirstCard__eNsGM{padding:35px 0}.styles_pricingCard__vch0u .styles_featureFirstItemLastCard__-KH3Z{padding:30px 0}.styles_pricingCard__vch0u .styles_featureItem__kbMPn{color:#fff;font-size:14px;font-weight:600;padding:17px 0;text-align:center}.styles_pricingCard__vch0u .styles_featureItem__kbMPn:not(:last-child){border-bottom:1px solid #22262f}.styles_pricingCard__vch0u .styles_featureItem__kbMPn h4:hover{border-bottom:none}.styles_pricingCard__vch0u .styles_featureItem__kbMPn svg{height:30px}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z{display:inline-block;position:relative}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z .styles_dropdown-toggle__TbSOK{border:1px solid #ccc;cursor:pointer;padding:8px;-webkit-user-select:none;user-select:none}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z .styles_dropdown-toggle__TbSOK .styles_fa__NgZrx.styles_fa-angle-down__q77sf{margin-left:8px}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z .styles_dropdown-options__jRb15{background-color:#fff;border:1px solid #ccc;border-top:none;display:none;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z .styles_dropdown-options__jRb15 .styles_dropdown-option__rzwri{cursor:pointer;padding:8px}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z .styles_dropdown-options__jRb15 .styles_dropdown-option__rzwri:hover{background-color:#f0f0f0}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_dropdown__a6W5z:hover .styles_dropdown-options__jRb15{display:block}@media(max-width:800px){.styles_pricingCard__vch0u .styles_featureItem__kbMPn{font-size:18px;line-height:25px;padding:15px 10px}.styles_pricingCard__vch0u .styles_featureItem__kbMPn .styles_pricingCard__vch0u{padding:20px 10px}}@media(max-width:400px){.styles_pricingCard__vch0u .styles_featureItem__kbMPn{font-size:14px;line-height:26px}}.styles_pricingTariffCard__h-HMS{background:linear-gradient(0deg,#22262f,#22262f),radial-gradient(201.07% 747.18% at -66.61% 17.95%,rgba(25,29,38,.145) 0,#1a1e2680 100%)}.styles_pricingTariffCardForProfessional__nJhZo{background:#523432}.styles_textOverlay__4dkFF{display:flex;justify-content:flex-start;margin-right:auto;padding:20px}.styles_overlayText__IJkbR{display:block;position:relative;text-align:center;visibility:visible}.styles_default-dropdown-div__00IDz .styles_title__J-baN{color:#f2f2f29c;font-size:12px;font-style:normal;font-weight:400;line-height:36px}.styles_default-dropdown-div__00IDz .styles_dropbtn__Bp-r3{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;position:relative;white-space:pre-wrap;width:25vw}.styles_default-dropdown-div__00IDz .styles_selected__NyLNJ .styles_dropbtn__Bp-r3{background-color:#1d212a}.styles_default-dropdown-div__00IDz .styles_fa-caret-down__Ikgpx{left:90%;position:absolute}.styles_default-dropdown-div__00IDz .styles_dropdown__a6W5z{display:inline-block;position:relative}.styles_default-dropdown-div__00IDz .styles_dropdown-content__\+IPAY{display:none;position:absolute;width:24vw}.styles_default-dropdown-div__00IDz .styles_dropdown-content__\+IPAY .styles_background__O6SAm{background-color:#f9f9f9;border-radius:8px;box-shadow:0 8px 16px 0 #0003;margin-left:.5vw;margin-top:6px;z-index:1}.styles_default-dropdown-div__00IDz .styles_dropdown-content__\+IPAY label{align-content:center;align-items:center;color:#000;display:flex;padding-left:1vw;text-align:center}.styles_default-dropdown-div__00IDz .styles_dropdown-content__\+IPAY label input[type=checkbox]{color:#fe6338;margin-right:8px}.styles_default-dropdown-div__00IDz .styles_dropdown-content__\+IPAY a:hover{background-color:#f1f1f1}.styles_default-dropdown-div__00IDz .styles_dropdown__a6W5z:hover .styles_dropdown-content__\+IPAY{box-shadow:0 8px 16px 0 #00000080;display:block;z-index:10}.styles_default-dropdown-div__00IDz .styles_dropdown__a6W5z:hover .styles_dropbtn__Bp-r3{background-color:#fe6338}.styles_dropbtn__Bp-r3{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;white-space:pre-wrap;width:120px}.styles_selected__NyLNJ .styles_dropbtn__Bp-r3{background-color:#1d212a}.styles_fa-caret-down__Ikgpx{padding-left:16px}.styles_dropdown__a6W5z{display:inline-block;position:relative}.styles_dropdown-content__\+IPAY{background-color:#383c44;border-radius:16px;box-shadow:0 8px 16px 0 #0003;display:none;left:-4px;min-width:160px;position:absolute;top:-4px;z-index:1}.styles_dropdown-content__\+IPAY hr{border-style:inset;border-width:1px;display:block;margin:.5em auto}.styles_dropdown-content__\+IPAY a,.styles_dropdown-content__\+IPAY a:last-child{color:#fff;display:block;margin-top:.5em;padding:12px 16px;text-decoration:none}.styles_dropdown-content__\+IPAY a:last-child{margin-bottom:.5em}.styles_dropdown__a6W5z:hover .styles_dropdown-content__\+IPAY{display:block}.styles_dropdown__a6W5z:hover .styles_dropbtn__Bp-r3{background-color:#3e8e41}.styles_overlayText__IJkbR{visibility:hidden}.styles_selected__NyLNJ:focus,.styles_selected__NyLNJ:hover{transform:translateY(16px);transform:scale(1.2)}.styles_selected__NyLNJ:focus .styles_overlayText__IJkbR,.styles_selected__NyLNJ:hover .styles_overlayText__IJkbR{visibility:visible}.styles_selected__NyLNJ{background-color:#22262f;background-repeat:no-repeat;background-size:cover;border:3px solid #31343c;border-radius:24px;border-top:none;display:absolute;transition:transform .35s}.styles_selected__NyLNJ.styles_large__NJ23a .styles_top__UuEh4{top:-20px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_large__NJ23a .styles_top__UuEh4{top:-24px}}.styles_selected__NyLNJ.styles_large__NJ23a .styles_top__UuEh4 p{color:#fff;line-height:24px}.styles_selected__NyLNJ.styles_large__NJ23a .styles_top__UuEh4 p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:12px 16px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_large__NJ23a .styles_top__UuEh4 p span{padding:10px 16px}}.styles_selected__NyLNJ.styles_medium__AQjAB .styles_top__UuEh4{top:-18px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_medium__AQjAB .styles_top__UuEh4{top:-24px}}.styles_selected__NyLNJ.styles_medium__AQjAB .styles_top__UuEh4 p{color:#fff;line-height:24px}.styles_selected__NyLNJ.styles_medium__AQjAB .styles_top__UuEh4 p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 16px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_medium__AQjAB .styles_top__UuEh4 p span{padding:10px 16px}}.styles_selected__NyLNJ.styles_small__YbQqv .styles_top__UuEh4{top:-18px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_small__YbQqv .styles_top__UuEh4{top:-24px}}.styles_selected__NyLNJ.styles_small__YbQqv .styles_top__UuEh4 p{color:#fff;line-height:24px}.styles_selected__NyLNJ.styles_small__YbQqv .styles_top__UuEh4 p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 30px}@media(max-width:3000px){.styles_selected__NyLNJ.styles_small__YbQqv .styles_top__UuEh4 p span{padding:10px 26px}}.styles_selected__NyLNJ .styles_bottom__xt-xP{margin-bottom:5%;margin-left:12.5%;margin-top:-10%;width:75%}.styles_selected__NyLNJ .styles_bottom__xt-xP p{font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-align:start}.styles_pricingPlanCards__box__tcIRj{align-items:center;display:flex}.styles_pricingTariffPlans__irfrc{margin-top:5vh}.styles_pricingPlanCards__J-ljd{align-items:center;border-radius:8px;overflow:hidden;width:100%}@media(max-width:1600px){.styles_pricingPlanCards_tariffMarginLeft__tNnp5{margin-left:40vh}}@media(max-width:1300px){.styles_pricingPlanCards_tariffMarginLeft__tNnp5{margin-left:70vh}}@media(max-width:1100px){.styles_pricingPlanCards_tariffMarginLeft__tNnp5{margin-left:110vh}}.styles_pricingPlanCards__box__tcIRj{justify-content:center}.styles_pricingPlanCards__header__zfaXR{align-items:center;display:flex;padding-bottom:24px;text-align:center}@media(max-width:900px){.styles_pricingPlanCards__header__zfaXR{text-align:left}}.styles_pricingPlanCards__blocks__Q35xo{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_pricingPlanCards__text_button__XyyEn{color:#fe6338;cursor:pointer;margin-top:30px}.styles_pricingLastCardTariff__gAALy{width:370px}.styles_pricingLastCard__oPTGU{display:flex;flex-direction:column;margin:10px;max-width:370px;padding:10px;text-align:left}.styles_pricingLastCard__oPTGU h2{margin:20px 0}.styles_pricingLastCard__oPTGU p{color:#777e90;font-size:14px;font-weight:400;letter-spacing:0;line-height:24px;margin:0 0 20px;text-align:justified}@media(max-width:900px){.styles_pricingLastCard__oPTGU{margin-bottom:5vw;margin-top:10vw}}@media(max-width:1300px){.styles_pricingPlanCards__blocks__Q35xo{justify-content:flex-start}}@media(max-width:1200px){.styles_feature_mbl_table__xPctX{overflow:auto hidden}.styles_feature_mbl_table_box__NUUS2{justify-content:left;padding:0}}@media(max-width:800px){.styles_pricingPlanCards__J-ljd{clip-path:polygon(0 0,100% 20px,100% 100%,0 100%);margin-top:-20px;padding:20px 0 42px}.styles_pricingPlanCards__blocks__Q35xo{margin-bottom:20px}}.styles_dropdown__fhprW{background:#22262f;border-radius:8px;box-shadow:0 1px 2px 0 #1018280d;display:inline-block;font-size:16px;gap:8px;height:48px;line-height:24px;padding:12px 15px;position:relative;width:120px}.styles_dropdown__fhprW .styles_dropdownToggle__2C6sz{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.styles_dropdown__fhprW .styles_dropdownToggle__2C6sz i{font-size:14px;margin-left:8px;transition:transform .3s}.styles_dropdown__fhprW .styles_dropdownToggle__2C6sz i.styles_up__oi8YZ{transform:rotate(180deg)}.styles_dropdown__fhprW .styles_dropdownOptions__9-iyx{background:#22262f;border-radius:0 0 8px 8px;box-shadow:0 1px 2px 0 #1018280d;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%;width:100%}.styles_dropdown__fhprW .styles_dropdownOptions__9-iyx li{cursor:pointer;padding:12px 16px}.styles_dropdown__fhprW .styles_dropdownOptions__9-iyx li:hover{background:#1018281a}.styles_dropdown__fhprW.styles_open__wdZHl .styles_dropdownOptions__9-iyx{display:block}.styles_dropdown__fhprW.styles_open__wdZHl .styles_dropdownToggle__2C6sz i{transform:rotate(180deg)}.styles_m-5__UMrLu{margin-bottom:5px}.styles_containerPlans__5q168{border-radius:25px;display:flex}.styles_cardContainer__YDIal{display:inline-block}.styles_pricingCard__q9sfD{align-items:center;align-self:stretch;border:1px solid #191d26;border-radius:25px;box-shadow:0 14.59px 20px 0 rgba(0,0,0,.071);display:flex;flex-direction:column;min-width:460px;padding:45px}@media(max-width:400px){.styles_pricingCard__q9sfD{min-width:320px}}.styles_pricingCard__q9sfD .styles_listWrapper__AjS3h{width:100%}.styles_pricingCard__q9sfD .styles_iconHead__Y\+Ict{align-items:center;display:flex;justify-content:flex-start;margin-bottom:30px}.styles_pricingCard__q9sfD .styles_iconHead__Y\+Ict svg{height:50px;width:50px}.styles_pricingCard__q9sfD .styles_iconHead__Y\+Ict h3{font-size:16px;font-weight:700;line-height:44px;padding:0 20px}.styles_pricingCard__q9sfD .styles_icon__YEXGY{max-height:100%;max-width:100%;object-fit:contain}.styles_pricingCard__q9sfD .styles_cardTitle__nIb5K{font-size:20px;font-weight:700;line-height:1.2;text-transform:uppercase}@media(min-width:2048px){.styles_pricingCard__q9sfD .styles_cardTitle__nIb5K{font-size:24px}}@media(max-width:1500px){.styles_pricingCard__q9sfD .styles_cardTitle__nIb5K{font-size:18px}}@media(max-width:1024px){.styles_pricingCard__q9sfD .styles_cardTitle__nIb5K{font-size:16px}}.styles_pricingCard__q9sfD .styles_pricingBtn__OoF\+i{float:none;margin:20px auto 0}.styles_pricingCard__q9sfD .styles_cardPrice__SmoqG{font-size:30px;font-weight:600;line-height:40px;margin-bottom:20px;text-align:left}.styles_pricingCard__q9sfD .styles_cardPrice__SmoqG:hover{border-bottom:none}.styles_pricingCard__q9sfD .styles_cardPrice__SmoqG span{font-size:18px;font-weight:400;vertical-align:middle}.styles_pricingCard__q9sfD .styles_featuresList__575H3{line-height:1.6;list-style:none;margin-bottom:50px;padding:0}.styles_pricingCard__q9sfD .styles_featureFirstItemFirstCard__8bxuQ{padding:35px 0}.styles_pricingCard__q9sfD .styles_featureFirstItemLastCard__SV0vO{padding:30px 0}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp{align-items:center;display:flex;font-size:18px;gap:10px;justify-content:space-between;min-height:60px;padding:8px 0;text-align:left}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp:not(:last-child){border-bottom:1px solid #383c44}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp h4{align-items:center;display:flex;font-size:15px;gap:10px;justify-content:space-around}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp h4 .styles_Listicon__rgAud{align-items:center;display:flex}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp h4:hover{border-bottom:none}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la{display:inline-block;position:relative}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la .styles_dropdown-toggle__44dwK{border:1px solid #ccc;cursor:pointer;padding:8px;-webkit-user-select:none;user-select:none}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la .styles_dropdown-toggle__44dwK .styles_fa__2uSMm.styles_fa-angle-down__S71KZ{margin-left:8px}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la .styles_dropdown-options__IuTyl{background-color:#fff;border:1px solid #ccc;border-top:none;display:none;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la .styles_dropdown-options__IuTyl .styles_dropdown-option__EVfja{cursor:pointer;padding:8px}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la .styles_dropdown-options__IuTyl .styles_dropdown-option__EVfja:hover{background-color:#f0f0f0}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_dropdown__g\+2la:hover .styles_dropdown-options__IuTyl{display:block}.styles_pricingCard__q9sfD .styles_featureItem__eCPUp .styles_rightText__i9fne{font-size:18px;font-weight:600;min-width:120px;text-align:right}@media(max-width:680px){.styles_pricingCard__q9sfD{padding:20px 30px}.styles_featureItem__eCPUp{font-size:13px;line-height:18px}}.styles_pricingTariffCard__1ymv6{background:radial-gradient(201.07% 747.18% at -66.61% 17.95%,#191d26 14.5%,#1a1e26 50%)}.styles_upgradeButton__uxn4t{width:100%}.styles_upgradeButton__uxn4t [class*=button__title]{flex-grow:1}.styles_textOverlay__oFSpa{display:flex;justify-content:flex-start;margin-right:auto;padding:20px}.styles_overlayText__\+7YsM{display:block;margin-bottom:15px;position:relative;text-align:center;visibility:visible}.styles_default-dropdown-div__H-3Zd .styles_title__gZ5fU{color:#f2f2f29c;font-size:12px;font-style:normal;font-weight:400;line-height:36px}.styles_default-dropdown-div__H-3Zd .styles_dropbtn__jw\+PW{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;position:relative;white-space:pre-wrap;width:25vw}.styles_default-dropdown-div__H-3Zd .styles_selected__PyYUj .styles_dropbtn__jw\+PW{background-color:#1d212a}.styles_default-dropdown-div__H-3Zd .styles_fa-caret-down__N-nNV{left:90%;position:absolute}.styles_default-dropdown-div__H-3Zd .styles_dropdown__g\+2la{display:inline-block;position:relative}.styles_default-dropdown-div__H-3Zd .styles_dropdown-content__IMAtH{display:none;position:absolute;width:24vw}.styles_default-dropdown-div__H-3Zd .styles_dropdown-content__IMAtH .styles_background__v1HRy{background-color:#f9f9f9;border-radius:8px;box-shadow:0 8px 16px 0 #0003;margin-left:.5vw;margin-top:6px;z-index:1}.styles_default-dropdown-div__H-3Zd .styles_dropdown-content__IMAtH label{align-content:center;align-items:center;color:#000;display:flex;padding-left:1vw;text-align:center}.styles_default-dropdown-div__H-3Zd .styles_dropdown-content__IMAtH label input[type=checkbox]{color:#fe6338;margin-right:8px}.styles_default-dropdown-div__H-3Zd .styles_dropdown-content__IMAtH a:hover{background-color:#f1f1f1}.styles_default-dropdown-div__H-3Zd .styles_dropdown__g\+2la:hover .styles_dropdown-content__IMAtH{box-shadow:0 8px 16px 0 #00000080;display:block;z-index:10}.styles_default-dropdown-div__H-3Zd .styles_dropdown__g\+2la:hover .styles_dropbtn__jw\+PW{background-color:#fe6338}.styles_dropbtn__jw\+PW{background-color:#22262f;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;cursor:pointer;font-size:16px;padding:16px;white-space:pre-wrap;width:120px}.styles_selected__PyYUj .styles_dropbtn__jw\+PW{background-color:#1d212a}.styles_fa-caret-down__N-nNV{padding-left:16px}.styles_dropdown__g\+2la{display:inline-block;position:relative}.styles_dropdown-content__IMAtH{background-color:#383c44;border-radius:16px;box-shadow:0 8px 16px 0 #0003;display:none;left:-4px;min-width:160px;position:absolute;top:-4px;z-index:1}.styles_dropdown-content__IMAtH hr{border-style:inset;border-width:1px;display:block;margin:.5em auto}.styles_dropdown-content__IMAtH a,.styles_dropdown-content__IMAtH a:last-child{color:#fff;display:block;margin-top:.5em;padding:12px 16px;text-decoration:none}.styles_dropdown-content__IMAtH a:last-child{margin-bottom:.5em}.styles_dropdown__g\+2la:hover .styles_dropdown-content__IMAtH{display:block}.styles_dropdown__g\+2la:hover .styles_dropbtn__jw\+PW{background-color:#3e8e41}.styles_overlayText__\+7YsM{visibility:hidden}.styles_selected__PyYUj:focus,.styles_selected__PyYUj:hover{transform:translateY(16px);transform:scale(1.05)}.styles_selected__PyYUj:focus .styles_overlayText__\+7YsM,.styles_selected__PyYUj:hover .styles_overlayText__\+7YsM{visibility:visible}.styles_selected__PyYUj{background-color:#22262f;background-repeat:no-repeat;background-size:cover;border:3px solid #31343c;border-radius:24px;border-top:none;transition:transform .35s}.styles_selected__PyYUj.styles_large__MxDNd .styles_top__EhHgB{top:-20px}@media(max-width:3000px){.styles_selected__PyYUj.styles_large__MxDNd .styles_top__EhHgB{top:-24px}}.styles_selected__PyYUj.styles_large__MxDNd .styles_top__EhHgB p{color:#fff;line-height:24px}.styles_selected__PyYUj.styles_large__MxDNd .styles_top__EhHgB p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:12px 16px}@media(max-width:3000px){.styles_selected__PyYUj.styles_large__MxDNd .styles_top__EhHgB p span{padding:10px 16px}}.styles_selected__PyYUj.styles_medium__ZZbh7 .styles_top__EhHgB{top:-18px}@media(max-width:3000px){.styles_selected__PyYUj.styles_medium__ZZbh7 .styles_top__EhHgB{top:-24px}}.styles_selected__PyYUj.styles_medium__ZZbh7 .styles_top__EhHgB p{color:#fff;line-height:24px}.styles_selected__PyYUj.styles_medium__ZZbh7 .styles_top__EhHgB p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 16px}@media(max-width:3000px){.styles_selected__PyYUj.styles_medium__ZZbh7 .styles_top__EhHgB p span{padding:10px 16px}}.styles_selected__PyYUj.styles_small__tyBpj .styles_top__EhHgB{top:-18px}@media(max-width:3000px){.styles_selected__PyYUj.styles_small__tyBpj .styles_top__EhHgB{top:-24px}}.styles_selected__PyYUj.styles_small__tyBpj .styles_top__EhHgB p{color:#fff;line-height:24px}.styles_selected__PyYUj.styles_small__tyBpj .styles_top__EhHgB p span{background-color:#22262f;border:2px solid #23262c;border-radius:50px;font-size:18px;font-weight:500;padding:10px 30px}@media(max-width:3000px){.styles_selected__PyYUj.styles_small__tyBpj .styles_top__EhHgB p span{padding:10px 26px}}.styles_selected__PyYUj .styles_bottom__d2sOG{margin-bottom:5%;margin-left:12.5%;margin-top:-10%;width:75%}.styles_selected__PyYUj .styles_bottom__d2sOG p{font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-align:start}.styles_modalTitle__TXL7p{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:16px;margin-top:16px}@media(min-width:2048px){.styles_modalTitle__TXL7p{font-size:24px}}@media(max-width:1500px){.styles_modalTitle__TXL7p{font-size:18px}}@media(max-width:1024px){.styles_modalTitle__TXL7p{font-size:16px}}.styles_cards__e5Cdp,.styles_pricingPlans__box__aA1-u{align-items:center;display:flex}.styles_cards__e5Cdp{justify-content:center;margin-bottom:50px;width:100%}.styles_pricingTariffPlans__X0KI4{margin-top:5vh}.styles_pricingPlans__kJVma{align-items:center;padding:30px 0 50px;width:100%}.styles_pricingPlans__box__aA1-u{justify-content:center}.styles_pricingPlans__header__xtVJs{align-items:center;display:flex;padding-bottom:24px;text-align:center}@media(max-width:900px){.styles_pricingPlans__header__xtVJs{text-align:left}}.styles_pricingPlans__blocks__K\+\+Jp{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;width:100%}.styles_pricingPlans_pricing_cards_flow__iTrcD{flex-flow:row wrap}.styles_pricingPlans__text_button__LezbI{color:#fe6338;cursor:pointer;margin-top:30px}.styles_pricingLastCardTariff__K6NSQ{width:370px}.styles_pricingLastCard__-WMxJ{display:flex;flex-direction:column;margin:10px;max-width:370px;padding:10px;text-align:left}.styles_pricingLastCard__-WMxJ h2{margin:20px 0}.styles_pricingLastCard__-WMxJ p{color:#777e90;font-size:14px;font-weight:400;letter-spacing:0;line-height:24px;margin:0 0 20px;text-align:justified}@media(max-width:900px){.styles_pricingLastCard__-WMxJ{margin-bottom:5vw;margin-top:10vw}}.styles_dropdown__4VtEn{background:#22262f;border-radius:8px;box-shadow:0 1px 2px 0 #1018280d;display:inline-block;font-size:16px;gap:8px;height:48px;line-height:24px;padding:12px 15px;position:relative;width:120px}.styles_dropdown__4VtEn .styles_dropdownToggle__ww9Uk{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.styles_dropdown__4VtEn .styles_dropdownToggle__ww9Uk i{font-size:14px;margin-left:8px;transition:transform .3s}.styles_dropdown__4VtEn .styles_dropdownToggle__ww9Uk i.styles_up__Rprnu{transform:rotate(180deg)}.styles_dropdown__4VtEn .styles_dropdownOptions__eVsPt{background:#22262f;border-radius:0 0 8px 8px;box-shadow:0 1px 2px 0 #1018280d;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%;width:100%}.styles_dropdown__4VtEn .styles_dropdownOptions__eVsPt li{cursor:pointer;padding:12px 16px}.styles_dropdown__4VtEn .styles_dropdownOptions__eVsPt li:hover{background:#1018281a}.styles_dropdown__4VtEn.styles_open__vcVs4 .styles_dropdownOptions__eVsPt{display:block}.styles_dropdown__4VtEn.styles_open__vcVs4 .styles_dropdownToggle__ww9Uk i{transform:rotate(180deg)}.styles_m-5__K3WBT{margin-bottom:5px}.Modal_modal__8QdUY{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Modal_modal__8QdUY.MuiModal-root{z-index:9999999}.Modal_body__iN9a8{background-color:#272c35;border:1px solid #323843;border-radius:8px;max-height:calc(100vh - 32px);overflow:hidden;padding:48px;position:relative}.Modal_body__iN9a8 .Modal_closeButton__H1gE7{color:#efefef;cursor:pointer;position:absolute;right:48px;top:48px;transform:translate(50%,-50%)}.Modal_body__iN9a8 .Modal_backButton__nfklu{cursor:pointer;left:48px;position:absolute;top:48px;transform:translate(-50%,-50%)}.Modal_body__iN9a8.Modal_fullScreenHeight__GRzbt{max-height:100vh;overflow:auto}.Modal_body__iN9a8.Modal_rounded__G49j0{border-radius:24px;padding:32px}.Modal_body__iN9a8.Modal_rounded__G49j0 .Modal_closeButton__H1gE7{right:32px;top:32px;transform:translate(14px,-19px)}.Modal_body__iN9a8.Modal_rounded__G49j0 .Modal_backButton__nfklu{left:32px;top:32px}.Modal_small__Qnj1O{width:600px}.Modal_medium__YhoPs{width:800px}.Modal_big__5x03p{width:1000px}.ConfirmationModal_modalTitle__02aP4{font-size:20px;font-weight:500;line-height:1.2;text-align:center}@media(min-width:2048px){.ConfirmationModal_modalTitle__02aP4{font-size:24px}}@media(max-width:1500px){.ConfirmationModal_modalTitle__02aP4{font-size:18px}}@media(max-width:1024px){.ConfirmationModal_modalTitle__02aP4{font-size:16px}}.ConfirmationModal_modalActions__KNuyY{display:flex;flex-flow:row nowrap;gap:16px;justify-content:center;margin-top:32px}.ConfirmationModal_flexCenter__PWjjs{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:30px}.InputModal_modalTitle__Gb3jc{font-size:20px;font-weight:500;line-height:1.2;text-align:center}@media(min-width:2048px){.InputModal_modalTitle__Gb3jc{font-size:24px}}@media(max-width:1500px){.InputModal_modalTitle__Gb3jc{font-size:18px}}@media(max-width:1024px){.InputModal_modalTitle__Gb3jc{font-size:16px}}.InputModal_modalActions__V2MrC{display:flex;flex-flow:row nowrap;gap:16px;margin-top:32px}.InputModal_button__BYZv\+{flex:1 0 auto}.Tooltip_tooltip__-lB2A{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.Tooltip_tooltip__-lB2A{font-size:16px}}@media(max-width:1500px){.Tooltip_tooltip__-lB2A{font-size:12px}}@media(max-width:1024px){.Tooltip_tooltip__-lB2A{font-size:10px}}.Tooltip_tooltip__-lB2A.MuiTooltip-tooltip{background-color:#323843;border-radius:8px;padding:8px}.Tooltip_tooltip__-lB2A.MuiTooltip-tooltip .MuiTooltip-arrow{color:#1a1d23}.HelpModal_page__pWBWj{background-color:#26272c;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;max-height:99vh;min-height:80vh;padding:0;position:relative;width:60%}@media(max-width:1500px){.HelpModal_page__pWBWj{width:80%}}@media(max-width:1024px){.HelpModal_page__pWBWj{width:90%}}@media(max-width:960px){.HelpModal_page__pWBWj{flex-direction:column;overflow-y:auto}}.HelpModal_closeBtn__IyqtA{cursor:pointer;position:absolute;right:48px;top:48px;z-index:1}.HelpModal_leftSection__JCFeB{background-color:#272c35;border-radius:8px 0 0 8px;display:flex;flex-flow:column nowrap;padding:128px 64px 0;width:33%}@media(max-width:960px){.HelpModal_leftSection__JCFeB{align-items:center;padding-bottom:64px;width:100%}}.HelpModal_leftSection__JCFeB .HelpModal_logo__8WHuv{height:64px;margin-bottom:20px;width:64px}.HelpModal_leftSection__JCFeB .HelpModal_title__t7xpQ{font-size:40px;font-weight:500;line-height:1.2;margin-bottom:16px}@media(min-width:2048px){.HelpModal_leftSection__JCFeB .HelpModal_title__t7xpQ{font-size:48px}}@media(max-width:1500px){.HelpModal_leftSection__JCFeB .HelpModal_title__t7xpQ{font-size:32px}}@media(max-width:1024px){.HelpModal_leftSection__JCFeB .HelpModal_title__t7xpQ{font-size:28px}}.HelpModal_leftSection__JCFeB .HelpModal_description__XpNLJ{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HelpModal_leftSection__JCFeB .HelpModal_description__XpNLJ{font-size:16px}}@media(max-width:1500px){.HelpModal_leftSection__JCFeB .HelpModal_description__XpNLJ{font-size:12px}}@media(max-width:1024px){.HelpModal_leftSection__JCFeB .HelpModal_description__XpNLJ{font-size:10px}}.HelpModal_rightSection__1QuYF{align-items:center;background-color:#20232a;border-radius:0 8px 8px 0;display:flex;flex-direction:column;overflow-y:auto;padding:48px 96px;position:relative;width:67%}@media(max-width:960px){.HelpModal_rightSection__1QuYF{overflow-y:visible;width:100%}}@media(max-width:600px){.HelpModal_rightSection__1QuYF{padding:48px 5%}}.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:30px;margin-top:80px}@media(min-width:2048px){.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{font-size:24px}}@media(max-width:1500px){.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{font-size:18px}}@media(max-width:1024px){.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{font-size:16px}}@media(max-width:960px){.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{margin-top:12px}}@media(max-width:600px){.HelpModal_rightSection__1QuYF .HelpModal_contentTitle__CqdFc{margin-top:0}}.HelpModal_rightSection__1QuYF .HelpModal_input__ZJ42\+{margin:6px auto}.HelpModal_rightSection__1QuYF .HelpModal_success__4EN6B{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;width:100%}.HelpModal_rightSection__1QuYF .HelpModal_successTitle__3UWoo{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:10px;margin-top:40px}@media(min-width:2048px){.HelpModal_rightSection__1QuYF .HelpModal_successTitle__3UWoo{font-size:24px}}@media(max-width:1500px){.HelpModal_rightSection__1QuYF .HelpModal_successTitle__3UWoo{font-size:18px}}@media(max-width:1024px){.HelpModal_rightSection__1QuYF .HelpModal_successTitle__3UWoo{font-size:16px}}.HelpModal_rightSection__1QuYF .HelpModal_successDescription__bjtlR{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HelpModal_rightSection__1QuYF .HelpModal_successDescription__bjtlR{font-size:16px}}@media(max-width:1500px){.HelpModal_rightSection__1QuYF .HelpModal_successDescription__bjtlR{font-size:12px}}@media(max-width:1024px){.HelpModal_rightSection__1QuYF .HelpModal_successDescription__bjtlR{font-size:10px}}.HelpModal_rightSection__1QuYF .HelpModal_selectedFile__2Su5n{align-items:center;color:#fe6338;display:flex;gap:1rem;justify-content:center;margin:20px auto;width:100%}.HelpModal_rightSection__1QuYF .HelpModal_submit__sZCM8{align-self:flex-end;margin-top:40px;padding-left:40px;padding-right:40px}.HelpModal_rightSection__1QuYF .HelpModal_okBtn__F1rdy{margin-top:40px;padding-left:40px;padding-right:40px}.ImageUploadInput_container__RUXqh{color:#fff}.ImageUploadInput_imagePreviewContainer__0Qfwi{height:100%;max-height:100%;position:relative}.ImageUploadInput_imagePreview__sF9jM{border-radius:8px;height:100%;max-height:100%;max-width:100%}.ImageUploadInput_removeImageButton__QpM5I.MuiButtonBase-root{background-color:#272c35;position:absolute;right:8px;top:8px}.ImageUploadInput_removeImageButton__QpM5I.MuiButtonBase-root:hover{background-color:#565d6c}.VideoUploadInput_container__Vd81M{color:#fff}.VideoUploadInput_imagePreviewContainer__KM8Jh{height:100%;position:relative}.VideoUploadInput_imagePreview__rHyny{border-radius:8px;height:100%;max-width:100%}.VideoUploadInput_removeImageButton__sucp0.MuiButtonBase-root{background-color:#272c35;position:absolute;right:8px;top:8px}.VideoUploadInput_removeImageButton__sucp0.MuiButtonBase-root:hover{background-color:#565d6c}.AudioStyles_audioCard__-LEsO{align-items:center;background-color:#333842;border:2px solid #565d6c;border-radius:8px;color:#fff;display:flex;justify-content:space-between;min-height:75px;padding:16px;position:relative;transition:background-color .2s ease,border .2s ease}.AudioStyles_audioCard__-LEsO.AudioStyles_selected__4Bb3v{border:2px solid #ee653f}.AudioStyles_audioCard__-LEsO.AudioStyles_clickable__xV2sb{cursor:pointer}.AudioStyles_audioCard__-LEsO.AudioStyles_clickable__xV2sb:hover{background-color:#20232a}.AudioStyles_audioCard__-LEsO.AudioStyles_disabled__0Ry75{opacity:.5}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy{align-items:center;display:flex;gap:16px;max-width:70%}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_playerButton__\+G7Su{align-items:center;background-color:#0000;border:0;cursor:pointer;display:flex;justify-content:center;padding:0}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_leftText__rezXB{display:flex;flex-direction:column;max-width:80%;row-gap:5px}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabel__g-fyf{color:#fff;font-size:16px;font-weight:400;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabel__g-fyf{font-size:20px}}@media(max-width:1500px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabel__g-fyf{font-size:14px}}@media(max-width:1024px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabel__g-fyf{font-size:12px}}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{font-size:16px}}@media(max-width:1500px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{font-size:12px}}@media(max-width:1024px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{font-size:10px}}@media(max-width:1500px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{max-width:80%}}@media(max-width:1200px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicLabelV2__lQQ-c{max-width:55%}}.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicDuration__ylRcH{color:#89898d;flex:1 1;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicDuration__ylRcH{font-size:14px}}@media(max-width:1500px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicDuration__ylRcH{font-size:10px}}@media(max-width:1024px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicDuration__ylRcH{font-size:8px}}@media(max-width:1200px){.AudioStyles_audioCard__-LEsO .AudioStyles_left__Ci0Cy .AudioStyles_musicDurationV2__IQYQH{display:none}}.AudioStyles_audioCard__-LEsO .AudioStyles_right__c-jwI{align-items:center;display:flex;gap:8px}.AudioStyles_volumeSliderTooltip__LMCg6.MuiTooltip-tooltip{background-color:#272c35;border-radius:16px;padding:4px 12px}.AudioStyles_volumeSliderTooltipV2__YrPoa{margin-right:45px!important}.AudioStyles_volumeSliderTooltipV2__YrPoa.MuiTooltip-tooltip{background-color:#0000!important}.AudioStyles_volumeSliderContainer__Fu7ru{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:right}.AudioStyles_volumeSlider__UwjEd.MuiSlider-root{color:#fff;width:64px}.AudioStyles_volumeSlider__UwjEd .MuiSlider-thumb{box-shadow:none!important;height:0;width:0}.AudioStyles_addButtonWrapper__HoXUE{align-items:center;display:flex;flex-direction:row;opacity:0;pointer-events:none;position:relative;transition:opacity .2s ease}.AudioStyles_tooltipMenu__Q78eS{background-color:#282c34;border-radius:16px;box-shadow:0 8px 16px #282c34;color:#fff;margin-top:12px;padding:16px;position:absolute;right:0;z-index:999}.AudioStyles_tooltipMenuUp__SyFes{bottom:calc(100% + 12px);top:auto}.AudioStyles_tooltipMenuContainer__-Kpaw{max-height:215px;overflow-y:auto}.AudioStyles_tooltipOption__O\+sqg{border-radius:16px;cursor:pointer;font-size:14px;margin:0;padding:8px 16px;transition:background .2s ease;white-space:nowrap}.AudioStyles_tooltipOption__O\+sqg:hover{background-color:#535763}.AudioStyles_tooltipDivider__zgNhj{border:none;border-top:1px solid #535763;margin:6px 12px}.AudioStyles_audioCard__-LEsO:hover .AudioStyles_addButtonWrapper__HoXUE{opacity:1;pointer-events:auto}.AudioStyles_deleteAvatarIcon__\+Gc97{cursor:pointer}.AudioStyles_trashTooltipContainer__nSIuH{display:inline-block;position:relative}.AudioStyles_deleteTooltipMenu__TJVp\+{background-color:#282c34;border-radius:16px;box-shadow:0 8px 16px #282c34;color:#fff;margin-top:12px;min-width:200px;padding:16px;position:absolute;right:0;top:100%;z-index:9999}.AudioStyles_deleteTooltipOption__bys-v{border-radius:16px;cursor:pointer;font-size:14px;margin:0;padding:8px 16px;transition:background .2s ease;white-space:nowrap}.AudioStyles_deleteTooltipOption__bys-v:hover{background-color:#535763}.AudioStyles_sceneLabel__gurPh{color:#89898d;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AudioStyles_sceneLabel__gurPh{font-size:14px}}@media(max-width:1500px){.AudioStyles_sceneLabel__gurPh{font-size:10px}}@media(max-width:1024px){.AudioStyles_sceneLabel__gurPh{font-size:8px}}.AudioStyles_addButton__-\+K6W{margin-right:-8px!important;padding:8px 16px 8px 10px!important}.AudioStyles_addButton__-\+K6W.AudioStyles_circle__UGGBB{height:36px;min-height:36px;min-width:36px;width:36px}@media(max-width:1200px){.AudioStyles_addButton__-\+K6W{padding:8px 12px 8px 6px!important}}.AudioCardV3_audioCard__Ph6hs{align-items:center;background-color:#0000;border:2px solid #565d6c;border-radius:8px;color:#fff;container-type:inline-size;display:flex;gap:15px;justify-content:space-between;padding:13px;position:relative;transition:background-color .2s ease,border .2s ease}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_selected__AvcIJ{border:2px solid #ee653f}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_clickable__GkE3Z{cursor:pointer}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_clickable__GkE3Z:hover{background-color:#20232a}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_disabled__0tilN{border-color:#323843}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_disabled__0tilN>:not(.AudioCardV3_trash__MqcmX){opacity:.5}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_playerButton__RLlQt{align-items:center;background-color:#0000;border:0;cursor:pointer;display:flex;justify-content:center;min-width:0;min-width:auto;padding:0}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM{align-items:center;display:flex;gap:16px;margin-right:auto;max-width:150px;min-width:95px}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_leftText__K2Pi9{align-items:flex-start;display:flex;flex-direction:column;row-gap:5px;width:100%}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioLabel__5mUTC{color:#fff;font-size:16px;font-weight:400;line-height:1.5;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioLabel__5mUTC{font-size:20px}}@media(max-width:1500px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioLabel__5mUTC{font-size:14px}}@media(max-width:1024px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioLabel__5mUTC{font-size:12px}}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioLabel__5mUTC svg{vertical-align:middle}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioDuration__WoJiY{color:#fff;flex:1 1;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioDuration__WoJiY{font-size:14px}}@media(max-width:1500px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioDuration__WoJiY{font-size:10px}}@media(max-width:1024px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_metadata__5cLuM .AudioCardV3_audioDuration__WoJiY{font-size:8px}}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_track__E8tc7{flex-grow:1}@container (max-width: 350px){.AudioCardV3_audioCard__Ph6hs .AudioCardV3_track__E8tc7{display:none}}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_track__E8tc7>div::part(cursor){height:auto}.AudioCardV3_audioCard__Ph6hs .AudioCardV3_trash__MqcmX{background-color:#323843;font-size:24px;padding:16px}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_compact__Vb8He{padding-bottom:5px;padding-top:5px}.AudioCardV3_audioCard__Ph6hs.AudioCardV3_compact__Vb8He .AudioCardV3_separator__ALUP0{height:32px}.AudioCardV3_audioCard__Ph6hs button{flex-shrink:0}.AudioCardV3_volumeSliderTooltip__3Hr0g.MuiTooltip-tooltip{background-color:#272c35;border-radius:16px;padding:4px 12px}.AudioCardV3_volumeSliderContainer__4C3hr{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:right}.AudioCardV3_volumeSlider__FNYbL.MuiSlider-root{color:#fff;width:64px}.AudioCardV3_volumeSlider__FNYbL .MuiSlider-thumb{box-shadow:none!important;height:0;width:0}.AudioCardV3_volumeButton__ZxCMl.MuiButton-root.MuiButtonBase-root{font-size:24px}.AudioUploadInput_container__-cRZB{color:#fff}.AudioUploadInput_imagePreviewContainer__eDrb9{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;position:relative;width:100%}.AudioUploadInput_imagePreview__eBlv5{border-radius:8px;max-width:100%}.AudioUploadInput_removeImageButton__-BH-k.MuiButtonBase-root{color:#fff;flex:0 0 auto}.AudioUploadInput_audioPreview__SqG0R{flex:1 1}.AudioUploadInputV3_audioBox__wQt3o{background-color:#2b3039;border:1px solid #323843;border-radius:16px;padding:95px 32px}.ContactListItem_contactItem__I8WPn{background-color:#0000;border:2px solid #565d6c;border-radius:8px;font-size:16px;font-weight:400;line-height:1.5;overflow:hidden;padding:26px 16px;text-overflow:ellipsis;transition:background-color .2s ease,border .2s ease;white-space:nowrap}@media(min-width:2048px){.ContactListItem_contactItem__I8WPn{font-size:20px}}@media(max-width:1500px){.ContactListItem_contactItem__I8WPn{font-size:14px}}@media(max-width:1024px){.ContactListItem_contactItem__I8WPn{font-size:12px}}.ContactListItem_contactItem__I8WPn.ContactListItem_selected__5Y4bt{border:2px solid #ee653f}.ContactListItem_contactItem__I8WPn.ContactListItem_clickable__S3ZUY{cursor:pointer}.ContactListItem_contactItem__I8WPn.ContactListItem_clickable__S3ZUY:hover{background-color:#20232a}.ContactListItem_contactItem__I8WPn.ContactListItem_disabled__N62lv{opacity:.5}.styles_spinner__uWscu{align-items:center;display:flex;justify-content:center;width:fit-content}.styles_spinner__uWscu.styles_small__NAxrV .styles_dot__MoBzK{height:4px;width:4px}.styles_spinner__uWscu.styles_regular__l1tg4 .styles_dot__MoBzK{height:8px;width:8px}.styles_spinner__uWscu.styles_big__iQ0nI .styles_dot__MoBzK{height:12px;width:12px}.styles_dot__MoBzK{animation:styles_bounce__Cbsif .6s infinite alternate;background-color:#b8b8b8;border-radius:50%;margin:0 5px}.styles_dot__MoBzK:nth-child(2){animation-delay:.2s}.styles_dot__MoBzK:nth-child(3){animation-delay:.4s}@keyframes styles_bounce__Cbsif{to{opacity:.3}}.EmailAddress_emailAddress__BfSnx{color:#ee653f;font-weight:400}.Divider_divider__uJILr{background-color:#323843;height:50%;width:1px}.styles_videoContainer__QkNKa{aspect-ratio:16/9;background-color:#000;border-radius:24px;height:auto;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.styles_player__Jr-lL{left:0;position:absolute;top:0}.styles_player__Jr-lL video{border-radius:12px}.styles_videoContainer__QkNKa video{border-radius:12px;height:100%;object-fit:contain;width:100%}.styles_loadingContainer__TydQ7{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.styles_loadingSpinner__uPe82{animation:styles_spin__x7vTS 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes styles_spin__x7vTS{to{transform:rotate(1turn)}}.styles_centerPlayButton__kWPoO{align-items:center;background-color:#000000b3;border:none;border-radius:50%;cursor:pointer;display:flex;height:68px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s ease;width:68px;z-index:3}.styles_centerPlayButton__kWPoO:hover{background-color:#1e1e1ecc;transform:translate(-50%,-50%) scale(1.1)}.styles_centerPlayButton__kWPoO svg{fill:currentColor;color:#fff;height:36px;width:36px}.styles_controlsContainer__bl7Q8{background:linear-gradient(#0000,#000c);border-bottom-left-radius:12px;border-bottom-right-radius:12px;bottom:0;left:0;padding:8px 16px 16px;position:absolute;right:0;transition:opacity .3s ease;z-index:11}.styles_controlsRow__D45O6{align-items:center;display:flex;gap:8px;height:36px;justify-content:flex-start;width:100%}.styles_seekBarWrapper__fTXMa{margin-bottom:8px;padding:0;width:100%}.styles_seekBar__YbPqg{color:#fff!important;height:4px;padding:0!important}.styles_seekBar__YbPqg .MuiSlider-rail{background-color:#ffffff4d;opacity:.4}.styles_seekBar__YbPqg .MuiSlider-track{background-color:#ee653f;border:none}.styles_seekBar__YbPqg .MuiSlider-thumb{background-color:#fff;box-shadow:0 0 4px #00000080;display:none;height:12px;width:12px}.styles_seekBar__YbPqg .MuiSlider-thumb.Mui-active,.styles_seekBar__YbPqg .MuiSlider-thumb.Mui-focusVisible,.styles_seekBar__YbPqg .MuiSlider-thumb:hover{box-shadow:0 0 4px #000000b3}.styles_seekBar__YbPqg:hover .MuiSlider-thumb{display:block}.styles_controlButton__MzEzH{background-color:#0000!important;color:#fff!important;padding:6px!important}.styles_controlButton__MzEzH:hover{background-color:#ffffff1a!important}.styles_controlButton__MzEzH svg{font-size:22px}.styles_timeDisplay__plUb2{color:#fff;font-size:13px;margin-right:auto;min-width:105px}.styles_volumeControl__JK\+jK{align-items:center;display:flex;gap:0;width:120px}.styles_volumeControl__JK\+jK .styles_controlButton__MzEzH{margin-left:4px;padding:4px!important}.styles_volumeSlider__rCEuv{color:#fff!important;height:4px;padding:0!important;width:70px}.styles_volumeSlider__rCEuv .MuiSlider-rail{background-color:#ffffff4d;opacity:.4}.styles_volumeSlider__rCEuv .MuiSlider-track{background-color:#fff;border:none}.styles_volumeSlider__rCEuv .MuiSlider-thumb{background-color:#fff;display:none;height:10px;width:10px}.styles_volumeSlider__rCEuv .MuiSlider-thumb.Mui-active,.styles_volumeSlider__rCEuv .MuiSlider-thumb:hover{box-shadow:0 0 0 8px #ffffff29}.styles_volumeSlider__rCEuv:hover .MuiSlider-thumb{display:block}.styles_minimalProgressBar__d3rXf{background-color:#fff3;bottom:0;height:3px;left:0;position:absolute;right:0;z-index:1}.styles_progressIndicator__Wpv1d{background-color:#1976d2;height:100%;transition:width .1s linear}@media(max-width:768px){.styles_volumeControl__JK\+jK{width:40px}.styles_volumeControl__JK\+jK .styles_volumeSlider__rCEuv{display:none}.styles_timeDisplay__plUb2{font-size:12px;min-width:80px}.styles_centerPlayButton__kWPoO{height:60px;width:60px}.styles_centerPlayButton__kWPoO svg{height:32px;width:32px}}@media(max-width:480px){.styles_controlsContainer__bl7Q8{padding:6px 10px 10px}.styles_controlButton__MzEzH svg{font-size:20px}.styles_timeDisplay__plUb2{font-size:11px;min-width:70px}.styles_centerPlayButton__kWPoO{height:50px;width:50px}.styles_centerPlayButton__kWPoO svg{height:28px;width:28px}}.styles_videoClickArea__waYNq{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.UniversalUploadInput_container__kmYQC{color:#fff;height:100%;width:100%}.UniversalUploadInput_previewContainer__uXb85{align-items:center;border-radius:8px;display:flex;height:100%;justify-content:center;max-height:100%;overflow:hidden;position:relative;width:100%}.UniversalUploadInput_imagePreview__LOBJ\+{border-radius:8px;max-height:100%;max-width:100%;object-fit:contain}.UniversalUploadInput_videoPreview__8cION{border-radius:8px;max-height:100%;max-width:100%;width:100%}.UniversalUploadInput_slideName__9sq4K{align-items:center;color:#fff;display:flex;font-size:16px;gap:8px;max-width:100%;text-align:center;word-break:break-word}.UniversalUploadInput_removeButton__\+prss.MuiButtonBase-root{background-color:#272c35;position:absolute;right:8px;top:8px}.UniversalUploadInput_removeButton__\+prss.MuiButtonBase-root:hover{background-color:#565d6c}.ResponsiveImage_responsiveImage__dRnj-{background-position:50%;background-repeat:no-repeat;height:100%;width:100%}.ResponsiveImage_responsiveImage__dRnj-.ResponsiveImage_cover__q4vAn{background-size:cover}.ResponsiveImage_responsiveImage__dRnj-.ResponsiveImage_fitFull__sBLqX{background-size:contain}.ResponsiveImage_responsiveImage__dRnj-.ResponsiveImage_fitWidth__gFQgE{background-size:100% auto}.ResponsiveImage_responsiveImage__dRnj-.ResponsiveImage_fitHeight__30AGU{background-size:auto 100%}.ResponsiveImage_responsiveImage__dRnj-.ResponsiveImage_autoHeight__LMVMr{height:auto}.PetalSpinner_spinner__xM5aP{animation:PetalSpinner_spin__2pb5d 2s steps(12) infinite}@keyframes PetalSpinner_spin__2pb5d{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_remainingCredits__jcmId{whitespace:nowrap;border:1px solid #3d3f43}.styles_remainingCredits__jcmId[data-component=remaining-credits]{padding:8px 12px}.styles_remainingCredits__jcmId[data-component=remaining-credits]:not(:hover){background-color:#383c44}.styles_remainingCreditsBold__JzvTi{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.styles_remainingCreditsBold__JzvTi{font-size:20px}}@media(max-width:1500px){.styles_remainingCreditsBold__JzvTi{font-size:14px}}@media(max-width:1024px){.styles_remainingCreditsBold__JzvTi{font-size:12px}}.styles_remainingCreditsText__rYhWx{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.styles_remainingCreditsText__rYhWx{font-size:14px}}@media(max-width:1500px){.styles_remainingCreditsText__rYhWx{font-size:10px}}@media(max-width:1024px){.styles_remainingCreditsText__rYhWx{font-size:8px}}.SlidingMenu_slidingMenu__jf6Vl{display:flex;flex-flow:row nowrap;position:relative}.SlidingMenu_slidingMenu__jf6Vl hr{border:none;border-bottom:2px solid #ee653f;bottom:0;position:absolute;transition:left .2s ease;width:var(--menu-tab-width-px)}.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-{cursor:pointer;font-size:14px;font-weight:400;line-height:1.5;min-width:var(--menu-tab-width-px);padding-bottom:8px;padding-top:8px;text-align:center;-webkit-user-select:none;user-select:none;width:var(--menu-tab-width-px)}@media(min-width:2048px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-{font-size:16px}}@media(max-width:1500px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-{font-size:12px}}@media(max-width:1024px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-{font-size:10px}}.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-.SlidingMenu_selected__SdQKB{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-.SlidingMenu_selected__SdQKB{font-size:16px}}@media(max-width:1500px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-.SlidingMenu_selected__SdQKB{font-size:12px}}@media(max-width:1024px){.SlidingMenu_slidingMenu__jf6Vl .SlidingMenu_slidingMenuItem__qOpp-.SlidingMenu_selected__SdQKB{font-size:10px}}.styles_remainingCredits__QrHNN{text-wrap:nowrap;align-items:center;background-color:#383c44;border:1px solid #3d3f43;border-radius:8px;display:flex;font-size:12px;font-weight:600;gap:10px;line-height:1.2;max-height:49px;padding:10px}@media(min-width:2048px){.styles_remainingCredits__QrHNN{font-size:14px}}@media(max-width:1500px){.styles_remainingCredits__QrHNN{font-size:10px}}@media(max-width:1024px){.styles_remainingCredits__QrHNN{font-size:8px}}.styles_remainingCredits__QrHNN .styles_data__RYEKE{align-items:center;display:flex;gap:10px}.styles_remainingCredits__QrHNN .styles_labels__KbyCJ{color:#b8b8b8}.styles_remainingCredits__QrHNN .styles_values__B0wtv{color:#fff}.styles_remainingCredits__QrHNN .styles_verticalLine__QuL-b{background-color:#585d6c;height:30px;width:1px}.styles_remainingCredits__QrHNN .styles_upgrade__wkQSF{background-color:#4a4043;border:1px solid #fe6338;color:#efefef}.Badge_badge__x20O6{background-color:rgba(254,99,56,.251);border:1px solid #fe6338;border-radius:4px;padding:4px 8px}.Badge_badgeText__SHS8R{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.Badge_badgeText__SHS8R{font-size:14px}}@media(max-width:1500px){.Badge_badgeText__SHS8R{font-size:10px}}@media(max-width:1024px){.Badge_badgeText__SHS8R{font-size:8px}}.ChallengeSuccessModal_modal__MLDUH{align-items:center;border-radius:16px;display:flex;flex-direction:column;gap:32px}.ChallengeSuccessModal_modal__MLDUH .ChallengeSuccessModal_title__593Pe{font-size:16px;font-weight:600;line-height:1.5;text-align:center}@media(min-width:2048px){.ChallengeSuccessModal_modal__MLDUH .ChallengeSuccessModal_title__593Pe{font-size:20px}}@media(max-width:1500px){.ChallengeSuccessModal_modal__MLDUH .ChallengeSuccessModal_title__593Pe{font-size:14px}}@media(max-width:1024px){.ChallengeSuccessModal_modal__MLDUH .ChallengeSuccessModal_title__593Pe{font-size:12px}}.ControlButton_ctrlBtn__aKctL.MuiButton-root{background-color:#3d424d;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;height:48px;line-height:1.5;outline:none;user-select:none;-webkit-user-select:none}@media(min-width:2048px){.ControlButton_ctrlBtn__aKctL.MuiButton-root{font-size:16px}}@media(max-width:1500px){.ControlButton_ctrlBtn__aKctL.MuiButton-root{font-size:12px}}@media(max-width:1024px){.ControlButton_ctrlBtn__aKctL.MuiButton-root{font-size:10px}}.ControlButton_ctrlBtn__aKctL.MuiButton-root:hover{background-color:#323843;border:none;outline:none}.SearchInput_searchBar__uSb2D{height:48px!important}.SearchInput_searchBar__uSb2D .MuiInputBase-root{background-color:#3d424d80!important;border:none!important;border-radius:8px;color:#efefef;height:100%}.SearchInput_searchBar__uSb2D .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.SearchInput_fullWidth__7zi3W{width:100%!important}.SearchInput_searchIcon__mSC3e{color:#efefef;cursor:pointer}.MediaCard_mediaCard__N9a2z{background-color:#20232a;border-radius:8px;container-type:inline-size;display:flex;flex:2 1;flex-flow:row nowrap;overflow:hidden}.MediaCard_newBannerCard__EW6eL{background-color:#1e1e1e}.MediaCard_shorten__t6vCM{flex:1.5 1}@media screen and (max-width:1660px){.MediaCard_shorten__t6vCM{flex:2 1}}.MediaCard_mediaCardImage__ieAti{background-color:#20232a;flex:1.5 0;max-width:250px}@container (max-width: 400px){.MediaCard_mediaCardImage__ieAti{display:none}}.MediaCard_mediaCardImage2__D2Ixu{background-color:#20232a;border-radius:8px;flex:1.5 0;margin:6px;max-width:250px}@container (max-width: 400px){.MediaCard_mediaCardImage2__D2Ixu{display:none}}.MediaCard_mediaCardContent__PsqUB{display:flex;flex:2 1;flex-flow:column nowrap;gap:16px;justify-content:space-between}@media screen and (max-width:1920px){.MediaCard_mediaCardContent__PsqUB{padding:16px 24px}}@media screen and (min-width:1920px){.MediaCard_mediaCardContent__PsqUB{padding:24px 32px}}.MediaCard_mediaCardContent2__d03hz{display:flex;flex:2 1;flex-flow:column nowrap;gap:6px;justify-content:space-between}@media screen and (max-width:1920px){.MediaCard_mediaCardContent2__d03hz{padding:16px 24px}}@media screen and (min-width:1920px){.MediaCard_mediaCardContent2__d03hz{padding:24px 32px}}.MediaCard_mediaCardTitle__nsKhz{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.MediaCard_mediaCardTitle__nsKhz{font-size:20px}}@media(max-width:1500px){.MediaCard_mediaCardTitle__nsKhz{font-size:14px}}@media(max-width:1024px){.MediaCard_mediaCardTitle__nsKhz{font-size:12px}}.MediaCard_mediaCardTitle2__ElOPU{font-size:16px;font-weight:500}.MediaCard_mediaCardText__xl8iz{display:flex;flex:1 1;font-size:14px;font-weight:400;gap:10px;justify-content:space-between;line-height:1.5}@media(min-width:2048px){.MediaCard_mediaCardText__xl8iz{font-size:16px}}@media(max-width:1500px){.MediaCard_mediaCardText__xl8iz{font-size:12px}}@media(max-width:1024px){.MediaCard_mediaCardText__xl8iz{font-size:10px}}.MediaCard_mediaCardText2__5CyeR{color:#d2d2d2;font-size:14px;font-weight:300}.MediaCard_mediaCardNoText__7XnW2{display:flex;flex:1 1;font-size:14px;font-weight:400;justify-content:flex-end;line-height:21px}.MediaCard_mediaCardBottom__wMy29{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;min-height:30px}.MediaCard_mediaCardPill__shCBh{white-space:nowrap}@media screen and (max-width:1024px){.MediaCard_mediaCardPill__shCBh{display:none}}.MediaCard_badge__1ZdPF{align-items:center;background-color:#000;border-radius:4px;color:#fff;display:flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:6px;line-height:1.2;padding:4px 8px;width:fit-content}@media(min-width:2048px){.MediaCard_badge__1ZdPF{font-size:14px}}@media(max-width:1500px){.MediaCard_badge__1ZdPF{font-size:10px}}@media(max-width:1024px){.MediaCard_badge__1ZdPF{font-size:8px}}.MediaCard_badgeIcon__\+pROo{height:10px;width:10px}.MediaCard_nextIcon__WC2wa{border:2px solid #ee6440;border-radius:100%;color:#ee6440;cursor:pointer}.Stepper_flex__W0iQq{align-items:center;display:flex;flex-direction:column;justify-content:center}.Stepper_heading__JN8Vj{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:14px}@media(min-width:2048px){.Stepper_heading__JN8Vj{font-size:24px}}@media(max-width:1500px){.Stepper_heading__JN8Vj{font-size:18px}}@media(max-width:1024px){.Stepper_heading__JN8Vj{font-size:16px}}.ShareMenuContent_VideoPlayerStyle__Ls7Ej{left:0;margin-left:40%;position:absolute;transform:translateY(-350px)}.ShareMenuContent_VideoCardStyle__jfOXT,.ShareMenuContent_VideoPlayerStyle__Ls7Ej{background-color:#20232a;border-radius:15px;height:auto;padding-left:10px;padding-right:10px;width:300px;z-index:1000}@media(min-width:101px)and (max-width:400px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:10%;transform:translateY(-300px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:401px)and (max-width:700px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:10%;transform:translateY(-300px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:701px)and (max-width:1000px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:30%;transform:translateY(-335px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:1001px)and (max-width:1200px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:20%;transform:translateY(-275px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:1201px)and (max-width:1500px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:40%;transform:translateY(-275px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:1501px)and (max-width:2200px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:50%;transform:translateY(-275px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:2201px)and (max-width:3500px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:58%;transform:translateY(-280px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:3501px)and (max-width:3800px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:55%;transform:translateY(-275px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}@media(min-width:3801px){.ShareMenuContent_VideoPlayerStyle__Ls7Ej{margin-left:63%;transform:translateY(-285px)}.ShareMenuContent_VideoCardStyle__jfOXT{margin-top:10%}}.ShareMenuContent_sharetxt__Yp5d\+{font-family:Poppins;font-weight:500;padding-bottom:5%;padding-left:3%;padding-top:5%}.ShareMenuContent_icons__nP-pJ{size:10px;padding-left:3%}.ShareMenuContent_menuOption__RPaRv{display:flex;font-size:small;font-weight:100;padding-bottom:20px;padding-left:6%}.ShareMenuContent_copyLinkOption__tl68G{padding-bottom:5%}.ShareMenuContent_linkContainer__oEX41{align-items:center;background-color:#323843;border-radius:5px;display:flex;margin-top:20px;overflow:hidden;padding:5px}.ShareMenuContent_close__n3uPe{margin-right:50%}.ShareMenuContent_linkIcon__Ja4Q1{cursor:pointer;flex-shrink:0;margin-left:8px}.ShareMenuContent_customInput__Ei4sv{background-color:#323843;border:none;border-radius:4px;box-sizing:border-box;color:#fff;flex:1 1;overflow:hidden;padding:8px;text-overflow:ellipsis;white-space:nowrap}.ShareMenuContent_socialButton__3kA3A{height:20%;width:31%}@media(min-width:401px)and (max-width:700px){.ShareMenuContent_VideoCardStyle__jfOXT{height:auto;width:auto}.ShareMenuContent_socialButton__3kA3A .ShareMenuContent_react-share__ShareButton__UCOER{height:45px;width:45px}.ShareMenuContent_menuOption__RPaRv{display:none;font-size:small;font-weight:100}.ShareMenuContent_sharetxt__Yp5d\+{font-family:Poppins;font-size:smaller;font-weight:500;padding-bottom:5%;padding-left:3%;padding-top:5%}.ShareMenuContent_Link__PgIsz{font-size:smaller}}@media(min-width:101px)and (max-width:400px){.ShareMenuContent_VideoCardStyle__jfOXT{height:auto;width:auto}.ShareMenuContent_socialButton__3kA3A .ShareMenuContent_react-share__ShareButton__UCOER{height:45px;width:45px}.ShareMenuContent_menuOption__RPaRv{display:none;font-size:small;font-weight:100}.ShareMenuContent_sharetxt__Yp5d\+{font-family:Poppins;font-size:smaller;font-weight:500;padding-bottom:5%;padding-left:3%;padding-top:5%}.ShareMenuContent_Link__PgIsz{font-size:smaller}}.AnalyticsTooltip_statIcon__D8IG8{cursor:pointer}.AnalyticsTooltip_statTooltipTitle__ekkfz .AnalyticsTooltip_spinner__7yDKD{text-align:center}.AnalyticsTooltip_statTooltipTitle__ekkfz .AnalyticsTooltip_toolTipHeading__H52rr{font-size:.9rem;font-weight:500}.AnalyticsTooltip_statTooltipTitle__ekkfz .AnalyticsTooltip_tooltipRow__j98m0{align-items:center;display:flex;font-size:.9rem;font-weight:400;gap:8px;margin-top:8px}.VideoCard_videoCard__wMsP4{display:flex;flex-flow:column nowrap;gap:8px;overflow:hidden;width:100%}.VideoCard_preview__xvONu{aspect-ratio:16/9;background-color:#323843;border-radius:8px;overflow:hidden;position:relative;width:100%}.VideoCard_preview__xvONu .VideoCard_topRightButtons__sVMX8:has([data-is-open=true]),.VideoCard_preview__xvONu:hover .VideoCard_topRightButtons__sVMX8{opacity:1;visibility:visible}.VideoCard_avatarCard__ke5xD{position:absolute}.VideoCard_avatarImageOffset__jBCxF{top:8px}.VideoCard_avatarContainer__debho{background:#0000;height:100%;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.VideoCard_circleAvatar__xS\+25{aspect-ratio:1/1;background-color:red;border-radius:50%;height:90%;width:auto}.VideoCard_previewDimmed__kgJSe{opacity:.5}.VideoCard_previewClickable__1dIcq{cursor:pointer}.VideoCard_imageWrapper__JLLh8{height:100%;width:100%}.VideoCard_failedIcon__vVBb-{color:#ee653f;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.VideoCard_failedIcon__vVBb-.MuiSvgIcon-root{height:75px;width:75px}.VideoCard_topRightButtons__sVMX8{display:flex;flex-flow:row nowrap;gap:8px;opacity:0;position:absolute;right:8px;top:8px;transition:visibility 0s,opacity .2s linear;visibility:hidden}.VideoCard_progress__P1xN4{background:#dedede;bottom:4px;position:absolute;width:100%}.VideoCard_progress__P1xN4 .MuiLinearProgress-bar{background-color:#ee653f}.VideoCard_loadingContainer__TidpP{align-items:center;display:flex;flex-flow:column nowrap;gap:8px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.VideoCard_progressText__9V0F\+{-webkit-text-stroke:.7px #000;color:#efefef;font-size:12px;font-weight:300;font-weight:800;line-height:1.2;text-align:center}@media(min-width:2048px){.VideoCard_progressText__9V0F\+{font-size:14px}}@media(max-width:1500px){.VideoCard_progressText__9V0F\+{font-size:10px}}@media(max-width:1024px){.VideoCard_progressText__9V0F\+{font-size:8px}}.VideoCard_progressTextPercents__xL8XG{-webkit-text-stroke:.4px #ee653f;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.VideoCard_bottomLine__JfGUJ{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.VideoCard_bottomLine__JfGUJ .VideoCard_leftPill__B9wE0,.VideoCard_bottomLine__JfGUJ .VideoCard_rightPill__cR8u6{align-items:center;display:flex;gap:4px}.VideoCard_date__BPu1T{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.VideoCard_date__BPu1T{font-size:14px}}@media(max-width:1500px){.VideoCard_date__BPu1T{font-size:10px}}@media(max-width:1024px){.VideoCard_date__BPu1T{font-size:8px}}.VideoCard_titleContainer__r5WtE{align-items:baseline;display:flex;flex-flow:row nowrap;gap:8px;justify-content:space-between}.VideoCard_title__wUUiy{font-size:16px;font-weight:600;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.VideoCard_title__wUUiy{font-size:20px}}@media(max-width:1500px){.VideoCard_title__wUUiy{font-size:14px}}@media(max-width:1024px){.VideoCard_title__wUUiy{font-size:12px}}.VideoCard_titleClickable__KoMMv{cursor:pointer}.VideoCard_titleShortened__iEr4M{max-width:80%}.VideoCard_ShareMenu__dl1iw{border-radius:15px;padding:10px;position:absolute;width:200px;z-index:1000}@media(min-width:3801px){.VideoCard_ShareMenu__dl1iw{margin-left:0}}.AllComponentsPage_componentsPage__oeiQ1{display:flex;flex-flow:column nowrap;gap:16px;padding:16px}.AllComponentsPage_componentsPage__oeiQ1 h1{margin-top:16px}.AllComponentsPage_row__67sdE{align-items:flex-start;display:flex;flex-flow:row wrap;gap:16px}.AllComponentsPage_videoRow__ZbGCy{flex-flow:row nowrap;width:50%}.AllComponentsPage_bigButton__zpDJ2{height:200px;width:200px}.AllComponentsPage_customModalBody__4DqRc{align-items:center;display:flex;flex-flow:column nowrap;gap:16px;justify-content:center}.AllComponentsPage_customModalIcon__8sWVn{height:100px;width:100px}.AllComponentsPage_customModalTitle__NqAzZ{font-size:20px;font-weight:600;text-align:center}.AllComponentsPage_customModalText__Gyymt{font-size:16px;font-weight:400;max-width:70%;text-align:center}.AllComponentsPage_spinnerContainer__CGpXT{background-color:#333;border-radius:8px;height:200px;padding:16px;position:relative;width:200px}.AllComponentsPage_defaultWidth__LAEf4{width:250px}.AllComponentsPage_imageUploader__Ov1N3{height:200px;position:relative}.styles_createAIActor__\+-rmK{background-color:#1a1d25;height:100%;padding:0;width:100%}.styles_createAIActor__\+-rmK .styles_header__eK5d4{align-items:center;background-color:inherit;border-bottom:1px solid #333842;display:flex;left:0;padding:14px;position:fixed;top:0;width:100%;z-index:10}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_back__7J4KS{color:#fff;gap:14px}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_back__7J4KS:disabled{color:#89898d}.styles_createAIActor__\+-rmK .styles_header__eK5d4 h1{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 h1{font-size:20px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 h1{font-size:14px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 h1{font-size:12px}}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2{align-items:center;bottom:0;display:flex;font-size:14px;font-weight:400;gap:16px;justify-content:center;left:0;line-height:1.5;position:absolute;right:0;top:0}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2{font-size:16px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2{font-size:12px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2{font-size:10px}}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2 .styles_step__urlnf{text-wrap:nowrap;align-items:center;background-color:#0000;border-width:0;color:#89898d;display:flex;gap:8px}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2 .styles_step__urlnf .styles_circle__7C9p4{align-items:center;border:1px solid #535763;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2 .styles_step__urlnf .styles_circle__7C9p4 svg{font-size:14px}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2 .styles_step__urlnf.styles_active__H9i5e .styles_circle__7C9p4{background-color:#fff;border-color:#fff;color:#1a1d25}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_path__8Nnt2 .styles_step__urlnf.styles_completed__zI6ZA .styles_circle__7C9p4{background-color:#ee6440;border-color:#ee6440;color:#1a1d25}.styles_createAIActor__\+-rmK .styles_header__eK5d4 .styles_close__JnUNv{color:#fff;margin-left:auto}.styles_createAIActor__\+-rmK .styles_wrapper__GhY3w{margin-left:auto;margin-right:auto;min-height:100%;width:40%}.styles_createAIActor__\+-rmK .styles_wrapper__GhY3w.styles_wide__xdgr\+{max-width:auto;min-width:60%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB{padding-bottom:60px;padding-top:70px}}@media screen and (min-width:1024px)and (max-width:1150px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB{padding-bottom:60px;padding-top:75px}}@media screen and (min-width:1150px)and (max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB{padding-bottom:60px;padding-top:90px}}@media screen and (min-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB{padding-bottom:100px;padding-top:120px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB h2{font-size:18px;font-weight:400;margin-bottom:8px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB p{color:#89898d;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:8px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB p{font-size:16px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB p{font-size:12px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB p{font-size:10px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB>img{margin-bottom:40px;width:100%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{color:#d2d2d2;display:flex;flex-direction:column;font-size:14px;font-weight:400;font-weight:300;gap:8px;line-height:1.5}@media screen and (max-width:1150px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{margin-bottom:8px;width:100%}}@media screen and (min-width:1150px)and (max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{margin-bottom:16px;width:100%}}@media screen and (min-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{margin-bottom:32px;width:75%}}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{font-size:16px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{font-size:12px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul{font-size:10px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul li{align-items:center;display:flex;gap:8px}@media screen and (max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul li svg{height:18px;width:18px}}@media screen and (min-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul li svg{height:24px;width:24px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul li .styles_green__CvXOA{color:#02c830}.styles_createAIActor__\+-rmK .styles_content__HL\+PB ul li .styles_red__mUzag{color:#ff4a44}.styles_createAIActor__\+-rmK .styles_content__HL\+PB label{display:block;font-size:16px;font-weight:400;line-height:1.5;margin-bottom:16px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB label{font-size:20px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB label{font-size:14px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB label{font-size:12px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB input{background-color:#0000;border:1px solid #fff;border-radius:8px;color:#fff;margin-bottom:27px;padding:16px;width:100%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn{display:flex;gap:16px;margin-bottom:27px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn button{background-color:#21232a;border:1px solid #21232a;border-radius:8px;color:#fff;flex-grow:1;font-size:14px;font-weight:400;height:50px;line-height:1.5}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn button{font-size:16px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn button{font-size:12px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn button{font-size:10px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button.styles_active__H9i5e,.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_gender__9Fcmn button.styles_active__H9i5e{border:1px solid #ee6440}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button{height:inherit;padding:16px 18px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_background__OUxwd button img{aspect-ratio:2;border-radius:8px;margin-bottom:12px;object-fit:cover;width:100%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw{align-items:center;aspect-ratio:16/9;background-color:#333842;border-radius:24px;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-bottom:16px;width:100%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw .styles_icons__TGswg{display:flex;font-size:48px;gap:20px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw button{background-color:#0000;border:1px solid #fff;border-radius:8px;color:#fff;font-size:14px;font-weight:400;line-height:1.5;padding:12px 10px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw button{font-size:16px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw button{font-size:12px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_cameraCheck__8J8Kw button{font-size:10px}}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_buttons__\+KPeL{align-items:center;color:#fff;display:flex;gap:8px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_buttons__\+KPeL.styles_checks__2BM\+L{gap:20px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_buttons__\+KPeL .MuiInputBase-root{border-width:0;max-width:180px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_buttons__\+KPeL .MuiInputBase-root [class*=startIcon] svg{color:#fff;font-size:24px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_buttons__\+KPeL .MuiInputBase-root .MuiSelect-select{padding-bottom:12px;padding-top:12px}.styles_createAIActor__\+-rmK .styles_content__HL\+PB>.styles_next__9mSSR{width:100%}.styles_createAIActor__\+-rmK .styles_content__HL\+PB .styles_next__9mSSR:not(:last-child){margin-bottom:27px}.styles_createAIActor__\+-rmK button:not(:disabled){cursor:pointer}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z,.styles_createAIActor__\+-rmK .styles_uploading__AWsSW{text-wrap:balance;align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.styles_createAIActor__\+-rmK .styles_uploading__AWsSW{height:100%}.styles_createAIActor__\+-rmK .styles_uploading__AWsSW b{font-size:40px;font-weight:700;line-height:1.2;margin-bottom:7px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW b{font-size:48px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW b{font-size:32px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW b{font-size:28px}}.styles_createAIActor__\+-rmK .styles_uploading__AWsSW p{color:#89898d;font-size:20px;font-weight:400;line-height:1.2;margin-bottom:24px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW p{font-size:24px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW p{font-size:18px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW p{font-size:16px}}.styles_createAIActor__\+-rmK .styles_uploading__AWsSW .styles_progress__rw\+nP{align-items:center;display:flex;gap:15px}.styles_createAIActor__\+-rmK .styles_uploading__AWsSW .styles_progress__rw\+nP span{color:#89898d;font-size:16px;font-weight:400;line-height:1.5;width:40px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW .styles_progress__rw\+nP span{font-size:20px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW .styles_progress__rw\+nP span{font-size:14px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_uploading__AWsSW .styles_progress__rw\+nP span{font-size:12px}}.styles_createAIActor__\+-rmK .styles_bar__-4CDK{background-color:#89898d;border-radius:4px;height:7px;overflow:hidden;width:616px}.styles_createAIActor__\+-rmK .styles_bar__-4CDK .styles_fill__QL7GX{background-color:#ee6440;border-radius:4px;height:100%}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z{text-align:center}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z img{margin-bottom:45px;width:314px}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_congratulations__ZipDD{color:#fff;font-size:40px;font-weight:400;line-height:1.2;line-height:1.3;margin-bottom:16px}@media(min-width:2048px){.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_congratulations__ZipDD{font-size:48px}}@media(max-width:1500px){.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_congratulations__ZipDD{font-size:32px}}@media(max-width:1024px){.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_congratulations__ZipDD{font-size:28px}}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_wait__JqLwh{font-size:18px;margin-bottom:24px}.styles_createAIActor__\+-rmK .styles_congrats__8OG8Z .styles_buttons__\+KPeL{display:flex;gap:22px;justify-content:center}.styles_videoPlayer__bO0Er{aspect-ratio:16/9;border-radius:8px;margin-bottom:12px;overflow:hidden;width:100%}.VideoRecorder_videoRecorder__9bk\+n{height:auto;position:relative;width:100%}.VideoRecorder_videoContainer__khfGB{aspect-ratio:16/9;margin-bottom:16px;position:relative;width:100%}.VideoRecorder_videoContainer__khfGB.VideoRecorder_hasVideo__JncSd:before{aspect-ratio:1;background:linear-gradient(#fff 5px,#0000 0) no-repeat,linear-gradient(90deg,#fff 5px,#0000 0) no-repeat,linear-gradient(#fff 5px,#0000 0) no-repeat,linear-gradient(270deg,#fff 5px,#0000 0) no-repeat,linear-gradient(0deg,#fff 5px,#0000 0) no-repeat,linear-gradient(90deg,#fff 5px,#0000 0) no-repeat,linear-gradient(0deg,#fff 5px,#0000 0) no-repeat,linear-gradient(270deg,#fff 5px,#0000 0) no-repeat;background-position:0 0,0 0,100% 0,100% 0,0 100%,0 100%,100% 100%,100% 100%;background-size:40px 5px,5px 40px;content:"";left:50%;pointer-events:none;position:absolute;top:45%;transform:translate(-50%,-50%);width:31%;z-index:3}.VideoRecorder_videoContainer__khfGB .VideoRecorder_videoElement__RkAQT{height:100%;object-fit:cover;transform:scaleX(-1);width:100%;z-index:2}.VideoRecorder_videoContainer__khfGB .VideoRecorder_timeline__GS2AE{bottom:8px;left:20px;position:absolute;width:calc(100% - 40px);z-index:3}.VideoRecorder_videoContainer__khfGB .VideoRecorder_uploadField__ycnCz{height:100%;left:0;position:absolute;top:0;width:100%}.VideoRecorder_cameraCheck__5OdtY{align-items:center;aspect-ratio:16/9;background-color:#333842;border-radius:24px;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-bottom:16px;width:100%}.VideoRecorder_cameraCheck__5OdtY .VideoRecorder_icons__\+iC7y{display:flex;font-size:48px;gap:20px}.VideoRecorder_cameraCheck__5OdtY button{background-color:#0000;border:1px solid #fff;border-radius:8px;color:#fff;font-size:14px;font-weight:400;line-height:1.5;padding:12px 10px}@media(min-width:2048px){.VideoRecorder_cameraCheck__5OdtY button{font-size:16px}}@media(max-width:1500px){.VideoRecorder_cameraCheck__5OdtY button{font-size:12px}}@media(max-width:1024px){.VideoRecorder_cameraCheck__5OdtY button{font-size:10px}}.VideoRecorder_buttons__mrTnE{align-items:center;color:#fff;display:flex;gap:8px}.VideoRecorder_buttons__mrTnE.VideoRecorder_checks__hoqnN{gap:20px}.VideoRecorder_buttons__mrTnE .MuiInputBase-root{border-width:0;max-width:180px}.VideoRecorder_buttons__mrTnE .MuiInputBase-root [class*=startIcon] svg{color:#fff;font-size:24px}.VideoRecorder_buttons__mrTnE .MuiInputBase-root .MuiSelect-select{padding-bottom:12px;padding-top:12px}.VideoRecorder_canvasOverlay__rNtXO,.VideoRecorder_videoElement__RkAQT{border-radius:24px;height:100%;left:0;position:absolute;top:0}.VideoRecorder_videoPreview__J\+gT5{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.VideoRecorder_videoPreview__J\+gT5 video{transform:scaleX(-1)}.VideoRecorder_videoPreview__J\+gT5 [data-component=custom-button]{background-color:#272c35;color:#fff;position:absolute;right:8px;top:8px;z-index:11}.VideoRecorder_videoPreview__J\+gT5 [data-component=custom-button]:hover{background-color:#565d6c}.VideoRecorder_canvasOverlay__rNtXO{pointer-events:none;z-index:1}.VideoRecorder_countdown__31lhY{align-items:center;background-color:#00000080;bottom:0;color:#fff;display:flex;font-size:120px;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.VideoRecorder_recordControls__yQC0x{display:flex;gap:6px}.VideoRecorder_recordControls__yQC0x .MuiButton-root{background-color:#21232a}.VideoRecorder_recordControls__yQC0x .VideoRecorder_recordTime__1XnFk{align-items:center;background-color:#21232a;border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:1.5;padding:12px 16px;width:65px}@media(min-width:2048px){.VideoRecorder_recordControls__yQC0x .VideoRecorder_recordTime__1XnFk{font-size:16px}}@media(max-width:1500px){.VideoRecorder_recordControls__yQC0x .VideoRecorder_recordTime__1XnFk{font-size:12px}}@media(max-width:1024px){.VideoRecorder_recordControls__yQC0x .VideoRecorder_recordTime__1XnFk{font-size:10px}}.VideoRecorder_controls__88V0G{display:flex;gap:16px;justify-content:space-between;margin-top:20px}.VideoRecorder_controls__88V0G>:only-child{margin-left:auto}.VideoRecorder_qualityCheckMessages__SMdCc{align-items:center;display:flex;flex-direction:row;gap:12px}@keyframes VideoRecorder_pulse__7U8fB{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.VideoRecorder_check__iQMxt{align-items:center;color:#89898d;display:flex;font-size:14px;font-weight:400;gap:4px;line-height:1.5}@media(min-width:2048px){.VideoRecorder_check__iQMxt{font-size:16px}}@media(max-width:1500px){.VideoRecorder_check__iQMxt{font-size:12px}}@media(max-width:1024px){.VideoRecorder_check__iQMxt{font-size:10px}}.VideoRecorder_check__iQMxt.VideoRecorder_passed__JNcV3 svg{color:#de6d4b}.VideoRecorder_check__iQMxt svg{font-size:20px}.VideoRecorder_message__01qEi{align-items:center;background-color:#21232acc;border:1px solid #21232acc;border-radius:24px;display:flex;font-size:28px;gap:16px;left:27px;padding:24px;position:absolute;width:calc(100% - 54px);z-index:4}.VideoRecorder_message__01qEi.VideoRecorder_top__BVFoc{top:20px}.VideoRecorder_message__01qEi.VideoRecorder_bottom__5gePE{bottom:100px}.VideoRecorder_message__01qEi svg{font-size:32px}.VideoRecorder_message__01qEi.VideoRecorder_error__f\+rD2{border-color:#ee6440}.VideoRecorder_message__01qEi.VideoRecorder_error__f\+rD2 svg{color:#e47433}.VideoRecorder_message__01qEi.VideoRecorder_success__y2pvb{border-color:#27ae60}.VideoRecorder_message__01qEi.VideoRecorder_success__y2pvb svg{color:#27ae60}.VideoRecorder_grid__rxUH7{bottom:0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;left:0;position:absolute;right:0;top:0;z-index:5}.VideoRecorder_gridItem__EwIgg{border-bottom:.5px solid #89898d;border-right:.5px solid #89898d}.VideoRecorder_gridItem__EwIgg:nth-child(3n){border-right:none}.VideoRecorder_gridItem__EwIgg:nth-child(n+7){border-bottom-color:#1a1d25}.VideoRecorder_topLeftCircle__gs4D9{left:128px;opacity:.5;position:absolute;top:128px;transform:translate(-50%,-50%);z-index:3}.VideoRecorder_topRightCircle__3G95s{opacity:.5;position:absolute;right:128px;top:128px;transform:translate(50%,-50%);z-index:3}.Badges_badgeNewText__UiQBC{color:#fe6338;font-size:12px;font-weight:500}.Badges_badgeBeta__TWCuN{background-color:green;border-radius:4px;line-height:10px;padding:0 4px}.Badges_badgeBetaText__8DMY1{color:#fff;font-size:12px;font-weight:500;line-height:19px;padding:0}.AudioControls_playButton__D4RDb{color:#626a73;cursor:pointer;min-height:40px;min-width:40px}@media screen and (max-width:1050px){.AudioControls_playButton__D4RDb{margin-top:2px;min-height:25px;min-width:25px}}.AudioPlayer_audioPlayButton__5H8Qf{align-content:center;display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-around;padding:4px 8px}.AudioPlayer_audioPlayButton__5H8Qf .AudioPlayer_hideUseButton__-Z87l{justify-content:flex-start}.AudioPlayer_useButtonContainer__8MKhl{display:flex}.AudioPlayer_audioName__SssKi{flex-grow:1;font-size:16px;line-height:2.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1300px){.AudioPlayer_audioName__SssKi{max-width:calc(100% - 130px)}}@media(min-width:1600px){.AudioPlayer_audioName__SssKi{max-width:calc(100% - 180px)}}@media(max-width:1024px){.AudioPlayer_audioName__SssKi{max-width:100%}}@media screen and (max-width:1050px){.AudioPlayer_audioName__SssKi{font-size:12px}}.InstructionModal_centered__mq97o{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.InstructionModal_page__bLXwP{background-color:#26272c;border-radius:8px;max-height:99vh;overflow:hidden}.InstructionModal_page1__jUnWb{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.InstructionModal_page1__jUnWb{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.InstructionModal_page1__jUnWb{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.InstructionModal_page1__jUnWb{width:1200px}}@media screen and (min-width:1800px){.InstructionModal_page1__jUnWb{width:1400px}}.InstructionModal_leftSection__m0ws7{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.InstructionModal_leftSection__m0ws7{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.InstructionModal_leftSection__m0ws7{padding:16px}}.InstructionModal_leftSectionBottom__DjOoH .InstructionModal_startCreatingButton__P35wD{padding:12px 50px}.InstructionModal_pill__0s5yX{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.InstructionModal_title__K9QFW{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.InstructionModal_subtitle__N6KL-{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.InstructionModal_howItWorks__wP3Cl{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.InstructionModal_howItWorksImg__xBzC3{flex:1 0 auto;height:auto;width:50px}.InstructionModal_howItWorksText__MnV4D{font-size:16px;line-height:24px}.InstructionModal_warningBox__ToFn6{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.InstructionModal_warningIcon__uUlWu{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.InstructionModal_warningText__maerC{font-size:14px;font-weight:500;line-height:24px}.InstructionModal_rightSection__WRp1J{border-radius:0 8px 8px 0;height:fit-content;width:50%}.InstructionModal_closeFirstPageButton__rzeUc{cursor:pointer;position:absolute;right:16px;top:16px}.InstructionModal_page2__1Gvy1{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;height:600px;justify-content:space-between;position:relative;width:800px}.InstructionModal_topBox__MuALT{max-height:100%;overflow-y:auto;padding:80px 32px 116px}.InstructionModal_topBox__MuALT::-webkit-scrollbar-track{background:#0000}.InstructionModal_topBox__MuALT::-webkit-scrollbar-thumb{background:#0000;border:none}.InstructionModal_topLine__D167K{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.InstructionModal_adviceSection__6drup{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.InstructionModal_adviceSectionHeader__8LY16{font-size:24px;font-weight:700;margin-bottom:16px}.InstructionModal_doSection__cf\+GG,.InstructionModal_dontSection__YmphA{flex:1 1}.InstructionModal_adviceItem__\+xB6L{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.InstructionModal_actions__XOvUc{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.InstructionModal_actions__XOvUc .InstructionModal_actionButton__CFvCO{width:270px}.InstructionModal_actionsGuide__2JvIr{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.InstructionModal_actionsGuide__2JvIr .InstructionModal_actionButton__CFvCO{width:270px}.HomeVoiceGenerationProcess_wizardContainer__Y5IqL{height:calc(100% - 100px);max-height:calc(100% - 100px);overflow:auto;padding:50px 70px;width:100%}.HomeVoiceGenerationProcess_wizardTitle__6efqh{font-size:28px;font-weight:600;line-height:32px}.HomeVoiceGenerationProcess_wizardInstruction__cuMVc{align-items:center;background:#27ae601a;border:1px dashed #27ae60;color:#fff;cursor:default;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;justify-content:center;line-height:20px;margin-bottom:30px;margin-top:38px;padding:1rem}.HomeVoiceGenerationProcess_wizardContent__wLPkS{background:linear-gradient(0deg,#ffffff0a,#ffffff0a);border-radius:16px;display:flex;gap:2rem;justify-content:space-between;margin-bottom:30px;min-height:240px;padding:30px;position:relative;width:100%}.HomeVoiceGenerationProcess_wizardContentDescription__5vman{width:100%}.HomeVoiceGenerationProcess_topSection__7RUjC{align-items:flex-start;display:flex;gap:16px;width:100%}.HomeVoiceGenerationProcess_labelIcon__hkO5H{background-color:#fff;border-radius:12px;height:60px;overflow:hidden;text-align:center;width:60px}.HomeVoiceGenerationProcess_labelIconImg__rg-nB{height:100%}.HomeVoiceGenerationProcess_labelDescription__8Irou{width:calc(100% - 80px)}.HomeVoiceGenerationProcess_contentTitle__pJp6-{font-size:24px;font-weight:700;margin-bottom:16px}.HomeVoiceGenerationProcess_contentDescription__T\+ujb{color:#ffffffb3;font-size:16px;font-weight:400;line-height:24px}.HomeVoiceGenerationProcess_contentDescription__T\+ujb a{color:#fe6338}.HomeVoiceGenerationProcess_contentDescription__T\+ujb a:hover{text-decoration:underline}.HomeVoiceGenerationProcess_tipSection__S\+Sof{background-color:#292d37;border-radius:12px;margin-top:30px;padding:12px 16px;width:100%}.HomeVoiceGenerationProcess_tipTitle__KO7l7{align-items:center;display:flex;gap:10px}.HomeVoiceGenerationProcess_tipTitle__KO7l7 a{color:#fe6338}.HomeVoiceGenerationProcess_tipTitle__KO7l7 a:hover{text-decoration:underline}.HomeVoiceGenerationProcess_wizardContentFileUpload__45ckt{width:100%}.HomeVoiceGenerationProcess_helpBtnContainer__KoVn1{align-items:center;border:1px solid #626a73;border-radius:100px;bottom:30px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:8px 20px;position:absolute;transition:all .2s ease;width:fit-content}.HomeVoiceGenerationProcess_helpBtnContainer__KoVn1:hover{border-color:#fff}.HomeVoiceGenerationProcess_helpBtnLabel__UepUg{font-size:14px}.HomeVoiceGenerationProcess_marginBottom__Dy89U{margin-bottom:56px}.HomeVoiceGenerationProcess_italic__VO2tp{font-style:italic}.HomeVoiceGenerationProcess_downloadBtnContainer__CuiA5,.HomeVoiceGenerationProcess_flex__nTUS3{align-items:center;display:flex;justify-content:space-between}.HomeVoiceGenerationProcess_downloadBtnContainer__CuiA5{border:1px solid #626a73;border-radius:100px;cursor:pointer;gap:10px;padding:8px 20px;transition:all .2s ease;width:fit-content}.HomeVoiceGenerationProcess_downloadBtnContainer__CuiA5:hover{border-color:#fff}.HomeVoiceGenerationProcess_downloadBtnLabel__blUjn{font-size:14px}.HomeVoiceGenerationProcess_downloadBtnIcon__0QZ2v{align-items:center;background:#444954;border-radius:100%;display:flex;height:28px;justify-content:center;width:28px}.HomeVoiceGenerationProcess_hyperLink__Hw71Q{color:#fe6338;cursor:pointer}.HomeVoiceGenerationProcess_hyperLink__Hw71Q:hover{text-decoration:underline}.HomeVoiceGenerationProcess_scriptContainer__3D66\+{margin:0 auto;width:80%}@media(max-width:1200px){.HomeVoiceGenerationProcess_scriptContainer__3D66\+{width:100%}}.HomeVoiceGenerationProcess_scriptContent__nE3cN{background-color:#22262f;border-radius:12px;height:calc(100% - 30px);margin-top:30px;overflow-y:auto;padding:50px;width:100%}.HomeVoiceGenerationProcess_singlePointHeading__zKwiP{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin:0 0 16px}.HomeVoiceGenerationProcess_singlePointDescription__9a1ur{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.HomeVoiceGenerationProcess_audioPlayerContainer__rVKX9{position:relative}.HomeVoiceGenerationProcess_deleteButton__9VrOp{border:none;color:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%)}.UsecaseSelector_container__-CAGy{font-family:Arial,sans-serif;font-size:14px;position:relative;width:100%;z-index:5}.UsecaseSelector_main__0xoL9{align-items:center;background:#313641;border-radius:100px;cursor:pointer;display:flex;gap:8px;height:48px;justify-content:space-between;padding:10px 15px}.UsecaseSelector_mainLight__332Ki{background-color:#f8f8f8}.UsecaseSelector_dropdown__kMNOa{background-color:#313641;border-radius:16px;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;opacity:0;overflow:hidden;overflow-y:hidden;position:absolute;top:calc(100% + 5px);transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.UsecaseSelector_dropdownLight__g2UZ5{background-color:#f8f8f8}.UsecaseSelector_open__YCFeg{opacity:1;transform:translateY(0);visibility:visible}.UsecaseSelector_options__LiXly{height:200px;overflow-y:auto}.UsecaseSelector_options__LiXly::-webkit-scrollbar-track{background:#0000}.UsecaseSelector_option__cIN3G{align-items:center;color:#fff;cursor:pointer;display:flex;gap:16px;height:48px;justify-content:flex-start;padding:0 12px;transition:all .2s ease}.UsecaseSelector_option__cIN3G:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.102)}.UsecaseSelector_option__cIN3G:hover{background-color:rgba(238,101,63,.102)}.UsecaseSelector_optionLight__1Vu2n{border-bottom-color:#e7e8ea!important;color:#191d26}.UsecaseSelector_label__Scnkz{font-size:14px!important}.UsecaseSelector_arrow__PG5lm{transition:transform .3s ease}.UsecaseSelector_arrowOpen__OYumi{transform:rotate(180deg)}.UsecaseSelector_labelSec__76YfA{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}@font-face{font-family:pp formula;src:url(/static/media/PPFormula-Medium.80f33b7f56eff9f11e61.ttf)}.styles_header__menu__Zz9hI.styles_center__ujGCQ,.styles_header__menumobile__iQkir.styles_center__ujGCQ{left:50%;top:50%;transform:translate(-50%,-50%)}.styles_header__mobileInner__0mWlC{display:flex;flex-direction:column}.styles_header__box__wf2SD{align-items:center;display:flex}.styles_header__mobileOverlay__5Fnog{bottom:0;height:100%;left:0;right:0;top:0;width:100%}.styles_header__Pr\+wR{padding:40px 0;width:100%}.styles_header__Pr\+wR.styles_white__M7Hhi{background-color:#fff}.styles_header__grey__aQy4Y{background-color:#191d26;padding:40px 0;width:100%}.styles_header__box__wf2SD{justify-content:space-between;position:relative;z-index:3}.styles_header__logo__hYxHw{display:inline-block;height:16px;width:157px}.styles_header__menu__Zz9hI .styles_marginhorizontal__li7xB,.styles_header__menumobile__iQkir .styles_marginhorizontal__li7xB{margin-bottom:48px;margin-top:16px}.styles_header__menu__Zz9hI.styles_center__ujGCQ,.styles_header__menumobile__iQkir.styles_center__ujGCQ{min-width:max-content;position:absolute}.styles_header__menu__Zz9hI .styles_signup__Pdjrp,.styles_header__menumobile__iQkir .styles_signup__Pdjrp{border:1px solid #fe6338;border-radius:5px;padding:4px 24px 8px}.styles_header__menu__Zz9hI a,.styles_header__menumobile__iQkir a{color:#fff;cursor:pointer;display:inline-block;font-size:16px;line-height:24px;position:relative;transition:all .2s ease}@media(max-width:1625px){.styles_header__menu__Zz9hI a,.styles_header__menumobile__iQkir a{font-size:14px}}@media(max-width:1468px){.styles_header__menu__Zz9hI a,.styles_header__menumobile__iQkir a{font-size:12px}}.styles_header__menu__Zz9hI a:not(:last-child),.styles_header__menumobile__iQkir a:not(:last-child){margin-right:24px}.styles_header__menu__Zz9hI a:after,.styles_header__menumobile__iQkir a:after{background-image:url(/static/media/menuLine.4c5b1ad38b3e25fcb58a.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:-2px;content:"";height:4px;left:0;position:absolute;transition:all .3s ease;width:0}.styles_header__menu__Zz9hI a.styles_active__RPwuI:after,.styles_header__menu__Zz9hI a:hover:after,.styles_header__menumobile__iQkir a.styles_active__RPwuI:after,.styles_header__menumobile__iQkir a:hover:after{width:100%}.styles_header__menu__Zz9hI a.styles_connect__NCbdC:after,.styles_header__menumobile__iQkir a.styles_connect__NCbdC:after{display:none}.styles_header__menu__Zz9hI a.styles_registration__EJuuJ:hover,.styles_header__menumobile__iQkir a.styles_registration__EJuuJ:hover{background-image:none;border:1px solid #fe6338;border-radius:4px;padding:2px}.styles_header__menu__Zz9hI.styles_mobileMenu__Pl0OC,.styles_header__menumobile__iQkir.styles_mobileMenu__Pl0OC{align-items:flex-start;display:flex;flex-direction:column}.styles_header__menu__Zz9hI.styles_mobileMenu__Pl0OC a,.styles_header__menumobile__iQkir.styles_mobileMenu__Pl0OC a{margin-bottom:24px}.styles_header__burger__qMMIz{cursor:pointer;display:none}.styles_header__mobileLogo__yorel{margin-bottom:45px}.styles_header__mobileOverlay__5Fnog{background:#ffffff24;opacity:0;position:fixed;transition:all .2s ease;visibility:hidden;z-index:15}.styles_header__mobileOverlay__5Fnog.styles_active__RPwuI{opacity:1;visibility:visible}.styles_header__mobileInner__0mWlC{background-color:#252932;bottom:0;height:100%;justify-content:space-between;left:0;overflow-y:auto;padding:25px 16px 20px;position:fixed;top:0;transform:translateX(-100%);transition:all .2s ease;width:300px;z-index:20}.styles_header__mobileInner__0mWlC.styles_active__RPwuI{transform:translateX(0)}.styles_header__mobileClose__MK4fj{cursor:pointer;display:block;position:absolute;right:22px;top:22px}.styles_header__mobileClose__MK4fj.styles_hide__P-Cd5{display:none}.styles_help__sC5A5{gap:10px;height:64px;margin-left:0;padding-bottom:10px;padding-right:10px;padding-top:10px;width:200px}.styles_help__sC5A5 .styles_VideosIcon__fNRyn{height:32px;margin-left:5px;opacity:.3;width:32px}.styles_help__sC5A5 .styles_Typography__bgks-{color:#e8ecef;font-size:16px;font-weight:500;margin-left:2px;padding-top:5px}@media(max-width:1314px){.styles_burger-sign-in__GwJqp,.styles_burger-sign-up__iCjjF{display:block}.styles_header__menu__Zz9hI{display:none}.styles_header__burger__qMMIz{display:block}}@media(max-width:900px){.styles_header__menumobile__iQkir{display:none}}@media(max-width:370px){.styles_header__mobileInner__0mWlC{width:260px}}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.selectsearch input.form-control{background:#383c44!important;background-color:#383c44!important;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;font-size:16px;height:57px!important;line-height:25px;padding:2px 55px;width:100%}@media (max-width:500px){.selectsearch input.form-control{background-color:#fe6338;font-size:14px;height:51px!important;margin-top:-3px;padding:2px 71px;width:100%}}::-webkit-scrollbar-thumb{height:70px}.selectsearch .search-box{border:1px solid #383c44!important;border-radius:10px;border-radius:3px;height:40px;padding:0 10px;width:100%}.selectsearch .country-list{background-color:#22262f!important;color:#fff!important;max-height:250px;overflow-x:hidden;width:250px}.selectsearch .country-list li{border-bottom:1px solid #383c44;display:flex;justify-content:space-between;padding:15px!important}.selectsearch .country:hover{background-color:inherit!important}.selectsearch .country-name{flex-shrink:4}.selectsearch .dial-code{color:#fff!important;display:flex;flex-direction:row;flex-grow:6;float:right;justify-content:flex-end}.selectsearch .country:hover,.selectsearch .country:hover .dial-code{color:#fe6338!important}.selectsearch .selected-flag{background-color:inherit!important;border:none!important;margin-top:3px}.selectsearch .selected-flag .arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:8px solid #fff;height:0;left:21px;margin-top:-3px;position:relative;top:50%;width:0}@media (max-width:500px){.selectsearch .selected-flag .arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:8px solid #fff;height:0;left:24px;margin-top:-4px;position:relative;top:50%;width:0}.selectsearch .selected-flag{margin-top:0}}.react-tel-input .selected-flag .arrow.up{border-bottom:8px solid #fff}.selectsearch .flag-dropdown{background-color:#383c44!important;border:1px solid #383c44!important;border-radius:10px!important;display:block;padding-left:5px}.selected-flag .arrow{color:#fff!important}.selectsearch .preferred{background-color:inherit;border:none;font-family:inherit;font-size:inherit;font-weight:inherit;gap:inherit;margin:0;text-align:left;width:inherit}.selectsearch .preferred:hover{background-color:inherit}.selectsearch .highlight{height:100%!important;transform:translate(0)!important}.selectsearch .highlight,.selectsearch li.search{background-color:inherit!important;width:100%!important}.selectsearch li.search input{background-color:inherit!important;border:1px solid #383c44;box-sizing:border-box;color:#fff;display:block;margin-left:0!important;padding:25px 10px!important}.GenericForm_termsAndConditions__RVBeZ{align-items:center;display:flex;flex-flow:row-reverse nowrap;gap:16px;justify-content:center}.GenericForm_CustomButton__tx0Y1{font-family:SF Pro Display,sans-serif!important;font-size:18px!important;font-weight:500!important}@media screen and (max-width:400px){.GenericForm_CustomButton__tx0Y1{font-size:14px!important}}.SignUpCompletionModalV2_modal__WHpmE{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;width:calc(25vw + 96px)}.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;padding-top:16px}.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i .SignUpCompletionModalV2_title__NxKmV{font-size:20px;font-weight:500;line-height:1.2;text-align:center}@media(min-width:2048px){.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i .SignUpCompletionModalV2_title__NxKmV{font-size:24px}}@media(max-width:1500px){.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i .SignUpCompletionModalV2_title__NxKmV{font-size:18px}}@media(max-width:1024px){.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i .SignUpCompletionModalV2_title__NxKmV{font-size:16px}}.SignUpCompletionModalV2_modal__WHpmE .SignUpCompletionModalV2_container__01Q1i div{margin-bottom:8px}.CustomTextArea_textarea__lr0Rb{background:#3d424d;border:1px solid #999b9f;border-radius:8px;box-shadow:0 2px 2px #0003;box-sizing:border-box;color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:1rem;font-weight:400;height:100%;line-height:1.5;padding:12px;resize:none;width:100%}.CustomTextArea_textarea__lr0Rb::placeholder{color:#fff;opacity:.7}.CustomTextArea_textarea__lr0Rb:focus-visible{outline:0}.AiAvatarInstructions_centered__iDJu0{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.AiAvatarInstructions_page__nnA34{background-color:#26272c;border-radius:8px;max-height:88vh;max-width:50vw;min-height:88vh;min-width:50vw;overflow-y:hidden}.AiAvatarInstructions_page1__qy\+2l{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;position:relative}@media screen and (min-width:500px)and (max-width:970px){.AiAvatarInstructions_page1__qy\+2l{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.AiAvatarInstructions_page1__qy\+2l{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.AiAvatarInstructions_page1__qy\+2l{width:1200px}}@media screen and (min-width:1800px){.AiAvatarInstructions_page1__qy\+2l{width:1400px}}.AiAvatarInstructions_textField__2GEFu{height:100%}.AiAvatarInstructions_leftSection__Yv1NR{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.AiAvatarInstructions_leftSection__Yv1NR{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.AiAvatarInstructions_leftSection__Yv1NR{padding:16px}}.AiAvatarInstructions_leftSection__Yv1NR .AiAvatarInstructions_Terms__qdYdY{align-items:center;display:flex;justify-content:space-between}.AiAvatarInstructions_leftSection__Yv1NR .AiAvatarInstructions_Terms__qdYdY p a{color:#fe6338;text-decoration:underline}.AiAvatarInstructions_leftSectionBottom__WMl5L .AiAvatarInstructions_startCreatingButton__rz2Rg{padding:12px 50px}.AiAvatarInstructions_pill__hTkDb{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.AiAvatarInstructions_title__K8IEb{font-size:2vh;font-weight:500;margin-bottom:16px;margin-top:16px}.AiAvatarInstructions_subtitle__RfD6T{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.AiAvatarInstructions_howItWorks__95vaT{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.AiAvatarInstructions_howItWorksImg__RxqYW{flex:1 0 auto;height:auto;width:50px}.AiAvatarInstructions_howItWorksText__bdlgI{font-size:16px;line-height:24px}.AiAvatarInstructions_warningBox__PX819{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.AiAvatarInstructions_warningIcon__VR3yM{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.AiAvatarInstructions_warningText__AMEM\+{font-size:14px;font-weight:500;line-height:24px}.AiAvatarInstructions_rightSection__dDaQv{border-radius:0 8px 8px 0;height:fit-content;width:50%}.AiAvatarInstructions_closeFirstPageButton__\+rTvx{cursor:pointer;position:absolute;right:16px;top:16px}.AiAvatarInstructions_page2__l5dS9{display:flex;flex-flow:column;width:1026px}@media(max-width:1200px){.AiAvatarInstructions_page2__l5dS9{width:900px}}@media(max-width:1000px){.AiAvatarInstructions_page2__l5dS9{width:800px}}.AiAvatarInstructions_topBox__rAxL9{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:6px 32px}.AiAvatarInstructions_topBox__rAxL9::-webkit-scrollbar-track{background:#0000}.AiAvatarInstructions_topBox__rAxL9::-webkit-scrollbar-thumb{background:#0000;border:none}.AiAvatarInstructions_pagetopBox__wP2HC{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:6px 32px}.AiAvatarInstructions_pagetopBox__wP2HC::-webkit-scrollbar-track{background:#0000}.AiAvatarInstructions_pagetopBox__wP2HC::-webkit-scrollbar-thumb{background:#0000;border:none}.AiAvatarInstructions_infoSection__i1FrM{width:100%}.AiAvatarInstructions_avatarName__xofad .MuiInputBase-input{padding:12px 16px!important}.AiAvatarInstructions_termsRow__avEcu{align-items:center;display:flex;justify-content:flex-start;margin-top:4vh}.AiAvatarInstructions_sectionTitle__5Iats{color:#fff;font-size:18px;font-weight:700;line-height:24px;margin-bottom:16px}.AiAvatarInstructions_genderSection1__l-vwY{margin-top:32px}.AiAvatarInstructions_termspan__9cVZE{color:#fe6338;font-weight:500;text-decoration:underline}.AiAvatarInstructions_genderSelector__-SsIJ,.AiAvatarInstructions_imgSelector__GC0iQ{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.AiAvatarInstructions_imgSelector__GC0iQ{flex-direction:column}.AiAvatarInstructions_imagegrid__9roQs{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:center;width:100%}.AiAvatarInstructions_genderItem__8IBoW{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease;width:calc(50% - 5px)}.AiAvatarInstructions_genderItem__8IBoW:hover{border-color:#fe6338}.AiAvatarInstructions_backgroundItem__j-RWw{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;gap:14px;padding:24px 12px;transition:all .2s ease;width:calc(50% - 5px)}.AiAvatarInstructions_backgroundItem__j-RWw:hover{border-color:#fe6338}.AiAvatarInstructions_bgItem__15POf{border:2px solid #0000;border-radius:10px;cursor:pointer;justify-content:space-between;transition:all .2s ease}.AiAvatarInstructions_selectedBgItem__S6hLs,.AiAvatarInstructions_selectedGenderItem__4fFoY{border-color:#fe6338}.AiAvatarInstructions_backgroundItemLabel__qYnbq,.AiAvatarInstructions_genderItemLabel__RiiqT{color:#fff;font-size:16px;font-weight:500}@media(max-width:1200px){.AiAvatarInstructions_backgroundItemLabel__qYnbq{font-size:12px}}.AiAvatarInstructions_genderItemImg__B62KL{border-radius:100%;height:50px;object-fit:cover;width:50px}@media(max-width:1200px){.AiAvatarInstructions_genderItemImg__B62KL{height:40px;width:40px}}.AiAvatarInstructions_backgroundItemImg__94wkW{height:25px;width:25px}@media(max-width:1200px){.AiAvatarInstructions_backgroundItemImg__94wkW{height:20px;width:20px}}.AiAvatarInstructions_bgItemImg__6F\+RT{border-radius:100%;height:auto}.AiAvatarInstructions_bgSection__5aRgE{margin-top:32px}.AiAvatarInstructions_bgSelector__lqUqZ{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.AiAvatarInstructions_bgItem__15POf{align-items:center;display:flex;flex-direction:column;width:calc(50% - 5px)}.AiAvatarInstructions_bgItemImg__6F\+RT{aspect-ratio:1.5;border:3px solid #0000;border-radius:10px;cursor:pointer;object-fit:cover;transition:all .2s ease;width:100%}.AiAvatarInstructions_bgItemImg__6F\+RT:hover,.AiAvatarInstructions_selectedBgItemImg__GCaP2{border-color:#fe6338}.AiAvatarInstructions_bgItemLabel__vTaa2{font-size:16px;font-weight:500;line-height:24px;margin-top:10px;text-align:center;width:70%}.AiAvatarInstructions_modalTitle__L4vtd{font-size:2.5vh}.AiAvatarInstructions_topLine__1qxsJ{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;top:0;width:100%;z-index:1}.AiAvatarInstructions_control__4mXVX{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-end}.AiAvatarInstructions_photos__Xxcyr{margin-bottom:24px;width:100%}.AiAvatarInstructions_adviceSection__NqBZV{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.AiAvatarInstructions_adviceSectionHeader__4U9ny{font-size:24px;font-weight:700;margin-bottom:16px}.AiAvatarInstructions_doSection__U5v\+L,.AiAvatarInstructions_dontSection__MK3k9{flex:1 1}.AiAvatarInstructions_adviceItem__QiY6A{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.AiAvatarInstructions_adviceItemDescription__8X6L9{line-height:24px}.AiAvatarInstructions_actions__SZdnR{align-items:center;background-color:#26272c;bottom:0;display:flex;gap:20px;justify-content:space-between;left:0;padding:32px 50px;width:100%}.AiAvatarInstructions_actions__SZdnR .AiAvatarInstructions_actionButton__0vTzg{width:50%}.AiAvatarInstructions_actionsGuide__etMg5{align-items:center;background-color:#26272c;bottom:0;display:flex;justify-content:center;left:0;padding:32px 50px;width:100%}.AiAvatarInstructions_actionsGuide__etMg5 .AiAvatarInstructions_actionButton__0vTzg{width:270px}.AiAvatarInstructions_generateButton__oukzC{width:100%}.AiAvatarInstructions_bulletContainer__NiWAE{display:flex;gap:10px}.AiAvatarInstructions_bulletItem__txsax{border:1px solid #fe6338;border-radius:100%;cursor:pointer;height:11px;width:11px}.AiAvatarInstructions_selectedBulletItem__SwLQy{background-color:#fe6338;border:1px solid #fe6338;border-radius:10px;cursor:pointer;height:11px;width:38px}.styles_stepBarContainer__b7E-u{align-items:center;display:flex;gap:16px;justify-content:flex-start}.styles_stepItem__tlhqy{align-items:center;display:flex;gap:10px}.styles_stepIcon__gSle8{height:24px;width:24px}.styles_stepLabel__8EGYM{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:22px;text-align:center}.styles_stepArrow__XJLMG{width:90px}@media(max-width:1330px){.styles_stepBarContainer__b7E-u{gap:8px}.styles_stepItem__tlhqy{gap:5px}.styles_stepIcon__gSle8{height:18px;width:18px}.styles_stepLabel__8EGYM{font-size:12px}.styles_stepArrow__XJLMG{width:60px}}.videoDarkBG{background-color:#000000b3;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1200}.videoDarkBG .centered{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.videoDarkBG .videoModal{background:#22262f;border-radius:8px;box-shadow:0 5px 20px 0 #0000000a;color:#fff;height:90vh;overflow:auto;padding:50px 50px 120px;width:70vw;z-index:1100}.videoDarkBG .videoModalContent{display:flex;margin-top:2rem}.videoDarkBG .leftContent,.videoDarkBG .rightContent{width:50%}.videoDarkBG .leftContent{height:60vh;overflow-y:scroll;padding-right:26px}.rightContent{padding-left:26px}.leftContent::-webkit-scrollbar{width:8px}.leftContent::-webkit-scrollbar-track{background:#464545;border-radius:16px}.leftContent::-webkit-scrollbar-thumb{background:#858585;border-radius:16px}.leftContent::-webkit-scrollbar-thumb:hover{background:#888}.videoDarkBG .videoModalHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:48px}.videoDarkBG .videoModalHeader>div{color:#fff;font-family:Poppins;font-size:36px;font-style:normal;font-weight:600;line-height:44px}.videoDarkBG .videoModalHeader span{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.videoDarkBG .videoModalContent{color:#2c3e50;font-size:14px;position:relative;text-align:center}.videoModalFooter{align-items:center;background:#2a2b31f2;border-radius:8px;bottom:0;display:flex;height:112px;justify-content:space-between;left:0;padding:0 2rem;position:absolute;width:100%}.videoModalFooter button{border-radius:8px;color:#fff;cursor:pointer;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;height:48px;line-height:24px;width:270px}.videoModalFooter button:first-child{background-color:initial;border:1px solid #fff}.videoModalFooter button:last-child{background:#fe6338;border:1px solid #0000}.leftContentHeader{align-items:center;display:flex;justify-content:space-between}.script{color:#fff;cursor:default;font-family:Poppins;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.downloadContainer{align-items:center;cursor:pointer;display:flex}.downloadContainer span{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin-right:5px}.downloadContainer span:last-child{margin-right:0}.uploadBtn{align-items:center;background:#444954;border-radius:100%;display:flex;height:32px;justify-content:center;width:32px}.selector{align-items:center;display:-webkit-box;margin:30px 0 20px}.selectorOption{align-items:center;border:1px solid gray;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;justify-content:center;line-height:22px;padding:.5rem 0;width:50%}.selectorOption span{margin-right:10px}.selectorOption:first-child{border-radius:8px 0 0 8px}.selectorOption:last-child{border-radius:0 8px 8px 0}.activeSelectorOption{background:#eef2f7;border-color:#eef2f7;color:#383c44;line-height:24px}.preferred{background:#383c44;border:1px solid #219653;border-radius:50px;font-size:11px;gap:10px;margin-left:5px;padding:0 5px;text-align:center;width:70px}.instructionBox,.preferred{color:#fff;font-family:Poppins;font-style:normal;font-weight:400}.instructionBox{align-items:center;background:#27ae601a;border:1px dashed #27ae60;cursor:default;display:flex;font-size:14px;justify-content:center;line-height:20px;margin-bottom:30px;padding:1rem}.singlePoint{color:#fff;margin-top:32px;text-align:left}.singlePointHeading{font-size:18px;font-weight:700;margin:0 0 16px}.singlePointDescription,.singlePointHeading{color:#fff;font-family:Poppins;font-style:normal;line-height:24px}.singlePointDescription{font-size:16px;font-weight:400;margin:0}.singelPointSubHeadingHeader{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:400;line-height:22px;margin-bottom:10px}.singelPointSubHeadingHeader span:first-child{margin-right:10px}.singlePointSubHeadingBody{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:12px}.instructionsList{cursor:default;margin-bottom:35px}.rightHeading{color:#fff;cursor:default;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin-bottom:5px;text-align:left}.stepBar{justify-content:space-between;margin-bottom:20px}.stepBar,.steps{align-items:center;display:flex}.steps-title{color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:22px}.gender-selection,.steps-title{cursor:default;text-align:center}.gender-selection{margin-top:50px;.MuiInputBase-input{padding:12px 16px!important}}.gender-selection span{font-size:24px;font-weight:700;line-height:32px}.gender-selection p,.gender-selection span{color:#fff;font-family:Poppins;font-style:normal}.gender-selection p{font-size:16px;font-weight:400;line-height:24px;margin-bottom:30px;margin-top:16px}.genders{display:flex;justify-content:center}.genders>figure{padding:12px}.genders>img{width:100%}.gender-selected{border:2px solid #fe6338;border-radius:16px}.rules{align-items:center;color:#fff;cursor:default;cursor:pointer;display:flex;gap:16px;text-decoration:none}.nameArea{margin:0 auto;margin-top:2rem!important;width:30%}@media only screen and (max-width:1440px){.videoDarkBG .videoModal{width:80vw}}@media only screen and (max-width:1024px){.preferred{background:#383c44;border:1px solid #219653;border-radius:50px;color:#fff;font-family:Poppins;font-size:8px;font-style:normal;font-weight:400;gap:10px;margin-left:5px;padding:0 5px;text-align:center;width:70px}}@media only screen and (max-width:1200px){.nameArea{width:50%}.selectorOption{font-size:12px;line-height:16px}}@media only screen and (max-width:900px){.videoDarkBG .videoModal{width:90vw}.rules{font-size:12px;gap:8px}.ruleIcon{width:18px}.nameArea{margin:0 auto;width:60%}}.FlowSelectionModal_modal__012XV{width:min-content}.FlowSelectionModal_title__rq9YQ{font-size:20px;font-weight:500;line-height:1.2;margin-top:-12px}@media(min-width:2048px){.FlowSelectionModal_title__rq9YQ{font-size:24px}}@media(max-width:1500px){.FlowSelectionModal_title__rq9YQ{font-size:18px}}@media(max-width:1024px){.FlowSelectionModal_title__rq9YQ{font-size:16px}}.FlowSelectionModal_content__vJp6y{display:flex;flex-flow:row nowrap;gap:32px;margin-top:20px}.FlowSelectionModal_column__CrbU6{cursor:pointer;display:flex;flex-flow:column nowrap;gap:8px}.FlowSelectionModal_columnText__UKBEu{display:flex;flex-flow:column nowrap;gap:2px}.FlowSelectionModal_columnTitle__ujqMi{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.FlowSelectionModal_columnTitle__ujqMi{font-size:20px}}@media(max-width:1500px){.FlowSelectionModal_columnTitle__ujqMi{font-size:14px}}@media(max-width:1024px){.FlowSelectionModal_columnTitle__ujqMi{font-size:12px}}.FlowSelectionModal_columnSubTitle__gpQpL{color:#d2d2d2;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.FlowSelectionModal_columnSubTitle__gpQpL{font-size:16px}}@media(max-width:1500px){.FlowSelectionModal_columnSubTitle__gpQpL{font-size:12px}}@media(max-width:1024px){.FlowSelectionModal_columnSubTitle__gpQpL{font-size:10px}}.FlowSelectionModal_bottomRow__69MDA{display:flex;flex-flow:row nowrap;justify-content:space-between}.FlowSelectionModal_badge__Y2SMK{align-items:center;background-color:#000;border-radius:4px;color:#fff;display:flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:6px;line-height:1.2;padding:4px 8px;width:fit-content}@media(min-width:2048px){.FlowSelectionModal_badge__Y2SMK{font-size:14px}}@media(max-width:1500px){.FlowSelectionModal_badge__Y2SMK{font-size:10px}}@media(max-width:1024px){.FlowSelectionModal_badge__Y2SMK{font-size:8px}}.FlowSelectionModal_badgeIcon__LcZ2v{height:10px;width:10px}.FlowSelectionModal_nextIcon__aiQA6{border:2px solid #ee6440;border-radius:100%;color:#ee6440;cursor:pointer}.InstantAvatarInstructions_centered__80\+y0{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.InstantAvatarInstructions_page__Zy3YK{background-color:#26272c;border-radius:8px;max-height:99vh;overflow-y:hidden}.InstantAvatarInstructions_page1__NeyZ9{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.InstantAvatarInstructions_page1__NeyZ9{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.InstantAvatarInstructions_page1__NeyZ9{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.InstantAvatarInstructions_page1__NeyZ9{width:1200px}}@media screen and (min-width:1800px){.InstantAvatarInstructions_page1__NeyZ9{width:1400px}}.InstantAvatarInstructions_leftSection__oUExM{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.InstantAvatarInstructions_leftSection__oUExM{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.InstantAvatarInstructions_leftSection__oUExM{padding:16px}}.InstantAvatarInstructions_leftSection__oUExM .InstantAvatarInstructions_Terms__T9AHM{align-items:center;display:flex;justify-content:space-between}.InstantAvatarInstructions_leftSection__oUExM .InstantAvatarInstructions_Terms__T9AHM p a{color:#fe6338;text-decoration:underline}.InstantAvatarInstructions_leftSectionBottom__CFaoZ .InstantAvatarInstructions_startCreatingButton__xPna4{padding:12px 50px}.InstantAvatarInstructions_pill__61kwr{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.InstantAvatarInstructions_title__I9vFi{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.InstantAvatarInstructions_subtitle__e-xDC{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.InstantAvatarInstructions_howItWorks__vQoQi{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.InstantAvatarInstructions_howItWorksImg__So2Fs{flex:1 0 auto;height:auto;width:50px}.InstantAvatarInstructions_howItWorksText__dZlV4{font-size:16px;line-height:24px}.InstantAvatarInstructions_warningBox__MiOds{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.InstantAvatarInstructions_warningIcon__Yj\+02{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.InstantAvatarInstructions_warningText__b5wv6{font-size:14px;font-weight:500;line-height:24px}.InstantAvatarInstructions_rightSection__-O2A5{border-radius:0 8px 8px 0;height:fit-content;width:50%}.InstantAvatarInstructions_closeFirstPageButton__xKX7i{cursor:pointer;position:absolute;right:16px;top:16px}.InstantAvatarInstructions_page2__CRosg{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;justify-content:space-between;position:relative;width:1026px}@media(max-width:1200px){.InstantAvatarInstructions_page2__CRosg{width:900px}}@media(max-width:1000px){.InstantAvatarInstructions_page2__CRosg{width:800px}}.InstantAvatarInstructions_topBox__5Odv2{max-height:100%;overflow-y:auto;padding:80px 32px 120px}.InstantAvatarInstructions_topBox__5Odv2::-webkit-scrollbar-track{background:#0000}.InstantAvatarInstructions_topBox__5Odv2::-webkit-scrollbar-thumb{background:#0000;border:none}.InstantAvatarInstructions_infoSection__jPJoH{padding:16px 197px;width:100%}@media(max-width:1200px){.InstantAvatarInstructions_infoSection__jPJoH{padding:16px 160px}}.InstantAvatarInstructions_avatarName__Ca-fr .MuiInputBase-input{padding:12px 16px!important}.InstantAvatarInstructions_sectionTitle__Sgd0l{color:#fff;font-size:18px;font-weight:700;line-height:24px;margin-bottom:16px}.InstantAvatarInstructions_genderSection__flnMN{margin-top:32px}.InstantAvatarInstructions_genderSelector__eGXaF{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.InstantAvatarInstructions_genderItem__JPW\+C{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease;width:calc(50% - 5px)}.InstantAvatarInstructions_genderItem__JPW\+C:hover,.InstantAvatarInstructions_selectedGenderItem__fkRi4{border-color:#fe6338}.InstantAvatarInstructions_genderItemLabel__BX0tZ{color:#fff;font-size:16px;font-weight:500}.InstantAvatarInstructions_genderItemImg__hNeUb{border-radius:100%;height:50px;object-fit:cover;width:50px}@media(max-width:1200px){.InstantAvatarInstructions_genderItemImg__hNeUb{height:40px;width:40px}}.InstantAvatarInstructions_bgSection__XQyJQ{margin-top:32px}.InstantAvatarInstructions_bgSelector__Bqld-{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.InstantAvatarInstructions_bgItem__IdB-d{align-items:center;display:flex;flex-direction:column;width:calc(50% - 5px)}.InstantAvatarInstructions_bgItemImg__s79BQ{aspect-ratio:2;border:2px solid #0000;border-radius:10px;cursor:pointer;object-fit:cover;transition:all .2s ease;width:100%}.InstantAvatarInstructions_bgItemImg__s79BQ:hover,.InstantAvatarInstructions_selectedBgItemImg__rD\+vI{border-color:#fe6338}.InstantAvatarInstructions_bgItemLabel__Y9QNE{font-size:16px;font-weight:700;line-height:24px;margin-top:16px;text-align:center;width:70%}.InstantAvatarInstructions_topLine__FpenL{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.InstantAvatarInstructions_control__MBXl4{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-end}.InstantAvatarInstructions_photos__gWoEy{margin-bottom:24px;width:100%}.InstantAvatarInstructions_photos__gWoEy svg{height:auto;width:100%}.InstantAvatarInstructions_adviceSection__4Rhqp{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.InstantAvatarInstructions_adviceSectionHeader__O5Xgt{font-size:24px;font-weight:700;margin-bottom:16px}.InstantAvatarInstructions_doSection__2VS3x,.InstantAvatarInstructions_dontSection__7nNZb{flex:1 1}.InstantAvatarInstructions_adviceItem__-xpNv{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.InstantAvatarInstructions_adviceItemDescription__2X1fC{line-height:24px}.InstantAvatarInstructions_actions__OtryK{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.InstantAvatarInstructions_actions__OtryK .InstantAvatarInstructions_actionButton__eusye{width:270px}.InstantAvatarInstructions_actionsGuide__I5tjZ{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.InstantAvatarInstructions_actionsGuide__I5tjZ .InstantAvatarInstructions_actionButton__eusye{width:270px}.InstantAvatarInstructions_bulletContainer__YWdHj{display:flex;gap:10px}.InstantAvatarInstructions_bulletItem__ZpWVF{border:1px solid #fe6338;border-radius:100%;cursor:pointer;height:11px;width:11px}.InstantAvatarInstructions_selectedBulletItem__WHKhU{background-color:#fe6338;border:1px solid #fe6338;border-radius:10px;cursor:pointer;height:11px;width:38px}.PhotoModal_centered__GonAX{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn{background:#22262f;border-radius:8px;box-shadow:0 5px 20px 0 #0000000a;color:#fff;display:flex;flex-flow:column;height:90vh;overflow:auto;width:70vw;z-index:1100}@media only screen and (max-width:1440px){.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn{width:80vw}}@media only screen and (max-width:900px){.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn{width:90vw}}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_heading__mJJFd{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:50px 50px 32px;width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_heading__mJJFd h1{font-size:36px;font-weight:600}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m{display:flex;flex-flow:column;height:100%;overflow:auto;padding:0 50px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj{align-items:baseline;display:flex;justify-content:space-between;width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj .PhotoModal_steps__grVBh{align-items:baseline;display:flex;gap:16px;max-width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj .PhotoModal_steps__grVBh .PhotoModal_step__iCiW5{align-items:center;display:flex;gap:8px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj .PhotoModal_steps__grVBh .PhotoModal_step__iCiW5 .PhotoModal_stepNumber__ZmAnU{align-items:center;background-color:#f2c94c;border-radius:100%;display:flex;font-weight:600;height:24px;justify-content:center;min-height:24px;min-width:24px;width:24px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj .PhotoModal_steps__grVBh .PhotoModal_step__iCiW5 .PhotoModal_stepNumber__ZmAnU.PhotoModal_completed__DWc5O{background-color:#fe6338}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentInfo__73KJj .PhotoModal_rules__109oc{align-items:center;color:#fff;display:flex;gap:4px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding-top:42px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg h2{font-size:24px;font-weight:600}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h{align-items:center;display:flex;flex-flow:column;gap:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3{display:flex;gap:16px;margin-top:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3 .PhotoModal_twoImageOption__uwQvP{cursor:pointer}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3 .PhotoModal_twoImageOption__uwQvP .PhotoModal_optionImg__\+dMBK{border:2px solid #0000;border-radius:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3 .PhotoModal_twoImageOption__uwQvP .PhotoModal_optionImg__\+dMBK.PhotoModal_optionImgSelected__3sGTT{border-color:#fe6338}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3 .PhotoModal_twoImageOption__uwQvP .PhotoModal_optionLabel__CoDWt{margin-top:8px;text-align:center}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_twoImageSection__cbB9h .PhotoModal_twoImageSelector__Foxn3 .PhotoModal_twoImageOption__uwQvP .PhotoModal_optionLabel__CoDWt.PhotoModal_optionLabelSelected__ey-\+H{color:#fe6338}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_avatarName__5EFty{margin-top:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_avatarName__5EFty .MuiInputBase-input{padding:12px 16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2{display:flex;flex-direction:row;flex-wrap:nowrap;gap:64px;justify-content:space-between}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadPhoto__gNNkx{display:flex;flex:1 1;flex-flow:column;gap:16px;height:100%;justify-content:flex-start;max-width:50%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk{flex:1 1;margin-bottom:16px;max-width:50%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentSectionHeading__-XU4H{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentSectionHeading__-XU4H .PhotoModal_consentDocumentDownload__IspZz{align-items:center;display:flex;flex:1 1;gap:8px;justify-content:flex-end}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentSectionHeading__-XU4H .PhotoModal_consentDocumentDownload__IspZz .PhotoModal_downloadIcon__WMzSf{background-color:#4e5159;border-radius:100%;padding:8px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentDescriptionContainer__ELtyk{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;justify-content:space-between;margin-bottom:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentDescriptionContainer__ELtyk .PhotoModal_descriptionImage__Rc2qe{border-radius:8px;flex:1 0 auto;width:100px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentDescriptionContainer__ELtyk .PhotoModal_consentDescription__xn\+87 .PhotoModal_descriptionHeading__5OAcn{font-size:18px;font-weight:700;margin-bottom:8px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentScript__expe-{margin-bottom:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentScript__expe- .PhotoModal_consentScriptHeading__djwq3{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:flex-start;margin-bottom:8px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_uploadConsentVideo__f8\+rk .PhotoModal_consentScriptInputLabel__s2G2z{font-size:18px;font-weight:700;margin-bottom:16px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_imagePreviewContainer__wp94E{margin-bottom:16px;position:relative}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_imagePreview__0i3A-{border-radius:8px;max-height:450px;max-width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_content__rQP9m .PhotoModal_contentBody__DR\+zg .PhotoModal_filesUploadSection__KHUc2 .PhotoModal_removeImageButton__tJVJk{align-items:center;background:#383c4480;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;left:8px;position:absolute;top:8px;width:40px}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_actions__jWN9Z{align-items:center;border-top:1px solid #383c44;display:flex;justify-content:space-between;padding:32px 50px;width:100%}.PhotoModal_centered__GonAX .PhotoModal_modal__yt3cn .PhotoModal_actions__jWN9Z .PhotoModal_actionButton__d9mR8{width:270px}.PremiumAvatarInstructions_centered__EjFI7{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.PremiumAvatarInstructions_subBulletList__hp2Xf{font-size:14px;list-style-type:disc;margin-left:36px;margin-left:30px;padding-left:20px;padding-right:20px}.PremiumAvatarInstructions_subBulletList__hp2Xf li{line-height:1.5;list-style-type:disc!important;margin-bottom:8px}.PremiumAvatarInstructions_page__DXy4I{background-color:#26272c;border-radius:8px;max-height:99vh;overflow-y:hidden}.PremiumAvatarInstructions_page1__w3dfU{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.PremiumAvatarInstructions_page1__w3dfU{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.PremiumAvatarInstructions_page1__w3dfU{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.PremiumAvatarInstructions_page1__w3dfU{width:1200px}}@media screen and (min-width:1800px){.PremiumAvatarInstructions_page1__w3dfU{width:1400px}}.PremiumAvatarInstructions_leftSection__-sfQq{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.PremiumAvatarInstructions_leftSection__-sfQq{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.PremiumAvatarInstructions_leftSection__-sfQq{padding:16px}}.PremiumAvatarInstructions_leftSectionBottom__dQJN8 .PremiumAvatarInstructions_startCreatingButton__kAfRn{padding:12px 50px}.PremiumAvatarInstructions_pill__BNMHT{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.PremiumAvatarInstructions_title__yW3js{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.PremiumAvatarInstructions_subtitle__FF2Jr{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.PremiumAvatarInstructions_howItWorks__KhnCJ{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.PremiumAvatarInstructions_howItWorksImg__kOWjF{flex:1 0 auto;height:auto;width:50px}.PremiumAvatarInstructions_howItWorksText__9TDrk{font-size:16px;line-height:24px}.PremiumAvatarInstructions_warningBox__jFIAE{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.PremiumAvatarInstructions_warningIcon__TOyKT{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.PremiumAvatarInstructions_warningText__8lPPz{font-size:14px;font-weight:500;line-height:24px}.PremiumAvatarInstructions_rightSection__WIo\+2{border-radius:0 8px 8px 0;height:fit-content;width:50%}.PremiumAvatarInstructions_closeFirstPageButton__EY8-\+{cursor:pointer;position:absolute;right:16px;top:16px}.PremiumAvatarInstructions_page2__wJn2W{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;justify-content:space-between;position:relative;width:1026px}@media(max-width:1200px){.PremiumAvatarInstructions_page2__wJn2W{width:900px}}@media(max-width:1000px){.PremiumAvatarInstructions_page2__wJn2W{width:800px}}.PremiumAvatarInstructions_topBox__tjCcv{display:flex;flex-direction:column;max-height:100%;overflow-y:auto;padding:80px 32px 116px}.PremiumAvatarInstructions_topBox__tjCcv::-webkit-scrollbar-track{background:#0000}.PremiumAvatarInstructions_topBox__tjCcv::-webkit-scrollbar-thumb{background:#0000;border:none}.PremiumAvatarInstructions_infoSection__2Cn63{overflow-y:auto;padding:16px 197px;width:100%}@media(max-width:1200px){.PremiumAvatarInstructions_infoSection__2Cn63{padding:16px 160px}}.PremiumAvatarInstructions_avatarName__-VZqb .MuiInputBase-input{padding:12px 16px!important}.PremiumAvatarInstructions_sectionTitle__jdaRi{color:#fff;font-size:18px;font-weight:700;line-height:24px;margin-bottom:16px}.PremiumAvatarInstructions_genderSection__sBI9M{margin-top:32px}.PremiumAvatarInstructions_genderSelector__pXYqN{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.PremiumAvatarInstructions_genderItem__0zLYW{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease;width:calc(50% - 5px)}.PremiumAvatarInstructions_genderItem__0zLYW:hover,.PremiumAvatarInstructions_selectedGenderItem__msb33{border-color:#fe6338}.PremiumAvatarInstructions_genderItemLabel__3TyaW{color:#fff;font-size:16px;font-weight:500}.PremiumAvatarInstructions_genderItemImg__iEPTw{border-radius:100%;height:50px;object-fit:cover;width:50px}@media(max-width:1200px){.PremiumAvatarInstructions_genderItemImg__iEPTw{height:40px;width:40px}}.PremiumAvatarInstructions_bgSection__vhEKr{margin-top:32px}.PremiumAvatarInstructions_bgSelector__1QWni{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.PremiumAvatarInstructions_bgItem__TA1Zp{align-items:center;display:flex;flex-direction:column;width:calc(50% - 5px)}.PremiumAvatarInstructions_bgItemImg__5puyi{aspect-ratio:2;border:2px solid #0000;border-radius:10px;cursor:pointer;object-fit:cover;transition:all .2s ease;width:100%}.PremiumAvatarInstructions_bgItemImg__5puyi:hover,.PremiumAvatarInstructions_selectedBgItemImg__o4uJ2{border-color:#fe6338}.PremiumAvatarInstructions_bgItemLabel__NiKFN{font-size:16px;font-weight:700;line-height:24px;margin-top:16px;text-align:center;width:70%}.PremiumAvatarInstructions_topLine__CbMuq{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.PremiumAvatarInstructions_control__dx8Cl{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-end}.PremiumAvatarInstructions_photos__-ioOE{margin-bottom:24px;width:100%}.PremiumAvatarInstructions_photos__-ioOE svg{height:auto;width:100%}.PremiumAvatarInstructions_banner__Kj63S{display:flex;gap:4px;margin-bottom:24px;width:100%}.PremiumAvatarInstructions_bannerDo__-24pg{border-radius:8px 0 0 8px;width:calc(50% - 2px)}.PremiumAvatarInstructions_bannerDont__OhtPM{border-radius:0 8px 8px 0;width:calc(50% - 2px)}.PremiumAvatarInstructions_adviceSection__wgdM6{align-items:flex-start;display:flex;flex-flow:row nowrap;flex-grow:1;gap:2rem;justify-content:flex-start}.PremiumAvatarInstructions_adviceSectionHeader__EHGQV{font-size:24px;font-weight:700;margin-bottom:16px}.PremiumAvatarInstructions_doSection__QxLPc,.PremiumAvatarInstructions_dontSection__GaASo{flex:1 1}.PremiumAvatarInstructions_adviceItem__ZZZ9y{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.PremiumAvatarInstructions_adviceItemDescription__EHaYl{line-height:24px}.PremiumAvatarInstructions_actions__C\+160{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.PremiumAvatarInstructions_actions__C\+160 .PremiumAvatarInstructions_actionButton__upYeB{width:270px}.PremiumAvatarInstructions_actionsGuide__Q1-Ax{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.PremiumAvatarInstructions_actionsGuide__Q1-Ax .PremiumAvatarInstructions_actionButton__upYeB{width:270px}.PremiumAvatarInstructions_bulletContainer__sCDVx{display:flex;gap:10px}.PremiumAvatarInstructions_noContainerBullet__829mf{display:none}.PremiumAvatarInstructions_bulletItem__L9uCE{border:1px solid #fe6338;border-radius:100%;cursor:pointer;height:11px;width:11px}.PremiumAvatarInstructions_selectedBulletItem__z9Xcz{background-color:#fe6338;border:1px solid #fe6338;border-radius:10px;cursor:pointer;height:11px;width:38px}.AvatarGenerationWizard_wizardContainer__wRzeJ{background-color:#1a1d23;height:100%;left:0;overflow:auto;padding:50px 70px;position:absolute;top:0;width:100%}.AvatarGenerationWizard_wizardTitle__7n3v3{font-size:28px;font-weight:600;line-height:32px;margin-bottom:30px}.AvatarGenerationWizard_wizardInstruction__tYWE5{align-items:center;background:#27ae601a;border:1px dashed #27ae60;color:#fff;cursor:default;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;justify-content:center;line-height:20px;margin-bottom:30px;margin-top:38px;padding:1rem}.AvatarGenerationWizard_wizardContent__2OBnb{background:linear-gradient(0deg,#ffffff0a,#ffffff0a);border-radius:16px;display:flex;gap:2rem;justify-content:space-between;margin-bottom:30px;padding:30px;position:relative;width:100%}.AvatarGenerationWizard_wizardContentDescription__39BY1{width:100%}.AvatarGenerationWizard_topSection__6\+N-O{align-items:flex-start;display:flex;gap:16px;width:100%}.AvatarGenerationWizard_labelIcon__SlgMl{background-color:#fff;border-radius:12px;height:60px;overflow:hidden;text-align:center;width:60px}.AvatarGenerationWizard_labelIconImg__eWXK8{width:100%}.AvatarGenerationWizard_labelIconImg2__DWd2f{height:100%}.AvatarGenerationWizard_labelDescription__0N82A{width:calc(100% - 80px)}.AvatarGenerationWizard_contentTitle__Xh2LU{font-size:24px;font-weight:700;margin-bottom:16px}.AvatarGenerationWizard_contentDescription__AWqvy{color:#ffffffb3;font-size:16px;font-weight:400;line-height:24px}.AvatarGenerationWizard_contentDescription__AWqvy a{color:#fe6338}.AvatarGenerationWizard_contentDescription__AWqvy a:hover{text-decoration:underline}.AvatarGenerationWizard_tipSection__0Vm4f{background-color:#292d37;border-radius:12px;margin-top:30px;padding:12px 16px;width:100%}.AvatarGenerationWizard_tipTitle__XwtmS{align-items:center;display:flex;gap:10px}.AvatarGenerationWizard_tipTitle__XwtmS a{color:#fe6338}.AvatarGenerationWizard_tipTitle__XwtmS a:hover{text-decoration:underline}.AvatarGenerationWizard_wizardContentFileUpload__agEXr{align-items:center;color:#ffffffb3;display:flex;flex-flow:column nowrap;font-size:16px;font-weight:400;gap:8px;line-height:24px;width:100%}.AvatarGenerationWizard_helpBtnContainer__SI3SU{align-items:center;border:1px solid #626a73;border-radius:100px;bottom:30px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:8px 20px;position:absolute;transition:all .2s ease;width:fit-content}.AvatarGenerationWizard_helpBtnContainer__SI3SU:hover{border-color:#fff}.AvatarGenerationWizard_helpBtnLabel__PGoC3{font-size:14px}.AvatarGenerationWizard_marginBottom__Le0-8{margin-bottom:56px}.AvatarGenerationWizard_italic__Rkb6h{font-style:italic}.AvatarGenerationWizard_downloadBtnContainer__GLgAF,.AvatarGenerationWizard_flex__Zsg0f{align-items:center;display:flex;justify-content:space-between}.AvatarGenerationWizard_downloadBtnContainer__GLgAF{border:1px solid #626a73;border-radius:100px;cursor:pointer;gap:10px;padding:8px 20px;transition:all .2s ease;width:fit-content}.AvatarGenerationWizard_downloadBtnContainer__GLgAF:hover{border-color:#fff}.AvatarGenerationWizard_downloadBtnLabel__p3wnD{font-size:14px}.AvatarGenerationWizard_downloadBtnIcon__EcBQu{align-items:center;background:#444954;border-radius:100%;display:flex;height:28px;justify-content:center;width:28px}.AvatarGenerationWizard_hyperLink__xZtXP{color:#fe6338;cursor:pointer}.AvatarGenerationWizard_hyperLink__xZtXP:hover{text-decoration:underline}.AvatarGenerationWizard_scriptContainer__fOy6l{margin:0 auto;width:80%}@media(max-width:1200px){.AvatarGenerationWizard_scriptContainer__fOy6l{width:100%}}.AvatarGenerationWizard_scriptContent__RZ38T{background-color:#22262f;border-radius:12px;height:calc(100% - 30px);margin-top:30px;overflow-y:auto;padding:50px;width:100%}.AvatarGenerationWizard_singlePointHeading__rn3f1{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin:0 0 16px}.AvatarGenerationWizard_singlePointDescription__aPlW1{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.AvatarGenerationWizard_imagePreviewContainer__UoP-R{margin-bottom:16px;position:relative}.AvatarGenerationWizard_imagePreview__3-PWh{border-radius:8px;max-height:450px;max-width:100%}.AvatarGenerationWizard_removeImageButton__YSGuZ{align-items:center;background:#383c4480;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;left:8px;position:absolute;top:8px;width:40px}.ProcessModal_centered__rDNd-{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.ProcessModal_page__PlUhx{background-color:#26272c;border-radius:8px;height:80vh;overflow-y:hidden}.ProcessModal_page1__dX4yh{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.ProcessModal_page1__dX4yh{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.ProcessModal_page1__dX4yh{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.ProcessModal_page1__dX4yh{width:1200px}}@media screen and (min-width:1800px){.ProcessModal_page1__dX4yh{width:1400px}}.ProcessModal_leftSection__6WANw{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.ProcessModal_leftSection__6WANw{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.ProcessModal_leftSection__6WANw{padding:16px}}.ProcessModal_leftSectionBottom__6c9N9 .ProcessModal_startCreatingButton__lEr1c{padding:12px 50px}.ProcessModal_pill__9vvu9{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.ProcessModal_title__EFL8A{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.ProcessModal_subtitle__M07SH{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.ProcessModal_howItWorks__kajcB{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.ProcessModal_howItWorksImg__X0EPi{flex:1 0 auto;height:auto;width:50px}.ProcessModal_howItWorksText__Mukgr{font-size:16px;line-height:24px}.ProcessModal_warningBox__Wx8iB{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.ProcessModal_warningIcon__qxCkZ{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.ProcessModal_warningText__ZZJ6R{font-size:14px;font-weight:500;line-height:24px}.ProcessModal_rightSection__BdYzy{border-radius:0 8px 8px 0;height:fit-content;width:50%}.ProcessModal_closeFirstPageButton__EF0pp{cursor:pointer;position:absolute;right:16px;top:16px}.ProcessModal_page2__nxQED{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;justify-content:space-between;position:relative;width:1026px}@media(max-width:1200px){.ProcessModal_page2__nxQED{width:900px}}@media(max-width:1000px){.ProcessModal_page2__nxQED{width:800px}}.ProcessModal_topBox__HkvLK{max-height:100%;overflow-y:auto;padding:80px 32px 120px}.ProcessModal_topBox__HkvLK::-webkit-scrollbar-track{background:#0000}.ProcessModal_topBox__HkvLK::-webkit-scrollbar-thumb{background:#0000;border:none}.ProcessModal_infoSection__\+g5JS{padding:16px 197px;width:100%}@media(max-width:1200px){.ProcessModal_infoSection__\+g5JS{padding:16px 160px}}.ProcessModal_avatarName__HHwJV .MuiInputBase-input{padding:12px 16px!important}.ProcessModal_sectionTitle__I1dU2{color:#fff;font-size:18px;font-weight:700;line-height:24px;margin-bottom:16px}.ProcessModal_genderSection__1k1\+R{margin-top:32px}.ProcessModal_genderSelector__RFcGA{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.ProcessModal_genderItem__RQSMy{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease;width:calc(50% - 5px)}.ProcessModal_genderItem__RQSMy:hover,.ProcessModal_selectedGenderItem__YCuTs{border-color:#fe6338}.ProcessModal_genderItemLabel__4L0od{color:#fff;font-size:16px;font-weight:500}.ProcessModal_genderItemImg__v5pAy{border-radius:100%;height:50px;object-fit:cover;width:50px}@media(max-width:1200px){.ProcessModal_genderItemImg__v5pAy{height:40px;width:40px}}.ProcessModal_bgSection__uZ\+nu{margin-top:32px}.ProcessModal_bgSelector__eDqFw{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.ProcessModal_bgItem__mayey{align-items:center;display:flex;flex-direction:column;width:calc(50% - 5px)}.ProcessModal_bgItemImg__ciJCE{aspect-ratio:2;border:2px solid #0000;border-radius:10px;cursor:pointer;object-fit:cover;transition:all .2s ease;width:100%}.ProcessModal_bgItemImg__ciJCE:hover,.ProcessModal_selectedBgItemImg__-BGAU{border-color:#fe6338}.ProcessModal_bgItemLabel__srvRs{font-size:16px;font-weight:700;line-height:24px;margin-top:16px;text-align:center;width:70%}.ProcessModal_topLine__NNQNp{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.ProcessModal_control__2qJH7{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-end}.ProcessModal_photos__KNxR0{margin-bottom:24px;width:100%}.ProcessModal_photos__KNxR0 svg{height:auto;width:100%}.ProcessModal_adviceSection__R6LwN{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.ProcessModal_adviceSectionHeader__-jHvO{font-size:24px;font-weight:700;margin-bottom:16px}.ProcessModal_doSection__VvzDN,.ProcessModal_dontSection__s33NE{flex:1 1}.ProcessModal_adviceItem__NNAxi{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.ProcessModal_adviceItemDescription__GBEHY{line-height:24px}.ProcessModal_actions__hAafH{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.ProcessModal_actions__hAafH .ProcessModal_actionButton__yiYKl{width:270px}.ProcessModal_actionsGuide__8L8Qp{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.ProcessModal_actionsGuide__8L8Qp .ProcessModal_actionButton__yiYKl{width:270px}.ProcessModal_bulletContainer__0hyy7{display:flex;gap:10px}.ProcessModal_bulletItem__UoV\+0{border:1px solid #fe6338;border-radius:100%;cursor:pointer;height:11px;width:11px}.ProcessModal_selectedBulletItem__guPNY{background-color:#fe6338;border:1px solid #fe6338;border-radius:10px;cursor:pointer;height:11px;width:38px}.HomePageLayout_modalContent__piMFl{align-items:stretch;display:flex;flex-direction:column}.HomePageLayout_modalContent__piMFl h2{margin-bottom:16px}.HomePageLayout_modalContent__piMFl .HomePageLayout_inputGroup__Wu3id{display:flex;flex-direction:column;gap:16px}.HomePageLayout_modalContent__piMFl .HomePageLayout_rowInputs__0-c6E{display:flex;gap:16px}.HomePageLayout_modalContent__piMFl .HomePageLayout_rowInputs__0-c6E>*{flex:1 1}.HomePageLayout_modalContent__piMFl .HomePageLayout_buttonGroup__sokom{display:flex;gap:16px;justify-content:flex-end;margin-top:24px}.HomePageLayout_modalContent__piMFl .HomePageLayout_buttonGroup__sokom .HomePageLayout_createButton__vuNvX{background-color:#272c35;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px}.HomePageLayout_modalContent__piMFl .HomePageLayout_buttonGroup__sokom .HomePageLayout_createButton__vuNvX:hover{background-color:#20232a}.HomePageLayout_modalContent__piMFl .HomePageLayout_buttonGroup__sokom .HomePageLayout_blankButton__cmVP6{background-color:#b8b8b8;border-radius:4px;color:#4d4d4d;cursor:pointer;font-size:16px;padding:12px 24px}.HomePageLayout_modalContent__piMFl .HomePageLayout_buttonGroup__sokom .HomePageLayout_blankButton__cmVP6:hover{background-color:#949494}.HomePageLayout_createVideoModal__py5Rn{border-radius:6%}.HomePageLayout_videoSummary__eWNBg{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;height:120px;outline:none;padding:20px;resize:none;width:100%}.HomePageLayout_videoSummary__eWNBg:focus-visible{border-color:#fe6338}.HomePageLayout_errorMessage__DKzQ2{color:red;font-size:12px;margin-top:4px}.HomePageLayout_videoInput__gyhoF{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;font-size:16px;outline:none;padding:20px;resize:none;width:100%}.HomePageLayout_videoInput__gyhoF:focus-visible{border-color:#fe6338}.HomePageLayout_layout__O-4iV{background-color:#1a1d23;display:flex;flex-flow:row nowrap;height:100vh;max-width:100vw;width:100%}.HomePageLayout_leftPanel__zsmmQ{background-color:#20232a;display:flex;flex:0 0 25%;flex-flow:column;justify-content:space-between;max-width:320px;min-width:270px;overflow-y:auto}@media(max-width:500px){.HomePageLayout_leftPanel__zsmmQ{display:none}}.HomePageLayout_modalLogoContainer__6XjP8{align-items:center;display:flex;justify-content:center;width:100%}.HomePageLayout_logoLink__dMg5L{line-height:0}.HomePageLayout_menu__1TuOj{display:flex;flex-flow:column nowrap;gap:8px;padding:16px}.HomePageLayout_leftPanelTop__G-LZi{overflow-y:auto}.HomePageLayout_leftPanelBottom__VjiB0{padding:16px;position:relative}.HomePageLayout_planInfo__8tz8G{border:1px solid #404040;border-radius:8px;display:flex;flex-flow:column nowrap;gap:24px;padding:24px 16px}.HomePageLayout_planInfoRow__N0gbe{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.HomePageLayout_planInfoRow__N0gbe .HomePageLayout_planInfoRowRight__WOMOT{text-align:right}.HomePageLayout_planInfoRow__N0gbe .HomePageLayout_deadline__X79BM{align-items:center;display:flex;gap:4px}.HomePageLayout_planInfoRowLeft__aM1Ma{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.HomePageLayout_planInfoRowLeft__aM1Ma{font-size:14px}}@media(max-width:1500px){.HomePageLayout_planInfoRowLeft__aM1Ma{font-size:10px}}@media(max-width:1024px){.HomePageLayout_planInfoRowLeft__aM1Ma{font-size:8px}}.HomePageLayout_planInfoRowRight__WOMOT{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.HomePageLayout_planInfoRowRight__WOMOT{font-size:14px}}@media(max-width:1500px){.HomePageLayout_planInfoRowRight__WOMOT{font-size:10px}}@media(max-width:1024px){.HomePageLayout_planInfoRowRight__WOMOT{font-size:8px}}.HomePageLayout_planInfoHeader__W3rCK{align-items:center;display:flex;flex-flow:row nowrap;gap:8px}.HomePageLayout_planInfoLogo__hG9I-{width:20px}.HomePageLayout_planInfoLine__F9uyC{background:#fff;background:linear-gradient(90deg,#fff0,#40404080 25%,#40404080 75%,#fff0);height:1px;width:100%}.HomePageLayout_mainSection__B\+-Fu{display:flex;flex:1 1 75%;flex-flow:column nowrap;overflow:auto;position:relative}.HomePageLayout_topBar__L\+7Ot{align-items:center;background-color:#272c35;display:flex;gap:32px;height:75px;justify-content:flex-end;min-height:75px;padding:0 24px}@media(max-width:500px){.HomePageLayout_topBar__L\+7Ot{gap:5px;padding-right:10px!important;padding:0}}.HomePageLayout_avatarCreationButtons__7baCk{display:flex;flex-flow:row nowrap;gap:16px}.HomePageLayout_pageContent__UwnFg{height:100%;overflow:auto;position:relative;width:100%}.HomePageLayout_avatarCircle__IP8ip.MuiAvatar-root{background-color:#fce3d9;color:#ee653f;cursor:pointer;font-size:14px;font-weight:500;height:36px;line-height:1.5;width:36px}@media(min-width:2048px){.HomePageLayout_avatarCircle__IP8ip.MuiAvatar-root{font-size:16px}}@media(max-width:1500px){.HomePageLayout_avatarCircle__IP8ip.MuiAvatar-root{font-size:12px}}@media(max-width:1024px){.HomePageLayout_avatarCircle__IP8ip.MuiAvatar-root{font-size:10px}}.HomePageLayout_verticalLine__wKLJq{background-color:#3d424d;height:50%;width:1px}.HomePageLayout_leftAppBar__MCW27{align-items:center;display:flex;gap:.5rem;height:70px;justify-content:space-between}.HomePageLayout_modal__XYZ12{display:flex;flex-direction:column;gap:48px;justify-content:flex-start;width:650px}.HomePageLayout_modal__XYZ12 .HomePageLayout_title__50b1Y{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.HomePageLayout_modal__XYZ12 .HomePageLayout_row__JgD3f{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.HomePageLayout_modal__XYZ12 .HomePageLayout_row__JgD3f .HomePageLayout_instructions__Ob188{font-size:16px!important;line-height:150%}.HomePageLayout_modal__XYZ12 .HomePageLayout_row__JgD3f a{color:#fe6338;text-decoration:underline}.HomePageLayout_modal__XYZ12 .HomePageLayout_row__JgD3f div{margin-top:0!important;width:auto!important}.HomePageLayout_modal__XYZ12 .HomePageLayout_ctrlBtns__Oe5qd{align-items:center;display:flex;gap:16px;justify-content:flex-end;width:100%}.HomePageLayout_modal__XYZ12 .HomePageLayout_ctrlBtns__Oe5qd .HomePageLayout_ctrlBtn__0fjnG{width:104px}.HomePageLayout_modal__XYZ12 .HomePageLayout_alignLeft__JRMaP{align-self:flex-start}.HomePageLayout_aiFeedbackButton__Xmf3z{bottom:16px;cursor:pointer;position:fixed;right:16px}.HomePageLayout_aiFeedbackModal__y6Q1m{display:flex;flex-flow:column nowrap;height:80vh;max-height:80vh;min-height:80vh;padding:48px 20px}.HomePageLayout_feedbackBtn__0MqDo{margin-bottom:1rem!important;text-align:left}.HomePageLayout_bannerSection__e7Dhn{padding:16px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw{background-color:#323843;border-radius:8px;overflow-y:hidden;padding:16px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt{display:flex;flex-direction:column;gap:8px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh{align-items:center;display:flex;gap:4px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh svg{height:16px;width:16px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh .HomePageLayout_title__50b1Y{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh .HomePageLayout_title__50b1Y{font-size:16px}}@media(max-width:1500px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh .HomePageLayout_title__50b1Y{font-size:12px}}@media(max-width:1024px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_titleSection__3FsNh .HomePageLayout_title__50b1Y{font-size:10px}}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_description__\+ZSbN{color:#efefef;font-size:12px;font-weight:300;line-height:1.2;line-height:20px}@media(min-width:2048px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_description__\+ZSbN{font-size:14px}}@media(max-width:1500px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_description__\+ZSbN{font-size:10px}}@media(max-width:1024px){.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_bannerContent__0T0dt .HomePageLayout_description__\+ZSbN{font-size:8px}}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_extendBtn__w1Frf{cursor:pointer;position:absolute;right:16px;top:28px}.HomePageLayout_bannerSection__e7Dhn .HomePageLayout_bannerContainer__j9Vxw .HomePageLayout_extendBtn__w1Frf svg{height:16px;width:16px}.HomePageLayout_feedbackSection__-taCF{margin:auto 16px}.HomePageLayout_optionLabel__BzjzM{align-items:center;display:flex}.HomePageLayout_optionIcon__jz-ZT{align-items:center;border-radius:100%;display:flex;height:24px;justify-content:center;margin-right:10px;overflow:hidden;width:24px}.HomePageLayout_createVideoModalContainer__hOx9T{align-items:center;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:0 60px 30px}.HomePageLayout_logoContainer__S1EWS{align-items:center;background-color:#20232a;display:flex;height:75px;justify-content:flex-start;padding-left:24px;width:100%}.HomePageLayout_modalTitle__qI9WM{font-weight:700;margin:10px 10px 20px}.HomePageLayout_modalContent__piMFl{height:100%;overflow-y:auto;width:100%}.HomePageLayout_languageSelector__6R\+1C{margin-bottom:14px;margin-top:14px}.HomePageLayout_textareaContainer__Yjgd2{margin-bottom:14px}.HomePageLayout_buttonContainer__p-j8Q{display:flex;gap:1rem;margin-top:14px;width:100%}.VideoGrid_videoGrid__A2sY1{grid-gap:16px;display:grid;gap:16px;overflow:hidden;width:100%}.SavedVideoCard_deleteModal__SVWqP{align-items:center;display:flex;flex-direction:column;gap:48px}.SavedVideoCard_deleteModal__SVWqP .SavedVideoCard_title__tpD\+G{margin-top:32px;text-align:center}.SavedVideoCard_deleteModal__SVWqP .SavedVideoCard_ctrlBtn__60wTg{height:48px}.SavedProjectCard_container__69uNy{position:relative}.SavedProjectCard_unfinishedBadge__EB6zK{align-items:center;background:linear-gradient(133deg,#fe6338cc 25.75%,#5e4e49cc 145.65%);border-radius:8px;color:#fff;cursor:default;display:flex;height:32px;left:8px;padding:0 4px;position:absolute;top:8px}.SavedProjectCard_badgeText__KUMhY{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.SavedProjectCard_badgeText__KUMhY{font-size:20px}}@media(max-width:1500px){.SavedProjectCard_badgeText__KUMhY{font-size:14px}}@media(max-width:1024px){.SavedProjectCard_badgeText__KUMhY{font-size:12px}}.driver-active *,.driver-active .driver-overlay{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;background-color:#fff;border-radius:8px;box-shadow:0 1px 10px #0006;box-sizing:border-box;color:#2d2d2d;margin:0;max-width:300px;min-width:250px;padding:15px;position:fixed;right:0;top:0;z-index:1000000000}.driver-popover *{font-family:Poppins}.driver-popover-title{zoom:1;display:block;font-size:16px;font-weight:500;line-height:1.5;margin:0;position:relative}.driver-popover-close-btn{all:unset;color:#d2d2d2;cursor:pointer;font-size:18px;font-weight:500;height:28px;position:absolute;right:0;text-align:center;top:0;transition:color;transition-duration:.2s;width:32px;z-index:1}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;color:#666;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:0}.driver-popover-footer{zoom:1;align-items:center;display:flex;justify-content:space-between;margin-top:5px;text-align:right}.driver-popover-progress-text{zoom:1;color:#727272;font-size:13px;font-weight:400}.driver-popover-footer button{zoom:1;all:unset;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;color:#2d2d2d;cursor:pointer;display:inline-block;font:12px/normal sans-serif;line-height:1.3;outline:0;padding:8px 12px;text-decoration:none}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:focus,.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{border:5px solid #fff;content:"";position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-bottom-color:#0000!important;border-right-color:#0000!important;border-top-color:#0000!important;left:100%}.driver-popover-arrow-side-right{border-bottom-color:#0000!important;border-left-color:#0000!important;border-top-color:#0000!important;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000!important;border-left-color:#0000!important;border-right-color:#0000!important;top:100%}.driver-popover-arrow-side-bottom{border-left-color:#0000!important;border-right-color:#0000!important;border-top-color:#0000!important;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.driver-popover-prev-btn{background-color:initial!important;color:#ee653f!important}.driver-popover-next-btn,.driver-popover-prev-btn{border:none!important;font-family:Poppins;font-size:14px!important}.driver-popover-next-btn{background-color:#ee653f!important;border-radius:10px!important;color:#fff!important;margin-left:1rem!important;text-shadow:none!important}.driver-popover-next-btn:hover{background-color:#fe8867!important}.driver-popover-step-progress{background-color:initial;height:4px;left:8px;position:absolute;top:142px;width:calc(100% - 16px)}.driver-popover-step-progress::-webkit-progress-bar{background-color:#dedede;border-radius:2px}.driver-popover-step-progress::-webkit-progress-value{background-color:#ee653f;border-radius:2px}.driver-popover-step-progress::-moz-progress-bar{background-color:#dedede;border-radius:2px}.driver-popover-step-progress::-moz-progress-value{background-color:#ee653f;border-radius:2px}.highlight{background-color:#272c35!important;color:#fff!important;height:526px;left:50%!important;max-width:673px;padding:48px;text-align:center;top:50%!important;transform:translate(-50%,-50%)!important;width:673px}.highlight .driver-popover-description{color:#fff}.background{margin:16px auto}.background,.background2{border-radius:8px;width:100%}.background2{left:0;position:absolute;top:0}.top-space{margin-top:150px}.centered-btns{justify-content:center}.prev-btn{background-color:#fafafa!important;color:#424242!important;padding:12px 32px!important}.next-btn,.prev-btn{border-radius:8px!important;font-family:Poppins!important;font-size:16px!important;font-weight:600!important;text-align:center}.next-btn{background-color:#ee653f!important;color:#fafafa!important;padding:12px!important}.position1{transform:translateY(150px)}.position2{top:10px!important}.position3{transform:translateY(-150px)}.position4{transform:translateY(-20px)}.grey-arrow{border:5px solid #5b6270;content:"";position:absolute}.AudioRecorder_recorderContainer__jwvoA{align-items:center;background-color:#7a321f;border-radius:12px;display:flex;height:48px;justify-content:space-between;padding:8px;width:100%}.AudioRecorder_recorderContainer__jwvoA .AudioRecorder_ctrlBtn__CiWpG{background-color:#ee653f;border-radius:100%;height:32px;width:32px}.AudioRecorder_recorderContainer__jwvoA .AudioRecorder_ctrlBtn__CiWpG:hover{background-color:#c73f1a}.AudioRecorder_recorderContainer__jwvoA .AudioRecorder_decibelChart__kC8qt{align-items:center;display:flex;justify-content:center;width:80%}.AudioRecorder_recorderContainer__jwvoA .AudioRecorder_duration__L-nhv{font-family:Poppins;font-size:12px;line-height:16px}.AIChat_chatContainer__OPGWm{height:100%;max-height:100%}.AIChat_chatContainer__OPGWm,.AIChat_chatHistory__QzytM{align-items:center;display:flex;flex-flow:column nowrap;width:100%}.AIChat_chatHistory__QzytM{flex:1 1;overflow:auto;padding:48px 48px 24px}.AIChat_chatHistoryContainer__3B2L2{display:flex;flex-flow:column nowrap;gap:32px;max-width:800px;padding:0 16px;width:100%}.AIChat_welcomeMessage__sLhc7{align-items:center;display:flex;flex-flow:column nowrap;gap:24px;text-align:center}.AIChat_welcomeHeading__4hq6u{font-size:40px;font-weight:500;line-height:1.2}@media(min-width:2048px){.AIChat_welcomeHeading__4hq6u{font-size:48px}}@media(max-width:1500px){.AIChat_welcomeHeading__4hq6u{font-size:32px}}@media(max-width:1024px){.AIChat_welcomeHeading__4hq6u{font-size:28px}}.AIChat_welcomeText__ZBOxj{color:#b8b8b8;font-size:16px;font-weight:400;line-height:1.5;max-width:80%}@media(min-width:2048px){.AIChat_welcomeText__ZBOxj{font-size:20px}}@media(max-width:1500px){.AIChat_welcomeText__ZBOxj{font-size:14px}}@media(max-width:1024px){.AIChat_welcomeText__ZBOxj{font-size:12px}}.AIChat_message__xmeE4{display:flex;flex-flow:row nowrap;gap:8px;position:relative}.AIChat_message__xmeE4.AIChat_sent__Y9\+uC{flex-direction:row-reverse;justify-content:end}.AIChat_message__xmeE4.AIChat_sent__Y9\+uC .AIChat_messageContainer__aC9z2{align-items:end}.AIChat_message__xmeE4.AIChat_received__Dy9C8{justify-content:start}.AIChat_avatarLeft__ifN13{left:-48px;position:absolute;top:0}.AIChat_avatarRight__z5djD{position:absolute;right:-48px;top:0}.AIChat_messageContainer__aC9z2{display:flex;flex-flow:column nowrap;gap:8px;max-width:80%}.AIChat_msgContent__yfswX{background:#3d424d;border-radius:12px;font-size:16px;font-weight:400;line-height:1.5;padding:16px;width:fit-content;word-break:break-word}@media(min-width:2048px){.AIChat_msgContent__yfswX{font-size:20px}}@media(max-width:1500px){.AIChat_msgContent__yfswX{font-size:14px}}@media(max-width:1024px){.AIChat_msgContent__yfswX{font-size:12px}}.AIChat_msgDate__ymStF{color:#b8b8b8;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AIChat_msgDate__ymStF{font-size:14px}}@media(max-width:1500px){.AIChat_msgDate__ymStF{font-size:10px}}@media(max-width:1024px){.AIChat_msgDate__ymStF{font-size:8px}}.AIChat_chatControls__vKIF\+{bottom:0;display:flex;flex:0 1;flex-flow:column nowrap;gap:16px;max-width:800px;padding:8px 16px 0;width:100%}.AIChat_chatControlButton__3Lkph{height:52px}.AIChat_suggestions__u-Pwh{display:flex;flex-flow:column nowrap;gap:16px}.AIChat_suggestionsTitle__05D2R{color:#b8b8b8;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.AIChat_suggestionsTitle__05D2R{font-size:16px}}@media(max-width:1500px){.AIChat_suggestionsTitle__05D2R{font-size:12px}}@media(max-width:1024px){.AIChat_suggestionsTitle__05D2R{font-size:10px}}.AIChat_suggestionBubbles__lMuCw{display:flex;flex-flow:row wrap}.AIChat_suggestionBubbles__lMuCw.AIChat_textSuggestionBubbles__iVxup{gap:16px}.AIChat_suggestionBubbles__lMuCw.AIChat_actionSuggestionBubbles__SRkCk{gap:8px}.AIChat_suggestionBubble__IwAfl{align-items:center;background:#323843;border:1px solid #3d424d;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:500;gap:8px;justify-content:center;line-height:1.5;padding:12px 16px;transition:background-color .2s ease}@media(min-width:2048px){.AIChat_suggestionBubble__IwAfl{font-size:16px}}@media(max-width:1500px){.AIChat_suggestionBubble__IwAfl{font-size:12px}}@media(max-width:1024px){.AIChat_suggestionBubble__IwAfl{font-size:10px}}.AIChat_suggestionBubble__IwAfl.AIChat_textSuggestion__objTg{border-radius:64px}.AIChat_suggestionBubble__IwAfl.AIChat_actionSuggestion__mAT3X{border-radius:12px}.AIChat_suggestionBubble__IwAfl:hover{background:#3d424d}.AIChat_suggestionBubble__IwAfl:active{background:#565d6c;transition:none}.AIChat_progressBarContainer__xGwm5{display:flex;flex-flow:column nowrap;gap:8px}.AIChat_progressBarLabel__gS0SP{display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:1.5}@media(min-width:2048px){.AIChat_progressBarLabel__gS0SP{font-size:16px}}@media(max-width:1500px){.AIChat_progressBarLabel__gS0SP{font-size:12px}}@media(max-width:1024px){.AIChat_progressBarLabel__gS0SP{font-size:10px}}.AIChat_progressBar__JgJnT.MuiLinearProgress-root{background-color:#323843;border-radius:8px;height:4px}.AIChat_progressBar__JgJnT.MuiLinearProgress-root .MuiLinearProgress-bar{background-color:#ee653f}.AIChat_chatBox__Crsf6{align-items:flex-end;display:flex;flex-flow:row nowrap;gap:8px}.AIChat_finishedButtonContainer__Cq-tj{display:flex;gap:8px;justify-content:center;width:100%}.AIChat_recorderContainer__z91UL{align-items:center;background-color:#7a321f;border-radius:12px;display:flex;height:48px;justify-content:space-between;padding:8px;width:100%}.AIChat_recorderContainer__z91UL .AIChat_ctrlBtn__\+56vC{background-color:#ee653f;border-radius:100%;height:32px;width:32px}.AIChat_recorderContainer__z91UL .AIChat_ctrlBtn__\+56vC:hover{background-color:#c73f1a}.AIChat_recorderContainer__z91UL .AIChat_decibelChart__VeK3v{align-items:center;display:flex;justify-content:center;width:80%}.AIChat_recorderContainer__z91UL .AIChat_duration__HczvA{font-family:Poppins;font-size:12px;line-height:16px}.AIChat_msgImage__0dDL\+{max-width:300px}.AIChat_msgImageLarge__UEVMq{max-width:500px!important}.AIChat_suggestionArea__5RB59{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.AIChat_suggestionBtn__GaI6l{width:160px}.CheckoutForm_form__4W7kd{max-width:500px;min-width:300px;width:55%}.CheckoutForm_form__4W7kd .CheckoutForm_title__gco-2{font-size:14px;font-weight:500;margin-bottom:10px}.CheckoutForm_form__4W7kd .CheckoutForm_fieldsGroup__cbIda{grid-gap:1px;border-radius:8px;display:grid;gap:1px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-bottom:20px;overflow:hidden}.CheckoutForm_form__4W7kd .CheckoutForm_fieldsGroup__cbIda .CheckoutForm_inputUnit__RHcQR:first-child{grid-column:1/3}.CheckoutForm_form__4W7kd .CheckoutForm_inputUnit__RHcQR{align-items:center;background-color:#323843;display:flex;gap:8px;height:48px;padding:12px 16px}.CheckoutForm_form__4W7kd .CheckoutForm_stripeInput__3kCyw{flex-grow:1}.CheckoutForm_form__4W7kd .CheckoutForm_name__U-vP2{-webkit-font-smoothing:antialiased;border-radius:8px;border-width:0;color:#fff;margin-bottom:20px;outline:none;width:100%}.CheckoutForm_form__4W7kd .CheckoutForm_name__U-vP2::placeholder{color:#666}.CheckoutForm_form__4W7kd .CheckoutForm_checkboxWrapper__IpLYn{margin-bottom:20px}.CheckoutForm_form__4W7kd .CheckoutForm_checkbox__14EoW{color:#fff}.CheckoutForm_form__4W7kd .CheckoutForm_checkbox__14EoW.CheckoutForm_Mui-checked__ukQpM{color:#fe6338}.CheckoutForm_form__4W7kd .CheckoutForm_saveButton__97JIf{margin-bottom:16px;width:100%}.CheckoutForm_form__4W7kd .CheckoutForm_text__VDqBk{font-size:12px;font-weight:500;line-height:1.6;margin-bottom:16px;text-align:center}.CheckoutForm_form__4W7kd .CheckoutForm_stripeData__sYvxz{align-items:center;display:flex;font-size:12px;font-weight:500;gap:10px;justify-content:center}.CheckoutForm_form__4W7kd .CheckoutForm_stripeData__sYvxz .CheckoutForm_powered__nrZ8o{color:#565d6c}.CheckoutForm_form__4W7kd .CheckoutForm_stripeData__sYvxz .CheckoutForm_logo__Ts4be{float:left;width:46px}.CheckoutForm_form__4W7kd .CheckoutForm_stripeData__sYvxz .CheckoutForm_verticalLine__mPGEi{background-color:#565d6c;height:18px;width:1px}.CheckoutForm_form__4W7kd .CheckoutForm_stripeData__sYvxz a{color:#fff}.CheckoutForm_form__4W7kd .CheckoutForm_message__AJSMW{color:#697386;font-size:12px;font-weight:300;line-height:1.2;text-align:center}@media(min-width:2048px){.CheckoutForm_form__4W7kd .CheckoutForm_message__AJSMW{font-size:14px}}@media(max-width:1500px){.CheckoutForm_form__4W7kd .CheckoutForm_message__AJSMW{font-size:10px}}@media(max-width:1024px){.CheckoutForm_form__4W7kd .CheckoutForm_message__AJSMW{font-size:8px}}.PaymentPopup_popup__blvYE{align-items:center;display:flex;flex-direction:column}.PaymentPopup_title__PVDVR{align-self:flex-start;font-size:24px;font-weight:600;margin-bottom:32px}.PaymentPopup_loading__nI62\+{align-items:center;display:flex;flex-direction:column;gap:16px}.styles_fourTierPricingPlans__DhKkg{grid-gap:24px;align-items:stretch;display:grid;flex-flow:row nowrap;gap:24px;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr}@media screen and (max-width:1023px){.styles_fourTierPricingPlans__DhKkg{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;row-gap:48px}}@media screen and (max-width:800px){.styles_fourTierPricingPlans__DhKkg{grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr;row-gap:48px}}.styles_pricingPlanCardContainer__DuRci{flex:1 0;max-width:450px;position:relative}.styles_pricingPlanCard__FJmAG{background-color:#1e2026;border:1px solid #191d26;border-radius:32px;display:flex;flex-flow:column nowrap;height:100%;justify-content:flex-start;padding:48px 16px 16px;position:relative;z-index:2}.styles_pricingPlanCard__FJmAG.styles_mostPopularPlan__PtFzv{border:2px solid #fe6338}.styles_pricingPlanMostPopularFrame__iulbG{background-color:#fe6338;border-top-left-radius:32px;border-top-right-radius:32px;font-size:14px;font-weight:600;height:200px;left:0;line-height:32px;position:absolute;text-align:center;top:-32px;width:100%;z-index:1}.styles_pricingPlanTop__lg7CO{align-items:center;display:flex;flex-flow:column nowrap}.styles_namePill__7BM3O{align-items:center;border:1px solid #3d424d;border-radius:100px;display:flex;font-size:14px;font-weight:400;gap:4px;line-height:1.5;margin-bottom:24px;padding:8px 16px}.styles_namePill__7BM3O.styles_namePillHighlighted__RTiX4{background-color:rgba(238,101,63,.102);border:1px solid #fe6338}.styles_planCost__AXPXR{font-size:40px;font-weight:600;line-height:1.2;margin-bottom:8px}.styles_costContainer__LJwiX{display:flex;flex-flow:row nowrap;gap:8px}.styles_planCostWithoutDiscount__0u3qs{color:#bbbcbe;font-size:24px;font-weight:400;line-height:1.2;text-decoration:line-through}.styles_planCostSubtitle__-W7F3{color:#ffffffb3;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:12px}.styles_planShortDescription__\+KcpK{font-size:16px;font-weight:400;line-height:1.5;margin-bottom:32px;overflow:hidden;text-align:center}@media screen and (max-width:1023px){.styles_planShortDescription__\+KcpK{display:none}}.styles_pricingPlanButton__LvLZA{text-wrap:nowrap;background-color:#272c35;border:3px solid #c73f1a;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;line-height:1.5;margin-bottom:32px;padding:12px 24px;text-align:center;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;width:100%}.styles_pricingPlanButton__LvLZA:hover{background-color:#323843}.styles_pricingPlanButton__LvLZA:active{background-color:#3d424d;transition:none}.styles_pricingPlanButton__LvLZA.styles_primary__AcfG-{background-color:#fe6338;border:none}.styles_pricingPlanButton__LvLZA.styles_primary__AcfG-:hover{background-color:#fe8867}.styles_pricingPlanButton__LvLZA.styles_primary__AcfG-:active{background-color:#fab6a3;transition:none}.styles_pricingPlanButton__LvLZA.styles_textButton__PtNpA{background-color:initial;border:none;cursor:default}.styles_pricingPlanButton__LvLZA.styles_hidden__VOles{height:50px;visibility:hidden}.styles_bulletPointGroups__Wysbv{display:flex;flex-flow:column nowrap;gap:16px;width:100%}.styles_bulletPointGroup__Br7pW{border:1px solid #3d424d;border-radius:12px;padding:16px}.styles_bulletPointGroupName__LG9sv{font-size:18px;font-weight:500;line-height:1.12;margin-bottom:20px}.styles_pricingPlanFeatures__MhZQT{display:flex;flex-flow:column nowrap;gap:16px;list-style-type:none}.styles_pricingPlanFeature__jDAyB{align-items:center;display:flex;flex-flow:row nowrap;font-size:16px;font-weight:400;gap:12px;line-height:1.25}.styles_pricingPlanFeature__jDAyB.styles_pricingPlanFeatureHighlighted__tAm5c{color:#fe6338}.styles_pricingPlanFeature__jDAyB:before{background-color:#fe6338;border-radius:100%;content:"";height:8px;min-height:8px;min-width:8px;width:8px}.styles_tooltipIcon__mNv\+V{display:inline-block;height:20px;margin-left:8px;min-height:20px;min-width:20px;vertical-align:bottom;width:20px}.styles_pricingPlanBottomButton__OvCQY{align-items:center;color:#fce3d9;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:500;gap:4px;justify-content:center;line-height:1.5;text-align:center;transition:color .2s ease;-webkit-user-select:none;user-select:none}.styles_pricingPlanBottomButton__OvCQY:hover{color:#ee653f}.styles_pricingPlanBottomButton__OvCQY:active{color:#fce3d9;transition:none}.styles_nonBreakable__W2s\+S{text-wrap:nowrap}.styles_pricingPage__jeeNU{align-items:center;background-image:linear-gradient(#402a20,#232529);box-shadow:inset 0 -24px 250px 0 #20232a;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:60px 60px 265px;width:100%}.styles_pricingPage__jeeNU.styles_pricingPageFourTiers__5gUPx{padding:40px 60px 100px}@media screen and (max-width:1300px){.styles_pricingPage__jeeNU.styles_pricingPageFourTiers__5gUPx{padding:30px 48px 100px}}@media screen and (max-width:800px){.styles_pricingPage__jeeNU.styles_pricingPageFourTiers__5gUPx{padding:16px 24px 100px}}@media screen and (max-width:1300px){.styles_pricingPage__jeeNU{padding:48px 48px 140px}}@media screen and (max-width:800px){.styles_pricingPage__jeeNU{padding:24px 24px 140px}}.styles_headerRow__O6UGk{align-items:center;display:flex;gap:16px;margin-bottom:80px;width:100%}.styles_headerRow__O6UGk.styles_headerRowFourPlans__rRmE9{margin-bottom:50px}.styles_headerRow__O6UGk .styles_logo__C2H4r{height:40px}.styles_headerRow__O6UGk .styles_header__UONCs{font-size:24px;font-weight:500;margin-right:auto}.styles_headerRow__O6UGk .styles_close__ECYqV{color:#fff}.styles_periods__v4ZXd{background-color:#232327;border:1px solid #3d424d;border-radius:12px;padding:7px}.styles_periods__v4ZXd .styles_period__0Yj1U{border:1px solid #0000;color:#949494;gap:10px}.styles_periods__v4ZXd .styles_period__0Yj1U.styles_active__pAHaQ{background-color:#272c35;border-color:#323843;border-radius:8px;color:#fff}.styles_periods__v4ZXd .styles_period__0Yj1U .styles_tag__TvBqY{background-color:#fe6338;border-radius:4px;color:#fff;font-size:12px;font-weight:700;line-height:1.2;padding:6px 8px;text-transform:uppercase}@media(min-width:2048px){.styles_periods__v4ZXd .styles_period__0Yj1U .styles_tag__TvBqY{font-size:14px}}@media(max-width:1500px){.styles_periods__v4ZXd .styles_period__0Yj1U .styles_tag__TvBqY{font-size:10px}}@media(max-width:1024px){.styles_periods__v4ZXd .styles_period__0Yj1U .styles_tag__TvBqY{font-size:8px}}.styles_fourTierPricingPlans__0oZem{margin-top:100px}.styles_tableLayout__zZzcz{max-width:1445px;min-width:760px;width:100%}.styles_downgradeModalTitle__JTCSf{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:16px;margin-top:8px;text-align:center}@media(min-width:2048px){.styles_downgradeModalTitle__JTCSf{font-size:24px}}@media(max-width:1500px){.styles_downgradeModalTitle__JTCSf{font-size:18px}}@media(max-width:1024px){.styles_downgradeModalTitle__JTCSf{font-size:16px}}.styles_downgradeModalText__1vrve{font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.styles_downgradeModalText__1vrve{font-size:20px}}@media(max-width:1500px){.styles_downgradeModalText__1vrve{font-size:14px}}@media(max-width:1024px){.styles_downgradeModalText__1vrve{font-size:12px}}.styles_upgradeSuccessModal__131pt{align-items:center;display:flex;flex-flow:column;gap:32px}.styles_upgradeSuccessModalIcon__L83Zq{margin-left:-16px}.styles_upgradeSuccessModalTitle__tFwaX{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:8px;text-align:center}@media(min-width:2048px){.styles_upgradeSuccessModalTitle__tFwaX{font-size:24px}}@media(max-width:1500px){.styles_upgradeSuccessModalTitle__tFwaX{font-size:18px}}@media(max-width:1024px){.styles_upgradeSuccessModalTitle__tFwaX{font-size:16px}}.styles_upgradeSuccessModalText__fLhWB{font-size:14px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.styles_upgradeSuccessModalText__fLhWB{font-size:16px}}@media(max-width:1500px){.styles_upgradeSuccessModalText__fLhWB{font-size:12px}}@media(max-width:1024px){.styles_upgradeSuccessModalText__fLhWB{font-size:10px}}.styles_close__ECYqV{color:#fff}.styles_closeDiv__qYgwn{position:absolute;right:0;top:0}@media screen and (max-width:450px){.styles_closeDiv__qYgwn{right:-35px}}.CustomBreadcrumbs_breadcrumbs__VuS9h{align-items:center;display:flex;flex-flow:row nowrap}.analytics_main__rGVNt{padding:24px}.analytics_main__rGVNt .analytics_AnalyticsHeader__kZkyP{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:32px}.analytics_main__rGVNt .analytics_AnalyticsHeader__kZkyP .analytics_right__shW8Y{align-items:center;display:flex;flex-flow:row wrap;gap:16px}.analytics_main__rGVNt .analytics_AnalyticsHeader__kZkyP .analytics_right__shW8Y .analytics_selectFilter__oeIlI{width:14rem}.analytics_main__rGVNt .analytics_dataSection__ftWCl{text-align:center}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table{border-spacing:3px}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table thead tr th{border:none;color:#fff;padding:15px!important}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table thead tr.analytics_TheadR1__\+poQd th{background:#323843;border-radius:6px 6px 0 0}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table thead tr.analytics_TheadR1__\+poQd th div{align-items:center;display:flex;gap:8px}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table thead tr.analytics_TheadR2__byOgx th{background:#272c35}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customTableContainer__C52KO table tbody tr td{background:#20232a;border:none;color:#fff}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N{align-items:center;display:flex;justify-content:space-between;margin-top:20px}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N .analytics_arrows__stYoP{align-items:center;background:#272c35;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px 10px}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N .analytics_arrows__stYoP.analytics_disableArrows__cY7I6{cursor:not-allowed;opacity:.4}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N nav ul li button{color:#565d6c}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N nav ul li button[aria-current=true]{background-color:#ee653f;color:#fff}.analytics_main__rGVNt .analytics_dataSection__ftWCl .analytics_customPagination__ct51N nav ul li button svg{display:none}.analytics_orangeText__G4Nzf{color:#ee653f}.uploadFile{height:100%;width:100%}.uploadFile>.uploadFile-grid{border:1px dashed #4e5159;border-radius:16px;cursor:pointer;height:100%;width:100%}.uploadFile>.uploadFile-grid .fileUpload-h3{font-size:16px;font-weight:400;line-height:1.4;margin-bottom:1rem;max-width:90%;text-align:center}.uploadFile>.uploadFile-grid .fileUpload-h3 .fileUpload-b{color:#fe6338;font-weight:400}.uploadFile>.uploadFile-grid .text-nowrap{text-wrap:nowrap}.display-hide{display:block!important}@media(max-width:1400px){.display-hide{display:none!important}}.styles_customModalBody__8zwC3{align-items:center;display:flex;flex-direction:column;gap:10px;height:500px;justify-content:flex-start;margin-top:50px;width:100%}.styles_modalContent__1lh7N{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.5;margin-bottom:15px;margin-top:15px;text-align:center;width:60%}.styles_customModalTitle__Fw2Pe{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:8px}@media(min-width:2048px){.styles_customModalTitle__Fw2Pe{font-size:24px}}@media(max-width:1500px){.styles_customModalTitle__Fw2Pe{font-size:18px}}@media(max-width:1024px){.styles_customModalTitle__Fw2Pe{font-size:16px}}.styles_customModalText__1K2DS{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.styles_customModalText__1K2DS{font-size:20px}}@media(max-width:1500px){.styles_customModalText__1K2DS{font-size:14px}}@media(max-width:1024px){.styles_customModalText__1K2DS{font-size:12px}}.styles_videoSummary__s7mzN{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;height:120px;outline:none;padding:20px;resize:none;width:100%}.styles_videoSummary__s7mzN:focus-visible{border-color:#fe6338}.styles_errorMessage__FqQ0h{color:red;font-size:12px;margin-top:4px}.styles_flexRow__kxKA-{flex-wrap:wrap;gap:30px;width:80%}.styles_flexCol__E4QIe,.styles_flexRow__kxKA-{align-items:center;display:flex;justify-content:center}.styles_flexCol__E4QIe{flex-direction:column;gap:20px;width:90%}.styles_flexRight__Y1nGV{justify-content:right}.styles_flexLeft__olxWt,.styles_flexRight__Y1nGV{align-items:center;display:flex;gap:20px;margin-top:20px;width:100%}.styles_flexLeft__olxWt{justify-content:left}.styles_fileUploadContainer__LwKLy{height:70%;width:60%}.styles_con__9Ts\+C{height:100%}.styles_bigButton__M50cG{height:200px;width:300px}@media screen and (max-width:900px)and (min-width:500px){.styles_bigButton__M50cG{height:150px;width:200px}.styles_modalContent__1lh7N{font-size:12px;line-height:1.3;margin-bottom:10px;margin-top:10px}}@media screen and (max-width:500px){.styles_bigButton__M50cG{height:100px;width:150px}.styles_modalContent__1lh7N{font-size:12px;margin-bottom:10px;margin-top:10px}}.styles_list__6ATlj{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:255px;justify-content:flex-start;margin-top:30px;overflow-y:auto;width:100%}.styles_listContainer__QoI3G{width:100%}.styles_listItem__tLCV3{align-items:center;border:2px solid #3d424d;border-radius:10px;color:#dbdbdb;cursor:pointer;display:flex;gap:16px;height:76px;justify-content:space-between;padding:16px;width:99%}input[type=radio]{cursor:pointer}.styles_p__JdTzw{line-height:1;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_dimText__Z73y4{color:hsla(0,0%,100%,.601);font-size:13px}.styles_ChangeButton__ronu7{width:45%}.styles_Radio__b9fVu{-webkit-appearance:none;appearance:none;border:2px solid #999;border-radius:50%;height:20px;margin-right:5px;padding:5px;transition:all .2s linear;width:20px}.styles_Radio__b9fVu:checked{border:6px solid #c2c2c2}.styles_fileTitle__s4a5O,.styles_flex__VA9Ky{align-items:center;display:flex;gap:5px;justify-content:center}.styles_flexApart__lsxRB{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}.styles_createBlankProject__cEc4B{height:20%;width:100%}.styles_Projects__y4sm4{height:70%;width:100%}.styles_content__rTDMG{height:92%;overflow-y:auto;padding-right:20px;width:100%}.styles_videoButton__KbHD6{height:100px;width:100%}.styles_typeSelectButtons__LS7UK{height:48px}.styles_flexLeftCol__UCtvC{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.styles_tooltip_list__HzF\+r,.styles_tooltip_title__Zh1YA{font-size:12px;line-height:18px}.styles_tooltip_list__HzF\+r{list-style-type:none;margin-left:20px;margin-top:10px}.styles_tooltip_list__HzF\+r li{padding-left:1.5em;position:relative}.styles_tooltip_list__HzF\+r li:before{background-color:#fff;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:5px;width:8px}.styles_gap__NZ0ug{margin-bottom:30px;margin-left:2px}.styles_fileTitle__s4a5O{max-width:70%}.styles_emptyVideos__431Rg{align-items:center;border-radius:8px;display:flex;flex-flow:row nowrap;gap:16px;padding:48px 24px;width:100%}.styles_emptyVideosIcon__Iw4Gr{flex-shrink:0;height:64px;width:64px}.styles_emptyVideosMessage__ltljH{display:flex;flex-flow:column nowrap;gap:8px}.styles_emptyVideosMessageTitle__WgVwv{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.styles_emptyVideosMessageTitle__WgVwv{font-size:20px}}@media(max-width:1500px){.styles_emptyVideosMessageTitle__WgVwv{font-size:14px}}@media(max-width:1024px){.styles_emptyVideosMessageTitle__WgVwv{font-size:12px}}.styles_emptyVideosMessageContent__0pjE-{align-items:center;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:400;gap:16px;line-height:1.5}@media(min-width:2048px){.styles_emptyVideosMessageContent__0pjE-{font-size:16px}}@media(max-width:1500px){.styles_emptyVideosMessageContent__0pjE-{font-size:12px}}@media(max-width:1024px){.styles_emptyVideosMessageContent__0pjE-{font-size:10px}}u{cursor:pointer}.ChallengeCard_challengeCard__UVZFX{background-color:#20232a;border:1px solid #272c35;border-radius:12px;display:flex;flex-direction:column;gap:24px;position:relative;transition:max-width .3s ease-in-out}.ChallengeCard_challengeCard__UVZFX .ChallengeCard_challengeItems__vBqqF{overflow-y:auto;padding-right:4px}.ChallengeCard_challengeCard__UVZFX .ChallengeCard_label__gDuo2{font-size:16px;font-weight:600;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_label__gDuo2{font-size:20px}}@media(max-width:1500px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_label__gDuo2{font-size:14px}}@media(max-width:1024px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_label__gDuo2{font-size:12px}}.ChallengeCard_challengeCard__UVZFX .ChallengeCard_desc__5xO48{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_desc__5xO48{font-size:16px}}@media(max-width:1500px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_desc__5xO48{font-size:12px}}@media(max-width:1024px){.ChallengeCard_challengeCard__UVZFX .ChallengeCard_desc__5xO48{font-size:10px}}.ChallengeCard_headerBar__RWkFo{display:flex;flex-flow:column nowrap;gap:32px;height:290px}@media(min-width:2000px){.ChallengeCard_headerBar__RWkFo{height:330px}}.ChallengeCard_expandBtn__rD6mK{height:100%}.ChallengeCard_expandBtn__rD6mK[data-component=custom-button]{background-color:#20232a}.ChallengeCard_isAnimating__nFOlr{pointer-events:none}.ChallengeCard_expanded__T51A8{max-height:calc(100vh - 125px);min-height:calc(100vh - 125px);padding:24px}.ChallengeCard_expanded__T51A8 .ChallengeCard_headerBar__RWkFo{align-items:center;display:flex;flex-flow:row nowrap;height:auto;justify-content:space-between}.ChallengeCard_expanded__T51A8 .ChallengeCard_expandBtn__rD6mK{background-color:#20232a;height:auto}.ChallengeCard_progressBar__K6K2N{align-items:center;display:flex;gap:16px;justify-content:space-between}.ChallengeCard_progressBar__K6K2N .ChallengeCard_progressContainer__heYQg{align-items:center;background-color:#323843;border-radius:100px;display:flex;flex-grow:1;height:18px;padding:0 5px}.ChallengeCard_progressBar__K6K2N .ChallengeCard_progressContainer__heYQg .ChallengeCard_progress__V4NsM{background-color:#fe6338;border-radius:100px;height:8px}.ChallengeCard_highlightCard__xynVd{align-items:center;background-color:#272c35;border-radius:8px;display:flex;gap:16px;justify-content:space-between;padding:16px}.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL-{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardTitle__yzn9X{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardTitle__yzn9X{font-size:16px}}@media(max-width:1500px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardTitle__yzn9X{font-size:12px}}@media(max-width:1024px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardTitle__yzn9X{font-size:10px}}.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardDesc__qTSdh{color:#ffffffb3;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardDesc__qTSdh{font-size:14px}}@media(max-width:1500px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardDesc__qTSdh{font-size:10px}}@media(max-width:1024px){.ChallengeCard_highlightCard__xynVd .ChallengeCard_cardContent__5pcL- .ChallengeCard_cardDesc__qTSdh{font-size:8px}}.ChallengeCard_actionBtn__Gqnak{background-color:#323843!important;margin-top:8px!important}.ChallengeCard_actionBtn__Gqnak:hover{background-color:#3d424d}.ChallengeCard_arrow__GeGhx{cursor:pointer;flex-shrink:0;transform:rotate(0deg);transition:transform .3s ease}.ChallengeCard_smallHeader__Z0HGQ{text-wrap:nowrap;align-items:center;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;line-height:1.5;transform:rotate(90deg)}@media(min-width:2048px){.ChallengeCard_smallHeader__Z0HGQ{font-size:20px}}@media(max-width:1500px){.ChallengeCard_smallHeader__Z0HGQ{font-size:14px}}@media(max-width:1024px){.ChallengeCard_smallHeader__Z0HGQ{font-size:12px}}.ChallengeCard_headerCompleted__VhbTn{color:#89898d;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.ChallengeCard_headerCompleted__VhbTn{font-size:16px}}@media(max-width:1500px){.ChallengeCard_headerCompleted__VhbTn{font-size:12px}}@media(max-width:1024px){.ChallengeCard_headerCompleted__VhbTn{font-size:10px}}.ChallengeCard_arrowOpen__hBgQY{height:16px;transform:rotate(180deg)}.ChallengeCard_challengeItem__dJTYp{align-items:center;border-bottom:1px solid #565d6c;display:flex;gap:12px;justify-content:space-between;padding:20px 0}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC{align-items:center;display:flex;gap:12px;justify-content:flex-start}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_activeIcon__L39YD{background-color:#fe6338;border-radius:100%;height:12px;min-height:12px;min-width:12px;width:12px}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_passiveIcon__uCivT{align-items:center;background-color:#1b9849;border-radius:100%;display:flex;height:20px;justify-content:center;min-height:20px;min-width:20px;width:20px}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_title__Nwyeo{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_title__Nwyeo{font-size:16px}}@media(max-width:1500px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_title__Nwyeo{font-size:12px}}@media(max-width:1024px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_title__Nwyeo{font-size:10px}}.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_desc__5xO48{color:#ffffffb3;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_desc__5xO48{font-size:14px}}@media(max-width:1500px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_desc__5xO48{font-size:10px}}@media(max-width:1024px){.ChallengeCard_challengeItem__dJTYp .ChallengeCard_left__8p2CC .ChallengeCard_descSec__VFvbk .ChallengeCard_desc__5xO48{font-size:8px}}.ChallengeCard_lastItem__IA5Xu{border:none}.ChallengeCard_cardCheckPassive__UtvzQ{background-color:#ffffff1a;border:1px solid #909397;border-radius:100%}.ChallengeCard_cardCheckActive__T3WSw,.ChallengeCard_cardCheckPassive__UtvzQ{align-items:center;display:flex;height:36px;justify-content:center;min-height:36px;min-width:36px;width:36px}.ChallengeCard_cardCheckActive__T3WSw{background-color:#fe63381a;border:1px solid #fe6338;border-radius:100%}.Components_ctrlBtn__bnfOK{align-items:center;background-color:#20232a;border-radius:12px;cursor:pointer;display:flex;gap:16px;justify-content:flex-start;overflow:hidden;padding:10px 20px;position:relative}.Components_ctrlBtn__bnfOK:hover{background-color:#272c35}.Components_ctrlBtn__bnfOK:before{background:linear-gradient(45deg,#ee653f4d,#0000 15%,#ee653f33 97%);border-radius:inherit;content:"";inset:0;mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff);mask-composite:exclude;-webkit-mask:linear-gradient(#fff,#fff) content-box,linear-gradient(#fff,#fff);-webkit-mask-composite:xor;padding:2px;position:absolute}.Components_avatarCard__MnKKj{background-color:#20232a;border:1px solid #272c35;border-radius:12px;height:100%;padding:16px 20px;position:relative}.Components_avatarCard__MnKKj .Components_container__M8lSN{align-items:flex-start;display:flex;gap:16px;justify-content:flex-start;margin-bottom:48px}.Components_avatarCard__MnKKj .Components_container__M8lSN .Components_descSec__FHfgl{align-items:flex-start;display:flex;flex-direction:column;gap:8px;height:100%;justify-content:space-between}.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw{align-items:center;border:1px solid #565d6c;border-radius:100px;bottom:16px;cursor:pointer;display:flex;gap:8px;height:40px;justify-content:center;padding:0 16px;position:absolute;-webkit-user-select:none;user-select:none;width:calc(100% - 40px)}.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw:hover{background-color:#272c35}.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_btnLabel__ruw7J{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_btnLabel__ruw7J{font-size:14px}}@media(max-width:1500px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_btnLabel__ruw7J{font-size:10px}}@media(max-width:1024px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_btnLabel__ruw7J{font-size:8px}}.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_upgrade__ZKDRl{align-items:center;display:flex;justify-content:flex-start}.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_upgrade__ZKDRl h3{color:#fe8867;font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_upgrade__ZKDRl h3{font-size:14px}}@media(max-width:1500px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_upgrade__ZKDRl h3{font-size:10px}}@media(max-width:1024px){.Components_avatarCard__MnKKj .Components_actionBtn__6m5pw .Components_upgrade__ZKDRl h3{font-size:8px}}.Components_helper__LUqsl{align-items:center;background-image:url(/static/media/background.14144d3a330204acd45f.svg);background-repeat:no-repeat;background-size:cover;border-radius:8px;display:flex;flex-direction:column;gap:8px;height:300px;justify-content:center;width:100%}.Components_helper__LUqsl .Components_helpBtn__-2Y\+W{margin-top:16px}.Components_label__7Zsd8{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.Components_label__7Zsd8{font-size:20px}}@media(max-width:1500px){.Components_label__7Zsd8{font-size:14px}}@media(max-width:1024px){.Components_label__7Zsd8{font-size:12px}}.Components_desc__QUFME{color:#dedede;font-size:14px;font-weight:400;line-height:1.5;max-width:80%;text-align:center}@media(min-width:2048px){.Components_desc__QUFME{font-size:16px}}@media(max-width:1500px){.Components_desc__QUFME{font-size:12px}}@media(max-width:1024px){.Components_desc__QUFME{font-size:10px}}.Components_action__W2hGt{bottom:0;color:#fe8867;font-size:14px;font-weight:400;left:0;line-height:1.5;position:absolute}@media(min-width:2048px){.Components_action__W2hGt{font-size:16px}}@media(max-width:1500px){.Components_action__W2hGt{font-size:12px}}@media(max-width:1024px){.Components_action__W2hGt{font-size:10px}}.HomePageV3_page__kOVE0{display:flex;flex-flow:row nowrap;overflow-x:hidden}.HomePageV3_page__kOVE0 .HomePageV3_content__NoCxC{align-items:center;display:flex;flex-direction:column;gap:32px;width:100%}.HomePageV3_page__kOVE0 .HomePageV3_content__NoCxC .HomePageV3_block__SJuVn{position:relative;width:100%}.HomePageV3_page__kOVE0 .HomePageV3_content__NoCxC .HomePageV3_block__SJuVn .HomePageV3_labelSec__Hzku2{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.HomePageV3_page__kOVE0 .HomePageV3_content__NoCxC .HomePageV3_block__SJuVn .HomePageV3_grid__E3s1D{background-color:#20232a;border-radius:8px;padding:24px}.HomePageV3_page__kOVE0 .HomePageV3_label__6y2jr{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HomePageV3_page__kOVE0 .HomePageV3_label__6y2jr{font-size:20px}}@media(max-width:1500px){.HomePageV3_page__kOVE0 .HomePageV3_label__6y2jr{font-size:14px}}@media(max-width:1024px){.HomePageV3_page__kOVE0 .HomePageV3_label__6y2jr{font-size:12px}}.HomePageV3_page__kOVE0 .HomePageV3_moreBtn__X8oJM{min-width:156px}.HomePageV3_mainPage__L-ZB4{-ms-overflow-style:none;display:flex;flex:1 1;flex-flow:column nowrap;gap:32px;max-height:calc(100vh - 75px);overflow-y:auto;padding:24px 16px;scrollbar-width:none}.HomePageV3_mainPage__L-ZB4::-webkit-scrollbar{display:none}.HomePageV3_pageSideBar__On1xF{margin-right:-8px;padding:24px 0 24px 16px;position:relative}.HomePageV3_pageSideBarExpanded__Jf6kh{margin-right:0;padding:24px 16px}.HomePageV3_aiFeedbackModal__lhdbm{display:flex;flex-flow:column nowrap;height:80vh;max-height:80vh;min-height:80vh;padding:48px 20px}.HomePageV3_createVideoModal__06A3O{border-radius:6%}.HomePageV3_videoSummary__jgcLb{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;height:120px;outline:none;padding:20px;resize:none;width:100%}.HomePageV3_videoSummary__jgcLb:focus-visible{border-color:#fe6338}.HomePageV3_errorMessage__IXnef{color:red;font-size:12px;margin-top:4px}.HomePageV3_videoInput__Rl0i4{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;font-size:16px;outline:none;padding:20px;resize:none;width:100%}.HomePageV3_videoInput__Rl0i4:focus-visible{border-color:#fe6338}@media(max-width:1800px){.HomePageV3_challengeSec__wPm9m{min-width:320px!important}}@media(max-width:1600px){.HomePageV3_challengeSec__wPm9m{min-width:300px!important}}@media(max-width:1536px){.HomePageV3_challengeSec__wPm9m{min-width:400px!important}}.HomePageV3_banners__t2-bN{display:flex;flex-flow:row nowrap;gap:16px;width:100%}.HomePageV3_banner__b8OeF{background-color:#21232a;border-radius:16px;cursor:pointer;display:flex;flex-flow:column nowrap;overflow:hidden;width:100%}.HomePageV3_bannerImg__lS7dG{width:100%}.HomePageV3_bannerBottom__QaOy6{height:100%;justify-content:space-between;padding:16px}.HomePageV3_bannerBottomText__ZoC4r,.HomePageV3_bannerBottom__QaOy6{display:flex;flex-flow:column nowrap;gap:4px}.HomePageV3_bannerTitle__hK-R3{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HomePageV3_bannerTitle__hK-R3{font-size:20px}}@media(max-width:1500px){.HomePageV3_bannerTitle__hK-R3{font-size:14px}}@media(max-width:1024px){.HomePageV3_bannerTitle__hK-R3{font-size:12px}}.HomePageV3_bannerSubTitle__SnnO6{color:#d2d2d2;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HomePageV3_bannerSubTitle__SnnO6{font-size:16px}}@media(max-width:1500px){.HomePageV3_bannerSubTitle__SnnO6{font-size:12px}}@media(max-width:1024px){.HomePageV3_bannerSubTitle__SnnO6{font-size:10px}}.HomePageV3_bannerActions__H90k5{align-items:center;display:flex;flex-flow:row nowrap;gap:16px;justify-content:space-between;margin-top:8px}.HomePageV3_bannerActionsRight__JGtAM{align-items:center;color:#535763;display:flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:4px;line-height:1.2}@media(min-width:2048px){.HomePageV3_bannerActionsRight__JGtAM{font-size:14px}}@media(max-width:1500px){.HomePageV3_bannerActionsRight__JGtAM{font-size:10px}}@media(max-width:1024px){.HomePageV3_bannerActionsRight__JGtAM{font-size:8px}}.HomePageV3_modalContainer__yCcCy{border-radius:8px;flex-direction:column;padding:0 60px 30px}.HomePageV3_modalContainer__yCcCy,.HomePageV3_modalIconContainer__XgKB0{align-items:center;display:flex;justify-content:center}.HomePageV3_modalTitle__vtgKO{font-weight:700;margin:10px 10px 20px}.HomePageV3_modalContent__8er78{height:100%;overflow-y:auto;width:100%}.HomePageV3_inputContainer__r1NYd{margin-bottom:14px;margin-top:14px}.HomePageV3_optionIcon__NVCpo,.HomePageV3_optionLabel__fbBLu{align-items:center;display:flex}.HomePageV3_optionIcon__NVCpo{border-radius:100%;height:24px;justify-content:center;margin-right:10px;overflow:hidden;width:24px}.HomePageV3_textareaContainer__n82iX{margin-bottom:14px;margin-top:10px}.HomePageV3_modalActions__7SJLk{display:flex;gap:1rem;margin-top:14px;width:100%}.HomePageV2_homePage__6cAOC{display:flex;flex-flow:column nowrap;gap:48px;height:100%;padding:48px 20px;position:relative}.HomePageV2_closeButton__uFqKT[data-component=custom-button]{position:absolute;right:16px;top:16px}.HomePageV2_ctrlBtn__eQsox.MuiButton-root{background-color:#323843;border-color:#565d6c;border-radius:8px;color:#fff;font-size:16px;font-weight:600;height:48px;left:16px;line-height:1.5;position:absolute;top:32px}@media(min-width:2048px){.HomePageV2_ctrlBtn__eQsox.MuiButton-root{font-size:20px}}@media(max-width:1500px){.HomePageV2_ctrlBtn__eQsox.MuiButton-root{font-size:14px}}@media(max-width:1024px){.HomePageV2_ctrlBtn__eQsox.MuiButton-root{font-size:12px}}.HomePageV2_ctrlBtn__eQsox.MuiButton-root:hover{background-color:#272c35;border-color:#565d6c}.CollaborationsModal_emailField__S8vDz{width:350px}.styles_Menu__TaNrI .MuiPaper-root{background:#20232a;border:1px solid #272c35;border-radius:8px;color:#efefef;margin-top:8px}.styles_Menu__TaNrI .MuiPaper-root .MuiList-root{padding:0}.styles_Menu__TaNrI .MuiPaper-root .MuiButtonBase-root{font-size:14px;font-weight:500;padding:6px 13px}.styles_section__ZBdsX{font-weight:100;margin:15px 0;width:80%}.styles_hr__vN97g{background-color:#999;color:#999;opacity:.2;width:85%}.styles_Label__r8nVn{color:hsla(0,0%,100%,.486);margin-bottom:20px}.styles_label__10fHR{font-size:18px;font-weight:100}.styles_icon__nH1YT{height:24px;margin-right:8px;width:24px}.styles_Width__6Sd2V{width:300px}.styles_MenuItemsContainer__QVVym{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px 10px;width:220px}.styles_Checkbox__7DgkX{border-radius:4px}.styles_Checkbox__7DgkX,.styles_Radio__I61DM{-webkit-appearance:none;appearance:none;cursor:pointer;height:24px;margin-right:15px;width:24px}.styles_Radio__I61DM{border-radius:50%;transition:all .2s linear}.styles_btn__XSrD9{align-items:center;background:#20232a;border:0;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:20px;font-weight:500;gap:12px;justify-content:space-around;line-height:1.2;outline:none;padding:15px}@media(min-width:2048px){.styles_btn__XSrD9{font-size:24px}}@media(max-width:1500px){.styles_btn__XSrD9{font-size:18px}}@media(max-width:1024px){.styles_btn__XSrD9{font-size:16px}}.styles_filterButtonCount__gZhlc{align-items:center;background-color:#ee653f;border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.VideosPage_videosPage__fTYQC{padding:24px}.VideosPage_videosPageHeader__-H8nk{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:32px}.VideosPage_videosPageHeaderText__QaViO{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.VideosPage_videosPageHeaderText__QaViO{font-size:24px}}@media(max-width:1500px){.VideosPage_videosPageHeaderText__QaViO{font-size:18px}}@media(max-width:1024px){.VideosPage_videosPageHeaderText__QaViO{font-size:16px}}.VideosPage_videosPageContentText__VLmPN{font-size:14px;font-weight:500;line-height:1.5;margin-bottom:24px}@media(min-width:2048px){.VideosPage_videosPageContentText__VLmPN{font-size:16px}}@media(max-width:1500px){.VideosPage_videosPageContentText__VLmPN{font-size:12px}}@media(max-width:1024px){.VideosPage_videosPageContentText__VLmPN{font-size:10px}}.VideosPage_emptyVideos__1EsXm{align-items:center;display:flex;flex-flow:column nowrap;gap:16px;padding:48px 24px;width:100%}.VideosPage_emptyVideosIcon__b3IzP{flex-shrink:0;height:64px;width:64px}.VideosPage_emptyVideosMessage__kY6Kq{align-items:center;display:flex;flex-flow:column nowrap;gap:8px}.VideosPage_emptyVideosMessageTitle__S8ete{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.VideosPage_emptyVideosMessageTitle__S8ete{font-size:20px}}@media(max-width:1500px){.VideosPage_emptyVideosMessageTitle__S8ete{font-size:14px}}@media(max-width:1024px){.VideosPage_emptyVideosMessageTitle__S8ete{font-size:12px}}.VideosPage_emptyVideosMessageContent__3WzKl{align-items:center;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:400;gap:8px;line-height:1.5;max-width:250px;text-align:center}@media(min-width:2048px){.VideosPage_emptyVideosMessageContent__3WzKl{font-size:16px}}@media(max-width:1500px){.VideosPage_emptyVideosMessageContent__3WzKl{font-size:12px}}@media(max-width:1024px){.VideosPage_emptyVideosMessageContent__3WzKl{font-size:10px}}.VideosPage_emptyVideosActions__gvxZO{align-items:center;display:flex;flex-flow:row nowrap;gap:16px;justify-content:stretch;margin-top:16px}.VideosPage_paginationButtons__FSMdn{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:center;margin-top:16px}.VideosPage_flexapart__\+MZkN{align-items:center;display:flex;gap:24px;justify-content:center}@media(max-width:500px){.VideosPage_videosPageHeader__-H8nk{flex-flow:column nowrap}.VideosPage_videosPageHeaderText__QaViO{padding-bottom:30px}}.ProjectsPage_projectsPage__GMSTz{padding:24px}.ProjectsPage_projectsPageHeader__VEsEt{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:32px}.ProjectsPage_projectsPageHeaderText__rwZwj{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.ProjectsPage_projectsPageHeaderText__rwZwj{font-size:24px}}@media(max-width:1500px){.ProjectsPage_projectsPageHeaderText__rwZwj{font-size:18px}}@media(max-width:1024px){.ProjectsPage_projectsPageHeaderText__rwZwj{font-size:16px}}.ProjectsPage_projectsPageContent__WxoTO{display:flex;flex-flow:column;gap:24px}.ProjectsPage_projectsPageContentText__jWJ\+8{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.ProjectsPage_projectsPageContentText__jWJ\+8{font-size:16px}}@media(max-width:1500px){.ProjectsPage_projectsPageContentText__jWJ\+8{font-size:12px}}@media(max-width:1024px){.ProjectsPage_projectsPageContentText__jWJ\+8{font-size:10px}}.ProjectsPage_emptyVideos__XyUyT{align-items:center;display:flex;flex-flow:column nowrap;gap:16px;padding:48px 24px;width:100%}.ProjectsPage_emptyVideosIcon__d-pYz{flex-shrink:0;height:64px;width:64px}.ProjectsPage_emptyVideosMessage__oqlbc{align-items:center;display:flex;flex-flow:column nowrap;gap:8px}.ProjectsPage_emptyVideosMessageTitle__5PNEp{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.ProjectsPage_emptyVideosMessageTitle__5PNEp{font-size:20px}}@media(max-width:1500px){.ProjectsPage_emptyVideosMessageTitle__5PNEp{font-size:14px}}@media(max-width:1024px){.ProjectsPage_emptyVideosMessageTitle__5PNEp{font-size:12px}}.ProjectsPage_emptyVideosMessageContent__XpEH-{align-items:center;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:400;gap:8px;line-height:1.5;max-width:250px;text-align:center}@media(min-width:2048px){.ProjectsPage_emptyVideosMessageContent__XpEH-{font-size:16px}}@media(max-width:1500px){.ProjectsPage_emptyVideosMessageContent__XpEH-{font-size:12px}}@media(max-width:1024px){.ProjectsPage_emptyVideosMessageContent__XpEH-{font-size:10px}}.ProjectsPage_emptyVideosActions__pPRXE{align-items:center;display:flex;flex-flow:row nowrap;gap:16px;justify-content:stretch;margin-top:16px}.ProjectsPage_flexapart__xzSVP{align-items:center;display:flex;gap:24px;justify-content:center}.VideoPlayerPage_videoPlayerPage__H3uuM{padding:24px}@media screen and (max-width:1920px){.VideoPlayerPage_videoPlayerPage__H3uuM{padding:16px}}.VideoPlayerPage_column__Ex-uU{align-items:center;display:flex;flex-flow:column nowrap;justify-content:center}.VideoPlayerPage_stats__zfbCv{display:flex;justify-content:space-between;width:100%}.VideoPlayerPage_statInfo__u4Fq-{background-color:#272c35;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:10px;height:92px;justify-content:center;margin:0 10px;padding-left:25px}.VideoPlayerPage_statInfo__u4Fq- .VideoPlayerPage_icon__qXGEC{align-items:center;display:flex;font-size:.8rem;gap:10px}.VideoPlayerPage_statInfo__u4Fq- p{color:#ee653f;font-weight:500;margin-left:5px}.VideoPlayerPage_statInfo__u4Fq-:first-child{margin-left:0}.VideoPlayerPage_statInfo__u4Fq-:last-child{margin-right:0}.VideoPlayerPage_videoPlayer__oUKf4{aspect-ratio:16/9;background-color:#20232a;border-radius:8px;margin:48px 0;overflow:hidden;position:relative;width:50vw}@media screen and (max-width:1920px){.VideoPlayerPage_videoPlayer__oUKf4{width:55vw}}@media screen and (max-width:1024px){.VideoPlayerPage_videoPlayer__oUKf4{width:60vw}}@media(max-width:500px){.VideoPlayerPage_videoPlayer__oUKf4{flex:auto;width:95vw}.VideoPlayerPage_customButton__OqiKV{font-size:100%!important}}.VideoPlayerPage_menuButton__GzD9e{position:absolute;right:8px;top:8px}.VideoPlayerPage_videoPlayerBottom__cvjcm{display:flex;flex-flow:row nowrap;justify-content:space-between;margin-top:25px;width:100%}@media(max-width:500px){.VideoPlayerPage_videoPlayerBottom__cvjcm{display:flex;flex-flow:row nowrap;flex-direction:column;justify-content:space-between;width:100%}}.VideoPlayerPage_videoPlayerInfo__0IvR1{display:flex;flex-flow:column nowrap;gap:8px}@media(max-width:500px){.VideoPlayerPage_videoPlayerInfo__0IvR1{padding-bottom:20px}}.VideoPlayerPage_videoTitle__3Vxem{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.VideoPlayerPage_videoTitle__3Vxem{font-size:24px}}@media(max-width:1500px){.VideoPlayerPage_videoTitle__3Vxem{font-size:18px}}@media(max-width:1024px){.VideoPlayerPage_videoTitle__3Vxem{font-size:16px}}.VideoPlayerPage_videoDate__wIlii{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VideoPlayerPage_videoDate__wIlii{font-size:16px}}@media(max-width:1500px){.VideoPlayerPage_videoDate__wIlii{font-size:12px}}@media(max-width:1024px){.VideoPlayerPage_videoDate__wIlii{font-size:10px}}.VideoPlayerPage_videoPlayerActions__Hu\+2E{display:flex;flex-flow:row nowrap;gap:16px}@media(max-width:425px){.VideoPlayerPage_videoPlayerActions__Hu\+2E{align-items:stretch;display:flex;flex-flow:column nowrap;gap:16px;justify-content:flex-start}}@media(min-width:426px)and (max-width:800px){.VideoPlayerPage_videoPlayerActions__Hu\+2E{align-items:stretch;display:flex;flex-flow:row nowrap;flex-direction:column;flex-wrap:nowrap;gap:16px;justify-content:space-between}}.LibraryPage_libraryPage__fBubn{padding:24px}.LibraryPage_libraryPageHeader__38m6Z{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:32px}.LibraryPage_libraryPageHeaderText__-BgEG{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.LibraryPage_libraryPageHeaderText__-BgEG{font-size:24px}}@media(max-width:1500px){.LibraryPage_libraryPageHeaderText__-BgEG{font-size:18px}}@media(max-width:1024px){.LibraryPage_libraryPageHeaderText__-BgEG{font-size:16px}}.LibraryPage_libraryPageContent__exqny{align-items:flex-start;display:flex;flex-flow:column;gap:24px;justify-content:center}.LibraryPage_libraryPageContentText__Njj1H{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.LibraryPage_libraryPageContentText__Njj1H{font-size:16px}}@media(max-width:1500px){.LibraryPage_libraryPageContentText__Njj1H{font-size:12px}}@media(max-width:1024px){.LibraryPage_libraryPageContentText__Njj1H{font-size:10px}}.LibraryPage_bigButton__KDStt{height:200px;width:200px}.LibraryPage_fullWidth__fNe1m{width:100%}.LibraryPage_row__1HsfY{align-items:center;display:flex;flex-flow:row wrap;gap:16px}.LibraryPage_modalRightButtons__Pen\+J{justify-content:end}.LibraryPage_rowAudio__kGbn6{align-items:flex-start;display:flex;flex-flow:row wrap;gap:16px;justify-content:space-between}.LibraryPage_avatarCard__StY1C{height:90rem;width:62vw}.LibraryPage_customModalBody__xhdb4{align-items:center;display:flex;flex-flow:column nowrap;gap:16px;justify-content:center}.LibraryPage_customModalTitle__FFTDu{font-size:20px;font-weight:600;margin-bottom:20px;margin-top:-15px;text-align:start}.LibraryPage_mediaCards__-K\+9K{display:flex;flex:4 1;flex-flow:row wrap;gap:24px;width:100%}.LibraryPage_lockSection__1iQTk{align-items:center;display:flex;flex-flow:row nowrap;gap:10px}.LibraryPage_lockIcon__XnHOV{height:48px;width:48px}.LibraryPage_lockDescription__K\+AJe{font-size:12px}@media screen and (max-width:1120px){.LibraryPage_lockDescription__K\+AJe{display:none}}.LibraryPage_actionCardPill__867Mh{white-space:nowrap}@media screen and (max-width:1024px){.LibraryPage_actionCardPill__867Mh{display:none}}.LibraryPage_filterBtns__3V1dK{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-top:24px}.LibraryPage_filterBtns__3V1dK .LibraryPage_filterBtn__dYsJT{width:160px}.LibraryPage_voiceButton__5iKHJ{align-items:center;border:2px solid #565d6c;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:space-between;min-height:82px;padding:12px;transition:background-color .2s ease,border .2s ease;width:100%}.LibraryPage_voiceButton__5iKHJ:hover{background-color:#20232a}.LibraryPage_voiceButton__5iKHJ .LibraryPage_flag__Hwv85{border-radius:8px;height:39px;width:52px}.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:8px}.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf .LibraryPage_title__amBYj{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf .LibraryPage_title__amBYj{font-size:20px}}@media(max-width:1500px){.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf .LibraryPage_title__amBYj{font-size:14px}}@media(max-width:1024px){.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf .LibraryPage_title__amBYj{font-size:12px}}.LibraryPage_voiceButton__5iKHJ .LibraryPage_labelArea__FYQjf .LibraryPage_type__jgVA9{background-color:#ee653f;border-radius:16px;font-size:12px;padding:4px 8px}.LibraryPage_slideUploadModal__tABc3{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:120px}.AppliedFilters_appliedFiltersContainer__22YCd{display:flex;flex-wrap:wrap}.AppliedFilters_filterChip__zzLL4{align-items:center;background-color:#272c35;border:1px solid #323843;border-radius:20px;color:#b1b2b4;display:flex;font-size:14px;margin:0 8px 8px 0;padding:6px 12px}.AppliedFilters_clearIcon__dEKCh{cursor:pointer;margin-left:4px}.AvatarCards_lockSection__Q5HVX{align-items:center;display:flex;flex-flow:row nowrap;gap:10px}.AvatarCards_lockIcon__nzVvB{height:48px;width:48px}.AvatarCards_lockDescription__4YY2V{font-size:12px}@media screen and (max-width:1120px){.AvatarCards_lockDescription__4YY2V{display:none}}.AvatarCards_actionCardPill__qH0Bm{white-space:nowrap}@media screen and (max-width:1024px){.AvatarCards_actionCardPill__qH0Bm{display:none}}.AvatarCards_bottomRightClock__NhgCx{align-items:center;display:flex}.AvatarCards_bottomLeftLink__9yl74{align-items:center;color:#ee6440;display:flex;font-size:16px;font-weight:700;justify-content:center}.AvatarCards_noavtarscard__yagWi{align-items:center;border:1px solid #85868b;border-radius:30px;display:flex;justify-content:space-between;padding:7px 14px}.AvatarCards_noavtarscardp__hLNKw{color:#85868b;font-size:13px;font-weight:400}@media screen and (min-width:1840px)and (max-width:2000px){.AvatarCards_noavtarscardp__hLNKw{font-size:11px;text-align:center}}@media screen and (min-width:1785px)and (max-width:1839px){.AvatarCards_noavtarscardp__hLNKw{font-size:10px;text-align:center}}@media screen and (min-width:1731px)and (max-width:1785px){.AvatarCards_noavtarscardp__hLNKw{font-size:9px;text-align:center}}@media screen and (min-width:1620px)and (max-width:1730px){.AvatarCards_noavtarscardp__hLNKw{font-size:8px;text-align:center}}.MediaCardV2_mediaCard__aSv0a{background-color:#282c34;border-radius:8px;container-type:inline-size;display:flex;flex:2 1;flex-flow:row wrap;overflow:hidden;padding:10px 0 10px 10px}.MediaCardV2_mediaCardImage__TIQTQ{aspect-ratio:4/3;flex:1.5 0;max-width:250px}@container (max-width: 200px){.MediaCardV2_mediaCardImage__TIQTQ{flex:auto;max-width:calc(100% - 10px)}}.MediaCardV2_mediaCardContent__L7zdx{display:flex;flex:2 1;flex-flow:column nowrap;gap:8px;justify-content:space-between}@media screen and (max-width:1920px){.MediaCardV2_mediaCardContent__L7zdx{padding:12px}}@media screen and (min-width:1920px){.MediaCardV2_mediaCardContent__L7zdx{padding:24px 32px}}.MediaCardV2_mediaCardTitle__UOfD4{font-size:13px;font-weight:500}.MediaCardV2_mediaCardText__MFk7p{color:#d2d2d2;display:flex;flex:1 1;font-size:11px;font-weight:400;gap:10px;justify-content:space-between}.MediaCardV2_mediaCardNoText__QkMJp{display:flex;flex:1 1;font-size:14px;font-weight:400;justify-content:flex-end;line-height:21px}.MediaCardV2_mediaCardBottom__bUlgd{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;min-height:30px}.MediaCardV2_mediaCardBottom2__ZRzcB{align-items:center;display:flex;flex-flow:row nowrap;justify-content:end;min-height:30px}.MediaCardV2_mediaCardPill__Wa8ie{white-space:nowrap}@media screen and (max-width:1024px){.MediaCardV2_mediaCardPill__Wa8ie{display:none}}.MediaCardV2_badge__StOIs{align-items:center;background-color:#000;border-radius:4px;color:#fff;display:flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:6px;line-height:1.2;padding:4px 8px;width:fit-content}@media(min-width:2048px){.MediaCardV2_badge__StOIs{font-size:14px}}@media(max-width:1500px){.MediaCardV2_badge__StOIs{font-size:10px}}@media(max-width:1024px){.MediaCardV2_badge__StOIs{font-size:8px}}.MediaCardV2_badgeIcon__fsfd4{height:10px;width:10px}.MediaCardV2_nextIcon__hIJOn{border:2px solid #ee6440;border-radius:100%;color:#ee6440;cursor:pointer}.AIAvatarCardsV2_lockSection__n71eG{align-items:center;display:flex;flex-flow:row nowrap;gap:10px}.AIAvatarCardsV2_lockIcon__NRMA3{height:48px;width:48px}.AIAvatarCardsV2_lockDescription__06d1b{font-size:12px}@media screen and (max-width:1120px){.AIAvatarCardsV2_lockDescription__06d1b{display:none}}.AIAvatarCardsV2_actionCardPill__KVGW4{white-space:nowrap}@media screen and (max-width:1024px){.AIAvatarCardsV2_actionCardPill__KVGW4{display:none}}.AIAvatarCardsV2_noavtarscard__7PTaH{align-items:center;border:1px solid #85868b;border-radius:30px;display:flex;justify-content:space-between;padding:7px 14px}.AIAvatarCardsV2_noavtarscardp__NFgU9{color:#85868b;font-size:13px;font-weight:400}@media screen and (min-width:1840px)and (max-width:2000px){.AIAvatarCardsV2_noavtarscardp__NFgU9{font-size:11px;text-align:center}}@media screen and (min-width:1785px)and (max-width:1839px){.AIAvatarCardsV2_noavtarscardp__NFgU9{font-size:10px;text-align:center}}@media screen and (min-width:1731px)and (max-width:1785px){.AIAvatarCardsV2_noavtarscardp__NFgU9{font-size:9px;text-align:center}}@media screen and (min-width:1620px)and (max-width:1730px){.AIAvatarCardsV2_noavtarscardp__NFgU9{font-size:8px;text-align:center}}.emptypage_emptypage__KSJIk{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}.ImageCard_avatarCard__0BtHx{display:flex;flex-flow:column nowrap;gap:4px;overflow:hidden;position:relative;white-space:nowrap}.ImageCard_avatarImage__hvbJw{aspect-ratio:16/10;background-color:#efefef;background-position:50%;border-radius:8px;overflow:hidden;position:relative}.ImageCard_emptyImage__5AzzK{background-color:#565d6c}.ImageCard_noBg__sa6sL{background-color:#0000!important}.ImageCard_center__wMgbX{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ImageCard_emptyImageIcon__1ssAt{color:#efefef}.ImageCard_failedIcon__fgwjY{color:#ee653f}.ImageCard_hasTopPadding__BGCI2 .ImageCard_avatarImage__hvbJw{background-position:center 8px}.ImageCard_clickable__7\+GUe{cursor:pointer}.ImageCard_disabled__Vj-LE{cursor:default;opacity:.5}.ImageCard_selected__mKtvH .ImageCard_avatarImage__hvbJw{border:4px solid #ee653f}.ImageCard_avatarName__Fgjbv{font-size:16px;font-weight:400;line-height:1.5;overflow:hidden;text-align:center;text-overflow:ellipsis}@media(min-width:2048px){.ImageCard_avatarName__Fgjbv{font-size:20px}}@media(max-width:1500px){.ImageCard_avatarName__Fgjbv{font-size:14px}}@media(max-width:1024px){.ImageCard_avatarName__Fgjbv{font-size:12px}}.ImageCard_topRightComponent__WMx-N{position:absolute;right:4px;top:4px}.ImageCard_loadingContainer__A6nnA{align-items:center;display:flex;flex-flow:column nowrap!important;gap:8px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ImageCard_progress__-yPLq{background:#dedede;bottom:0;position:absolute!important;width:100%}.ImageCard_progress__-yPLq .MuiLinearProgress-bar{background-color:#ee653f}.ImageCard_progressText__0TBPP{-webkit-text-stroke:.7px #000!important;color:#efefef;display:flex;flex-direction:column;font-size:12px;font-weight:300;font-weight:800;line-height:1.2;text-align:center}@media(min-width:2048px){.ImageCard_progressText__0TBPP{font-size:14px}}@media(max-width:1500px){.ImageCard_progressText__0TBPP{font-size:10px}}@media(max-width:1024px){.ImageCard_progressText__0TBPP{font-size:8px}}.ImageCard_progressTextPercents__QBzw1{-webkit-text-stroke:.4px #ee653f;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.ModalImage_cardContent__LI9ID{display:flex;justify-content:center;position:relative;width:100%}.ModalImage_topRightButtons__ckWT-{opacity:1;padding-right:5px;padding-top:5px;position:absolute;right:0;top:0}.ModalImage_agerow__2jsGc{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_Menu__GlUSg .MuiPaper-root{background:#383d47;border:1px solid #272c35;border-radius:8px;color:#efefef;margin-top:8px}.styles_Menu__GlUSg .MuiPaper-root .MuiList-root{padding:0}.styles_Menu__GlUSg .MuiPaper-root .MuiButtonBase-root{font-size:14px;font-weight:500;padding:6px 13px}.styles_selectFilter__ZJHOh{width:100%}.styles_section__i4Zbs{font-weight:100;margin:15px 0;width:80%}.styles_hr__7ETwz{background-color:#999;color:#999;opacity:.2;width:85%}.styles_Label__Sw5ve{color:hsla(0,0%,100%,.486);margin-bottom:20px}.styles_label__4Ct0J{font-size:18px;font-weight:100}.styles_icon__Mwylo{height:24px;margin-right:8px;width:24px}.styles_Width__jfwTe{width:300px}.styles_MenuItemsContainer__KFVSG{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:20px 10px;width:340px}.styles_Checkbox__iVz4I{border-radius:4px}.styles_Checkbox__iVz4I,.styles_Radio__Qe4E7{-webkit-appearance:none;appearance:none;cursor:pointer;height:24px;margin-right:15px;width:24px}.styles_Radio__Qe4E7{border-radius:50%;transition:all .2s linear}.styles_btn__vt4fj{align-items:center;background:#323843;border:0;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:20px;font-weight:500;gap:12px;justify-content:space-around;line-height:1.2;outline:none;padding:15px}@media(min-width:2048px){.styles_btn__vt4fj{font-size:24px}}@media(max-width:1500px){.styles_btn__vt4fj{font-size:18px}}@media(max-width:1024px){.styles_btn__vt4fj{font-size:16px}}.styles_btn__vt4fj span{align-items:center;background-color:#ee653f;border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.styles_topSection__3WYSK{display:flex;justify-content:space-between;padding:10px;width:100%}.styles_filterText__v-oUM{align-items:center;display:flex;font-size:18px;font-weight:600;justify-content:center}.styles_topRightButton__lMLLm{background-color:#f0f0f0;border:none;border-radius:4px;cursor:pointer;padding:5px 10px}.styles_filterTitle__Vesv8{align-items:center;display:flex;gap:6px;justify-content:center}.styles_customTooltip__m3hEs{color:gray;font-size:.75rem}.AiActorsPage_libraryPage__no-af{padding:24px}.AiActorsPage_libraryPageHeader__ALFo0{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:32px}.AiActorsPage_libraryPageHeaderText__cTJdd{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.AiActorsPage_libraryPageHeaderText__cTJdd{font-size:24px}}@media(max-width:1500px){.AiActorsPage_libraryPageHeaderText__cTJdd{font-size:18px}}@media(max-width:1024px){.AiActorsPage_libraryPageHeaderText__cTJdd{font-size:16px}}.AiActorsPage_libraryPageContent__ZV9Id{align-items:flex-start;display:flex;flex-flow:column;gap:24px;justify-content:center}.AiActorsPage_libraryPageContentText__LcaWg{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.AiActorsPage_libraryPageContentText__LcaWg{font-size:16px}}@media(max-width:1500px){.AiActorsPage_libraryPageContentText__LcaWg{font-size:12px}}@media(max-width:1024px){.AiActorsPage_libraryPageContentText__LcaWg{font-size:10px}}.AiActorsPage_row__BA6TE{align-items:center;display:flex;flex-flow:row;gap:16px;justify-content:space-between}.AiActorsPage_filtersRow__SZxw1{background-color:#191d26;padding:10px 0;position:sticky;top:0;width:100%;z-index:999}.AiActorsPage_mediaCards__ZIUHs{display:flex;flex:4 1;flex-flow:row wrap;gap:24px;width:100%}.AiActorsPage_modalRightButtons__q-cRP{justify-content:end}.AiActorsPage_customModalTitle__o6z4Z{font-size:18px;font-weight:600;margin-bottom:20px;margin-top:-10px;text-align:start}.AiActorsPage_customModalBody__44wGB{align-items:center;display:flex;flex-flow:column nowrap;gap:16px;justify-content:center;padding-top:20px}.AiActorsPage_selectFilter__wbl3q{width:14rem}.AiActorsPage_filtersdiv__DdbDn{align-items:center;display:flex;gap:20px;justify-content:center}.AiActorsPage_verticalDivider__NiDBS{background-color:#494f5c;display:inline-block;height:24px;width:1px}.StylesTransition_slideTransitionSpeed__bAbBQ{align-items:center;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;justify-content:center;min-height:12vh;padding:10px 5px;position:relative;width:calc(100% + 2px);z-index:10}.StylesTransition_slideTransitionSpeed__bAbBQ .StylesTransition_slideContainer__8wiR6{display:flex-row;width:100%}.StylesTransition_slideTransitionSpeed__bAbBQ .StylesTransition_slideContainer__8wiR6 .StylesTransition_sliderBox__EC25T{align-items:center;border-radius:8px;display:flex;height:50px;width:100%}.StylesTransition_slideTransitionSpeed__bAbBQ .StylesTransition_slideContainer__8wiR6 .StylesTransition_sliderBox__EC25T .StylesTransition_MuiSlider-root__9tXwV{color:#fff;width:100%}.StylesTransition_slideTransitionSpeed__bAbBQ .StylesTransition_customInputBox__hlZAM{margin-left:8px;padding-top:24px}@media(max-height:1300px){.StylesTransition_slideTransitionSpeed__bAbBQ .StylesTransition_customInputBox__hlZAM{padding-top:10px}}.StylesTransition_slideContainerTitle__fqwVM{display:flex;justify-content:space-between;width:100%}.StylesTransition_slideTitle__qGC44{color:#efefef;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.StylesTransition_slideTitle__qGC44{font-size:16px}}@media(max-width:1500px){.StylesTransition_slideTitle__qGC44{font-size:12px}}@media(max-width:1024px){.StylesTransition_slideTitle__qGC44{font-size:10px}}.StylesTransition_slideValue__h3y-a{color:#b8b8b8;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.StylesTransition_slideValue__h3y-a{font-size:16px}}@media(max-width:1500px){.StylesTransition_slideValue__h3y-a{font-size:12px}}@media(max-width:1024px){.StylesTransition_slideValue__h3y-a{font-size:10px}}.StylesTransition_slider__EFy1X.MuiSlider-root{color:#fff;width:100%}.SlideUpload_previewContainer__iVFMQ{align-items:center;border:1px dashed #4e5159;border-radius:16px;display:flex;justify-content:center;padding:32px;width:100%}.SlideUpload_previewContainerInner__x8xQl{display:flex;flex-flow:column nowrap;gap:24px;width:80%}.SlideUpload_buttonsContainer__b72er{display:flex;justify-content:flex-end;width:100%}.SlideUpload_slidesName__v8uqB{align-items:center;color:#efefef;display:flex;flex-flow:row nowrap;font-size:14px;font-weight:400;gap:8px;justify-content:center;line-height:1.5}@media(min-width:2048px){.SlideUpload_slidesName__v8uqB{font-size:16px}}@media(max-width:1500px){.SlideUpload_slidesName__v8uqB{font-size:12px}}@media(max-width:1024px){.SlideUpload_slidesName__v8uqB{font-size:10px}}.SlideUpload_hint__bZ3NY{color:#b8b8b8;font-size:12px;font-weight:300;line-height:1.2;text-align:center;width:100%}@media(min-width:2048px){.SlideUpload_hint__bZ3NY{font-size:14px}}@media(max-width:1500px){.SlideUpload_hint__bZ3NY{font-size:10px}}@media(max-width:1024px){.SlideUpload_hint__bZ3NY{font-size:8px}}.ImageCard_cardContent__ibSm1{display:flex;position:relative}.ImageCard_topRightButtons__h9jea{opacity:1;padding-right:5px;padding-top:5px;position:absolute;right:0;top:0}.SlidesCard_cardContent__sIVEO{display:flex;position:relative}.SlidesCard_topRightButtons__phLXH{opacity:1;padding-right:5px;padding-top:5px;position:absolute;right:0;top:0}.FacebookV2_buttonContainer__jo8L1{align-items:center;display:flex;flex-direction:column;justify-content:center}.FacebookV2_button__f7jvE.MuiButton-root{font-weight:400!important}.FacebookV2_webviewText__aW-Qw{color:#626a73;font-size:13px;text-align:center}.FacebookV2_kepLoginFacebookButton__jE6MF{align-items:center;background-color:#efefef!important;background:none;border:1px solid #e7e7e7;border-radius:16px!important;cursor:pointer;display:inline-flex;height:2rem!important;justify-content:center;margin-left:10px;padding:1.6rem 3rem;transition:background-color .3s ease,color .3s ease}.FacebookV2_kepLoginFacebookButton__jE6MF:hover{background-color:#0000!important;color:#7b7c87!important}@media(min-width:2100px)and (max-width:3700px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 3.5rem!important}}@media(min-width:1900px)and (max-width:2099px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 3.4rem!important}}@media(min-width:1700px)and (max-width:1900px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 2.8rem!important}}@media(min-width:1500px)and (max-width:1699px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 2.4rem!important}}@media(min-width:1400px)and (max-width:1500px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 2.2rem!important}}@media(min-width:1300px)and (max-width:1400px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.9rem!important}}@media(min-width:1200px)and (max-width:1300px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.4rem!important}}@media(min-width:1100px)and (max-width:1200px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 2.4rem!important}}@media(min-width:1000px)and (max-width:1100px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.8rem!important}}@media(min-width:900px)and (max-width:1000px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.4rem!important}}@media(min-width:700px)and (max-width:899px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 4rem!important}}@media(min-width:600px)and (max-width:700px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 2.9rem!important}}@media(min-width:500px)and (max-width:600px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.7rem!important}}@media(min-width:400px)and (max-width:500px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem 1.3rem!important}}@media(min-width:300px)and (max-width:400px){.FacebookV2_kepLoginFacebookButton__jE6MF{border-radius:16px!important;padding:1.6rem .9rem!important}}@media(max-width:600px){.FacebookV2_kepLoginFacebookButton__jE6MF{padding-bottom:1.4rem!important;padding-top:1.4rem!important}}.Linkdein_buttonContainer__j9T\+q{align-items:center;display:flex;flex-direction:column;justify-content:center}.Linkdein_button__zoAp4.MuiButton-root{font-weight:400!important}.Linkdein_webviewText__Lys9j{color:#626a73;font-size:13px;text-align:center}.GoogleV2_buttonContainer__QbsVh{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.GoogleV2_button__hzc6P.MuiButton-root{font-weight:400!important}.GoogleV2_webviewText__x5zRU{color:#626a73;font-size:13px;text-align:center}.GoogleV2_AuthFormContainer__Zun3F{justify-content:space-between}@media(max-width:600px){.GoogleV2_AuthFormContainer__Zun3F{justify-content:center!important}}.styles_bg__f-faR{background-image:url(/static/media/onboarding-bg-left-blur.f55281a1f85529b81704.svg),url(/static/media/onboarding-bg-right-blur.59a89bb832861323b6f8.svg);background-position:0,100%;background-repeat:no-repeat,no-repeat;background-size:50% 100%,50% 100%}.styles_modelBox__dD8uX{border-radius:26px;overflow:hidden}.styles_modelBox__dD8uX .styles_model__360jI{float:left;height:100%;object-fit:cover}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-1__yBXog{width:clamp(180px,18vw,400px)}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-2__4TA06{aspect-ratio:3/4;object-position:top;width:clamp(100px,11vw,250px)}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-3__\+uTrM{aspect-ratio:1;width:clamp(210px,19vw,430px)}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-4__Upr4U{aspect-ratio:3/4;object-position:top;width:clamp(130px,15vw,350px)}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-5__9Iuc6{aspect-ratio:1;width:clamp(130px,13vw,280px)}.styles_modelBox__dD8uX .styles_model__360jI.styles_item-6__20ctM{width:clamp(230px,20vw,450px)}.styles_parentCard__u31ch.MuiCard-root{border-radius:26px;box-shadow:0 4px 20px #0000001a;padding:clamp(20px,5vw,30px) clamp(20px,8vw,80px);text-align:center}.styles_error__DB1wT{color:red;font-size:14px;font-weight:400;line-height:1.5;padding-top:10px}@media(min-width:2048px){.styles_error__DB1wT{font-size:16px}}@media(max-width:1500px){.styles_error__DB1wT{font-size:12px}}@media(max-width:1024px){.styles_error__DB1wT{font-size:10px}}.styles_termsAndConditions__dvBeK{align-items:center;display:flex;flex-flow:row-reverse nowrap;gap:16px;justify-content:center}.styles_descText__x1vn9,.styles_titleText__GCSSB{font-family:SF Pro Display,sans-serif!important}.styles_backBtn__abPlP{align-items:center;cursor:pointer;display:flex;gap:4px;left:-3em;position:absolute;top:0}.styles_backBtn__abPlP .styles_label__zgC4u{color:tomato;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.styles_backBtn__abPlP .styles_label__zgC4u{font-size:16px}}@media(max-width:1500px){.styles_backBtn__abPlP .styles_label__zgC4u{font-size:12px}}@media(max-width:1024px){.styles_backBtn__abPlP .styles_label__zgC4u{font-size:10px}}@media(max-width:700px){.styles_backBtn__abPlP{left:-1em}}@media(min-width:1740px)and (max-width:2600px){.styles_titleText__GCSSB{font-size:28px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__x1vn9{font-size:24px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1600px)and (max-width:1740px){.styles_titleText__GCSSB{font-size:24px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__x1vn9{font-size:20px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1400px)and (max-width:1600px){.styles_titleText__GCSSB{font-size:23px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__x1vn9{font-size:17px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1300px)and (max-width:1400px){.styles_titleText__GCSSB{font-size:24px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__x1vn9{font-size:20px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1000px)and (max-width:1300px){.styles_titleText__GCSSB{font-size:16px!important;font-weight:700!important;line-height:23.41px!important}.styles_descText__x1vn9{font-size:14px!important;font-weight:400!important;line-height:21.2px!important}}@media(min-width:900px)and (max-width:1000px){.styles_titleText__GCSSB{font-size:16px!important;font-weight:700!important;line-height:23.41px!important}.styles_descText__x1vn9{font-size:14px!important;font-weight:400!important;line-height:21.2px!important}}@media(min-width:300px)and (max-width:600px){.styles_titleText__GCSSB{font-size:24px!important;font-weight:600!important;line-height:31.02px!important}.styles_descText__x1vn9{font-size:16px!important;font-weight:400!important;line-height:20.8px!important}}.styles_descText__aRach,.styles_titleText__3eWI3{font-family:SF Pro Display,sans-serif!important}.styles_backBtn__CYR6R{align-items:center;cursor:pointer;display:flex;gap:4px;left:-3em;position:absolute;top:0}.styles_backBtn__CYR6R .styles_label__pc-g8{color:tomato;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.styles_backBtn__CYR6R .styles_label__pc-g8{font-size:16px}}@media(max-width:1500px){.styles_backBtn__CYR6R .styles_label__pc-g8{font-size:12px}}@media(max-width:1024px){.styles_backBtn__CYR6R .styles_label__pc-g8{font-size:10px}}@media(max-width:700px){.styles_backBtn__CYR6R{left:-1em}}@media(min-width:1740px)and (max-width:2600px){.styles_titleText__3eWI3{font-size:28px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__aRach{font-size:24px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1600px)and (max-width:1740px){.styles_titleText__3eWI3{font-size:24px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__aRach{font-size:20px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1400px)and (max-width:1600px){.styles_titleText__3eWI3{font-size:23px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__aRach{font-size:17px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1300px)and (max-width:1400px){.styles_titleText__3eWI3{font-size:24px!important;font-weight:700!important;line-height:33.41px!important}.styles_descText__aRach{font-size:20px!important;font-weight:400!important;line-height:31.2px!important}}@media(min-width:1000px)and (max-width:1300px){.styles_titleText__3eWI3{font-size:16px!important;font-weight:700!important;line-height:23.41px!important}.styles_descText__aRach{font-size:14px!important;font-weight:400!important;line-height:21.2px!important}}@media(min-width:900px)and (max-width:1000px){.styles_titleText__3eWI3{font-size:16px!important;font-weight:700!important;line-height:23.41px!important}.styles_descText__aRach{font-size:14px!important;font-weight:400!important;line-height:21.2px!important}}@media(min-width:300px)and (max-width:600px){.styles_titleText__3eWI3{font-size:24px!important;font-weight:600!important;line-height:31.02px!important}.styles_descText__aRach{font-size:16px!important;font-weight:400!important;line-height:20.8px!important}}.styles_signup_right__8sELa h1{color:#fff;font-weight:700}.styles_signup_left__16VIR{justify-content:center;margin-bottom:20px}.styles_signup_right__8sELa{align-items:center;background:linear-gradient(236.19deg,#ffb800 -32.3%,#ffa80000 82.88%),#fe6338;clip-path:polygon(9% 0,100% 0,100% 100%,0 100%);justify-content:center;min-height:100vh;padding-left:180px;text-align:start}.styles_signup_right__8sELa h1{font-size:56px;line-height:70px;width:85%}.styles_signup_right__8sELa h4{color:#fff;font-size:24px}.styles_signup_right__8sELa h5{color:#fffc;font-size:16px;line-height:24px;width:85%}.styles_signup_right__8sELa p{bottom:20px;font-size:14px;position:absolute;right:20px}.styles_signup_right__recaptcha__dCmQ\+{bottom:20px;font-size:13px;position:absolute;right:25%;width:30%}@media(max-width:768px){.styles_signup_right__8sELa{display:none!important}.styles_error__PgucP{left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center;width:100%}.styles_signup_left__16VIR{margin-top:15vw!important}}.Background_background__vsvQJ{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;>*{height:100%;object-fit:cover;width:100%}&.Background_active__XCf7f:before{border:5px solid #fe6338;border-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}}.PreviewPlayer_videoEditor__pnLEQ{align-items:center;aspect-ratio:1;display:flex;justify-content:center;width:100%}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8{background-color:#20232a;border-radius:8px;height:auto;overflow:hidden;position:relative;width:100%}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .PreviewPlayer_controlsContainer__qhpf9{align-items:center;bottom:0;container-type:inline-size;display:flex;justify-content:center;left:0;opacity:.8;position:absolute;right:0;z-index:100}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 video{object-fit:cover}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .current-time{margin-left:10px;margin-right:10px;width:28px}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .current-time{font-size:10px;margin-left:4px;margin-right:4px}}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .total-time{color:#d5dbe4;margin-left:10px;margin-right:5px}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .total-time{font-size:10px;margin-left:4px}}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .play-pause-icon{cursor:pointer;height:25px;width:25px}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .play-pause-icon{height:15px;width:15px}}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .play-pause-icon-colored{fill:#fe6338}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .fullscreen-icon{background:#22262f;border:none;color:#d5dbe4;cursor:pointer;margin-top:2px;z-index:0}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .fullscreen-icon{transform:scale(.6)}}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .speed-selector{background-color:#20232a;border:none;color:#d5dbe4;height:30px;margin-right:6px;width:50px}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .speed-selector{align-items:center;display:flex;font-size:10px;height:15px;justify-content:center;margin-left:4px;margin-right:0;padding-left:20px;width:30px}}.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .player-style{align-items:center;background-color:#20232a;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;padding:8px 16px;width:100%}@container (max-width: 220px){.PreviewPlayer_videoEditor__pnLEQ .PreviewPlayer_videoPlayer__FBuM8 .player-style{padding:2px 6px}}.PreviewPlayer_videoSlider__MNCBw{margin:0 8px}.PreviewPlayer_videoSlider__MNCBw .MuiSlider-rail{background-color:gray;box-shadow:2px 2px 4px #000000b3;opacity:1}.PreviewPlayer_videoSlider__MNCBw .MuiSlider-track{background-color:#fe6338;border-color:#fe6338}.PreviewPlayer_videoSlider__MNCBw .MuiSlider-thumb{color:#fe6338;height:10px;width:10px}.PreviewPlayer_videoSpinnerContainer__1eLDn{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:99}.PreviewPlayer_exitPreviewButton__BGA59{margin-left:10px!important;padding-left:10px!important;padding-right:10px!important}.PreviewPlayer_smallerText__tXnBZ{font-size:12px}.PreviewPlayer_vertical__1ckfz{height:100%!important;width:auto!important}.PreviewPlayer_elementPalette__Hw6sD{height:100%;position:relative;width:100%;z-index:2}.PreviewPlayer_subtitles__-krJi{align-items:center;bottom:0;display:flex;height:60px;justify-content:center;left:0;padding:8px 16px;position:absolute;width:100%;z-index:99}.PreviewPlayer_subtitles__-krJi .PreviewPlayer_text__IdKaQ{-webkit-text-stroke:1px #000;color:#fff;font-size:20px;font-weight:500;line-height:1.2;text-align:center;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@media(min-width:2048px){.PreviewPlayer_subtitles__-krJi .PreviewPlayer_text__IdKaQ{font-size:24px}}@media(max-width:1500px){.PreviewPlayer_subtitles__-krJi .PreviewPlayer_text__IdKaQ{font-size:18px}}@media(max-width:1024px){.PreviewPlayer_subtitles__-krJi .PreviewPlayer_text__IdKaQ{font-size:16px}}.PreviewPlayer_spinner__d0pIh{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:101}.VideoPreviewModal_modal__Dq6Oc{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;justify-content:flex-start;max-height:90vh;overflow:hidden;width:964px}.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_title__yqXzt{align-self:flex-start;font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_title__yqXzt{font-size:24px}}@media(max-width:1500px){.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_title__yqXzt{font-size:18px}}@media(max-width:1024px){.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_title__yqXzt{font-size:16px}}.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_banner__HVHiL{align-items:center;background-color:#fff8ec;border:1px solid #f7d9a4;border-radius:12px;display:flex;gap:16px;height:64px;justify-content:flex-start;padding:16px;position:relative;width:100%}.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_banner__HVHiL .VideoPreviewModal_desc__tyS7f{color:#2f3f53;font-size:12px}.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_banner__HVHiL .VideoPreviewModal_closeBtn__W1wne{cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.VideoPreviewModal_modal__Dq6Oc .VideoPreviewModal_content__z9d2v{display:flex;flex-grow:1;justify-content:center;overflow:hidden;width:100%}.EmailVerificationDialogV2_modal__fQABj{display:flex;font-family:SF Pro Display,sans-serif;justify-content:center}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_container__xH8oA{align-items:center;display:flex;flex-direction:column;gap:24px;width:362px}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_title__dHuEP{color:#fff;font-size:28px;font-weight:700}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_description__0qfyE{color:#909397;font-size:24px;font-weight:400;line-height:31px;text-align:center}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_email__vMezu{color:#fff;line-height:31px;text-decoration:underline;white-space:nowrap}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_verify__rMbuc{width:100%}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR{color:#909397;font-family:SF Pro Display,sans-serif;font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR{font-size:20px}}@media(max-width:1500px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR{font-size:14px}}@media(max-width:1024px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR{font-size:12px}}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR .EmailVerificationDialogV2_button__HJ4Vn{color:#fe6338;cursor:pointer;text-decoration:underline}@media(max-width:500px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_title__dHuEP{font-size:18px;line-height:26px}.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_desc__WYm-K,.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_email__vMezu{font-size:14px;font-weight:400;line-height:1.5}}@media(max-width:500px)and (min-width:2048px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_desc__WYm-K,.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_email__vMezu{font-size:16px}}@media(max-width:500px)and (max-width:1500px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_desc__WYm-K,.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_email__vMezu{font-size:12px}}@media(max-width:500px)and (max-width:1024px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_desc__WYm-K,.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_email__vMezu{font-size:10px}}@media(max-width:500px){.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_button__HJ4Vn,.EmailVerificationDialogV2_modal__fQABj .EmailVerificationDialogV2_footer__TJqeR{font-size:10px;line-height:20px}}.OTPInput_otp__llNNk{display:flex;gap:8px}.OTPInput_otp__llNNk .OTPInput_digit__8Xwa8{background-color:#3d424d;border-radius:12px;border-width:0;box-shadow:0 1px 2px 0 rgba(16,24,40,.051);color:#fce3d9;font-family:SF Pro Display,sans-serif;font-size:16px;font-weight:400;height:48px;line-height:1.5;padding:12px 20px;text-align:center;width:84px}@media(min-width:2048px){.OTPInput_otp__llNNk .OTPInput_digit__8Xwa8{font-size:20px}}@media(max-width:1500px){.OTPInput_otp__llNNk .OTPInput_digit__8Xwa8{font-size:14px}}@media(max-width:1024px){.OTPInput_otp__llNNk .OTPInput_digit__8Xwa8{font-size:12px}}.ProjectSaveModal_modal__7GDB8{align-items:center;display:flex;flex-direction:column;height:312px;justify-content:space-between;width:593px}.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_title__9rCzx{font-size:20px;font-weight:500;line-height:1.2;margin-top:24px}@media(min-width:2048px){.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_title__9rCzx{font-size:24px}}@media(max-width:1500px){.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_title__9rCzx{font-size:18px}}@media(max-width:1024px){.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_title__9rCzx{font-size:16px}}.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_ctrlBtns__T5JUq{align-items:center;display:flex;gap:16px;justify-content:flex-end;width:100%}.ProjectSaveModal_modal__7GDB8 .ProjectSaveModal_ctrlBtns__T5JUq .ProjectSaveModal_ctrlBtn__4cjDe{width:104px}.ProjectSaveSuccessModal_modal__zkzKD{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:space-between;width:450px}.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_title__AWcll{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_title__AWcll{font-size:24px}}@media(max-width:1500px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_title__AWcll{font-size:18px}}@media(max-width:1024px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_title__AWcll{font-size:16px}}.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_description__UoaUJ{font-size:14px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_description__UoaUJ{font-size:16px}}@media(max-width:1500px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_description__UoaUJ{font-size:12px}}@media(max-width:1024px){.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_description__UoaUJ{font-size:10px}}.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_ctrlBtn__oF1x1{background-color:#0000!important;border:2px solid #ee653f}.ProjectSaveSuccessModal_modal__zkzKD .ProjectSaveSuccessModal_ctrlBtn__oF1x1:hover{background-color:#1a1d23!important}.AvatarPanel_avatarPanel__0J3n3{display:flex;flex-flow:column nowrap;gap:24px;height:100%;overflow-y:auto;padding:32px}.AvatarPanel_notification__46-j6{background-color:#333842;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-flow:row nowrap;gap:12px;padding:8px;position:relative}.AvatarPanel_notificationIcon__otpHT{aspect-ratio:1.1/1;border-radius:4px;flex-shrink:0;overflow:hidden}.AvatarPanel_notificationIcon__otpHT img{height:100%;object-fit:cover;width:100%}.AvatarPanel_notificationMessage__2KagF{align-items:flex-start;display:flex;flex-flow:column nowrap;gap:8px;width:100%}.AvatarPanel_notificationMessageTop__K3Y2i{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.AvatarPanel_notificationMessageTop__K3Y2i{font-size:16px}}@media(max-width:1500px){.AvatarPanel_notificationMessageTop__K3Y2i{font-size:12px}}@media(max-width:1024px){.AvatarPanel_notificationMessageTop__K3Y2i{font-size:10px}}.AvatarPanel_proPill__TIvys{min-width:38px;width:38px}.AvatarPanel_notificationMessageBottom__j6adS{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AvatarPanel_notificationMessageBottom__j6adS{font-size:14px}}@media(max-width:1500px){.AvatarPanel_notificationMessageBottom__j6adS{font-size:10px}}@media(max-width:1024px){.AvatarPanel_notificationMessageBottom__j6adS{font-size:8px}}.AvatarPanel_notificationCloseIconButton__IX-1I.MuiButtonBase-root{position:absolute;right:14px;top:14px}.AvatarPanel_notificationCloseIcon__nfW7h{height:16px;width:16px}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root{background-color:#21232a;box-shadow:none;color:#fff;padding:16px;position:relative;transition:background-color .2s ease}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root.MuiPaper-root{border-radius:8px}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root:before{display:none}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root .MuiAccordionSummary-root{margin:0;padding:0}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root .MuiAccordionSummary-content{align-items:center;display:flex;flex-flow:row nowrap;gap:16px;margin:0;padding:0}.AvatarPanel_currentAvatar__ukJ7q.MuiAccordion-root .MuiAccordionDetails-root{padding:16px 0 0}.AvatarPanel_currentAvatarImage__luG8q{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.AvatarPanel_currentAvatarLabel__pSXBG{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AvatarPanel_currentAvatarLabel__pSXBG{font-size:20px}}@media(max-width:1500px){.AvatarPanel_currentAvatarLabel__pSXBG{font-size:14px}}@media(max-width:1024px){.AvatarPanel_currentAvatarLabel__pSXBG{font-size:12px}}.AvatarPanel_viewMore__HdhPW{color:#dedede;font-size:12px;font-weight:300;line-height:1.2;position:absolute;right:22px}@media(min-width:2048px){.AvatarPanel_viewMore__HdhPW{font-size:14px}}@media(max-width:1500px){.AvatarPanel_viewMore__HdhPW{font-size:10px}}@media(max-width:1024px){.AvatarPanel_viewMore__HdhPW{font-size:8px}}.AvatarPanel_recentsSection__hDdq\+{display:flex;flex-flow:column nowrap;gap:24px}.AvatarPanel_recentsHeader__z3pqN{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.AvatarPanel_headerText__Uc-hf{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AvatarPanel_headerText__Uc-hf{font-size:20px}}@media(max-width:1500px){.AvatarPanel_headerText__Uc-hf{font-size:14px}}@media(max-width:1024px){.AvatarPanel_headerText__Uc-hf{font-size:12px}}.AvatarPanel_recentsHeaderText__LWz8S{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.AvatarPanel_recentsHeaderText__LWz8S{font-size:16px}}@media(max-width:1500px){.AvatarPanel_recentsHeaderText__LWz8S{font-size:12px}}@media(max-width:1024px){.AvatarPanel_recentsHeaderText__LWz8S{font-size:10px}}.AvatarPanel_recentAvatarImage__BbKSg{height:auto;width:100%}.AvatarPanel_recentsSeeAllButton__WW8-X{display:flex;justify-content:flex-end}.AvatarPanel_avatarControls__EbEDo{flex-flow:column nowrap}.AvatarPanel_avatarColors__ZwpQL,.AvatarPanel_avatarControls__EbEDo{background-color:#3d424d;border-radius:8px;display:flex;gap:16px;padding:24px}.AvatarPanel_avatarColors__ZwpQL{flex-direction:column}.AvatarPanel_colorsHeading__nNfRM{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AvatarPanel_colorsHeading__nNfRM{font-size:20px}}@media(max-width:1500px){.AvatarPanel_colorsHeading__nNfRM{font-size:14px}}@media(max-width:1024px){.AvatarPanel_colorsHeading__nNfRM{font-size:12px}}.AvatarPanel_colorCirclesContainer__XxXAt{align-items:center;display:flex;gap:8px;justify-content:flex-start;width:100%}.AvatarPanel_colorCirclesContainer__XxXAt .AvatarPanel_colorCircleWrapper__9plyp{align-items:center;border:2px solid #0000;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:3px;transition:border .3s ease}.AvatarPanel_colorCirclesContainer__XxXAt .AvatarPanel_colorCircleWrapper__9plyp.AvatarPanel_selected__AFmS9,.AvatarPanel_colorCirclesContainer__XxXAt .AvatarPanel_colorCircleWrapper__9plyp:hover{border:2px solid #fe6338}.AvatarPanel_colorCirclesContainer__XxXAt .AvatarPanel_colorCircleWrapper__9plyp .AvatarPanel_colorCircle__qJLw4{background-color:#ddd;border-radius:50%;height:30px;max-height:30px;max-width:30px;width:30px}.AvatarPanel_avatarControlsRow__j58Pa{display:flex;flex-flow:row nowrap;gap:8px}.AvatarPanel_avatarControlsRow__j58Pa>*{flex:1 1}.AvatarPanel_shapeButton__2uTVD{height:40px}.AvatarPanel_sizeInputContainer__JKq-S{position:relative}.AvatarPanel_sizeInput__yFV24{background:#323843;border:none;border-radius:8px;color:#fff;outline:none;padding:8px 12px;text-align:right;width:100%}.AvatarPanel_sizeInputLabel__wBKKx{color:#565d6c;font-size:16px;font-weight:400;left:8px;line-height:1.5;max-width:50%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%)}@media(min-width:2048px){.AvatarPanel_sizeInputLabel__wBKKx{font-size:20px}}@media(max-width:1500px){.AvatarPanel_sizeInputLabel__wBKKx{font-size:14px}}@media(max-width:1024px){.AvatarPanel_sizeInputLabel__wBKKx{font-size:12px}}.AvatarPanel_avatarSizeSliderContainer__SVWvp{align-items:center;background:#323843;border-radius:8px;display:flex;gap:16px;padding:10px 16px}.AvatarPanel_sliderSmallCircle__TrTHu{aspect-ratio:1/1;border:1px solid #efefef;border-radius:100%;height:12px}.AvatarPanel_sliderBigCircle__aOWyO{aspect-ratio:1/1;border:1.5px solid #efefef;border-radius:100%;height:20px}.AvatarPanel_avatarSizeSlider__JdRC0.MuiSlider-root{color:#efefef;padding:7px 0}.AvatarPanel_avatarSizeSlider__JdRC0.MuiSlider-root .MuiSlider-rail{background-color:#fe8867;opacity:1}.AvatarPanel_avatarSizeSlider__JdRC0.MuiSlider-root .MuiSlider-thumb{border:2px solid #fe8867;box-sizing:initial}.AvatarPanel_avatarSizeForm__WJMe-{align-items:center;display:flex;flex-flow:row nowrap;gap:16px}.AvatarPanel_lockIcon__DJPH8.MuiSvgIcon-root{height:16px;width:16px}.AvatarPanel_avatarSizeInputs__AFCoo{display:flex;flex-flow:column nowrap;gap:16px}.AvatarPanel_colorCircleButton__KRzWq{flex:0 1 auto}.AvatarPanel_colorCircleContainer__v137e{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:center}.AvatarPanel_colorCircle__qJLw4{border-radius:50%;height:15px;max-height:15px;max-width:15px;width:15px}.AvatarPanel_downArrow__C\+1HI{height:8px;transform:rotate(0deg);transition:transform .2s ease;width:8px}.AvatarPanel_rotated__E78Uy{transform:rotate(180deg)}.AvatarPanel_verticalLine__Pbml8{background-color:#565d6c;display:flex;flex:0 0 auto;flex-flow:column nowrap;opacity:.5;width:1px}.AvatarPanel_alignment__yKUKf svg{color:#fafafa;font-size:15px}.AvatarPanel_centered__p1Z8a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.AvatarPanel_recentsAvatarGrid__3nN\+i{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.BackgroundPanel_backgroundPanel__\+VjlT{display:flex;flex-direction:column;height:100%;padding:16px 32px 0;position:relative}.BackgroundPanel_moreSection__wc540{background-color:#272c35;bottom:0;left:0;padding:8px 32px 16px;position:absolute;width:100%}.BackgroundPanel_tabMenu__3srhT{align-items:flex-end;display:flex;gap:0;height:48px;justify-content:space-between;width:100%}.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_tab__EDfHs{align-items:center;border-bottom:2px solid #0000;cursor:pointer;display:flex;flex-grow:1;height:48px;justify-content:center;transition:all .3s ease}.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_tab__EDfHs .BackgroundPanel_tabLabel__UpEzJ{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_tab__EDfHs .BackgroundPanel_tabLabel__UpEzJ{font-size:16px}}@media(max-width:1500px){.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_tab__EDfHs .BackgroundPanel_tabLabel__UpEzJ{font-size:12px}}@media(max-width:1024px){.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_tab__EDfHs .BackgroundPanel_tabLabel__UpEzJ{font-size:10px}}.BackgroundPanel_tabMenu__3srhT .BackgroundPanel_selected__M\+mfN{border-bottom:2px solid #fe6338!important}.BackgroundPanel_panelHeader__0IfAL{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-top:20px}.BackgroundPanel_divider__ByxjK{border-bottom:1px solid #3d424d;height:1px;margin:20px 0;width:100%}.BackgroundPanel_mainPanel__oJMo6{display:flex;flex-flow:column nowrap;overflow-y:auto;padding:0 0 72px}.BackgroundPanel_slidingMenu__DF-T1{-ms-overflow-style:none;margin-bottom:8px;max-width:100%;overflow-x:scroll;padding:0 32px;scrollbar-width:none}.BackgroundPanel_slidingMenu__DF-T1::-webkit-scrollbar{display:none}.BackgroundPanel_currentBackground__zjcHg{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease}.BackgroundPanel_currentBackground__zjcHg:hover{background-color:#272c35}.BackgroundPanel_avatarCard__RqdXT{display:flex;flex-flow:column nowrap;gap:4px;overflow:hidden}.BackgroundPanel_avatarImage__iNgRW{aspect-ratio:3/2;background-color:#efefef;background-position:center 8px;border-radius:8px}.BackgroundPanel_avatarName__kbkUC{font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.BackgroundPanel_avatarName__kbkUC{font-size:20px}}@media(max-width:1500px){.BackgroundPanel_avatarName__kbkUC{font-size:14px}}@media(max-width:1024px){.BackgroundPanel_avatarName__kbkUC{font-size:12px}}.BackgroundPanel_currentBackgroundPreview__O7NFF{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.BackgroundPanel_currentBackgroundLabel__FF9Rp{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.BackgroundPanel_currentBackgroundLabel__FF9Rp{font-size:20px}}@media(max-width:1500px){.BackgroundPanel_currentBackgroundLabel__FF9Rp{font-size:14px}}@media(max-width:1024px){.BackgroundPanel_currentBackgroundLabel__FF9Rp{font-size:12px}}.BackgroundPanel_recentsSection__pJ4XG{display:flex;flex-flow:column nowrap}.BackgroundPanel_recentsHeader__1rseI{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between;margin-bottom:16px}.BackgroundPanel_recentsHeaderText__Ot9tK{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.BackgroundPanel_recentsHeaderText__Ot9tK{font-size:20px}}@media(max-width:1500px){.BackgroundPanel_recentsHeaderText__Ot9tK{font-size:14px}}@media(max-width:1024px){.BackgroundPanel_recentsHeaderText__Ot9tK{font-size:12px}}.BackgroundPanel_recentsAvatarList__dqYz1{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:20px;min-height:50px;position:relative}.BackgroundPanel_colorGrid__NHdEX{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;padding-bottom:8px}.BackgroundPanel_colorItem__dyM2Z{aspect-ratio:16/10;border-radius:8px}.BackgroundPanel_recentAvatarImage__xf\+Uv{width:100%}.BackgroundPanel_recentsSeeAllButton__PxbpG{display:flex;justify-content:flex-end}.BackgroundPanel_avatarControls__XVgaC{background-color:#3d424d;border-radius:8px;display:flex;flex-flow:column nowrap;gap:16px;padding:24px}.BackgroundPanel_avatarControlsRow__ass7i{display:flex;flex-flow:row nowrap;gap:8px}.BackgroundPanel_avatarControlsRow__ass7i>*{flex:1 1}.BackgroundPanel_sizeInputContainer__XPQ4p{position:relative}.BackgroundPanel_sizeInput__NlHs4{background:#323843;border:none;border-radius:8px;color:#fff;outline:none;padding:8px 12px;text-align:right;width:100%}.BackgroundPanel_sizeInputLabel__oQi5z{color:#565d6c;font-size:16px;font-weight:400;left:8px;line-height:1.5;max-width:50%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%)}@media(min-width:2048px){.BackgroundPanel_sizeInputLabel__oQi5z{font-size:20px}}@media(max-width:1500px){.BackgroundPanel_sizeInputLabel__oQi5z{font-size:14px}}@media(max-width:1024px){.BackgroundPanel_sizeInputLabel__oQi5z{font-size:12px}}.BackgroundPanel_avatarSizeSliderContainer__D1Auk{align-items:center;background:#323843;border-radius:8px;display:flex;gap:16px;padding:10px 24px}.BackgroundPanel_sliderSmallCircle__oxc-n{aspect-ratio:1/1;border:1px solid #efefef;border-radius:100%;height:12px;width:12px}.BackgroundPanel_sliderBigCircle__f8tvg{aspect-ratio:1/1;border:1.5px solid #efefef;border-radius:100%;height:20px;width:20px}.BackgroundPanel_avatarSizeSlider__F8v9c.MuiSlider-root{color:#efefef;padding:7px 0}.BackgroundPanel_avatarSizeSlider__F8v9c.MuiSlider-root .MuiSlider-rail{background-color:#fe8867;opacity:1}.BackgroundPanel_avatarSizeSlider__F8v9c.MuiSlider-root .MuiSlider-thumb{border:2px solid #fe8867;box-sizing:initial}.BackgroundPanel_avatarSizeForm__KNCNj{align-items:center;display:flex;flex-flow:row nowrap;gap:16px}.BackgroundPanel_lockIcon__LDqK0.MuiSvgIcon-root{height:16px;width:16px}.BackgroundPanel_avatarSizeInputs__RsmnW{display:flex;flex-flow:column nowrap;gap:16px}.BackgroundPanel_colorCircleButton__fuEDs{flex:0 1 auto}.BackgroundPanel_colorCircleContainer__um00i{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:center}.BackgroundPanel_colorCircle__Lhg4I{border-radius:50%;height:15px;max-height:15px;max-width:15px;width:15px}.BackgroundPanel_downArrow__xBvOj{height:8px;transform:rotate(0deg);transition:transform .2s ease;width:8px}.BackgroundPanel_rotated__KVEmR{transform:rotate(180deg)}.BackgroundPanel_verticalLine__36EBj{background-color:#565d6c;display:flex;flex:0 0 auto;flex-flow:column nowrap;opacity:.5;width:1px}.BackgroundPanel_alignmentIcon__\+nUem{height:15px;width:15px}.BackgroundPanel_slideText__-wTk7{display:flex!important}.BackgroundPanel_aiImage__YluLa{background-position:50%;background-size:cover;border:2px solid #5d5d5d;border-radius:10px;color:#fff;display:flex;flex-direction:column;margin:10px 31px 30px;padding:20px}.BackgroundPanel_textfont__eUBqy{font-size:16px;font-weight:400;margin-left:0;padding-bottom:40px}@media screen and (max-width:1500px){.BackgroundPanel_textfont__eUBqy{font-size:14px}}.BackgroundPanel_headingText__gEicH{font-size:20px;font-weight:600;padding-bottom:10px}@media screen and (max-width:1500px){.BackgroundPanel_headingText__gEicH{font-size:16px;font-weight:600}}.BackgroundPanel_Imagebutton__cvmZW{font-size:18px!important;font-weight:600}@media screen and (max-width:1500px){.BackgroundPanel_Imagebutton__cvmZW{font-size:16px!important}}.BackgroundPanel_star__\+z0AW{vertical-align:middle}.BackgroundPanel_aiImageCard__I1ng\+{align-items:center;aspect-ratio:16/10;background:linear-gradient(45deg,#ee653f80,#0000 73%,#ee653f33 97%);border-radius:8px;cursor:pointer;display:flex;flex-flow:column nowrap;gap:4px;justify-content:space-between;overflow:hidden;position:relative;white-space:nowrap}.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_logo__btC9Q{align-items:center;display:flex;height:calc(100% - 48px);justify-self:center}.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_banner__4548D{align-items:center;background-color:#1a1d23;display:flex;height:48px;justify-content:center;width:100%}.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:14px}}@media(max-width:1500px){.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:10px}}@media(max-width:1024px){.BackgroundPanel_aiImageCard__I1ng\+ .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:8px}}.BackgroundPanel_aiImageCardDisabled__vikfa{cursor:default!important}.BackgroundPanel_pexelsHeader__Ztqt4{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:16px}.BackgroundPanel_pill__iY4ib{background-color:#fe6338;border-radius:4px;margin-left:8px;padding:4px 8px}.BackgroundPanel_pill__iY4ib p{font-family:Poppins;font-size:12px!important;line-height:1!important}.BackgroundPanel_pexelsCard__ybCqT{align-items:center;aspect-ratio:16/10;background:url(/static/media/blurBG.f3572f3a2400fcc516ef.png);background-repeat:no-repeat;background-size:cover;border-radius:8px;cursor:pointer;display:flex;flex-flow:column nowrap;gap:4px;justify-content:space-between;overflow:hidden;position:relative;white-space:nowrap}.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_logo__btC9Q{align-items:center;display:flex;height:calc(100% - 48px);justify-self:center}.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_banner__4548D{align-items:center;background-color:#1a1d23;display:flex;height:48px;justify-content:center;width:100%}.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:14px}}@media(max-width:1500px){.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:10px}}@media(max-width:1024px){.BackgroundPanel_pexelsCard__ybCqT .BackgroundPanel_banner__4548D .BackgroundPanel_bannerTitle__8spr6{font-size:8px}}.BackgroundPanel_loading__Enn-1{align-items:center;aspect-ratio:16/10;display:flex;flex-flow:column nowrap;justify-content:center}.BackgroundPanel_loader__LPun8.MuiCircularProgress-root{color:#fe8867}.BackgroundPanel_searchIcon__clbGH{cursor:pointer}.AIBackgroundModal_modal__bITFQ{padding:0!important}.AIBackgroundModal_avatarPanel__SgC9W{display:flex;flex-flow:column nowrap;gap:24px;padding:32px}.AIBackgroundModal_notification__4za94{background-color:#fff;border-radius:12px;color:#000;display:flex;flex-flow:row nowrap;gap:16px;padding:20px;position:relative}.AIBackgroundModal_notificationMessage__yYzmx{width:100%}.AIBackgroundModal_notificationMessageTop__4Q5nG{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.AIBackgroundModal_notificationMessageTop__4Q5nG{font-size:16px}}@media(max-width:1500px){.AIBackgroundModal_notificationMessageTop__4Q5nG{font-size:12px}}@media(max-width:1024px){.AIBackgroundModal_notificationMessageTop__4Q5nG{font-size:10px}}.AIBackgroundModal_notificationMessageBottom__OXciv{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.AIBackgroundModal_notificationMessageBottom__OXciv{font-size:14px}}@media(max-width:1500px){.AIBackgroundModal_notificationMessageBottom__OXciv{font-size:10px}}@media(max-width:1024px){.AIBackgroundModal_notificationMessageBottom__OXciv{font-size:8px}}.AIBackgroundModal_notificationCloseIconButton__l8r\+D.MuiButtonBase-root{position:absolute;right:14px;top:14px}.AIBackgroundModal_notificationCloseIcon__\+11hY{height:16px;width:16px}.AIBackgroundModal_currentAvatar__2R1rr{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease}.AIBackgroundModal_currentAvatar__2R1rr:hover{background-color:#272c35}.AIBackgroundModal_currentAvatarImage__zytm4{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.AIBackgroundModal_currentAvatarLabel__983TU{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AIBackgroundModal_currentAvatarLabel__983TU{font-size:20px}}@media(max-width:1500px){.AIBackgroundModal_currentAvatarLabel__983TU{font-size:14px}}@media(max-width:1024px){.AIBackgroundModal_currentAvatarLabel__983TU{font-size:12px}}.AIBackgroundModal_recentsSection__noi0R{display:flex;flex-flow:column nowrap;gap:24px}.AIBackgroundModal_recentsHeader__K1jDe{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.AIBackgroundModal_recentsHeaderText__Epj8h{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AIBackgroundModal_recentsHeaderText__Epj8h{font-size:20px}}@media(max-width:1500px){.AIBackgroundModal_recentsHeaderText__Epj8h{font-size:14px}}@media(max-width:1024px){.AIBackgroundModal_recentsHeaderText__Epj8h{font-size:12px}}.AIBackgroundModal_recentsAvatarList__Bi2f3{display:flex;flex-flow:row nowrap;gap:16px}.AIBackgroundModal_recentAvatarImage__w02HV{height:auto;width:100%}.AIBackgroundModal_recentsSeeAllButton__EDujA{display:flex;justify-content:flex-end}.AIBackgroundModal_avatarControls__70clg{background-color:#3d424d;border-radius:8px;display:flex;flex-flow:column nowrap;gap:16px;padding:24px}.AIBackgroundModal_avatarControlsRow__muSVU{display:flex;flex-flow:row nowrap;gap:8px}.AIBackgroundModal_avatarControlsRow__muSVU>*{flex:1 1}.AIBackgroundModal_shapeButton__avrOS{height:40px}.AIBackgroundModal_sizeInputContainer__tGdQs{position:relative}.AIBackgroundModal_sizeInput__yOVS4{background:#323843;border:none;border-radius:8px;color:#fff;outline:none;padding:8px 12px;text-align:right;width:100%}.AIBackgroundModal_sizeInputLabel__Whrqa{color:#565d6c;font-size:16px;font-weight:400;left:8px;line-height:1.5;max-width:50%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%)}@media(min-width:2048px){.AIBackgroundModal_sizeInputLabel__Whrqa{font-size:20px}}@media(max-width:1500px){.AIBackgroundModal_sizeInputLabel__Whrqa{font-size:14px}}@media(max-width:1024px){.AIBackgroundModal_sizeInputLabel__Whrqa{font-size:12px}}.AIBackgroundModal_avatarSizeSliderContainer__Q770Z{align-items:center;background:#323843;border-radius:8px;display:flex;gap:16px;padding:10px 16px}.AIBackgroundModal_sliderSmallCircle__8xAer{aspect-ratio:1/1;border:1px solid #efefef;border-radius:100%;height:12px}.AIBackgroundModal_sliderBigCircle__x7yfU{aspect-ratio:1/1;border:1.5px solid #efefef;border-radius:100%;height:20px}.AIBackgroundModal_avatarSizeSlider__bsPmV.MuiSlider-root{color:#efefef;padding:7px 0}.AIBackgroundModal_avatarSizeSlider__bsPmV.MuiSlider-root .MuiSlider-rail{background-color:#fe8867;opacity:1}.AIBackgroundModal_avatarSizeSlider__bsPmV.MuiSlider-root .MuiSlider-thumb{border:2px solid #fe8867;box-sizing:initial}.AIBackgroundModal_avatarSizeForm__p5kR4{align-items:center;display:flex;flex-flow:row nowrap;gap:16px}.AIBackgroundModal_lockIcon__dWd0h.MuiSvgIcon-root{height:16px;width:16px}.AIBackgroundModal_avatarSizeInputs__6risU{display:flex;flex-flow:column nowrap;gap:16px}.AIBackgroundModal_colorCircleButton__U1xLR{flex:0 1 auto}.AIBackgroundModal_colorCircleContainer__bLm8f{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:center}.AIBackgroundModal_colorCircle__ffjIm{border-radius:50%;height:15px;max-height:15px;max-width:15px;width:15px}.AIBackgroundModal_downArrow__kKhen{height:8px;transform:rotate(0deg);transition:transform .2s ease;width:8px}.AIBackgroundModal_rotated__96Yyy{transform:rotate(180deg)}.AIBackgroundModal_verticalLine__0oOjC{background-color:#565d6c;display:flex;flex:0 0 auto;flex-flow:column nowrap;opacity:.5;width:1px}.AIBackgroundModal_alignmentIcon__EhQW7{height:15px;width:15px}.AIBackgroundModal_centered__VJLf9{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.AIBackgroundModal_page__1ysd\+{background-color:#26272c;border-radius:8px;max-height:99vh;overflow-y:auto}.AIBackgroundModal_page1__a6fW4{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.AIBackgroundModal_page1__a6fW4{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.AIBackgroundModal_page1__a6fW4{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.AIBackgroundModal_page1__a6fW4{width:1200px}}@media screen and (min-width:1800px){.AIBackgroundModal_page1__a6fW4{width:1400px}}.AIBackgroundModal_leftSection__vxjF8{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.AIBackgroundModal_leftSection__vxjF8{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.AIBackgroundModal_leftSection__vxjF8{padding:16px}}.AIBackgroundModal_leftSectionBottom__M20eK{align-items:center;display:flex;gap:8px;justify-content:center}.AIBackgroundModal_leftSectionBottom__M20eK .AIBackgroundModal_startCreatingButton__g8FrD{padding:12px 32px}.AIBackgroundModal_textField__VHMCL{padding-top:50px!important}.AIBackgroundModal_pill__5Bfia{background-color:#27ae60;border-radius:20px;display:inline-block;margin-bottom:2%;padding:2px 16px}.AIBackgroundModal_title__8ybXK{font-size:clamp(1rem,1rem + .05vw,1rem);font-weight:600;margin-bottom:5%}.AIBackgroundModal_subtitle__2c2\+n{color:#7b7c87;font-size:16px!important;font-weight:400;margin-bottom:3%}.AIBackgroundModal_howItWorks__xHFfB{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:3%;justify-content:space-between;margin-bottom:-2%;margin-top:5%}.AIBackgroundModal_howItWorksImg__i45qJ{flex:1 0 auto;height:auto;width:50px}.AIBackgroundModal_howItWorksText__lHrQC{font-size:16px!important;line-height:150%}.AIBackgroundModal_warningBox__LZbui{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:5%;justify-content:space-between;padding:6px 12px}.AIBackgroundModal_warningIcon__8bf6u{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:18px;justify-content:center;width:28px}.AIBackgroundModal_warningText__D1NX2{font-size:100%;font-weight:500}.AIBackgroundModal_rightSection__mcalZ{align-items:center;background-image:url(/static/media/instant_avatar.ea519471f25e11d6d256.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;overflow-x:hidden;width:50%}.AIBackgroundModal_rightSection__mcalZ .AIBackgroundModal_media__HTzZw{height:100%}.AIBackgroundModal_closeFirstPageButton__SRXhN{cursor:pointer;position:absolute;right:16px;top:16px}.AIBackgroundModal_topBox__uQRo-{padding:10%}.AIBackgroundModal_topLine__kgFOO{display:flex;flex-flow:row nowrap;justify-content:space-between}@media(max-width:1000px){.AIBackgroundModal_topLine__kgFOO{width:800px}}.AIBackgroundModal_photos__ReccL{width:100%}.AIBackgroundModal_photos__ReccL svg{height:auto;width:100%}.AIBackgroundModal_helper__1RFNZ{font-size:80%;margin-top:-50px;padding:2%;z-index:1}.AIBackgroundModal_toggleBtnGroup__o7QxW,.AIBackgroundModal_toggleBtnGroup__o7QxW .AIBackgroundModal_TogBtn__ISH81{color:#fff!important}.AIBackgroundModal_Dialouge__4YQWY{border:2px solid red;left:0;position:relative;top:0;z-index:10}@media only screen and (min-width:48em){.AIBackgroundModal_title__8ybXK{font-size:clamp(1.25rem,1.3rem + .13vw,1.5rem)}}@media only screen and (min-width:64em){.AIBackgroundModal_title__8ybXK{font-size:clamp(1.35rem,1.45rem + .23vw,1.6rem)}.AIBackgroundModal_subtitle__2c2\+n{font-size:clamp(.75rem,1.08rem + .23vw,1.55rem)}.AIBackgroundModal_howItWorksText__lHrQC{font-size:clamp(.65rem,1.05rem + .23vw,1.45rem)}.AIBackgroundModal_leftSection__vxjF8::-webkit-scrollbar{width:0}.AIBackgroundModal_leftSection__vxjF8{scrollbar-width:none}}@media only screen and (min-width:80em){.AIBackgroundModal_title__8ybXK{font-size:clamp(1.1rem,1.55rem + .43vw,2rem)}.AIBackgroundModal_subtitle__2c2\+n{font-size:clamp(.8rem,1rem + .43vw,1.3rem)}.AIBackgroundModal_howItWorksText__lHrQC{font-size:clamp(.5rem,1.1rem + .43vw,1.15rem)}.AIBackgroundModal_leftSection__vxjF8::-webkit-scrollbar{width:0}.AIBackgroundModal_leftSection__vxjF8{scrollbar-width:none}}.AIBackgroundModal_recentsAvatarGrid__vqq-y{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.AIBackgroundModal_backdrop__rdqtz{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.ColorPicker_custom_color_picker__6Owde{background:#20232a;border-radius:10px;height:auto;padding:8px;width:320px;z-index:99999999}.ColorPicker_custom_color_picker__github_picker__WwCui{background:#0000!important;border:initial!important;border-radius:0!important;border-radius:initial!important;box-shadow:none!important;margin-top:10px;padding:0!important}.ColorPicker_custom_color_picker__wrap__8vkKB{align-items:center;display:flex;margin-bottom:8px;width:100%}.ColorPicker_custom_color_picker__wrap__8vkKB div{color:#fff;flex:0 0 42%}.ColorPicker_custom_color_picker__wrap__8vkKB span{color:#fff;font-size:16px;font-style:normal;font-weight:600}.ColorPicker_custom_color_picker__wrap__8vkKB button{background:#0000;border:initial;cursor:pointer}.ColorPicker_switchButton__nC18M.MuiButtonBase-root{margin-left:4px}.ColorPicker_chromePicker__oYItU{background-color:#20232a!important;box-shadow:none!important;font-family:Poppin}.ImageCard_avatarCard__16ABv{display:flex;flex-flow:column nowrap;gap:4px;overflow:hidden;position:relative;white-space:nowrap}.ImageCard_avatarImage__ObPwD{aspect-ratio:16/10;background-color:#efefef;background-position:50%;border-radius:8px;position:relative}.ImageCard_avatarImage__ObPwD:hover{border:3px solid #ee653f}.ImageCard_emptyImage__jpnHm{background-color:#565d6c}.ImageCard_center__KhX0m{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ImageCard_emptyImageIcon__Dv8tL{color:#efefef}.ImageCard_failedIcon__6jIHM{color:#ee653f}.ImageCard_hasTopPadding__CP23A .ImageCard_avatarImage__ObPwD{background-position:center 8px}.ImageCard_clickable__Q2Wlb{cursor:pointer}.ImageCard_disabled__JahET{cursor:default;opacity:.5}.ImageCard_selected__X-9yI .ImageCard_avatarImage__ObPwD{border:3px solid #ee653f}.ImageCard_avatarName__6APC1{font-size:16px;font-weight:400;line-height:1.5;overflow:hidden;text-align:center;text-overflow:ellipsis}@media(min-width:2048px){.ImageCard_avatarName__6APC1{font-size:20px}}@media(max-width:1500px){.ImageCard_avatarName__6APC1{font-size:14px}}@media(max-width:1024px){.ImageCard_avatarName__6APC1{font-size:12px}}.ImageCard_topRightComponent__t4i\+\+{position:absolute;right:4px;top:4px}.ImageCard_pill__UY3xV{align-items:center;background-color:#fe6338;border-radius:100%;bottom:8px;display:flex;height:32px;justify-content:center;position:absolute;right:8px;width:32px}.ImageCard_noHover__JLeJe{border:none!important;cursor:default}.Selector_button__pD2Sj{align-items:center;background-color:#323843;border:1px solid #565d6c;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:48px;justify-content:space-between;padding:8px 16px;width:135px}.Selector_button__pD2Sj .Selector_label__1fALe{font-size:16px;font-weight:600;line-height:1.5;-webkit-user-select:none;user-select:none}@media(min-width:2048px){.Selector_button__pD2Sj .Selector_label__1fALe{font-size:20px}}@media(max-width:1500px){.Selector_button__pD2Sj .Selector_label__1fALe{font-size:14px}}@media(max-width:1024px){.Selector_button__pD2Sj .Selector_label__1fALe{font-size:12px}}.Selector_iconBtn__yzpzz{width:auto}.Selector_container__Rc4kO{background-color:#323843;border:1px solid #565d6c;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;width:135px}.Selector_container__Rc4kO .Selector_item__BAOv8{align-items:center;cursor:pointer;display:flex;flex-grow:1;height:40px;justify-content:space-between;padding:0 16px}.Selector_container__Rc4kO .Selector_item__BAOv8 p{font-size:16px;font-weight:400;line-height:1.5;margin:0;padding:0}@media(min-width:2048px){.Selector_container__Rc4kO .Selector_item__BAOv8 p{font-size:20px}}@media(max-width:1500px){.Selector_container__Rc4kO .Selector_item__BAOv8 p{font-size:14px}}@media(max-width:1024px){.Selector_container__Rc4kO .Selector_item__BAOv8 p{font-size:12px}}.Selector_container__Rc4kO .Selector_item__BAOv8:hover{background-color:#3d424d}.Selector_pill__bgvAK{background-color:#fe6338;border-radius:4px;padding:2px 4px}.Selector_pill__bgvAK p{font-family:Poppins;font-size:10px!important;line-height:1!important}.BackgroundModal_modal__nYWE7{border-radius:24px;display:flex;flex-direction:column;height:90vh;position:relative;width:80vw}.BackgroundModal_modal__nYWE7 .BackgroundModal_title__P5SiX{color:#efefef;font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.BackgroundModal_modal__nYWE7 .BackgroundModal_title__P5SiX{font-size:20px}}@media(max-width:1500px){.BackgroundModal_modal__nYWE7 .BackgroundModal_title__P5SiX{font-size:14px}}@media(max-width:1024px){.BackgroundModal_modal__nYWE7 .BackgroundModal_title__P5SiX{font-size:12px}}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC{align-items:flex-end;border-bottom:1px solid #3d424d;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px;margin-top:24px;min-height:60px}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC .BackgroundModal_ctrlSection__4pt2B{align-items:center;display:flex;gap:12px;margin-bottom:8px}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC .BackgroundModal_ctrlSection__4pt2B .BackgroundModal_searchBar__B9Drm{height:48px!important}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC .BackgroundModal_ctrlSection__4pt2B .BackgroundModal_searchBar__B9Drm .MuiInputBase-root{background-color:#3d424d80!important;border:none!important;border-radius:8px;color:#efefef;height:100%}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC .BackgroundModal_ctrlSection__4pt2B .BackgroundModal_searchBar__B9Drm .MuiInputBase-root .MuiInputBase-input{-webkit-text-fill-color:#efefef}.BackgroundModal_modal__nYWE7 .BackgroundModal_header__qIZtC .BackgroundModal_ctrlSection__4pt2B .BackgroundModal_verticalLine__JXVH7{background-color:#585d6c;height:30px;width:1px}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT{height:100%;margin-bottom:42px;overflow-y:hidden;padding:16px 8px}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR{align-items:center;display:flex;flex-direction:column;gap:8px}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_cardContent__n4KdU{aspect-ratio:16/10;border-radius:8px;box-sizing:border-box;cursor:pointer;position:relative;width:100%}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_cardContent__n4KdU:hover{outline:3px solid #fe6338}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_cardContent__n4KdU .BackgroundModal_pill__\+8fgM{align-items:center;background-color:#fe6338;border-radius:100%;bottom:8px;display:flex;height:32px;justify-content:center;position:absolute;right:8px;width:32px}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_selectedColor__p51Y1{border:3px solid #fe6338}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_caption__0k-IM{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_caption__0k-IM{font-size:20px}}@media(max-width:1500px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_caption__0k-IM{font-size:14px}}@media(max-width:1024px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_colorCard__w8vTR .BackgroundModal_caption__0k-IM{font-size:12px}}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_filterSection__E5C1k{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_contentSection__ec5k9{height:100%;margin:8px 0;overflow-y:auto}.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_title__P5SiX{color:#efefef;font-size:16px;font-weight:600;line-height:1.5;margin:24px 0 16px}@media(min-width:2048px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_title__P5SiX{font-size:20px}}@media(max-width:1500px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_title__P5SiX{font-size:14px}}@media(max-width:1024px){.BackgroundModal_modal__nYWE7 .BackgroundModal_content__PpxqT .BackgroundModal_title__P5SiX{font-size:12px}}.BackgroundModal_modal__nYWE7 .BackgroundModal_colorContent__hnfFs{overflow-y:auto!important}.BackgroundModal_modal__nYWE7 .BackgroundModal_footer__1uaq-{align-items:center;bottom:0;display:flex;height:90px;justify-content:flex-end;left:0;padding-left:32px;padding-right:32px;position:absolute;width:100%}.BackgroundModal_modal__nYWE7 .BackgroundModal_footer__1uaq- .BackgroundModal_saveBtn__\+NOeL{min-width:104px}.BackgroundModal_modal__nYWE7 .BackgroundModal_footer__1uaq- .BackgroundModal_colorPicker__BTTF1{align-items:center;background-color:#323843;border:1px solid #565d6c;border-radius:8px;cursor:pointer;display:flex;height:48px;justify-content:center;width:48px}.BackgroundModal_modal__nYWE7 .BackgroundModal_footer__1uaq- .BackgroundModal_colorPicker__BTTF1:hover{background-color:#3e58800a}.BackgroundModal_upload__rhITW{justify-content:center}.BackgroundModal_extra__08fh2{justify-content:space-between!important}.BackgroundModal_ctrlBtn__-cBEv.MuiButton-root{background-color:#323843;border-color:#565d6c;border-radius:8px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:1.5}@media(min-width:2048px){.BackgroundModal_ctrlBtn__-cBEv.MuiButton-root{font-size:20px}}@media(max-width:1500px){.BackgroundModal_ctrlBtn__-cBEv.MuiButton-root{font-size:14px}}@media(max-width:1024px){.BackgroundModal_ctrlBtn__-cBEv.MuiButton-root{font-size:12px}}.BackgroundModal_ctrlBtn__-cBEv.MuiButton-root:hover{border-color:#565d6c}.BackgroundModal_subTitle__wjxyE{color:#efefef;font-size:16px;font-weight:600;line-height:1.5;margin:24px 0 16px}@media(min-width:2048px){.BackgroundModal_subTitle__wjxyE{font-size:20px}}@media(max-width:1500px){.BackgroundModal_subTitle__wjxyE{font-size:14px}}@media(max-width:1024px){.BackgroundModal_subTitle__wjxyE{font-size:12px}}.BackgroundModal_currentBackground__sPgxg{align-items:center;background-color:#3d424d;border-radius:8px;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease;width:322px}.BackgroundModal_avatarCard__jZbQU{display:flex;flex-flow:column nowrap;gap:4px;overflow:hidden}.BackgroundModal_avatarImage__JvTpW{aspect-ratio:3/2;background-color:#efefef;background-position:center 8px;border-radius:8px}.BackgroundModal_avatarName__vktu4{font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.BackgroundModal_avatarName__vktu4{font-size:20px}}@media(max-width:1500px){.BackgroundModal_avatarName__vktu4{font-size:14px}}@media(max-width:1024px){.BackgroundModal_avatarName__vktu4{font-size:12px}}.BackgroundModal_currentBackgroundPreview__C5UvO{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.BackgroundModal_currentBackgroundLabel__xN8YV{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.BackgroundModal_currentBackgroundLabel__xN8YV{font-size:20px}}@media(max-width:1500px){.BackgroundModal_currentBackgroundLabel__xN8YV{font-size:14px}}@media(max-width:1024px){.BackgroundModal_currentBackgroundLabel__xN8YV{font-size:12px}}.BackgroundModal_recentsSection__rX9bl{display:flex;flex-flow:column nowrap;gap:24px}.BackgroundModal_recentsHeader__osrUf{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.BackgroundModal_recentsHeaderText__3Rtdo{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.BackgroundModal_recentsHeaderText__3Rtdo{font-size:20px}}@media(max-width:1500px){.BackgroundModal_recentsHeaderText__3Rtdo{font-size:14px}}@media(max-width:1024px){.BackgroundModal_recentsHeaderText__3Rtdo{font-size:12px}}.BackgroundModal_recentsAvatarList__P4a4j{min-height:50px;position:relative}.BackgroundModal_colorGrid__Z9BZw,.BackgroundModal_recentsAvatarList__P4a4j{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}.BackgroundModal_colorItem__C1P-I{aspect-ratio:1/1;border-radius:8px}.BackgroundModal_recentAvatarImage__jOInF{width:100%}.BackgroundModal_recentsSeeAllButton__z44\+-{display:flex;justify-content:flex-end}.BackgroundModal_avatarControls__T8LsC{background-color:#3d424d;border-radius:8px;display:flex;flex-flow:column nowrap;gap:16px;padding:24px}.BackgroundModal_avatarControlsRow__e\+tVr{display:flex;flex-flow:row nowrap;gap:8px}.BackgroundModal_avatarControlsRow__e\+tVr>*{flex:1 1}.BackgroundModal_sizeInputContainer__1s81w{position:relative}.BackgroundModal_sizeInput__hpVTc{background:#323843;border:none;border-radius:8px;color:#fff;outline:none;padding:8px 12px;text-align:right;width:100%}.BackgroundModal_sizeInputLabel__I6Bt3{color:#565d6c;font-size:16px;font-weight:400;left:8px;line-height:1.5;max-width:50%;overflow:hidden;position:absolute;text-overflow:ellipsis;top:50%;transform:translateY(-50%)}@media(min-width:2048px){.BackgroundModal_sizeInputLabel__I6Bt3{font-size:20px}}@media(max-width:1500px){.BackgroundModal_sizeInputLabel__I6Bt3{font-size:14px}}@media(max-width:1024px){.BackgroundModal_sizeInputLabel__I6Bt3{font-size:12px}}.BackgroundModal_avatarSizeSliderContainer__calv9{align-items:center;background:#323843;border-radius:8px;display:flex;gap:16px;padding:10px 24px}.BackgroundModal_sliderSmallCircle__1Sy\+g{aspect-ratio:1/1;border:1px solid #efefef;border-radius:100%;height:12px;width:12px}.BackgroundModal_sliderBigCircle__DhvSL{aspect-ratio:1/1;border:1.5px solid #efefef;border-radius:100%;height:20px;width:20px}.BackgroundModal_avatarSizeSlider__1OUJv.MuiSlider-root{color:#efefef;padding:7px 0}.BackgroundModal_avatarSizeSlider__1OUJv.MuiSlider-root .MuiSlider-rail{background-color:#fe8867;opacity:1}.BackgroundModal_avatarSizeSlider__1OUJv.MuiSlider-root .MuiSlider-thumb{border:2px solid #fe8867;box-sizing:initial}.BackgroundModal_avatarSizeForm__29JQ9{align-items:center;display:flex;flex-flow:row nowrap;gap:16px}.BackgroundModal_lockIcon__9Ffdp.MuiSvgIcon-root{height:16px;width:16px}.BackgroundModal_avatarSizeInputs__FeHKN{display:flex;flex-flow:column nowrap;gap:16px}.BackgroundModal_colorCircleButton__m2LDx{flex:0 1 auto}.BackgroundModal_colorCircleContainer__xivW1{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:center}.BackgroundModal_colorCircle__d5frR{border-radius:50%;height:15px;max-height:15px;max-width:15px;width:15px}.BackgroundModal_downArrow__Fbwuk{height:8px;transform:rotate(0deg);transition:transform .2s ease;width:8px}.BackgroundModal_rotated__DQqMJ{transform:rotate(180deg)}.BackgroundModal_verticalLine__JXVH7{background-color:#565d6c;display:flex;flex:0 0 auto;flex-flow:column nowrap;opacity:.5;width:1px}.BackgroundModal_alignmentIcon__NLt6X{height:15px;width:15px}.BackgroundModal_slideText__LQ9cS{display:flex!important}.BackgroundModal_aiImage__GrlwJ{background-position:50%;background-size:cover;border:2px solid #5d5d5d;border-radius:10px;color:#fff;display:flex;flex-direction:column;margin:10px 31px 30px;padding:20px}.BackgroundModal_textfont__AbC51{font-size:16px;font-weight:400;margin-left:0;padding-bottom:40px}@media screen and (max-width:1500px){.BackgroundModal_textfont__AbC51{font-size:14px}}.BackgroundModal_headingText__o8WyP{font-size:20px;font-weight:600;padding-bottom:10px}@media screen and (max-width:1500px){.BackgroundModal_headingText__o8WyP{font-size:16px;font-weight:600}}.BackgroundModal_Imagebutton__Qw3cy{font-size:18px!important;font-weight:600}@media screen and (max-width:1500px){.BackgroundModal_Imagebutton__Qw3cy{font-size:16px!important}}.BackgroundModal_star__muHEZ{vertical-align:middle}.BackgroundModal_pill__\+8fgM{background-color:#fe6338;border-radius:4px;padding:4px 8px}.BackgroundModal_pill__\+8fgM p{font-family:Poppins;font-size:12px!important;line-height:1!important}.BackgroundModal_newSection__CLb6x{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin:24px 0 16px}.BackgroundModal_newSection__CLb6x .BackgroundModal_subTitle__wjxyE{margin:0 8px 0 0!important}.BackgroundModal_avatarCreationCards__9YSd9{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.BackgroundModal_tabs__7lrTf{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.BackgroundModal_tab__IOWTw{width:160px}.BackgroundModal_gridContainer__9b\+4a{margin-bottom:48px;min-height:200px}.BackgroundModal_avatarGrid__-56Zx{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;max-height:400px;overflow-y:auto}.BackgroundModal_uploadScreenContainer__y6gvE{align-items:center;display:flex;flex-flow:column;gap:32px;height:100%;justify-content:center;width:100%}.BackgroundModal_uploadScreenTitle__pOwPD{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.BackgroundModal_uploadScreenTitle__pOwPD{font-size:24px}}@media(max-width:1500px){.BackgroundModal_uploadScreenTitle__pOwPD{font-size:18px}}@media(max-width:1024px){.BackgroundModal_uploadScreenTitle__pOwPD{font-size:16px}}.BackgroundModal_uploadScreen__-yyx5{align-items:center;display:flex;flex-flow:row;height:80%;justify-content:center;overflow:hidden;width:80%}.BackgroundModal_uploadScreenButtonContainer__efFc6{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.BackgroundModal_aiImageCard__eUJlU{align-items:center;aspect-ratio:16/10;background:linear-gradient(45deg,#ee653f80,#0000 73%,#ee653f33 97%);border-radius:8px;cursor:pointer;display:flex;flex-flow:column nowrap;gap:4px;justify-content:space-between;overflow:hidden;position:relative;white-space:nowrap}.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_logo__b4dwo{align-items:center;display:flex;height:calc(100% - 48px);justify-self:center}.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_banner__vi620{align-items:center;background-color:#1a1d23;display:flex;height:48px;justify-content:center;width:100%}.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:14px}}@media(max-width:1500px){.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:10px}}@media(max-width:1024px){.BackgroundModal_aiImageCard__eUJlU .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:8px}}@media(max-width:1366px){.BackgroundModal_modal__nYWE7{width:90vw!important}}.BackgroundModal_searchIcon__7g1XN{cursor:pointer}.BackgroundModal_tabMenu__Caysy{align-items:flex-end;display:flex;gap:0;height:48px;justify-content:space-between}.BackgroundModal_tabMenu__Caysy .BackgroundModal_tab__IOWTw{align-items:center;border-bottom:2px solid #0000;cursor:pointer;display:flex;flex-grow:1;height:64px;justify-content:center;transition:all .3s ease;width:110px}.BackgroundModal_tabMenu__Caysy .BackgroundModal_tab__IOWTw .BackgroundModal_tabLabel__QcrD9{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.BackgroundModal_tabMenu__Caysy .BackgroundModal_tab__IOWTw .BackgroundModal_tabLabel__QcrD9{font-size:16px}}@media(max-width:1500px){.BackgroundModal_tabMenu__Caysy .BackgroundModal_tab__IOWTw .BackgroundModal_tabLabel__QcrD9{font-size:12px}}@media(max-width:1024px){.BackgroundModal_tabMenu__Caysy .BackgroundModal_tab__IOWTw .BackgroundModal_tabLabel__QcrD9{font-size:10px}}.BackgroundModal_tabMenu__Caysy .BackgroundModal_selected__x7Sct{border-bottom:2px solid #fe6338!important}.BackgroundModal_pexelsCard__dVDQs{align-items:center;aspect-ratio:16/10;background:url(/static/media/blurBG.f3572f3a2400fcc516ef.png);background-repeat:no-repeat;background-size:cover;border-radius:8px;cursor:pointer;display:flex;flex-flow:column nowrap;gap:4px;justify-content:space-between;overflow:hidden;position:relative;white-space:nowrap}.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_logo__b4dwo{align-items:center;display:flex;height:calc(100% - 48px);justify-self:center}.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_banner__vi620{align-items:center;background-color:#1a1d23;display:flex;height:48px;justify-content:center;width:100%}.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:12px;font-weight:600;line-height:1.2}@media(min-width:2048px){.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:14px}}@media(max-width:1500px){.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:10px}}@media(max-width:1024px){.BackgroundModal_pexelsCard__dVDQs .BackgroundModal_banner__vi620 .BackgroundModal_bannerTitle__lG7\+v{font-size:8px}}.BackgroundModal_loading__LbPqK{align-items:center;aspect-ratio:16/10;display:flex;flex-flow:column nowrap;justify-content:center}.BackgroundModal_loader__mv7tn.MuiCircularProgress-root{color:#fe8867}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root{background:#20232a;border:1px solid #272c35;border-radius:8px;color:#efefef;margin-top:32px;padding-bottom:32px;width:450px}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiList-root{padding:0}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiButtonBase-root{font-size:14px;font-weight:500;padding:12px 16px}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiButtonBase-root:hover{background:#3d424d}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiMenuItem-root{align-items:center;display:flex;justify-content:space-between;padding:12px 32px}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiMenuItem-root.Mui-selected{background:#323843}.ScreenResolutionSelector_menu__3pU1Z .MuiPaper-root .MuiMenuItem-root.Mui-selected:hover{background:#3d424d}.ScreenResolutionSelector_title__P3fyS{font-size:16px;font-weight:600;line-height:1.5;margin-bottom:16px;margin-left:32px;margin-top:32px}@media(min-width:2048px){.ScreenResolutionSelector_title__P3fyS{font-size:20px}}@media(max-width:1500px){.ScreenResolutionSelector_title__P3fyS{font-size:14px}}@media(max-width:1024px){.ScreenResolutionSelector_title__P3fyS{font-size:12px}}.ScreenResolutionSelector_label__9XljM{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.ScreenResolutionSelector_label__9XljM{font-size:16px}}@media(max-width:1500px){.ScreenResolutionSelector_label__9XljM{font-size:12px}}@media(max-width:1024px){.ScreenResolutionSelector_label__9XljM{font-size:10px}}.ScreenResolutionSelector_description__Ov77D{color:#b8b8b8;font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.ScreenResolutionSelector_description__Ov77D{font-size:14px}}@media(max-width:1500px){.ScreenResolutionSelector_description__Ov77D{font-size:10px}}@media(max-width:1024px){.ScreenResolutionSelector_description__Ov77D{font-size:8px}}.ScreenResolutionSelector_icon__6SJ7U{height:50px;width:50px}.BasePage_logoAndField__Ymz8Y{align-items:center;display:flex}.BasePage_logoAndField__Ymz8Y .BasePage_logo__QRgvY{height:32px;width:32px}.BasePage_buttons__1Jz06{align-items:center;display:flex;gap:10px}.BasePage_buttons__1Jz06 .BasePage_activeSubtitles__S9ss6{color:#ee653f}.BasePage_leftBarHidden__m2Asi .BasePage_top__Os3cr{margin-left:0;width:100%}.BasePage_leftBarHidden__m2Asi .BasePage_pageContent__H7F-T{margin-left:0}.BasePage_top__Os3cr{background-color:#20232a;display:flex;gap:16px;height:72px;justify-content:space-between;padding-left:24px;padding-right:24px;width:100%;z-index:10}@media screen and (max-width:1024px){.BasePage_top__Os3cr{gap:8px}}.BasePage_topBarButtons__wfn2m{display:flex;flex-flow:row nowrap;gap:16px}.BasePage_editorType__GOTUL{align-items:center;display:flex;font-size:14px;font-weight:500;gap:8px;line-height:1.5}@media(min-width:2048px){.BasePage_editorType__GOTUL{font-size:16px}}@media(max-width:1500px){.BasePage_editorType__GOTUL{font-size:12px}}@media(max-width:1024px){.BasePage_editorType__GOTUL{font-size:10px}}.BasePage_left__Doq-s,.BasePage_right__5irol{align-items:center;display:flex}@media screen and (min-width:1400px){.BasePage_left__Doq-s,.BasePage_right__5irol{gap:24px}}@media screen and (max-width:1400px){.BasePage_left__Doq-s,.BasePage_right__5irol{gap:16px}}@media screen and (max-width:1024px){.BasePage_left__Doq-s,.BasePage_right__5irol{gap:8px}}.BasePage_backToHomePage__HxN8W{align-items:center;background:#1a1d23;display:flex;height:72px;justify-content:center;width:112px}@media screen and (max-width:1024px){.BasePage_backToHomePage__HxN8W{width:60px}}.BasePage_pageContent__H7F-T{height:calc(100vh - 72px);margin-left:112px;max-height:calc(100vh - 72px);overflow:auto}@media screen and (max-width:1024px){.BasePage_pageContent__H7F-T{margin-left:60px}}.BasePage_credits__Kpapq{width:140px}.BasePage_leftBar__jZByy .BasePage_feedback__H5cVx{color:#efefef;display:flex;flex-direction:column;font-size:12px;font-weight:300;gap:8px;line-height:1.2;margin-top:auto;padding-bottom:8px}@media(min-width:2048px){.BasePage_leftBar__jZByy .BasePage_feedback__H5cVx{font-size:14px}}@media(max-width:1500px){.BasePage_leftBar__jZByy .BasePage_feedback__H5cVx{font-size:10px}}@media(max-width:1024px){.BasePage_leftBar__jZByy .BasePage_feedback__H5cVx{font-size:8px}}.BasePage_leftBar__jZByy .BasePage_feedback__H5cVx p{max-width:80%}.BasePage_leftBar__jZByy .MuiPaper-root{background-color:#272c35;color:#efefef;height:calc(100% - 72px);margin-top:72px;overflow-x:hidden;width:112px}@media screen and (max-width:1024px){.BasePage_leftBar__jZByy .MuiPaper-root{width:60px}}.BasePage_leftBar__jZByy .MuiTabs-root{background-color:#272c35;padding-top:8px;width:112px}@media screen and (max-width:1024px){.BasePage_leftBar__jZByy .MuiTabs-root{width:60px}}.BasePage_leftBarTab__ww9tK.MuiTab-root{align-self:center;border-left:4px solid #0000;border-radius:8px;color:#efefef;font-size:12px;font-weight:600;height:80px;line-height:1.2;width:96px}@media(min-width:2048px){.BasePage_leftBarTab__ww9tK.MuiTab-root{font-size:14px}}@media(max-width:1500px){.BasePage_leftBarTab__ww9tK.MuiTab-root{font-size:10px}}@media(max-width:1024px){.BasePage_leftBarTab__ww9tK.MuiTab-root{font-size:8px}}@media screen and (max-width:1024px){.BasePage_leftBarTab__ww9tK.MuiTab-root{height:55px;min-height:0;min-height:auto;min-width:0;min-width:auto;padding:0;width:55px}}.BasePage_leftBarTab__ww9tK.MuiTab-root.Mui-selected{background-color:#323843;color:#efefef}.BasePage_leftBarTab__ww9tK svg{font-size:24px}@media screen and (max-width:1200px){.BasePage_leftBarTab__ww9tK svg{font-size:16px;height:16px}}.BasePage_back__G6b1M{color:#949494;font-size:24px}.BasePage_languageMenu__ERKdO button{height:49px}.BasePage_play__5AL1d svg{fill:#efefef}.AIBackgroundModal_modal__CqXbG{height:90vh;position:relative;width:80vw}.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_header__tF48p{align-items:center;border-bottom:1px solid #3d424d;display:flex;gap:20px;height:88px;justify-content:flex-start;left:0;padding:0 48px;position:absolute;top:0;width:100%}.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_header__tF48p .AIBackgroundModal_title__MlIK3{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_header__tF48p .AIBackgroundModal_title__MlIK3{font-size:24px}}@media(max-width:1500px){.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_header__tF48p .AIBackgroundModal_title__MlIK3{font-size:18px}}@media(max-width:1024px){.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_header__tF48p .AIBackgroundModal_title__MlIK3{font-size:16px}}.AIBackgroundModal_modal__CqXbG .AIBackgroundModal_content__f4AMz{height:100%;padding-top:40px;width:100%}.AIBackgroundModal_ctrlBtn__3kynu.MuiButton-root{background-color:#323843;border-color:#565d6c;border-radius:8px;color:#fff;font-size:16px;font-weight:600;height:48px;line-height:1.5}@media(min-width:2048px){.AIBackgroundModal_ctrlBtn__3kynu.MuiButton-root{font-size:20px}}@media(max-width:1500px){.AIBackgroundModal_ctrlBtn__3kynu.MuiButton-root{font-size:14px}}@media(max-width:1024px){.AIBackgroundModal_ctrlBtn__3kynu.MuiButton-root{font-size:12px}}.AIBackgroundModal_ctrlBtn__3kynu.MuiButton-root:hover{background-color:#272c35;border-color:#565d6c}@media(max-width:1600px){.AIBackgroundModal_modal__CqXbG{width:90vw!important}}.Speech_speech__ta3rI{height:100%}.Speech_textBox__5buw8{background-color:#272c35;border:1px solid #323843;border-radius:8px;color:#efefef;display:flex;flex-direction:column;font-size:16px;font-weight:400;gap:20px;height:100%;line-height:1.5;overflow-y:auto;padding:24px;position:relative}@media(min-width:2048px){.Speech_textBox__5buw8{font-size:20px}}@media(max-width:1500px){.Speech_textBox__5buw8{font-size:14px}}@media(max-width:1024px){.Speech_textBox__5buw8{font-size:12px}}.Speech_textBox__5buw8 .Speech_remove__AZzIz{background-color:#3d424d;border:1px solid #565d6c;border-radius:8px;color:#efefef;font-size:14px;font-weight:500;line-height:1.5;padding:8px 22px}@media(min-width:2048px){.Speech_textBox__5buw8 .Speech_remove__AZzIz{font-size:16px}}@media(max-width:1500px){.Speech_textBox__5buw8 .Speech_remove__AZzIz{font-size:12px}}@media(max-width:1024px){.Speech_textBox__5buw8 .Speech_remove__AZzIz{font-size:10px}}.Speech_textBox__5buw8 .Speech_scriptText__\+zo6v{-webkit-user-select:auto;user-select:auto}.Speech_speechChoice__QBc5O{align-items:flex-start;border:2px solid #272c35;border-radius:8px;container-type:size;display:flex;flex-wrap:wrap;gap:24px;height:100%;overflow-y:auto;padding:24px 30px}.Speech_speechChoice__QBc5O .Speech_capture__DsNj9{display:flex;gap:16px;width:100%}.Speech_speechChoice__QBc5O [data-component=speech-button]{background-color:#272c35;border-radius:8px;color:#efefef;font-size:16px;font-weight:600;line-height:1.5;padding:12px 16px}@media(min-width:2048px){.Speech_speechChoice__QBc5O [data-component=speech-button]{font-size:20px}}@media(max-width:1500px){.Speech_speechChoice__QBc5O [data-component=speech-button]{font-size:14px}}@media(max-width:1024px){.Speech_speechChoice__QBc5O [data-component=speech-button]{font-size:12px}}.Speech_speechChoice__QBc5O [data-component=speech-button]:hover{background-color:#fe633833;border-color:#fe6338}.Speech_speechChoice__QBc5O .Speech_audioPlayer__yFw4B{height:86px;width:100%}@container (min-width: 700px){.Speech_speechChoice__QBc5O .Speech_audioPlayer__yFw4B{width:calc(50% - 12px)}}.Speech_popup__yxYlx{display:flex;flex-direction:column;gap:64px;width:1000px}.Speech_popup__yxYlx .Speech_bottomBar__3pEW1,.Speech_popup__yxYlx .Speech_topBar__OwrmS{align-items:center;display:flex;justify-content:space-between}.Speech_popup__yxYlx .Speech_topBar__OwrmS .Speech_title__rBfPz{font-weight:600}.Speech_popup__yxYlx .Speech_topBar__OwrmS .Speech_close__cIGff{color:#fff}.Speech_popup__yxYlx .Speech_body__TI6FM{padding-left:50px;padding-right:50px;text-align:center}.Speech_popup__yxYlx .Speech_body__TI6FM>.Speech_title__rBfPz{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:8px}@media(min-width:2048px){.Speech_popup__yxYlx .Speech_body__TI6FM>.Speech_title__rBfPz{font-size:24px}}@media(max-width:1500px){.Speech_popup__yxYlx .Speech_body__TI6FM>.Speech_title__rBfPz{font-size:18px}}@media(max-width:1024px){.Speech_popup__yxYlx .Speech_body__TI6FM>.Speech_title__rBfPz{font-size:16px}}.Speech_popup__yxYlx .Speech_body__TI6FM>.Speech_hint__39kJ\+{font-size:12px;font-weight:400;margin-bottom:48px}.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk{align-items:center;background-color:#2b3039;border:1px solid #323843;border-radius:16px;display:flex;flex-direction:column;gap:30px;height:330px;justify-content:center;padding:30px;position:relative}.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH{align-items:center;border:1px solid #565d6c;border-radius:20px;bottom:28px;color:#efefef;display:flex;font-size:14px;font-weight:500;gap:8px;height:40px;line-height:1.5;padding:8px 16px;position:absolute;right:50%;transform:translateX(50%);width:175px}@media(min-width:2048px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH{font-size:16px}}@media(max-width:1500px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH{font-size:12px}}@media(max-width:1024px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH{font-size:10px}}.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH:before{background-color:#ee653f;border-radius:50%;content:"";height:8px;width:8px}.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH b{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH b{font-size:20px}}@media(max-width:1500px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH b{font-size:14px}}@media(max-width:1024px){.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_time__jniKH b{font-size:12px}}.Speech_popup__yxYlx .Speech_body__TI6FM .Speech_audioBox__VV7Qk .Speech_player__f3stv{width:100%}.Speech_popup__yxYlx [data-component=start-record],.Speech_popup__yxYlx [data-component=stop-record]{align-items:center;border-radius:50%;border-style:solid;border-width:2px;box-shadow:0 16px 32px 0 rgba(0,0,0,.251);color:#efefef;display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:5px;height:145px;justify-content:center;line-height:1.2;width:145px}@media(min-width:2048px){.Speech_popup__yxYlx [data-component=start-record],.Speech_popup__yxYlx [data-component=stop-record]{font-size:14px}}@media(max-width:1500px){.Speech_popup__yxYlx [data-component=start-record],.Speech_popup__yxYlx [data-component=stop-record]{font-size:10px}}@media(max-width:1024px){.Speech_popup__yxYlx [data-component=start-record],.Speech_popup__yxYlx [data-component=stop-record]{font-size:8px}}.Speech_popup__yxYlx [data-component=start-record] svg,.Speech_popup__yxYlx [data-component=stop-record] svg{height:48px;width:48px}.Speech_popup__yxYlx [data-component=start-record]{background-color:#3d424d;border-color:#565d6c;outline:2px solid rgba(50,56,67,.502);outline-offset:7px}.Speech_popup__yxYlx [data-component=stop-record]{background-color:#ee653f;border-color:#fe8867;position:relative}.Speech_popup__yxYlx [data-component=stop-record]:hover{background-color:#c73f1a}.Speech_popup__yxYlx [data-component=stop-record]:before{background:linear-gradient(180deg,#272c35,#fe702f 50%,#272c358f);border-radius:50%;content:"";height:159px;left:-9px;mask:radial-gradient(circle,#0000 69.7%,#000 0);-webkit-mask:radial-gradient(circle,#0000 69.7%,#000 0);position:absolute;top:-9px;width:159px}.Speech_hidden__s2OGb{visibility:hidden}.LanguageTranslator_container__TP6l7{align-items:center;display:flex;flex-direction:column;gap:10px}.LanguageTranslator_dropdownWrapper__Snq\+Y{position:relative;width:100%}.LanguageTranslator_dropdownSelect__BFDav{align-items:center;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#383c44;border:none;border-radius:8px;color:#fff;font-size:16px;height:40px;justify-content:center;padding:10px 90px 10px 15px;width:100%}.LanguageTranslator_dropdownArrow__RCJPf{border:solid #fff;border-width:0 2px 2px 0;display:inline-block;margin-left:5px;padding:3px;position:absolute;right:15px;top:35%;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.LanguageTranslator_swapButton__ZOnr9{align-items:center;background-color:#22262f;border:.5px solid gray;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;gap:10px;height:40px;justify-content:center;padding:10px;width:40px}.LanguageTranslator_swapButton__ZOnr9:hover{background-color:#555}.AiPopUp_title__JaDZo{color:#626a73;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:24px;padding:8px 16px 0}.AiPopUp_element__35yPC{align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:12px;line-height:24px;margin-bottom:2px;opacity:1;padding:10px 8px;transition:background-color .2s ease-in-out}.AiPopUp_element__35yPC:hover:not(.AiPopUp_disabled__zantt){background-color:#39414d}.AiPopUp_element__35yPC.AiPopUp_disabled__zantt{cursor:not-allowed;opacity:.5;pointer-events:none}.GesturesPopUp_element__znaM2{align-items:center;border-radius:8px;cursor:pointer;display:flex;margin-bottom:2px;opacity:1;padding:10px 8px;pointer-events:auto;transition:background .2s ease-in-out}.GesturesPopUp_element__znaM2 .GesturesPopUp_label__i7tNW{color:#fff;font-size:14px;line-height:24px;margin:0;padding-left:12px}.GesturesPopUp_disabled__VMCYQ{cursor:not-allowed;opacity:.5;pointer-events:"none"}.ParametersPopUp_option__Qxzky{align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;line-height:1.5;margin-bottom:2px;opacity:1;padding:10px 8px 10px 12px;pointer-events:auto;transition:background .2s ease-in-out}@media(min-width:2048px){.ParametersPopUp_option__Qxzky{font-size:16px}}@media(max-width:1500px){.ParametersPopUp_option__Qxzky{font-size:12px}}@media(max-width:1024px){.ParametersPopUp_option__Qxzky{font-size:10px}}.ParametersPopUp_option__Qxzky:hover{background-color:#39414d}.TextAreaV3_textAreaBox__m87uf{background-color:#fff;height:calc(100% - 92px);padding-bottom:36px}.TextAreaV3_textbox__dALDn{background-color:#fff;color:#666;font-size:16px;font-weight:400;height:100%;line-height:1.5;overflow:auto;padding:16px;position:relative;width:100%}@media(min-width:2048px){.TextAreaV3_textbox__dALDn{font-size:20px}}@media(max-width:1500px){.TextAreaV3_textbox__dALDn{font-size:14px}}@media(max-width:1024px){.TextAreaV3_textbox__dALDn{font-size:12px}}.TextAreaV3_placeholder__hgEvb{color:#949494;font-size:16px;font-weight:400;left:16px;line-height:1.5;line-height:1.8;pointer-events:none;position:absolute;top:58px}@media(min-width:2048px){.TextAreaV3_placeholder__hgEvb{font-size:20px}}@media(max-width:1500px){.TextAreaV3_placeholder__hgEvb{font-size:14px}}@media(max-width:1024px){.TextAreaV3_placeholder__hgEvb{font-size:12px}}.plugins_characterCounter__r6Fd8{bottom:56px;color:#949494;font-size:14px;font-weight:400;left:16px;line-height:1.5;position:absolute}@media(min-width:2048px){.plugins_characterCounter__r6Fd8{font-size:16px}}@media(max-width:1500px){.plugins_characterCounter__r6Fd8{font-size:12px}}@media(max-width:1024px){.plugins_characterCounter__r6Fd8{font-size:10px}}.plugins_macro__5V5lX{align-items:center;background-color:#ee653f;border-radius:56px;color:#efefef;display:inline-flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:2px;justify-content:center;line-height:1.2;padding:4px 8px;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}@media(min-width:2048px){.plugins_macro__5V5lX{font-size:14px}}@media(max-width:1500px){.plugins_macro__5V5lX{font-size:10px}}@media(max-width:1024px){.plugins_macro__5V5lX{font-size:8px}}.plugins_macro__5V5lX::selection{background-color:#0000;color:inherit}.plugins_macroDraggable__m0vGv{cursor:grab}.plugins_macroSelected__rFztv{background-color:Highlight}.plugins_macroDragged__8hwHl{opacity:.5}.plugins_macroPopup__l9Efv{background:#efefef;border:1px solid #dedede;border-radius:8px;box-shadow:0 8px 24px #959da533;color:#949494;font-size:12px;font-weight:600;gap:8px;line-height:1.2;padding:8px;width:200px}@media(min-width:2048px){.plugins_macroPopup__l9Efv{font-size:14px}}@media(max-width:1500px){.plugins_macroPopup__l9Efv{font-size:10px}}@media(max-width:1024px){.plugins_macroPopup__l9Efv{font-size:8px}}.plugins_macroPopupItem__jOupX{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-flow:row nowrap;padding:4px}.plugins_macroPopupItem__jOupX .plugins_macro__5V5lX{cursor:pointer}.plugins_macroPopupItem__jOupX:not(:last-child){margin-bottom:4px}.plugins_macroPopupItem__jOupX.plugins_macroPopupItemSelected__Fad\+f,.plugins_macroPopupItem__jOupX:hover{background-color:#ee653f;color:#efefef}.plugins_dragIcon__KD8-N{height:12px;width:12px}.plugins_deleteIcon__tQ6t7{cursor:pointer;height:12px;width:12px}.plugins_textSelectionMacroPopup__o-rfx{left:0;position:absolute;top:0}.textScriptV3_textScript__ZDpYm{height:100%;position:relative}.textScriptV3_textScript__ZDpYm .textScriptV3_dragger__P5tTO{border-radius:5px;cursor:ns-resize;height:5px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:0;transform:translateY(-50%);width:calc(100% - 20px);z-index:1}.textScriptV3_textScript__ZDpYm .textScriptV3_dragger__P5tTO:hover{background-color:#fe6338}.textScriptV3_textScript__ZDpYm .textScriptV3_dragger__P5tTO:before{background-color:#fff;border:2px solid #b8b8b8;border-radius:6px;bottom:0;content:"";height:10px;left:0;margin:auto;position:absolute;right:0;top:0;width:32px}.textScriptV3_resizeHint__x4eGT.MuiTooltip-tooltip{background-color:#565d6c}.textScriptV3_resizeHint__x4eGT.MuiTooltip-tooltip .MuiTooltip-arrow{color:#565d6c}.textScriptV3_time__v8rTS{background-color:#efefef;border-bottom:1px solid #efefef;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;height:44px}.textScriptV3_time__v8rTS [data-component=play]{background-color:#0000;color:#1a1d23!important;font-size:14px;font-weight:500;line-height:1.5;transition:width .3s linear;white-space:nowrap;width:155px}@media(min-width:2048px){.textScriptV3_time__v8rTS [data-component=play]{font-size:16px}}@media(max-width:1500px){.textScriptV3_time__v8rTS [data-component=play]{font-size:12px}}@media(max-width:1024px){.textScriptV3_time__v8rTS [data-component=play]{font-size:10px}}@media(min-width:1920px){.textScriptV3_time__v8rTS [data-component=play]{width:170px}}.textScriptV3_time__v8rTS [data-component=play] path{stroke:#1a1d23}.textScriptV3_time__v8rTS [data-component=play]:active,.textScriptV3_time__v8rTS [data-component=play]:hover{background-color:inherit}.textScriptV3_dragHandle__-lNth{background-color:#007bff;border-radius:50%;cursor:pointer;height:12px;position:absolute;top:-5px;width:12px}.textScriptV3_dragHandle__-lNth:active{cursor:grabbing}.textScriptV3_timeline__me1Un{border-left:1px solid #dedede;flex-grow:1}.textScriptV3_timeline__me1Un.textScriptV3_empty__8msg5{padding:10px 15px;pointer-events:none;position:relative}.textScriptV3_timeline__me1Un.textScriptV3_empty__8msg5:before{background-image:repeating-linear-gradient(90deg,#0000,#0000,#0000 17px,#dedede 18px);bottom:0;content:"";height:10px;left:15px;margin-bottom:auto;margin-top:auto;position:absolute;top:0;width:calc(100% - 30px)}.textScriptV3_timeline__me1Un>div{align-items:center;color:#949494;display:flex;font-size:14px;font-weight:400;height:100%;justify-content:space-between;line-height:1.5;width:100%}@media(min-width:2048px){.textScriptV3_timeline__me1Un>div{font-size:16px}}@media(max-width:1500px){.textScriptV3_timeline__me1Un>div{font-size:12px}}@media(max-width:1024px){.textScriptV3_timeline__me1Un>div{font-size:10px}}.textScriptV3_timeline__me1Un>div::part(scroll),.textScriptV3_timeline__me1Un>div::part(timeline-wrapper),.textScriptV3_timeline__me1Un>div::part(wrapper){height:100%}.textScriptV3_timeline__me1Un>div::part(progress){background-color:#0000001a}.textScriptV3_timeline__me1Un>div::part(cursor){width:auto}.textScriptV3_timeline__me1Un>div::part(timeline-wrapper){align-items:center;display:flex}.textScriptV3_timeline__me1Un>div::part(timeline){width:100%}.textScriptV3_timeline__me1Un>div::part(timeline-notch){transform:translateY(-50%)}.textScriptV3_timeline__me1Un>div::part(timeline-notch-tick){height:10px}.textScriptV3_timeline__me1Un>div::part(timeline-notch-primary),.textScriptV3_timeline__me1Un>div::part(timeline-notch-secondary){border-left-width:0;font-size:14px;font-weight:400;line-height:1.5;text-indent:0;transform:translateX(-50%);width:auto}@media(min-width:2048px){.textScriptV3_timeline__me1Un>div::part(timeline-notch-primary),.textScriptV3_timeline__me1Un>div::part(timeline-notch-secondary){font-size:16px}}@media(max-width:1500px){.textScriptV3_timeline__me1Un>div::part(timeline-notch-primary),.textScriptV3_timeline__me1Un>div::part(timeline-notch-secondary){font-size:12px}}@media(max-width:1024px){.textScriptV3_timeline__me1Un>div::part(timeline-notch-primary),.textScriptV3_timeline__me1Un>div::part(timeline-notch-secondary){font-size:10px}}.textScriptV3_division__fGZ-R{background-color:#dedede;border-radius:1px;height:10px;width:1px}.textScriptV3_hideButtonDiv__A-jBU{justify-content:space-between;padding-right:10px}.textScriptV3_hideButtonDiv__A-jBU,.textScriptV3_macroBtns__vs\+WR{align-items:center;background-color:#272c35;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex}.textScriptV3_macroBtns__vs\+WR .textScriptV3_buttonWrapper__zzJIt{position:relative}.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn]{background-color:#0000;border-radius:0;flex-direction:row;font-size:12px;font-weight:600;gap:8px;line-height:1.2;padding:12px 16px}@media(min-width:2048px){.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn]{font-size:14px}}@media(max-width:1500px){.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn]{font-size:10px}}@media(max-width:1024px){.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn]{font-size:8px}}.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn] svg{font-size:25px}.textScriptV3_macroBtns__vs\+WR [data-component=macroBtn].textScriptV3_hideBtn__Cxfe0{display:none!important}.textScriptV3_macroBtns__vs\+WR .textScriptV3_expanded__FKBAL{background-color:#272c35}@media screen and (min-width:1400px)and (max-width:1700px){.textScriptV3_macroBtns__vs\+WR .textScriptV3_expanded__FKBAL{min-width:85px!important}}.textScriptV3_macroBtns__vs\+WR .textScriptV3_expanded__FKBAL:hover{background-color:#323843}.textScriptV3_macroBtns__vs\+WR .textScriptV3_disabled__T-S0W{color:#fff!important;cursor:not-allowed!important;opacity:.5!important}.textScriptV3_playButtonSpinner__H7goB .MuiCircularProgress-root{color:#4d4d4d;display:flex;height:25px!important;padding:3px;width:25px!important}.CreatingPersonalizedVoice_centered__47b8g{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.CreatingPersonalizedVoice_page__22SuM{background-color:#26272c;border-radius:8px;max-height:99vh;overflow:hidden}.CreatingPersonalizedVoice_page1__jtOEr{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.CreatingPersonalizedVoice_page1__jtOEr{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.CreatingPersonalizedVoice_page1__jtOEr{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.CreatingPersonalizedVoice_page1__jtOEr{width:1200px}}@media screen and (min-width:1800px){.CreatingPersonalizedVoice_page1__jtOEr{width:1400px}}.CreatingPersonalizedVoice_leftSection__sJQzT{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.CreatingPersonalizedVoice_leftSection__sJQzT{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.CreatingPersonalizedVoice_leftSection__sJQzT{padding:16px}}.CreatingPersonalizedVoice_leftSectionBottom__DrNsI .CreatingPersonalizedVoice_startCreatingButton__MLTGB{padding:12px 50px}.CreatingPersonalizedVoice_pill__d3\+i5{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.CreatingPersonalizedVoice_title__lDnbD{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.CreatingPersonalizedVoice_subtitle__lanSP{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.CreatingPersonalizedVoice_howItWorks__MPnhh{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.CreatingPersonalizedVoice_howItWorksImg__Hupx3{flex:1 0 auto;height:auto;width:50px}.CreatingPersonalizedVoice_howItWorksText__kOywc{font-size:16px;line-height:24px}.CreatingPersonalizedVoice_warningBox__oDPPl{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.CreatingPersonalizedVoice_warningIcon__J87IH{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.CreatingPersonalizedVoice_warningText__JtAYM{font-size:14px;font-weight:500;line-height:24px}.CreatingPersonalizedVoice_rightSection__HPYyt{border-radius:0 8px 8px 0;height:fit-content;width:50%}.CreatingPersonalizedVoice_closeFirstPageButton__BzHvT{cursor:pointer;position:absolute;right:16px;top:16px}.CreatingPersonalizedVoice_page2__jh1Rc{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;height:600px;justify-content:space-between;position:relative;width:800px}.CreatingPersonalizedVoice_topBox__ggMiR{max-height:100%;overflow-y:auto;padding:80px 32px 116px}.CreatingPersonalizedVoice_topBox__ggMiR::-webkit-scrollbar-track{background:#0000}.CreatingPersonalizedVoice_topBox__ggMiR::-webkit-scrollbar-thumb{background:#0000;border:none}.CreatingPersonalizedVoice_topLine__XcKQk{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.CreatingPersonalizedVoice_adviceSection__bh4sI{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.CreatingPersonalizedVoice_adviceSectionHeader__hGB\+s{font-size:24px;font-weight:700;margin-bottom:16px}.CreatingPersonalizedVoice_doSection__cFMkO,.CreatingPersonalizedVoice_dontSection__\+J\+Ef{flex:1 1}.CreatingPersonalizedVoice_adviceItem__jzj4C{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.CreatingPersonalizedVoice_actions__vFpXp{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.CreatingPersonalizedVoice_actions__vFpXp .CreatingPersonalizedVoice_actionButton__zqaP0{width:270px}.CreatingPersonalizedVoice_actionsGuide__b8Nvt{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.CreatingPersonalizedVoice_actionsGuide__b8Nvt .CreatingPersonalizedVoice_actionButton__zqaP0{width:270px}.VoiceModal_centered__9WdaR{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.VoiceModal_page__smBR-{background-color:#26272c;border-radius:8px;height:80vh;overflow-y:hidden}.VoiceModal_page1__EZv5-{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}@media screen and (min-width:500px)and (max-width:970px){.VoiceModal_page1__EZv5-{width:720px}}@media screen and (min-width:970px)and (max-width:1200px){.VoiceModal_page1__EZv5-{width:1000px}}@media screen and (min-width:1200px)and (max-width:1800px){.VoiceModal_page1__EZv5-{width:1200px}}@media screen and (min-width:1800px){.VoiceModal_page1__EZv5-{width:1400px}}.VoiceModal_leftSection__0t9R7{display:flex;flex-flow:column nowrap;justify-content:space-between;overflow-y:auto;padding:32px;width:50%}@media screen and (min-width:500px)and (max-width:970px){.VoiceModal_leftSection__0t9R7{overflow-y:auto}}@media screen and (min-width:970px)and (max-width:1200px){.VoiceModal_leftSection__0t9R7{padding:16px}}.VoiceModal_leftSectionBottom__nIQLr .VoiceModal_startCreatingButton__-n8xW{padding:12px 50px}.VoiceModal_pill__SzoHb{background-color:#27ae60;border-radius:30px;display:inline-block;padding:2px 16px}.VoiceModal_title__WDNCG{font-size:28px;font-weight:600;margin-bottom:16px;margin-top:16px}.VoiceModal_subtitle__-BIyw{color:#7b7c87;font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px}.VoiceModal_howItWorks__Sqopm{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:24px}.VoiceModal_howItWorksImg__ifd1S{flex:1 0 auto;height:auto;width:50px}.VoiceModal_howItWorksText__RGBuf{font-size:16px;line-height:24px}.VoiceModal_warningBox__urOF\+{align-items:flex-start;background:linear-gradient(0deg,#bc741a0d,#bc741a0d),#26272c;border:1px solid #fba63c;border-radius:8px;box-shadow:0 2px 1px 0 #4048520d;display:flex;flex-flow:row nowrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:12px 24px}.VoiceModal_warningIcon__FmcC6{align-items:center;background-color:#fba63c;border-radius:100%;display:flex;flex:1 0 auto;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.VoiceModal_warningText__1aWYM{font-size:14px;font-weight:500;line-height:24px}.VoiceModal_rightSection__xMRDA{border-radius:0 8px 8px 0;height:fit-content;width:50%}.VoiceModal_closeFirstPageButton__\+fWOA{cursor:pointer;position:absolute;right:16px;top:16px}.VoiceModal_page2__MPSfY{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;justify-content:space-between;position:relative;width:1026px}@media(max-width:1200px){.VoiceModal_page2__MPSfY{width:900px}}@media(max-width:1000px){.VoiceModal_page2__MPSfY{width:800px}}.VoiceModal_topBox__3J5QB{max-height:100%;overflow-y:auto;padding:80px 32px 120px}.VoiceModal_topBox__3J5QB::-webkit-scrollbar-track{background:#0000}.VoiceModal_topBox__3J5QB::-webkit-scrollbar-thumb{background:#0000;border:none}.VoiceModal_infoSection__fX6G8{padding:16px 197px;width:100%}@media(max-width:1200px){.VoiceModal_infoSection__fX6G8{padding:16px 160px}}.VoiceModal_avatarName__akrm5 .MuiInputBase-input{padding:12px 16px!important}.VoiceModal_sectionTitle__nQCH4{color:#fff;font-size:18px;font-weight:700;line-height:24px;margin-bottom:16px}.VoiceModal_genderSection__rNIX-{margin-top:32px}.VoiceModal_genderSelector__GfUcq{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.VoiceModal_genderItem__-D2rn{align-items:center;background-color:#383c44;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease;width:calc(50% - 5px)}.VoiceModal_genderItem__-D2rn:hover,.VoiceModal_selectedGenderItem__tIzt2{border-color:#fe6338}.VoiceModal_genderItemLabel__QUQpw{color:#fff;font-size:16px;font-weight:500}.VoiceModal_genderItemImg__LN6OB{border-radius:100%;height:50px;object-fit:cover;width:50px}@media(max-width:1200px){.VoiceModal_genderItemImg__LN6OB{height:40px;width:40px}}.VoiceModal_bgSection__LnEqi{margin-top:32px}.VoiceModal_bgSelector__cK558{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.VoiceModal_bgItem__lqhB3{align-items:center;display:flex;flex-direction:column;width:calc(50% - 5px)}.VoiceModal_bgItemImg__OhN5i{aspect-ratio:2;border:2px solid #0000;border-radius:10px;cursor:pointer;object-fit:cover;transition:all .2s ease;width:100%}.VoiceModal_bgItemImg__OhN5i:hover,.VoiceModal_selectedBgItemImg__7\+wyE{border-color:#fe6338}.VoiceModal_bgItemLabel__ANhNs{font-size:16px;font-weight:700;line-height:24px;margin-top:16px;text-align:center;width:70%}.VoiceModal_topLine__w-23I{align-items:center;background-color:#26272c;display:flex;flex-flow:row nowrap;justify-content:space-between;padding:32px;position:absolute;top:0;width:100%}.VoiceModal_control__e3LVG{align-items:center;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-end}.VoiceModal_photos__M4bWB{margin-bottom:24px;width:100%}.VoiceModal_photos__M4bWB svg{height:auto;width:100%}.VoiceModal_adviceSection__zlgxv{align-items:flex-start;display:flex;flex-flow:row nowrap;gap:2rem;justify-content:flex-start;overflow-y:hidden}.VoiceModal_adviceSectionHeader__COUeP{font-size:24px;font-weight:700;margin-bottom:16px}.VoiceModal_doSection__n6kvC,.VoiceModal_dontSection__xqonm{flex:1 1}.VoiceModal_adviceItem__QLX7n{align-items:flex-start;display:flex;flex-flow:row nowrap;font-size:16px;gap:12px;margin-bottom:16px}.VoiceModal_adviceItemDescription__9j-ia{line-height:24px}.VoiceModal_actions__t4aAs{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:space-between;left:0;padding:32px 50px;position:absolute;width:100%}.VoiceModal_actions__t4aAs .VoiceModal_actionButton__Qihdr{width:270px}.VoiceModal_actionsGuide__iQT4b{align-items:center;background-color:#26272c;border-top:1px solid #383c44;bottom:0;display:flex;justify-content:flex-end;left:0;padding:32px 50px;position:absolute;width:100%}.VoiceModal_actionsGuide__iQT4b .VoiceModal_actionButton__Qihdr{width:270px}.VoiceModal_bulletContainer__0xyME{display:flex;gap:10px}.VoiceModal_bulletItem__BL8KC{border:1px solid #fe6338;border-radius:100%;cursor:pointer;height:11px;width:11px}.VoiceModal_selectedBulletItem__-eFB8{background-color:#fe6338;border:1px solid #fe6338;border-radius:10px;cursor:pointer;height:11px;width:38px}.VoiceModal_voiceModal__xDGtw{border-radius:8px;display:flex;flex-direction:column;height:95vh;overflow-y:auto;padding:40px;position:relative;width:60%}@media(max-width:1700px){.VoiceModal_voiceModal__xDGtw{width:70%}}@media(max-width:1500px){.VoiceModal_voiceModal__xDGtw{width:80%}}@media(max-width:1280px){.VoiceModal_voiceModal__xDGtw{width:90%}}.VoiceModal_voiceModal__xDGtw .VoiceModal_modalTitle__Xw0DN{font-size:24px;margin-bottom:24px}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE{background-color:#20232a;border-radius:8px;display:flex;flex-direction:row}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_bannerImg__46mGr{border-radius:8px 0 0 8px;flex-grow:1;object-fit:cover}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz{display:flex;flex-direction:column;flex-grow:1;gap:12px;justify-content:space-between;padding:20px 24px}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentTitle__daLCc{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentTitle__daLCc{font-size:20px}}@media(max-width:1500px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentTitle__daLCc{font-size:14px}}@media(max-width:1024px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentTitle__daLCc{font-size:12px}}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentDescription__U9Uw7{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentDescription__U9Uw7{font-size:14px}}@media(max-width:1500px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentDescription__U9Uw7{font-size:10px}}@media(max-width:1024px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_contentDescription__U9Uw7{font-size:8px}}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN{align-items:center;display:flex;justify-content:space-between}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN .VoiceModal_avatarCounter__FImUn{border:1px solid #dedede;border-radius:16px;padding:8px}.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN .VoiceModal_avatarCounter__FImUn p{font-size:12px;font-weight:300;line-height:1.2;-webkit-user-select:none;user-select:none}@media(min-width:2048px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN .VoiceModal_avatarCounter__FImUn p{font-size:14px}}@media(max-width:1500px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN .VoiceModal_avatarCounter__FImUn p{font-size:10px}}@media(max-width:1024px){.VoiceModal_voiceModal__xDGtw .VoiceModal_customVoice__Q4XSE .VoiceModal_content__EOHnz .VoiceModal_ctrlSection__jbAiN .VoiceModal_avatarCounter__FImUn p{font-size:8px}}.VoiceModal_voiceModal__xDGtw .VoiceModal_search__Rxteu{margin-top:48px}.VoiceModal_voiceModal__xDGtw .VoiceModal_filterBtns__s3pcm{align-items:center;display:flex;gap:16px;justify-content:flex-start;margin-top:24px}.VoiceModal_voiceModal__xDGtw .VoiceModal_voicesSection__iPP4z{margin-top:48px}.VoiceModal_filterBtn__6c4x6{width:160px}.VoiceModal_voiceButton__T3D2f{align-items:center;border:2px solid #565d6c;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:space-between;min-height:82px;padding:12px;transition:background-color .2s ease,border .2s ease}.VoiceModal_voiceButton__T3D2f:hover{background-color:#20232a}.VoiceModal_voiceButton__T3D2f .VoiceModal_flag__4AhRw{border-radius:8px;height:39px;width:52px}.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:8px}.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal .VoiceModal_title__UQ9Cx{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal .VoiceModal_title__UQ9Cx{font-size:20px}}@media(max-width:1500px){.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal .VoiceModal_title__UQ9Cx{font-size:14px}}@media(max-width:1024px){.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal .VoiceModal_title__UQ9Cx{font-size:12px}}.VoiceModal_voiceButton__T3D2f .VoiceModal_labelArea__ujzal .VoiceModal_type__SIyDw{background-color:#ee653f;border-radius:16px;font-size:12px;padding:4px 8px}.VoiceSelectorV3_voiceSelector__JwOFa{align-items:center;display:flex;flex-shrink:1;gap:16px;min-width:0}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_label__PjAR3{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_label__PjAR3{font-size:16px}}@media(max-width:1500px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_label__PjAR3{font-size:12px}}@media(max-width:1024px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_label__PjAR3{font-size:10px}}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su{align-items:center;background-color:#272c35;border:1px solid #323843;border-radius:8px;display:flex;gap:8px;height:38px;padding:7px 12px;position:relative;width:180px}@media screen and (max-width:1400px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su{width:55px}}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_slider__5h6se{color:#efefef}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_slider__5h6se .MuiSlider-rail{width:105px}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_speed__mgpdH{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_speed__mgpdH{font-size:20px}}@media(max-width:1500px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_speed__mgpdH{font-size:14px}}@media(max-width:1024px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_sliderBox__dN4Su .VoiceSelectorV3_speed__mgpdH{font-size:12px}}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_verticalLine__mP5lI{background-color:#3d424d;height:26px;width:1px}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r{align-items:center;background-color:#3d424d;border:2px solid #ee653f;border-radius:8px;display:flex;gap:5px;justify-content:space-between;padding:8px}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r.VoiceSelectorV3_voiceSelectorDisabled__9o\+QT,.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__selected__fzfNa{border-color:#0000}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r:not(.VoiceSelectorV3_voiceSelectorDisabled__9o\+QT){cursor:pointer}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r:not(.VoiceSelectorV3_voiceSelectorDisabled__9o\+QT):hover{background-color:#565d6c}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceFlag__kUPZF{border-radius:2px;height:24px;width:32px}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceName__GsZax{font-size:14px;font-weight:500;line-height:1.5;white-space:nowrap}@media(min-width:2048px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceName__GsZax{font-size:16px}}@media(max-width:1500px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceName__GsZax{font-size:12px}}@media(max-width:1024px){.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceName__GsZax{font-size:10px}}.VoiceSelectorV3_voiceSelector__JwOFa .VoiceSelectorV3_voiceItem__RcM7r .VoiceSelectorV3_voiceType__rZD0c{background-color:#ee653f;border-radius:16px;font-size:8px;line-height:1.5;padding:4px 8px;white-space:nowrap}.VoiceSelectorV3_voiceSelectorDisabled__9o\+QT{opacity:.5}.VoiceSelectorV3_mobileSliderContainer__JXzTI{background-color:#272c35;border:1px solid #323843;border-radius:8px;height:38px;left:0;opacity:0;padding:5px 12px 7px 50px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease;width:150px}.VoiceSelectorV3_sliderBox__dN4Su:hover .VoiceSelectorV3_mobileSliderContainer__JXzTI{opacity:1;pointer-events:auto}.VoiceSelectorV3_mobileSlider__JYBXl .MuiSlider-rail{width:100%!important}.VoiceSelectorV3_speed__mgpdH{position:relative;z-index:1}.scriptEditorV3_scriptEditor__XXQ9C{background-color:#20232a;display:flex;flex-direction:column;padding:8px 32px 24px;-webkit-user-select:none;user-select:none;width:100%}@media screen and (max-width:1024px){.scriptEditorV3_scriptEditor__XXQ9C{padding:4px 16px 0}}.scriptEditorV3_scriptEditor__XXQ9C .scriptEditorV3_topBar__1DPxg{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;overflow-x:hidden;width:100%}.scriptEditorV3_scriptEditor__XXQ9C [data-component=tabs]{min-height:33px}.scriptEditorV3_scriptEditor__XXQ9C [data-component=tabs] .MuiTabs-indicator{background-color:#fe6338}.scriptEditorV3_scriptEditor__XXQ9C [data-component=tab]{border-bottom:2px solid #565d6c;color:#efefef;font-size:14px;font-weight:400;line-height:1.5;min-height:33px;padding:4px 28px 8px}@media(min-width:2048px){.scriptEditorV3_scriptEditor__XXQ9C [data-component=tab]{font-size:16px}}@media(max-width:1500px){.scriptEditorV3_scriptEditor__XXQ9C [data-component=tab]{font-size:12px}}@media(max-width:1024px){.scriptEditorV3_scriptEditor__XXQ9C [data-component=tab]{font-size:10px}}.scriptEditorV3_scriptEditor__XXQ9C [data-component=tab].Mui-selected{color:#fff}.VoiceSelector_voiceSelector__gQlnH{background-color:#3d424d;border-radius:8px;display:flex;flex-direction:column;flex-grow:1;height:100%;max-height:210px;padding:20px}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_sliderLabel__c-MPA{margin-bottom:12px}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_sliderValue__4NUPa{min-width:50px;text-align:right;width:50px}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg{align-items:center;border:2px solid #ee653f;border-radius:8px;display:flex;gap:12px;justify-content:space-between;margin-bottom:24px;padding:12px 20px 12px 12px}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__selected__GkMGA{border-color:#565d6c}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg:not(.VoiceSelector_voiceSelectorDisabled__fNMSm){cursor:pointer}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg:not(.VoiceSelector_voiceSelectorDisabled__fNMSm):hover{background-color:#272c35}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_voiceFlag__c\+M14{border-radius:8px;height:39px;width:52px}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR h3{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR h3{font-size:20px}}@media(max-width:1500px){.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR h3{font-size:14px}}@media(max-width:1024px){.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR h3{font-size:12px}}.VoiceSelector_voiceSelector__gQlnH .VoiceSelector_voiceItem__npEEg .VoiceSelector_labelArea__uFxCR .VoiceSelector_voiceType__XKbLJ{background-color:#ee653f;border-radius:16px;font-size:12px;padding:4px 8px}.VoiceSelector_voiceSelectorDisabled__fNMSm{opacity:.5}.ContextMenu_contextMenu__ElXEt{background-color:#282c34;border-radius:16px;padding:9px;position:absolute;-webkit-user-select:none;user-select:none;z-index:1}.ContextMenu_contextMenu__ElXEt button{align-items:center;background-color:#0000;border-radius:7px;border-width:0;color:#fff;display:flex;gap:10px;padding:7px;width:100%}.ContextMenu_contextMenu__ElXEt button[disabled]{color:#535763}.ContextMenu_contextMenu__ElXEt button:not([disabled]):hover{background-color:#ee653f}.ContextMenu_contextMenu__ElXEt button svg{font-size:18px}.ContextMenu_contextMenu__ElXEt button .ContextMenu_text__XGDI2{font-family:Inter,serif;font-size:16px;font-weight:400;line-height:1.5;margin-right:26px}@media(min-width:2048px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_text__XGDI2{font-size:20px}}@media(max-width:1500px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_text__XGDI2{font-size:14px}}@media(max-width:1024px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_text__XGDI2{font-size:12px}}.ContextMenu_contextMenu__ElXEt button .ContextMenu_shortcut__YB-I8{color:#535763;display:flex;font-size:12px;font-weight:300;gap:4px;line-height:1.2;margin-left:auto}@media(min-width:2048px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_shortcut__YB-I8{font-size:14px}}@media(max-width:1500px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_shortcut__YB-I8{font-size:10px}}@media(max-width:1024px){.ContextMenu_contextMenu__ElXEt button .ContextMenu_shortcut__YB-I8{font-size:8px}}.Textarea_textarea__UgsjA{background-color:#0000;border-width:0;line-height:1;outline:none;position:absolute;resize:none;transform-origin:center}.Elements_elements__sD837{height:100%;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none;width:100%}.VideoEditorV2_videoEditor__zN5uo{background-color:#191d26;max-height:100%;padding:0 24px;position:relative;width:100%}.VideoEditorV2_videoEditor__zN5uo .VideoEditorV2_videoPlayer__e0ZI7{background-color:#20232a;border-radius:8px;height:calc(100% - 24px);margin:0 auto 24px;max-height:calc(100% - 24px);overflow:hidden;position:relative}.VideoEditorV2_expanded__2RMvd{align-items:center;display:flex;height:100%;justify-content:center;max-height:100%;max-width:100%;padding:24px 48px}.VideoEditorV2_expanded__2RMvd .VideoEditorV2_videoPlayer__e0ZI7{height:auto;max-height:none;position:relative;width:100%}.VideoEditorV2_expanded__2RMvd .VideoEditorV2_videoPlayer__e0ZI7.VideoEditorV2_vertical__JAwEn{height:100%;width:auto}.VideoEditorV2_speechSnack__PhxAS.MuiSnackbar-root{bottom:8px;position:absolute}.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-root{align-items:flex-start;background-color:#20232a;border-left:4px solid #ee653f;border-radius:12px;flex-wrap:nowrap;font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-root{font-size:16px}}@media(max-width:1500px){.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-root{font-size:12px}}@media(max-width:1024px){.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-root{font-size:10px}}.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-message{display:flex;gap:14px}.VideoEditorV2_speechSnack__PhxAS .MuiSnackbarContent-message svg{color:#ee653f}.VideoEditorV2_subtitles__S2bXT{align-items:center;bottom:0;display:flex;height:60px;justify-content:center;left:0;padding:8px 16px;position:absolute;width:100%}.VideoEditorV2_subtitles__S2bXT .VideoEditorV2_text__Fg7VG{-webkit-text-stroke:1px #000;color:#fff;font-size:20px;font-weight:500;line-height:1.2;text-align:center;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}@media(min-width:2048px){.VideoEditorV2_subtitles__S2bXT .VideoEditorV2_text__Fg7VG{font-size:24px}}@media(max-width:1500px){.VideoEditorV2_subtitles__S2bXT .VideoEditorV2_text__Fg7VG{font-size:18px}}@media(max-width:1024px){.VideoEditorV2_subtitles__S2bXT .VideoEditorV2_text__Fg7VG{font-size:16px}}.AvatarMiddleV2_avatarMiddle__gpamg{-ms-overflow-style:none;display:flex;flex:1 1;flex-flow:column nowrap;height:100%;justify-content:space-between;margin:0;max-height:100%;min-width:41.666%;overflow:auto;padding-top:24px;scrollbar-width:none}.AvatarMiddleV2_avatarMiddle__gpamg::-webkit-scrollbar{display:none}.AvatarMiddleV2_avatarMiddleExpand__x8fYl{display:flex;flex-direction:row;width:100%}.AvatarMiddleV2_avatarMiddleExpand__x8fYl .AvatarMiddleV2_videoEditorSection__jA20r{height:100%;max-height:100%;min-width:50%}.AvatarMiddleV2_videoEditorSection__jA20r{display:flex;flex-flow:column nowrap;justify-content:space-between;margin:0 20px;overflow:hidden;position:relative}.AvatarMiddleV2_expanded__ES0Dl{background-color:#272c35;margin:0!important}.AvatarMiddleV2_voiceSelectorArea__0XMvz{background-color:#272c35;padding:24px}.AvatarCard_avatarCard__1JxZs{display:flex;flex-flow:column nowrap;gap:4px;overflow:hidden;position:relative;white-space:nowrap}.AvatarCard_avatarImage__B1iZC{aspect-ratio:3/2;background-color:#efefef;background-position:50%;border-radius:8px;position:relative}.AvatarCard_noBg__JKAYq{background-color:#0000!important}.AvatarCard_emptyImage__u60gr{background-color:#565d6c}.AvatarCard_center__8lMOP{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.AvatarCard_emptyImageIcon__lDbdf{color:#efefef}.AvatarCard_failedIcon__rhaSF{color:#ee653f}.AvatarCard_hasTopPadding__vIOnw .AvatarCard_avatarImage__B1iZC{background-position:center 8px}.AvatarCard_clickable__KomlI{cursor:pointer}.AvatarCard_disabled__\+PCz6{cursor:default;opacity:.5}.AvatarCard_selected__-fDxL .AvatarCard_avatarImage__B1iZC{border:4px solid #ee653f}.AvatarCard_avatarName__w5v6x{font-size:16px;font-weight:400;line-height:1.5;overflow:hidden;text-align:center;text-overflow:ellipsis}@media(min-width:2048px){.AvatarCard_avatarName__w5v6x{font-size:20px}}@media(max-width:1500px){.AvatarCard_avatarName__w5v6x{font-size:14px}}@media(max-width:1024px){.AvatarCard_avatarName__w5v6x{font-size:12px}}.AvatarCard_topRightComponent__6y3CD{position:absolute;right:4px;top:4px}.AvatarCard_responsiveImage__m5X6a{background-position:50%;background-repeat:no-repeat;height:100%;overflow:hidden;width:100%}.AvatarCard_responsiveImage__m5X6a.AvatarCard_cover__nzDRx{background-size:cover}.AvatarCard_responsiveImage__m5X6a.AvatarCard_fitFull__4u4mm{background-size:contain}.AvatarCard_responsiveImage__m5X6a.AvatarCard_fitWidth__zrdR0{background-size:100% auto}.AvatarCard_responsiveImage__m5X6a.AvatarCard_fitHeight__lzg7j{background-size:auto 100%}.AvatarCard_responsiveImage__m5X6a.AvatarCard_autoHeight__9t9QU{height:auto}.AvatarCard_video__QmpFA{border-radius:8px;height:100%;object-fit:cover;width:100%}.AvatarCard_selectedVideo__xAKf2{border-radius:4px}.AvatarCard_loadingContainer__V87sb{align-items:center;display:flex;flex-flow:column nowrap!important;gap:8px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.AvatarCard_progress__AdHcB{background:#dedede;bottom:0;position:absolute!important;width:100%}.AvatarCard_progress__AdHcB .MuiLinearProgress-bar{background-color:#ee653f}.AvatarCard_progressText__U\+dyM{-webkit-text-stroke:.7px #000!important;color:#efefef;display:flex;flex-direction:column;font-size:12px;font-weight:300;font-weight:800;line-height:1.2;text-align:center}@media(min-width:2048px){.AvatarCard_progressText__U\+dyM{font-size:14px}}@media(max-width:1500px){.AvatarCard_progressText__U\+dyM{font-size:10px}}@media(max-width:1024px){.AvatarCard_progressText__U\+dyM{font-size:8px}}.AvatarCard_progressTextPercents__X5jAY{-webkit-text-stroke:.4px #ee653f;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.ColorSelector_custom_color_picker__L7KV-{background:#20232a;border-radius:10px;box-shadow:0 4px 36.3px 0 rgba(0,0,0,.388);height:auto;padding:8px;width:320px}.ColorSelector_custom_color_picker__github_picker__vwVvl{background:#0000!important;border:initial!important;border-radius:0!important;border-radius:initial!important;box-shadow:none!important;margin-top:10px;padding:0!important}.ColorSelector_custom_color_picker__wrap__cVc9A{align-items:center;display:flex;margin-bottom:8px;width:100%}.ColorSelector_custom_color_picker__wrap__cVc9A div{color:#fff;flex:0 0 42%}.ColorSelector_custom_color_picker__wrap__cVc9A span{color:#fff;font-size:16px;font-style:normal;font-weight:600}.ColorSelector_custom_color_picker__wrap__cVc9A button{background:#0000;border:initial;cursor:pointer}.ColorSelector_switchButton__K14NF.MuiButtonBase-root{margin-left:4px}.ColorSelector_chromePicker__86WqA{background-color:#20232a!important;box-shadow:none!important}.AvatarSelectionModal_title__TYA1q{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px;margin-top:-11px}@media(min-width:2048px){.AvatarSelectionModal_title__TYA1q{font-size:24px}}@media(max-width:1500px){.AvatarSelectionModal_title__TYA1q{font-size:18px}}@media(max-width:1024px){.AvatarSelectionModal_title__TYA1q{font-size:16px}}.AvatarSelectionModal_avatarCreationCards__Yh1No{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.AvatarSelectionModal_searchBar__4RJbg.MuiTextField-root{margin-bottom:24px}.AvatarSelectionModal_tabs__h76PH{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.AvatarSelectionModal_tab__8lsEE{width:160px}.AvatarSelectionModal_avatarGrid__Y4NGn{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;max-height:250px;overflow-y:auto}.SpeechSelectionPanel_title__E06iN{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px;margin-top:-11px}@media(min-width:2048px){.SpeechSelectionPanel_title__E06iN{font-size:24px}}@media(max-width:1500px){.SpeechSelectionPanel_title__E06iN{font-size:18px}}@media(max-width:1024px){.SpeechSelectionPanel_title__E06iN{font-size:16px}}.SpeechSelectionPanel_avatarCreationCards__nJKGQ{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.SpeechSelectionPanel_searchBar__NICbr.MuiTextField-root{margin-bottom:24px}.SpeechSelectionPanel_tabs__8Favb{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.SpeechSelectionPanel_tab__3fvBl{width:160px}.SpeechSelectionPanel_gridContainer__igyBZ{margin-bottom:48px;min-height:200px}.SpeechSelectionPanel_avatarGrid__nsQY8{display:flex;flex-flow:column nowrap;gap:16px;max-height:370px;min-height:370px;overflow-y:auto}.SpeechSelectionPanel_audioPlayer__JzejC{flex:0 0 auto}.SpeechSelectionPanel_uploadScreenContainer__8T7G1{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center;margin-top:-11px;width:100%}.SpeechSelectionPanel_uploadScreenTitle__9AvgK{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.SpeechSelectionPanel_uploadScreenTitle__9AvgK{font-size:24px}}@media(max-width:1500px){.SpeechSelectionPanel_uploadScreenTitle__9AvgK{font-size:18px}}@media(max-width:1024px){.SpeechSelectionPanel_uploadScreenTitle__9AvgK{font-size:16px}}.SpeechSelectionPanel_uploadScreen__7tKrl{align-items:center;display:flex;flex-flow:row;height:400px;justify-content:center;margin-top:16px;max-height:300px;overflow:hidden;width:50%}.SpeechSelectionPanel_uploadScreenButtonContainer__duB9b{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.AvatarSpeechPanel_warning__BtXO0{align-items:center;display:flex;flex-flow:column;gap:10px;height:100%;justify-content:center;margin:0 auto;padding:0 20px;text-align:center;width:80%}.AvatarSpeechPanel_lockIcon__J0FPD{width:64px}.AvatarSpeechPanel_warningTitle__z2fUj{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AvatarSpeechPanel_warningTitle__z2fUj{font-size:20px}}@media(max-width:1500px){.AvatarSpeechPanel_warningTitle__z2fUj{font-size:14px}}@media(max-width:1024px){.AvatarSpeechPanel_warningTitle__z2fUj{font-size:12px}}.AvatarSpeechPanel_warningText__U3WIk{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.AvatarSpeechPanel_warningText__U3WIk{font-size:16px}}@media(max-width:1500px){.AvatarSpeechPanel_warningText__U3WIk{font-size:12px}}@media(max-width:1024px){.AvatarSpeechPanel_warningText__U3WIk{font-size:10px}}.AvatarSpeechPanel_speechPanel__EPMpY{display:flex;flex-flow:column nowrap;gap:24px;padding:32px;position:relative}.AvatarSpeechPanel_currentBackground__CRDZ5{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease}.AvatarSpeechPanel_currentBackground__CRDZ5:has(.AvatarSpeechPanel_selectedAudio__bHlnP){padding:19px}.AvatarSpeechPanel_currentBackground__CRDZ5:hover{background-color:#272c35}.AvatarSpeechPanel_currentBackgroundPreview__g58EH{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.AvatarSpeechPanel_currentBackgroundLabel__Iw5tZ{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.AvatarSpeechPanel_currentBackgroundLabel__Iw5tZ{font-size:20px}}@media(max-width:1500px){.AvatarSpeechPanel_currentBackgroundLabel__Iw5tZ{font-size:14px}}@media(max-width:1024px){.AvatarSpeechPanel_currentBackgroundLabel__Iw5tZ{font-size:12px}}.AvatarSpeechPanel_selectedAudio__bHlnP{width:100%}.AvatarSpeechPanel_selectedAudio__bHlnP[data-component=audio-card]{border:none}.AvatarSpeechPanel_recentsSection__aGI3v{display:flex;flex-flow:column nowrap;gap:24px}.AvatarSpeechPanel_recentsHeader__-glU0{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.AvatarSpeechPanel_recentsHeaderText__2gUGt{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.AvatarSpeechPanel_recentsHeaderText__2gUGt{font-size:20px}}@media(max-width:1500px){.AvatarSpeechPanel_recentsHeaderText__2gUGt{font-size:14px}}@media(max-width:1024px){.AvatarSpeechPanel_recentsHeaderText__2gUGt{font-size:12px}}.AvatarSpeechPanel_recentsAvatarList__pcb47{display:flex;flex-flow:column nowrap;gap:16px;min-height:50px;position:relative}.AvatarSpeechPanel_recentsSeeAllButton__4PoTa{display:flex;justify-content:flex-end}.AvatarSpeechPanel_spinnerContainer__zxpzM{height:100%;position:relative;width:100%}.ContactListSelectionPanel_title__CVmYl{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px;margin-top:-11px}@media(min-width:2048px){.ContactListSelectionPanel_title__CVmYl{font-size:24px}}@media(max-width:1500px){.ContactListSelectionPanel_title__CVmYl{font-size:18px}}@media(max-width:1024px){.ContactListSelectionPanel_title__CVmYl{font-size:16px}}.ContactListSelectionPanel_avatarCreationCards__h\+OwM{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.ContactListSelectionPanel_searchBar__dahCa.MuiTextField-root{margin-bottom:24px}.ContactListSelectionPanel_tabs__9ncbY{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.ContactListSelectionPanel_tab__MmkqU{width:160px}.ContactListSelectionPanel_gridContainer__Z6vvx{margin-bottom:48px;min-height:200px}.ContactListSelectionPanel_avatarGrid__94Wp2{display:flex;flex-flow:column nowrap;gap:16px;max-height:370px;min-height:370px;overflow-y:auto}.ContactListSelectionPanel_audioPlayer__iQRI8{flex:0 0 auto}.ContactListSelectionPanel_uploadScreenContainer__joNcH{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center;margin-top:-11px;width:100%}.ContactListSelectionPanel_uploadScreenTitle__uRO4h{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.ContactListSelectionPanel_uploadScreenTitle__uRO4h{font-size:24px}}@media(max-width:1500px){.ContactListSelectionPanel_uploadScreenTitle__uRO4h{font-size:18px}}@media(max-width:1024px){.ContactListSelectionPanel_uploadScreenTitle__uRO4h{font-size:16px}}.ContactListSelectionPanel_uploadScreen__GE\+yO{align-items:center;display:flex;flex-flow:row;height:400px;justify-content:center;margin-top:16px;max-height:300px;overflow:hidden;width:50%}.ContactListSelectionPanel_uploadScreenButtonContainer__fupl2{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.ContactListUploadPanel_fileUploadContainer__XEXtC{align-items:center;display:flex;flex-direction:column;gap:20px;height:50vh;justify-content:center;width:100%}.ContactListUploadPanel_con__P5PLb{height:100%;width:80%}.ContactListUploadPanel_flexCol__SyzdZ{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:90%}.ContactListUploadPanel_fileTitle__HcxeS,.ContactListUploadPanel_flex__NNtvu{align-items:center;display:flex;gap:5px;justify-content:center}.ContactListUploadPanel_fileTitle__HcxeS{max-width:70%}.ContactListUploadPanel_p__3MPpL{line-height:1;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ContactListUploadPanel_ChangeButton__MiYD4{width:45%}.ContactListUploadPanel_dimText__MGVkP{color:hsla(0,0%,100%,.601);font-size:13px}.ContactListUploadPanel_flexRight__suikk{align-items:center;display:flex;gap:20px;justify-content:right;margin-top:20px;width:100%}.CRMContactListPanel_heading__os2Ix{display:flex;flex-flow:column nowrap;gap:8px}.CRMContactListPanel_title__YNm9q{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.CRMContactListPanel_title__YNm9q{font-size:24px}}@media(max-width:1500px){.CRMContactListPanel_title__YNm9q{font-size:18px}}@media(max-width:1024px){.CRMContactListPanel_title__YNm9q{font-size:16px}}.CRMContactListPanel_subTitle__Ip7Yn{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.CRMContactListPanel_subTitle__Ip7Yn{font-size:20px}}@media(max-width:1500px){.CRMContactListPanel_subTitle__Ip7Yn{font-size:14px}}@media(max-width:1024px){.CRMContactListPanel_subTitle__Ip7Yn{font-size:12px}}.CRMContactListPanel_warning__ODquk{align-items:center;display:flex;flex-flow:column;gap:10px;height:100%;justify-content:center;margin:0 auto;padding:0 20px;text-align:center;width:80%}.CRMContactListPanel_lockIcon__qaBx3{width:64px}.CRMContactListPanel_warningTitle__oX\+Dd{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.CRMContactListPanel_warningTitle__oX\+Dd{font-size:20px}}@media(max-width:1500px){.CRMContactListPanel_warningTitle__oX\+Dd{font-size:14px}}@media(max-width:1024px){.CRMContactListPanel_warningTitle__oX\+Dd{font-size:12px}}.CRMContactListPanel_warningText__1Hk5a{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.CRMContactListPanel_warningText__1Hk5a{font-size:16px}}@media(max-width:1500px){.CRMContactListPanel_warningText__1Hk5a{font-size:12px}}@media(max-width:1024px){.CRMContactListPanel_warningText__1Hk5a{font-size:10px}}.CRMContactListPanel_contactListPanel__H\+JkU{display:flex;flex-flow:column nowrap;gap:24px;padding:32px;position:relative}.CRMContactListPanel_currentContactList__lJCYK{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:16px;font-weight:600;gap:16px;height:115px;line-height:1.5;overflow:hidden;padding:26px 16px;position:relative;text-overflow:ellipsis;transition:background-color .2s ease;white-space:nowrap}@media(min-width:2048px){.CRMContactListPanel_currentContactList__lJCYK{font-size:20px}}@media(max-width:1500px){.CRMContactListPanel_currentContactList__lJCYK{font-size:14px}}@media(max-width:1024px){.CRMContactListPanel_currentContactList__lJCYK{font-size:12px}}.CRMContactListPanel_currentContactList__lJCYK:has(.CRMContactListPanel_selectedAudio__7iFUl){padding:19px}.CRMContactListPanel_currentContactList__lJCYK:hover{background-color:#272c35}.CRMContactListPanel_contactListPreview__tdoVU{width:100px}.CRMContactListPanel_contactListLabel__lx2YI{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.CRMContactListPanel_contactListLabel__lx2YI{font-size:20px}}@media(max-width:1500px){.CRMContactListPanel_contactListLabel__lx2YI{font-size:14px}}@media(max-width:1024px){.CRMContactListPanel_contactListLabel__lx2YI{font-size:12px}}.CRMContactListPanel_selectedAudio__7iFUl{width:100%}.CRMContactListPanel_selectedAudio__7iFUl[data-component=audio-card]{border:none}.CRMContactListPanel_recentsSection__4rtSo{display:flex;flex-flow:column nowrap;gap:24px}.CRMContactListPanel_recentsHeader__B\+0Eg{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.CRMContactListPanel_recentsHeaderText__b1Bxd{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.CRMContactListPanel_recentsHeaderText__b1Bxd{font-size:20px}}@media(max-width:1500px){.CRMContactListPanel_recentsHeaderText__b1Bxd{font-size:14px}}@media(max-width:1024px){.CRMContactListPanel_recentsHeaderText__b1Bxd{font-size:12px}}.CRMContactListPanel_recentsContactList__uhl9H{display:flex;flex-flow:column nowrap;gap:16px;min-height:50px;position:relative}.CRMContactListPanel_recentsSeeAllButton__zgV\+\+{display:flex;justify-content:flex-end}.CRMContactListPanel_spinnerContainer__ZC3wL{height:100%;position:relative;width:100%}.ContactListSelectionPanel_title__S4qNl{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px;margin-top:-11px}@media(min-width:2048px){.ContactListSelectionPanel_title__S4qNl{font-size:24px}}@media(max-width:1500px){.ContactListSelectionPanel_title__S4qNl{font-size:18px}}@media(max-width:1024px){.ContactListSelectionPanel_title__S4qNl{font-size:16px}}.ContactListSelectionPanel_avatarCreationCards__J7qFy{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.ContactListSelectionPanel_searchBar__z7ajK.MuiTextField-root{margin-bottom:24px}.ContactListSelectionPanel_tabs__KDw4L{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.ContactListSelectionPanel_tab__BKgVM{width:160px}.ContactListSelectionPanel_gridContainer__z\+703{margin-bottom:48px;min-height:200px}.ContactListSelectionPanel_avatarGrid__6Vihy{display:flex;flex-flow:column nowrap;gap:16px;max-height:370px;min-height:370px;overflow-y:auto}.ContactListSelectionPanel_audioPlayer__vbgve{flex:0 0 auto}.ContactListSelectionPanel_uploadScreenContainer__Tvz3o{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center;margin-top:-11px;width:100%}.ContactListSelectionPanel_uploadScreenTitle__arvj\+{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.ContactListSelectionPanel_uploadScreenTitle__arvj\+{font-size:24px}}@media(max-width:1500px){.ContactListSelectionPanel_uploadScreenTitle__arvj\+{font-size:18px}}@media(max-width:1024px){.ContactListSelectionPanel_uploadScreenTitle__arvj\+{font-size:16px}}.ContactListSelectionPanel_uploadScreen__vK0i0{align-items:center;display:flex;flex-flow:row;height:400px;justify-content:center;margin-top:16px;max-height:300px;overflow:hidden;width:50%}.ContactListSelectionPanel_uploadScreenButtonContainer__oOpr0{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.ContactListSelectionPanel_contactListItem__T788z{flex:0 0}.HubspotContactListPanel_heading__W3U0t{display:flex;flex-flow:column nowrap;gap:8px}.HubspotContactListPanel_title__AExV7{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.HubspotContactListPanel_title__AExV7{font-size:24px}}@media(max-width:1500px){.HubspotContactListPanel_title__AExV7{font-size:18px}}@media(max-width:1024px){.HubspotContactListPanel_title__AExV7{font-size:16px}}.HubspotContactListPanel_subTitle__nb99J{font-size:16px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HubspotContactListPanel_subTitle__nb99J{font-size:20px}}@media(max-width:1500px){.HubspotContactListPanel_subTitle__nb99J{font-size:14px}}@media(max-width:1024px){.HubspotContactListPanel_subTitle__nb99J{font-size:12px}}.HubspotContactListPanel_warning__\+BC21{align-items:center;display:flex;flex-flow:column;gap:10px;height:100%;justify-content:center;margin:0 auto;padding:0 20px;text-align:center;width:80%}.HubspotContactListPanel_lockIcon__RB5ZJ{width:64px}.HubspotContactListPanel_warningTitle__dF8ch{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HubspotContactListPanel_warningTitle__dF8ch{font-size:20px}}@media(max-width:1500px){.HubspotContactListPanel_warningTitle__dF8ch{font-size:14px}}@media(max-width:1024px){.HubspotContactListPanel_warningTitle__dF8ch{font-size:12px}}.HubspotContactListPanel_warningText__j2ods{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HubspotContactListPanel_warningText__j2ods{font-size:16px}}@media(max-width:1500px){.HubspotContactListPanel_warningText__j2ods{font-size:12px}}@media(max-width:1024px){.HubspotContactListPanel_warningText__j2ods{font-size:10px}}.HubspotContactListPanel_contactListPanel__llj6t{display:flex;flex-flow:column nowrap;gap:24px;padding:32px;position:relative}.HubspotContactListPanel_currentContactList__c2Kll{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;font-size:16px;font-weight:600;gap:16px;height:115px;line-height:1.5;overflow:hidden;padding:26px 16px;position:relative;text-overflow:ellipsis;transition:background-color .2s ease;white-space:nowrap}@media(min-width:2048px){.HubspotContactListPanel_currentContactList__c2Kll{font-size:20px}}@media(max-width:1500px){.HubspotContactListPanel_currentContactList__c2Kll{font-size:14px}}@media(max-width:1024px){.HubspotContactListPanel_currentContactList__c2Kll{font-size:12px}}.HubspotContactListPanel_currentContactList__c2Kll:has(.HubspotContactListPanel_selectedAudio__XUaX5){padding:19px}.HubspotContactListPanel_currentContactList__c2Kll:hover{background-color:#272c35}.HubspotContactListPanel_contactListPreview__qoaB8{width:100px}.HubspotContactListPanel_contactListLabel__3UXmz{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.HubspotContactListPanel_contactListLabel__3UXmz{font-size:20px}}@media(max-width:1500px){.HubspotContactListPanel_contactListLabel__3UXmz{font-size:14px}}@media(max-width:1024px){.HubspotContactListPanel_contactListLabel__3UXmz{font-size:12px}}.HubspotContactListPanel_selectedAudio__XUaX5{width:100%}.HubspotContactListPanel_selectedAudio__XUaX5[data-component=audio-card]{border:none}.HubspotContactListPanel_recentsSection__fEJJg{display:flex;flex-flow:column nowrap;gap:24px}.HubspotContactListPanel_recentsHeader__aBJg\+{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.HubspotContactListPanel_recentsHeaderText__WR3I3{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HubspotContactListPanel_recentsHeaderText__WR3I3{font-size:20px}}@media(max-width:1500px){.HubspotContactListPanel_recentsHeaderText__WR3I3{font-size:14px}}@media(max-width:1024px){.HubspotContactListPanel_recentsHeaderText__WR3I3{font-size:12px}}.HubspotContactListPanel_recentsContactList__Bkx9U{display:flex;flex-flow:column nowrap;gap:16px;min-height:50px;position:relative}.HubspotContactListPanel_recentsSeeAllButton__oP-YW{display:flex;justify-content:flex-end}.HubspotContactListPanel_spinnerContainer__Eh9gy{height:100%;position:relative;width:100%}.SpeechSelectionPanel_title__eSPGf{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px;margin-top:-11px}@media(min-width:2048px){.SpeechSelectionPanel_title__eSPGf{font-size:24px}}@media(max-width:1500px){.SpeechSelectionPanel_title__eSPGf{font-size:18px}}@media(max-width:1024px){.SpeechSelectionPanel_title__eSPGf{font-size:16px}}.SpeechSelectionPanel_avatarCreationCards__vqzkN{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.SpeechSelectionPanel_searchBar__vncVa.MuiTextField-root{margin-bottom:24px}.SpeechSelectionPanel_tabs__c0Lce{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.SpeechSelectionPanel_tab__EhpLo{width:160px}.SpeechSelectionPanel_gridContainer__B\+NbP{margin-bottom:48px;min-height:200px}.SpeechSelectionPanel_avatarGrid__bAkD3{display:flex;flex-flow:column nowrap;gap:16px;max-height:370px;min-height:370px;overflow-y:auto}.SpeechSelectionPanel_audioPlayer__TFEEk{flex:0 0 auto}.SpeechSelectionPanel_uploadScreenContainer__ULfNE{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center;margin-top:-11px;width:100%}.SpeechSelectionPanel_uploadScreenTitle__-1Nvb{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.SpeechSelectionPanel_uploadScreenTitle__-1Nvb{font-size:24px}}@media(max-width:1500px){.SpeechSelectionPanel_uploadScreenTitle__-1Nvb{font-size:18px}}@media(max-width:1024px){.SpeechSelectionPanel_uploadScreenTitle__-1Nvb{font-size:16px}}.SpeechSelectionPanel_uploadScreen__Jhxce{align-items:center;display:flex;flex-flow:row;height:400px;justify-content:center;margin-top:16px;max-height:300px;overflow:hidden;width:50%}.SpeechSelectionPanel_uploadScreenButtonContainer__l18yk{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.HubspotSpeechPanel_warning__g0qKL{align-items:center;display:flex;flex-flow:column;gap:10px;height:100%;justify-content:center;margin:0 auto;padding:0 20px;text-align:center;width:80%}.HubspotSpeechPanel_lockIcon__M6x58{width:64px}.HubspotSpeechPanel_warningTitle__fCWNb{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HubspotSpeechPanel_warningTitle__fCWNb{font-size:20px}}@media(max-width:1500px){.HubspotSpeechPanel_warningTitle__fCWNb{font-size:14px}}@media(max-width:1024px){.HubspotSpeechPanel_warningTitle__fCWNb{font-size:12px}}.HubspotSpeechPanel_warningText__RR75n{font-size:14px;font-weight:400;line-height:1.5}@media(min-width:2048px){.HubspotSpeechPanel_warningText__RR75n{font-size:16px}}@media(max-width:1500px){.HubspotSpeechPanel_warningText__RR75n{font-size:12px}}@media(max-width:1024px){.HubspotSpeechPanel_warningText__RR75n{font-size:10px}}.HubspotSpeechPanel_speechPanel__KBfTu{display:flex;flex-flow:column nowrap;gap:24px;padding:32px;position:relative}.HubspotSpeechPanel_currentBackground__MDKAS{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease}.HubspotSpeechPanel_currentBackground__MDKAS:has(.HubspotSpeechPanel_selectedAudio__ldSyg){padding:19px}.HubspotSpeechPanel_currentBackground__MDKAS:hover{background-color:#272c35}.HubspotSpeechPanel_currentBackgroundPreview__mOAG9{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.HubspotSpeechPanel_currentBackgroundLabel__X5mdi{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.HubspotSpeechPanel_currentBackgroundLabel__X5mdi{font-size:20px}}@media(max-width:1500px){.HubspotSpeechPanel_currentBackgroundLabel__X5mdi{font-size:14px}}@media(max-width:1024px){.HubspotSpeechPanel_currentBackgroundLabel__X5mdi{font-size:12px}}.HubspotSpeechPanel_selectedAudio__ldSyg{width:100%}.HubspotSpeechPanel_selectedAudio__ldSyg[data-component=audio-card]{border:none}.HubspotSpeechPanel_recentsSection__77i\+n{display:flex;flex-flow:column nowrap;gap:24px}.HubspotSpeechPanel_recentsHeader__6tQ-d{align-items:center;display:flex;flex-flow:row nowrap;justify-content:space-between}.HubspotSpeechPanel_recentsHeaderText__I5prO{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.HubspotSpeechPanel_recentsHeaderText__I5prO{font-size:20px}}@media(max-width:1500px){.HubspotSpeechPanel_recentsHeaderText__I5prO{font-size:14px}}@media(max-width:1024px){.HubspotSpeechPanel_recentsHeaderText__I5prO{font-size:12px}}.HubspotSpeechPanel_recentsAvatarList__\+Pw16{display:flex;flex-flow:column nowrap;gap:16px;min-height:50px;position:relative}.HubspotSpeechPanel_recentsSeeAllButton__W4frP{display:flex;justify-content:flex-end}.HubspotSpeechPanel_spinnerContainer__nJFMF{height:100%;position:relative;width:100%}.panel_panel__nMkBS{display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:24px;height:100%;line-height:1.5;padding-left:32px;padding-right:32px;padding-top:32px}@media(min-width:2048px){.panel_panel__nMkBS{font-size:16px}}@media(max-width:1500px){.panel_panel__nMkBS{font-size:12px}}@media(max-width:1024px){.panel_panel__nMkBS{font-size:10px}}.panel_panel__nMkBS.panel_scrollable__M\+Wet{overflow-y:auto;padding-bottom:32px}.panel_panel__nMkBS .MuiInputBase-root{font-size:14px;font-weight:500;line-height:1.5}@media(min-width:2048px){.panel_panel__nMkBS .MuiInputBase-root{font-size:16px}}@media(max-width:1500px){.panel_panel__nMkBS .MuiInputBase-root{font-size:12px}}@media(max-width:1024px){.panel_panel__nMkBS .MuiInputBase-root{font-size:10px}}.panel_gallery__n4bvj{display:flex;flex-wrap:wrap;gap:10px}.panel_gallery__n4bvj>button{aspect-ratio:1/1;width:calc(50% - 5px)}.panel_controls__zFKoa{display:flex;gap:16px}.panel_controls__zFKoa button{width:calc(50% - 8px)}.panel_block__REFRi{background-color:#323843;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:24px}.panel_block__REFRi label{display:flex;flex:1 1;flex-direction:column;gap:8px}.panel_block__REFRi .MuiButton-root:not([class*=selected]){background-color:#3d424d}.panel_block__REFRi .MuiButton-root[class*=selected]{background-color:#565d6c}.panel_row__K51xz{display:flex;gap:8px}.panel_buttonsRow__YTgwX .MuiButton-root{flex:1 1}.panel_colors__O3--H{display:flex;justify-content:space-between}.panel_colors__O3--H .panel_color__Yxiow{border-radius:50%;height:32px;width:32px}.panel_colors__O3--H .panel_color__Yxiow:not(.panel_disabled__2tFZL){cursor:pointer}.panel_colors__O3--H .panel_color__Yxiow.panel_active__FQb0W{outline:2px solid #fe6338;outline-offset:3px}.panel_colorField__vpAL9{align-items:center;flex-direction:row;height:76px;justify-content:space-between;padding-bottom:16px;padding-top:16px}.panel_colorField__vpAL9 label{margin-right:auto}.panel_colorField__vpAL9 .panel_delete__Carnt{font-size:24px;min-width:0;min-width:auto;padding-left:4px;padding-right:4px}.panel_colorField__vpAL9 .panel_add__SX2wo{font-size:32px;padding:4px}.panel_colorField__vpAL9 .panel_color__Yxiow{font-size:14px;font-weight:500;gap:10px;justify-content:flex-start;line-height:1.5;width:143px}@media(min-width:2048px){.panel_colorField__vpAL9 .panel_color__Yxiow{font-size:16px}}@media(max-width:1500px){.panel_colorField__vpAL9 .panel_color__Yxiow{font-size:12px}}@media(max-width:1024px){.panel_colorField__vpAL9 .panel_color__Yxiow{font-size:10px}}.panel_colorField__vpAL9 .panel_color__Yxiow span{border-radius:8px;height:32px;width:32px}.panel_colorField__vpAL9 .panel_strokeWidth__n5UWw{height:56px;max-width:85px;min-width:74px}.panel_sliderBox__mIGOj{align-items:center;background-color:#272c35;border-radius:8px;color:#efefef;display:flex;font-size:16px;font-weight:400;gap:18px;line-height:1.5;padding:7px 12px}@media(min-width:2048px){.panel_sliderBox__mIGOj{font-size:20px}}@media(max-width:1500px){.panel_sliderBox__mIGOj{font-size:14px}}@media(max-width:1024px){.panel_sliderBox__mIGOj{font-size:12px}}.panel_sliderBox__mIGOj .panel_slider__EDq8r:not(.Mui-disabled){color:inherit}.panel_disabled__2tFZL{cursor:auto;opacity:.6}.panel_note__16jfG{color:#949494;font-size:14px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.panel_note__16jfG{font-size:16px}}@media(max-width:1500px){.panel_note__16jfG{font-size:12px}}@media(max-width:1024px){.panel_note__16jfG{font-size:10px}}.MediaPanel_sourceTab__xY3wA{display:flex;gap:4px}.MediaPanel_sourceTab__xY3wA button{flex:1 1}.MediaPanel_sourceTab__xY3wA button[class*=isSelected]{background-color:#313641}.MediaPanel_sourceTab__xY3wA button svg{font-size:32px}.MediaPanel_tab__2UNgC{display:flex;flex-direction:column;gap:20px;height:calc(100% - 37px);padding-top:20px}.MediaPanel_tab__2UNgC hr{background-color:#3d424d;border-width:0;height:1px}.MediaPanel_search__m-orG{width:100%}.MediaPanel_search__m-orG .MuiInputBase-root:not(.Mui-disabled){background-color:#303641!important;border-color:#303641!important}.MediaPanel_search__m-orG .MediaPanel_reset__vlQ0V{transform:translateX(12px)}.MediaPanel_source__goilU{height:calc(100% - 81px)}.MediaPanel_list__yvFkT{display:flex;flex-wrap:wrap;gap:16px;overflow-y:auto;padding-bottom:16px}.MediaPanel_list__yvFkT .MediaPanel_item__adbQF{border-radius:8px;cursor:pointer;object-fit:cover;width:calc(50% - 8px)}.MediaPanel_uploadModal__9hsRX{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center}.MediaPanel_uploadModal__9hsRX .MediaPanel_title__itpv2{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.MediaPanel_uploadModal__9hsRX .MediaPanel_title__itpv2{font-size:24px}}@media(max-width:1500px){.MediaPanel_uploadModal__9hsRX .MediaPanel_title__itpv2{font-size:18px}}@media(max-width:1024px){.MediaPanel_uploadModal__9hsRX .MediaPanel_title__itpv2{font-size:16px}}.MediaPanel_uploadModal__9hsRX .MediaPanel_dragAndDrop__5ff8D{align-items:center;display:flex;flex-flow:row;height:300px;justify-content:center;overflow:hidden;width:75%}.MediaPanel_uploadModal__9hsRX .MediaPanel_footer__-vJTk{display:flex;justify-content:flex-end;width:100%}.MediaPanel_moreSpinner__qZc9s{text-align:center}.TextAreaV2_textbox__eZA24{background-color:#efefef;border-radius:8px;color:#4d4d4d;font-size:16px;font-weight:400;height:100%;line-height:1.5;line-height:1.8;overflow:auto;padding:16px;position:relative;width:100%}@media(min-width:2048px){.TextAreaV2_textbox__eZA24{font-size:20px}}@media(max-width:1500px){.TextAreaV2_textbox__eZA24{font-size:14px}}@media(max-width:1024px){.TextAreaV2_textbox__eZA24{font-size:12px}}.TextAreaV2_placeholder__GyYnV{color:#949494;font-size:16px;font-weight:400;left:16px;line-height:1.5;line-height:1.8;pointer-events:none;position:absolute;top:16px}@media(min-width:2048px){.TextAreaV2_placeholder__GyYnV{font-size:20px}}@media(max-width:1500px){.TextAreaV2_placeholder__GyYnV{font-size:14px}}@media(max-width:1024px){.TextAreaV2_placeholder__GyYnV{font-size:12px}}.plugins_characterCounter__4MWF0{bottom:16px;color:#949494;font-size:14px;font-weight:400;line-height:1.5;position:absolute;right:16px}@media(min-width:2048px){.plugins_characterCounter__4MWF0{font-size:16px}}@media(max-width:1500px){.plugins_characterCounter__4MWF0{font-size:12px}}@media(max-width:1024px){.plugins_characterCounter__4MWF0{font-size:10px}}.plugins_macro__LDDlz{align-items:center;background-color:#ee653f;border-radius:56px;color:#efefef;display:inline-flex;flex-flow:row nowrap;font-size:12px;font-weight:600;gap:2px;justify-content:center;line-height:1.2;padding:4px 8px;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}@media(min-width:2048px){.plugins_macro__LDDlz{font-size:14px}}@media(max-width:1500px){.plugins_macro__LDDlz{font-size:10px}}@media(max-width:1024px){.plugins_macro__LDDlz{font-size:8px}}.plugins_macro__LDDlz::selection{background-color:#0000;color:inherit}.plugins_macroDraggable__CxgIP{cursor:grab}.plugins_macroSelected__erYVm{background-color:Highlight}.plugins_macroDragged__AW\+So{opacity:.5}.plugins_macroPopup__HieV9{background:#efefef;border:1px solid #dedede;border-radius:8px;box-shadow:0 8px 24px #959da533;color:#949494;font-size:12px;font-weight:600;gap:8px;line-height:1.2;padding:8px;width:200px}@media(min-width:2048px){.plugins_macroPopup__HieV9{font-size:14px}}@media(max-width:1500px){.plugins_macroPopup__HieV9{font-size:10px}}@media(max-width:1024px){.plugins_macroPopup__HieV9{font-size:8px}}.plugins_macroPopupItem__CGqTB{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-flow:row nowrap;padding:4px}.plugins_macroPopupItem__CGqTB .plugins_macro__LDDlz{cursor:pointer}.plugins_macroPopupItem__CGqTB:not(:last-child){margin-bottom:4px}.plugins_macroPopupItem__CGqTB.plugins_macroPopupItemSelected__3B2uL,.plugins_macroPopupItem__CGqTB:hover{background-color:#ee653f;color:#efefef}.plugins_dragIcon__dazwf{height:12px;width:12px}.plugins_deleteIcon__0yFnd{cursor:pointer;height:12px;width:12px}.plugins_textSelectionMacroPopup__qTO4q{left:0;position:absolute;top:0}.input-axis{align-content:center;align-items:center;align-self:center;padding:10px;position:absolute;width:100%}.input-axis input{border-color:#191a51;border-radius:5px;font-size:large;height:40px;margin:2px;width:100px}.draggable-wrap{cursor:move;z-index:1}.draggable{border-radius:8px;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.resizable-point{background-color:#fff;border:3px solid #fe6338;border-radius:50%;height:12px;position:absolute;width:12px}.avatar-inner-bounds{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;text-align:center;width:100%}.avatar-inner-bounds img{height:100%;width:auto}.main-head-h1{color:#fff;font-size:14px;font-weight:600;line-height:20px;margin-bottom:7px;margin-top:7px;text-align:center}@media (min-width:376px) and (max-width:426px){.main-head-h1{font-size:24px;line-height:28px}}@media (min-width:321px) and (max-width:376px){.main-head-h1{font-size:18px;line-height:24px;margin-bottom:14px;margin-top:14px}}@media (min-width:376px) and (max-width:426px){.main-head-h1{font-size:21px;line-height:28px;margin-bottom:10px;margin-top:10px}}.main-paragraph-tag{align-items:center;color:#7c7e7e;font-size:10px;font-weight:400;letter-spacing:-.28px;line-height:16px;width:100%}@media (min-width:321px) and (max-width:376px){.main-paragraph-tag{align-items:center;color:#7c7e7e;font-size:14px;font-weight:400;letter-spacing:-.7px;line-height:16px;width:100%}}@media (min-width:376px) and (max-width:426px){.main-paragraph-tag{align-items:center;color:#7c7e7e;font-size:18px;font-weight:400;letter-spacing:-.9px;line-height:20px;width:100%}}.img-tag{height:40px;width:35px}@media (min-width:321px) and (max-width:376px){.img-tag{height:55px;max-width:350px;width:45px}}@media (min-width:376px) and (max-width:426px){.img-tag{height:65px;max-width:350px;width:55px}}.ErrorModal_centered__fE49J{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.ErrorModal_page__s-S9L{background-color:#26272c;border-radius:8px;overflow:hidden}.ErrorModal_page1__5YIeR{aspect-ratio:2.2677165354;display:flex;flex-wrap:nowrap;justify-content:space-between;position:relative}.ErrorModal_title__VVgCL{font-size:28px;font-weight:600;line-height:40px;margin:20px;text-align:center}.ErrorModal_errImg__\+AVOq{text-align:center;width:100%}.ErrorModal_subtitle__kJBEk{color:#7b7c87;font-size:18px;font-weight:400;line-height:24px;margin-bottom:24px}.ErrorModal_errorPage__oZcE5{aspect-ratio:1.1067961165;display:flex;flex-flow:column nowrap;justify-content:space-between;width:700px}@media screen and (min-width:1800px){.ErrorModal_errorPage__oZcE5{width:700px}}.ErrorModal_topBox__mKbij{padding:32px}.ErrorModal_closeIcon__OxLrf{text-align:right;width:100%}.ErrorModal_photos__s2a3E{margin-bottom:24px;width:100%}.ErrorModal_photos__s2a3E svg{height:auto;width:100%}.ErrorModal_actions__K9ESG{align-items:center;border-top:1px solid #383c44;display:flex;justify-content:space-between;padding:32px 50px;width:100%}.ErrorModal_actions__K9ESG .ErrorModal_actionButton__Taar-{width:270px}.SelectVoiceSection_voiceList__00epi .SelectVoiceSection_voiceListItem__C-60W{padding:0 7px}.SelectVoiceSection_planText__XtsaI{font-size:16px;line-height:22px;margin-left:15px;width:50%}.SelectVoiceSection_multilingualVoiceItemLabelContainer__uQN-c{align-items:center;display:flex;flex-grow:1;gap:10px;justify-content:flex-start;max-width:calc(100% - 120px)}@media(min-width:1300px){.SelectVoiceSection_multilingualVoiceItemLabelContainer__uQN-c{max-width:calc(100% - 130px)}}@media(min-width:1600px){.SelectVoiceSection_multilingualVoiceItemLabelContainer__uQN-c{max-width:calc(100% - 180px)}}@media(max-width:1024px){.SelectVoiceSection_multilingualVoiceItemLabelContainer__uQN-c{max-width:100%}}.SelectVoiceSection_multilingualVoiceItemLabel__QaLdC{overflow:hidden;width:100%}.SelectVoiceSection_voiceSupport__omIZc{align-items:center;display:flex;gap:5px;justify-content:flex-start;overflow:hidden;width:100%}.SelectVoiceSection_voiceSupportLabel__34mp9{color:#ffffff80;font-size:11px;padding:0}@media(max-width:1366px){.SelectVoiceSection_voiceSupportLabel__34mp9{font-size:11px}}@media(max-width:1300px){.SelectVoiceSection_voiceSupportLabel__34mp9{font-size:10px}}@media(max-width:1050px){.SelectVoiceSection_voiceSupportLabel__34mp9{font-size:8px}}.SelectVoiceSection_voiceSupportInfo__5OIsG{height:14px;margin-top:2px;width:14px}@media(max-width:1200px){.SelectVoiceSection_voiceSupportInfo__5OIsG{height:10px;width:10px}}@media(max-width:1050px){.SelectVoiceSection_voiceSupportInfo__5OIsG{height:8px;width:8px}}@media(max-width:500px){.SelectVoiceSection_voiceSupportInfo__5OIsG{height:12px;width:12px}}.SelectVoiceSection_whiteColor__hDGfb{color:#fff}.SelectVoiceSection_supportVoice__-A0FR{font-size:14px;font-weight:500;line-height:22px;margin-bottom:12px}.SelectVoiceSection_tooltipContainer__-lbyt{height:100%;overflow:auto;padding:16px;width:100%}.voice-search-input{align-items:center;background:#383c44;border:none;border-radius:8px;box-shadow:0 1px 2px #1018280d;color:#fff;display:flex;flex-direction:row;height:48px;margin-bottom:8px;margin-top:8px;padding:12px 16px;width:100%;@media (max-width:1050px){height:32px;margin-bottom:6px}}.voice-search-input:focus{outline:none}.content-grid-item{display:flex;flex:1 1;flex-flow:column;height:calc(100% - 24px);width:100%}.MobileSwipeableEdge_choosePricingButtonContainer__wHiW-{display:flex;justify-content:center}.MobileSwipeableEdge_avatarLeft__Ipg6F{background:#383c44;display:flex;flex-basis:25%;flex-flow:column;flex-wrap:nowrap;height:100%;justify-content:flex-start;overflow-y:auto}.MobileSwipeableEdge_leftPanelHeading__V2Yaz{align-items:center;border-bottom:1px solid #5a616a;display:flex;flex:0 1;flex-wrap:nowrap;gap:16px;justify-content:space-between;padding:24px}.MobileSwipeableEdge_leftPanelHeadingText__5CzAj{font-size:24px;font-weight:700;line-height:24px;margin:0}.MobileSwipeableEdge_avatarCounter__wTfBK{align-items:center;border:2px solid #a6a6a6;border-radius:100px;display:flex;justify-content:center;padding:12px;text-align:center}.MobileSwipeableEdge_avatarCounterText__moLH0{color:#fff;font-size:12px;font-weight:600}.MobileSwipeableEdge_avatarSelector__qQniz{flex:1 1;overflow:auto;padding:24px}.MobileSwipeableEdge_avatarSelectorHeadingWrapper__psffK{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;margin-bottom:12px}.MobileSwipeableEdge_selectorHeading__QPOOg{font-size:18px;font-weight:700}.MobileSwipeableEdge_selectorHeading__QPOOg:not(:first-child){margin-top:32px}.MobileSwipeableEdge_avatarTypeSelector__UTACV{border-bottom:1px solid #5a616a;display:flex;gap:16px;width:100%}.MobileSwipeableEdge_avatarTypeTab__Bxp3j{color:#626a73;cursor:pointer;display:flex;gap:8px;padding:8px 0;position:relative;text-align:center}.MobileSwipeableEdge_avatarTypeTab__Bxp3j .MobileSwipeableEdge_avatarTypeTabPill__opN3T{color:#fff}.MobileSwipeableEdge_avatarTypeTab__Bxp3j.MobileSwipeableEdge_avatarTypeTabSelected__VSVSJ{color:#fff;font-weight:600;position:relative}.MobileSwipeableEdge_avatarTypeTab__Bxp3j.MobileSwipeableEdge_avatarTypeTabSelected__VSVSJ:before{background-color:#fe6338;border-top-left-radius:200px;border-top-right-radius:200px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translate(-50%);width:80%}.MobileSwipeableEdge_personalizedAvatars__oowGA{border-bottom:1px solid #5a616a;display:flex;flex-flow:column;padding:16px 0;width:100%}.MobileSwipeableEdge_spinnerContainer__TMJcM{align-items:center;display:flex;height:100px;justify-content:center}.MobileSwipeableEdge_spinnerContainer__TMJcM.MobileSwipeableEdge_panelSpinner__LSzYF{height:100%}.MobileSwipeableEdge_avatarsWarning__gvtrQ{align-items:center;color:#f2f2f2;display:flex;flex:1 1;flex-direction:column;font-size:16px;font-weight:400;gap:16px;height:100%;justify-content:center;margin:16px 0;text-align:center}.MobileSwipeableEdge_avatarsWarning__gvtrQ .MobileSwipeableEdge_avatarsWarningButton__6foVX{padding:12px 50px}.MobileSwipeableEdge_avatarsWarningText__bL0aZ{max-width:80%}.MobileSwipeableEdge_avatarItem__KMTCz{text-align:center}.MobileSwipeableEdge_avatarItem__KMTCz .MobileSwipeableEdge_avatar__wx7t5{border:1px solid #383c44;position:relative}.MobileSwipeableEdge_avatarItem__KMTCz .MobileSwipeableEdge_avatar__wx7t5.MobileSwipeableEdge_avatarSelected__wqI7x{border:1px solid #fe6338}.MobileSwipeableEdge_avatarItem__KMTCz .MobileSwipeableEdge_avatar__wx7t5.MobileSwipeableEdge_avatarNoPadding__3gkU0{margin-left:0;padding:0}.MobileSwipeableEdge_avatarItem__KMTCz .MobileSwipeableEdge_avatarNameSelected__DKtIh{color:#fe6338}.MobileSwipeableEdge_avatarSettings__nKku9{border-top:1px solid #5a616a;padding:0 24px 24px}.MobileSwipeableEdge_avatarSettings__nKku9 .MuiSlider-thumb{border:2px solid #fe6338;color:#fff}.MobileSwipeableEdge_avatarSettings__nKku9 .MuiSlider-track{color:#fe6338}.MobileSwipeableEdge_avatarSettings__nKku9 .MuiSlider-rail{color:#e0e0e0}.MobileSwipeableEdge_avatarIcon__ASKG2{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.MobileSwipeableEdge_deleteAvatarIcon__OAYNE{background:rgba(51,51,51,.412);border-radius:4px;cursor:pointer;padding:2px;position:absolute;right:4px;top:4px}.swipeable-drawer-root{display:flex;justify-content:space-between;position:relative}.clickable-div{align-items:center;background-color:#fff;border:2px solid #383c44;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:row;height:3rem;justify-content:center;overflow:hidden;width:30%}.clickable-div img{background-color:#fff;margin-left:8px;margin-top:37px;width:3rem}@media screen and (min-width:320px){.clickable-div .arrow-icon{border:1px solid #938787;border-radius:.3rem;color:#4b525a;height:1rem;margin-left:-10px;width:1rem}}@media screen and (min-width:375px){.clickable-div .arrow-icon{border:1px solid #938787;border-radius:.3rem;color:#4b525a;height:1rem;margin-left:63px;position:absolute;width:1rem}}@media screen and (min-width:425px){.clickable-div .arrow-icon{border:1px solid #938787;border-radius:.3rem;color:#4b525a;height:1rem;margin-left:79px;position:absolute;width:1rem}}.second-clickable-div{align-items:center;background-color:#22262f;border:1px solid #383c44;border-radius:.5rem;cursor:pointer;display:flex;height:3rem;justify-content:space-between;width:65%}.second-clickable-div img{border-radius:2px;height:22px;width:30px}.second-clickable-div .arrow-icon{border:1px solid #4b525a;border-radius:.3rem;color:#4b525a;height:1rem;margin-right:10px;width:1rem}.MobileAvatarMidddle_saveIcon__BITDq{stroke:#fe6338;height:16px;width:16px}.MobileAvatarMidddle_avatarMiddle__PybXz{-ms-overflow-style:none;flex:1 1;height:100%;justify-content:flex-end;margin:0;min-width:41.666%;overflow:auto;padding:24px;scrollbar-width:none}.MobileAvatarMidddle_avatarMiddle__PybXz::-webkit-scrollbar{display:none}.MobileAvatarMidddle_avatarMiddle__PybXz .current-time{margin-left:10px;margin-right:10px;width:28px}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .current-time{font-size:10px;margin-left:4px;margin-right:4px}}.MobileAvatarMidddle_avatarMiddle__PybXz .total-time{color:#d5dbe4;margin-left:10px;margin-right:5px}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .total-time{font-size:10px;margin-left:4px}}.MobileAvatarMidddle_avatarMiddle__PybXz .play-pause-icon{cursor:pointer;height:25px;width:25px}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .play-pause-icon{height:15px;width:15px}}.MobileAvatarMidddle_avatarMiddle__PybXz .play-pause-icon-colored{fill:#fe6338}.MobileAvatarMidddle_avatarMiddle__PybXz .fullscreen-icon{background:#22262f;border:none;color:#d5dbe4;cursor:pointer;margin-top:2px;z-index:0}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .fullscreen-icon{transform:scale(.6)}}.MobileAvatarMidddle_avatarMiddle__PybXz .speed-selector{background:#22262f;border:none;color:#d5dbe4;height:30px;margin-right:6px;width:50px}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .speed-selector{align-items:center;display:flex;font-size:10px;height:15px;justify-content:center;margin-left:4px;margin-right:0;padding-left:20px;width:30px}}.MobileAvatarMidddle_avatarMiddle__PybXz .player-style{align-items:center;background:#22262f;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;padding:8px 16px;width:100%}@media(max-width:1200px){.MobileAvatarMidddle_avatarMiddle__PybXz .player-style{padding:2px 6px}}.MobileAvatarMidddle_avatarMiddle__PybXz .contact-div{margin-bottom:16px}.MobileAvatarMidddle_avatarMiddle__PybXz .contact-div h2{color:#909397;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:8px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div{align-items:center;display:flex;justify-content:center;margin-bottom:24px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div button{margin-left:12px;margin-right:12px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div6{transform:scale(.6)}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-9{align-items:center;display:flex;justify-content:center;margin-bottom:24px;transform:scale(.9)}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-9 button{margin-left:12px;margin-right:12px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-8{align-items:center;display:flex;justify-content:center;margin-bottom:24px;transform:scale(.8)}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-8 button{margin-left:12px;margin-right:12px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-7{align-items:center;display:flex;justify-content:center;margin-bottom:24px;transform:scale(.7)}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-7 button{margin-left:12px;margin-right:12px}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-6{align-items:center;display:flex;justify-content:center;margin-bottom:24px;transform:scale(.6)}.MobileAvatarMidddle_avatarMiddle__PybXz .frame-div-6 button{margin-left:12px;margin-right:12px}.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-menu{-webkit-overflow-scrolling:touch;box-shadow:0 1px 0 #0000000f;font-family:Inter,serif;margin-top:-1px;max-height:200px;overflow-y:auto;z-index:1000}.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-control,.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-menu{background-color:#22262f;border:1px solid #22262f;box-sizing:border-box;cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:8px 52px 8px 10px}.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-control{border-radius:2px;color:#fff;font-family:Inter;outline:none;overflow:hidden;position:relative;transition:all .2s ease}.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-control:hover{box-shadow:0 1px 0 #0000000f}.MobileAvatarMidddle_avatarMiddle__PybXz .Dropdown-arrow{border-color:#fff #0000 #0000;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;position:absolute;right:10px;top:14px;width:0}.MobileAvatarMidddle_avatarMiddle__PybXz .is-open .Dropdown-arrow{border-color:#0000 #0000 #999;border-width:0 5px 5px}.MobileAvatarMidddle_avatarMiddle__PybXz .MuiTextField-root{background:#383c44;border:none;border-radius:16px}.MobileAvatarMidddle_avatarMiddle__PybXz .MuiCardMedia-root{background:#fff;border-radius:32px;object-fit:cover}.MobileAvatarMidddle_avatarMiddle__PybXz .MuiInputBase-root>textarea{border:1px solid #fff3;margin-bottom:-6px}.MobileAvatarMidddle_avatarMiddle__PybXz .MuiInputBase-root>textarea:focus{border:1px solid #383c44}.MobileAvatarMidddle_avatarMiddle__PybXz .helper{border:1px solid #42454d;border-radius:20px;color:#fff3;font-size:.9rem;height:"auto";margin:10px;padding:8px;text-align:center;width:26%;z-index:2}.MobileAvatarMidddle_avatarMiddle__PybXz .ai-help-button-disabled{align-items:center;background:#31333a;border:1px solid #4e5159;border-radius:0 0 0 8px;color:#8f8f93;cursor:not-allowed;display:flex;gap:8px;height:36px;justify-content:center;margin-top:-36px;padding:8px;-webkit-user-select:none;user-select:none;-ms-user-select:none;z-index:1}.MobileAvatarMidddle_avatarMiddle__PybXz .ai-help-button-disabled img{filter:grayscale(100%)}.MobileAvatarMidddle_avatarMiddle__PybXz .pause-button{align-items:center;background:#20232a;border:1px solid #4e5159;color:#fff;cursor:pointer;display:flex;gap:8px;height:36px;justify-content:center;margin-top:-37px;padding:8px;-webkit-user-select:none;user-select:none;-ms-user-select:none;z-index:1}.MobileAvatarMidddle_avatarMiddle__PybXz .select-color{bottom:20px;cursor:pointer;left:20px;position:absolute}.MobileAvatarMidddle_avatarMiddle__PybXz .ai-help-button{align-items:center;background:#20232a;border:1px solid #4e5159;border-radius:0 0 0 8px;color:#fff;cursor:pointer;display:flex;gap:8px;height:36px;justify-content:center;margin-top:-36px;padding:8px;-webkit-user-select:none;user-select:none;-ms-user-select:none;z-index:1}.MobileAvatarMidddle_avatarMiddle__PybXz .ai-help-button.MobileAvatarMidddle_saveButtonDisabled__-pFmr{cursor:default;opacity:.5}.MobileAvatarMidddle_videoPlayer__itkaa{margin:0 auto;max-height:50vh;position:relative}.MobileAvatarMidddle_videoPlayer__itkaa video{object-fit:cover}.MobileAvatarMidddle_videoSpinnerContainer__9ST8v{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:99}.MobileAvatarMidddle_videoSlider__s2eD2{margin:0 8px}.MobileAvatarMidddle_videoSlider__s2eD2 .MuiSlider-rail{background-color:gray;box-shadow:2px 2px 4px #000000b3;opacity:1}.MobileAvatarMidddle_videoSlider__s2eD2 .MuiSlider-track{background-color:#fe6338;border-color:#fe6338}.MobileAvatarMidddle_videoSlider__s2eD2 .MuiSlider-thumb{color:#fe6338;height:10px;width:10px}.MobileAvatarMidddle_controlsContainer__OYErR{align-items:center;display:flex;justify-content:center}.MusicSelectionPanel_title__0owUE{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:24px}@media(min-width:2048px){.MusicSelectionPanel_title__0owUE{font-size:24px}}@media(max-width:1500px){.MusicSelectionPanel_title__0owUE{font-size:18px}}@media(max-width:1024px){.MusicSelectionPanel_title__0owUE{font-size:16px}}.MusicSelectionPanel_avatarCreationCards__cqsMb{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:48px}.MusicSelectionPanel_searchBar__MwMub.MuiTextField-root{margin-bottom:24px}.MusicSelectionPanel_tabs__OkM4e{display:flex;flex-flow:row nowrap;gap:16px;margin-bottom:24px}.MusicSelectionPanel_tab__SvUyu{width:160px}.MusicSelectionPanel_gridContainer__9XmoQ{margin-bottom:48px;min-height:200px}.MusicSelectionPanel_avatarGrid__yoFeN{display:flex;flex-flow:column nowrap;gap:16px;max-height:370px;min-height:370px;overflow-y:auto}.MusicSelectionPanel_audioPlayer__TT89N{flex:0 0 auto}.MusicSelectionPanel_uploadScreenContainer__XPpBK{align-items:center;display:flex;flex-flow:column;gap:32px;justify-content:center;margin-top:-11px;width:100%}.MusicSelectionPanel_uploadScreenTitle__Tu-v8{align-self:flex-start;font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.MusicSelectionPanel_uploadScreenTitle__Tu-v8{font-size:20px}}@media(max-width:1500px){.MusicSelectionPanel_uploadScreenTitle__Tu-v8{font-size:14px}}@media(max-width:1024px){.MusicSelectionPanel_uploadScreenTitle__Tu-v8{font-size:12px}}.MusicSelectionPanel_musicUploadModalBody__1u0vp{align-items:center;display:flex;flex-flow:column;justify-content:center;width:100%}.MusicSelectionPanel_uploadScreenHeading__gRl25{font-size:20px;font-weight:500;line-height:1.2}@media(min-width:2048px){.MusicSelectionPanel_uploadScreenHeading__gRl25{font-size:24px}}@media(max-width:1500px){.MusicSelectionPanel_uploadScreenHeading__gRl25{font-size:18px}}@media(max-width:1024px){.MusicSelectionPanel_uploadScreenHeading__gRl25{font-size:16px}}.MusicSelectionPanel_uploadScreenSubHeading__EP9tv{font-size:14px;font-weight:400;line-height:1.5;margin-top:16px}@media(min-width:2048px){.MusicSelectionPanel_uploadScreenSubHeading__EP9tv{font-size:16px}}@media(max-width:1500px){.MusicSelectionPanel_uploadScreenSubHeading__EP9tv{font-size:12px}}@media(max-width:1024px){.MusicSelectionPanel_uploadScreenSubHeading__EP9tv{font-size:10px}}.MusicSelectionPanel_uploadScreen__QbVrT{align-items:center;display:flex;flex-flow:row;height:400px;justify-content:center;margin-top:32px;max-height:300px;overflow:hidden;width:100%}.MusicSelectionPanel_bottomGroup__REZMh{align-items:center;display:flex;flex-flow:column;gap:24px;justify-content:center;width:100%}.MusicSelectionPanel_bottomLine__IPlKw{background-color:#3d424d;height:1px;opacity:.5;width:200%}.MusicSelectionPanel_uploadScreenButtonContainer__GelP1{display:flex;flex-flow:row nowrap;justify-content:flex-end;width:100%}.MusicPanel_musicPanel__ZzyGe{display:flex;flex-flow:column nowrap;gap:24px;height:100%;overflow-y:auto;padding:32px;position:relative}.MusicPanel_currentBackground__b2x4\+{align-items:center;background-color:#3d424d;border-radius:8px;cursor:pointer;display:flex;flex-flow:row nowrap;gap:16px;padding:24px;position:relative;transition:background-color .2s ease}.MusicPanel_currentBackground__b2x4\+:has(.MusicPanel_selectedAudio__BDiF3){padding:19px}.MusicPanel_currentBackground__b2x4\+:hover{background-color:#272c35}.MusicPanel_currentBackgroundPreview__5405U{border:1px solid #0000;border-radius:8px;transition:border .2s ease;width:100px}.MusicPanel_currentBackgroundLabel__abDWS{font-size:16px;font-weight:600;line-height:1.5;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:2048px){.MusicPanel_currentBackgroundLabel__abDWS{font-size:20px}}@media(max-width:1500px){.MusicPanel_currentBackgroundLabel__abDWS{font-size:14px}}@media(max-width:1024px){.MusicPanel_currentBackgroundLabel__abDWS{font-size:12px}}.MusicPanel_selectedAudio__BDiF3{width:100%}.MusicPanel_selectedAudio__BDiF3[data-component=audio-card]{border:none}.MusicPanel_recentsSection__d0nLc{display:flex;flex-flow:column nowrap;height:100%;position:relative}.MusicPanel_recentsHeader__oxqAK{display:flex;flex-flow:column nowrap;gap:24px}.MusicPanel_headerRow__uJoz4{align-items:center;display:flex;flex-flow:row nowrap;gap:8px;justify-content:space-between}.MusicPanel_headerRowLine__uxA8o{background-color:#3d424d;height:1px;width:100%}.MusicPanel_recentsHeaderText__rHhpC{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.MusicPanel_recentsHeaderText__rHhpC{font-size:20px}}@media(max-width:1500px){.MusicPanel_recentsHeaderText__rHhpC{font-size:14px}}@media(max-width:1024px){.MusicPanel_recentsHeaderText__rHhpC{font-size:12px}}.MusicPanel_recentsAvatarList__vG2D7{display:flex;flex-flow:column nowrap;gap:16px;height:100%;min-height:50px;overflow:auto;padding-top:24px;position:relative}.MusicPanel_recentsSeeAllButton__34QqD{display:flex;justify-content:flex-end}.MusicPanel_audios__FeHwA{height:100%}.MusicPanel_audioGroupLabel__54nJu{font-size:16px;font-weight:600;line-height:1.5;margin-top:4px}@media(min-width:2048px){.MusicPanel_audioGroupLabel__54nJu{font-size:20px}}@media(max-width:1500px){.MusicPanel_audioGroupLabel__54nJu{font-size:14px}}@media(max-width:1024px){.MusicPanel_audioGroupLabel__54nJu{font-size:12px}}.MusicPanel_bottomBar__dao0r{display:flex;padding-top:24px;width:100%}.MusicPanel_audioTypeSelector__49gNE[data-component=custom-input]{min-width:110px}.SceneCard_card__Ca8g0{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:8px;position:relative;width:100%}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e{aspect-ratio:16/9;background-clip:padding-box;background-color:#3d424d;border-radius:8px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;width:100%}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_selected__DLHKD{outline:4px solid #ee653f}@media(max-width:1300px){.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_selected__DLHKD{outline:2px solid #ee653f}}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_desktop__blU9x{aspect-ratio:16/9}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_phone__sgrCO{aspect-ratio:9/16}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_square__hf5jI{aspect-ratio:1/1}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e.SceneCard_tablet__y8rOI{aspect-ratio:4/5}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e .SceneCard_stage__Exg2p{height:100%;transform-origin:top left}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e .SceneCard_innerBound__xt4C5{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;text-align:center;width:100%}.SceneCard_card__Ca8g0 .SceneCard_container__xRn2e .SceneCard_bannerImg__ZbvjN{object-fit:contain}.SceneCard_card__Ca8g0 .SceneCard_title__RHMvk{font-size:14px;font-weight:400;line-height:1.5;-webkit-user-select:none;user-select:none}@media(min-width:2048px){.SceneCard_card__Ca8g0 .SceneCard_title__RHMvk{font-size:16px}}@media(max-width:1500px){.SceneCard_card__Ca8g0 .SceneCard_title__RHMvk{font-size:12px}}@media(max-width:1024px){.SceneCard_card__Ca8g0 .SceneCard_title__RHMvk{font-size:10px}}.SceneCard_card__Ca8g0 .SceneCard_ctrlMenu__JHCP3{position:absolute;right:8px;top:8px;z-index:1}.SceneCard_card__Ca8g0 .SceneCard_sceneCtrlBtns__akead{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.SceneCard_card__Ca8g0 .SceneCard_sceneCtrlBtns__akead .SceneCard_ctrlBtn__pUsPF{min-width:fit-content;padding:6px}.SceneCard_card__Ca8g0 .SceneCard_sceneCtrlBtns__akead .SceneCard_ctrlBtn__pUsPF svg{height:24px!important;width:24px!important}.SceneCard_card__Ca8g0 .SceneCard_emptyCtrlBtns__5z\+SP{margin-bottom:0}.SceneCard_popperContainer__QE8aG{padding:20px;position:relative}.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h2{font-size:16px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h2{font-size:20px}}@media(max-width:1500px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h2{font-size:14px}}@media(max-width:1024px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h2{font-size:12px}}.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h3{color:#b8b8b8;font-size:12px;font-weight:300;line-height:1.2;margin-top:8px;text-align:center}@media(min-width:2048px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h3{font-size:14px}}@media(max-width:1500px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h3{font-size:10px}}@media(max-width:1024px){.SceneCard_popperContainer__QE8aG .SceneCard_popperTitles__x1XEE h3{font-size:8px}}.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch{margin-top:20px}.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch h3{color:#efefef;font-size:12px;font-weight:300;line-height:1.2;margin-bottom:16px}@media(min-width:2048px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch h3{font-size:14px}}@media(max-width:1500px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch h3{font-size:10px}}@media(max-width:1024px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch h3{font-size:8px}}.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP{width:100%}.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP .MuiButtonBase-root{background-color:#323843;font-size:12px;font-weight:600;justify-content:space-between;line-height:1.2;padding:16px 12px}@media(min-width:2048px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP .MuiButtonBase-root{font-size:14px}}@media(max-width:1500px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP .MuiButtonBase-root{font-size:10px}}@media(max-width:1024px){.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP .MuiButtonBase-root{font-size:8px}}.SceneCard_popperContainer__QE8aG .SceneCard_popperSelector__HZbch .SceneCard_popperSelect__UWnDP .MuiPaper-root{width:100%}.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-top:16px}.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe h2{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe h2{font-size:14px}}@media(max-width:1500px){.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe h2{font-size:10px}}@media(max-width:1024px){.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe h2{font-size:8px}}.SceneCard_popperContainer__QE8aG .SceneCard_popperCheck__60iIe .MuiCheckbox-root{padding:0}.SceneCard_popperContainer__QE8aG .SceneCard_popperApplyBtn__SACl4{margin-top:16px}.SceneCard_popperContainer__QE8aG .SceneCard_closeBtn__3rMgi{cursor:pointer;position:absolute;right:20px;top:20px}.SceneCard_pill__OAbN9{align-items:center;background-color:#1a1d23;border-radius:50px;bottom:4px;display:flex;justify-content:center;left:4px;padding:2px;position:absolute;width:40px;z-index:1}.SceneCard_pill__OAbN9 p{font-size:12px;font-weight:300;line-height:1.2}@media(min-width:2048px){.SceneCard_pill__OAbN9 p{font-size:14px}}@media(max-width:1500px){.SceneCard_pill__OAbN9 p{font-size:10px}}@media(max-width:1024px){.SceneCard_pill__OAbN9 p{font-size:8px}}.SceneDeleteModal_modal__RQeTK{align-items:center;display:flex;flex-direction:column}.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_logo__NJkNZ{margin:48px auto 24px}.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_title__qCZIn{font-size:20px;font-weight:500;line-height:1.2;margin-bottom:12px}@media(min-width:2048px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_title__qCZIn{font-size:24px}}@media(max-width:1500px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_title__qCZIn{font-size:18px}}@media(max-width:1024px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_title__qCZIn{font-size:16px}}.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_description__PkLu6{font-size:14px;font-weight:400;line-height:1.5;text-align:center}@media(min-width:2048px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_description__PkLu6{font-size:16px}}@media(max-width:1500px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_description__PkLu6{font-size:12px}}@media(max-width:1024px){.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_description__PkLu6{font-size:10px}}.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_ctrlBtns__Ece-p{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;margin:48px auto 0}.SceneDeleteModal_modal__RQeTK .SceneDeleteModal_ctrlBtns__Ece-p .SceneDeleteModal_ctrlBtn__l7WMN{width:104px}.ScenePanelV2_container__osAO0{align-items:center;background-color:#272c35;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow-y:auto;padding:20px;width:200px}@media(max-width:1300px){.ScenePanelV2_container__osAO0{width:150px}}.ScenePanelV2_container__osAO0 .ScenePanelV2_title__wvWch{align-self:flex-start;margin-bottom:20px}.ScenePanelV2_container__osAO0 .ScenePanelV2_title__wvWch p{font-size:16px;font-weight:600;line-height:1.5}@media(min-width:2048px){.ScenePanelV2_container__osAO0 .ScenePanelV2_title__wvWch p{font-size:20px}}@media(max-width:1500px){.ScenePanelV2_container__osAO0 .ScenePanelV2_title__wvWch p{font-size:14px}}@media(max-width:1024px){.ScenePanelV2_container__osAO0 .ScenePanelV2_title__wvWch p{font-size:12px}}.ScenePanelV2_container__osAO0 .ScenePanelV2_emptyCard__9h7z\+{aspect-ratio:16/9;background-color:#3d424d!important;margin-top:2px;width:100%}.ScenePanelV2_container__osAO0 .ScenePanelV2_emptyCard__9h7z\+:hover{background-color:#323843!important}.ScenePanelV2_container__osAO0 .ScenePanelV2_emptyCard__9h7z\+ svg{height:32px;width:32px}.VoiceGenerationProcess_wizardContainer__d2yZz{height:calc(100% - 100px);max-height:calc(100% - 100px);overflow:auto;padding:50px 70px;width:100%}.VoiceGenerationProcess_wizardTitle__uBi3o{font-size:28px;font-weight:600;line-height:32px}.VoiceGenerationProcess_wizardInstruction__MyNaa{align-items:center;background:#27ae601a;border:1px dashed #27ae60;color:#fff;cursor:default;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;justify-content:center;line-height:20px;margin-bottom:30px;margin-top:38px;padding:1rem}.VoiceGenerationProcess_wizardContent__kMmjz{background:linear-gradient(0deg,#ffffff0a,#ffffff0a);border-radius:16px;display:flex;gap:2rem;justify-content:space-between;margin-bottom:30px;min-height:240px;padding:30px;position:relative;width:100%}.VoiceGenerationProcess_wizardContentDescription__woBNF{width:100%}.VoiceGenerationProcess_topSection__LQ4X\+{align-items:flex-start;display:flex;gap:16px;width:100%}.VoiceGenerationProcess_labelIcon__vn6yR{background-color:#fff;border-radius:12px;height:60px;overflow:hidden;text-align:center;width:60px}.VoiceGenerationProcess_labelIconImg__BOc2e{height:100%}.VoiceGenerationProcess_labelDescription__-s1ie{width:calc(100% - 80px)}.VoiceGenerationProcess_contentTitle__k6jcy{font-size:24px;font-weight:700;margin-bottom:16px}.VoiceGenerationProcess_contentDescription__yaJ25{color:#ffffffb3;font-size:16px;font-weight:400;line-height:24px}.VoiceGenerationProcess_contentDescription__yaJ25 a{color:#fe6338}.VoiceGenerationProcess_contentDescription__yaJ25 a:hover{text-decoration:underline}.VoiceGenerationProcess_tipSection__I-BvQ{background-color:#292d37;border-radius:12px;margin-top:30px;padding:12px 16px;width:100%}.VoiceGenerationProcess_tipTitle__3pOmV{align-items:center;display:flex;gap:10px}.VoiceGenerationProcess_tipTitle__3pOmV a{color:#fe6338}.VoiceGenerationProcess_tipTitle__3pOmV a:hover{text-decoration:underline}.VoiceGenerationProcess_wizardContentFileUpload__VSnGw{width:100%}.VoiceGenerationProcess_helpBtnContainer__eDLuW{align-items:center;border:1px solid #626a73;border-radius:100px;bottom:30px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;padding:8px 20px;position:absolute;transition:all .2s ease;width:fit-content}.VoiceGenerationProcess_helpBtnContainer__eDLuW:hover{border-color:#fff}.VoiceGenerationProcess_helpBtnLabel__jnH5N{font-size:14px}.VoiceGenerationProcess_marginBottom__r2nH\+{margin-bottom:56px}.VoiceGenerationProcess_italic__1dYRw{font-style:italic}.VoiceGenerationProcess_downloadBtnContainer__7K8W4,.VoiceGenerationProcess_flex__R8lux{align-items:center;display:flex;justify-content:space-between}.VoiceGenerationProcess_downloadBtnContainer__7K8W4{border:1px solid #626a73;border-radius:100px;cursor:pointer;gap:10px;padding:8px 20px;transition:all .2s ease;width:fit-content}.VoiceGenerationProcess_downloadBtnContainer__7K8W4:hover{border-color:#fff}.VoiceGenerationProcess_downloadBtnLabel__1z1nN{font-size:14px}.VoiceGenerationProcess_downloadBtnIcon__iYQtV{align-items:center;background:#444954;border-radius:100%;display:flex;height:28px;justify-content:center;width:28px}.VoiceGenerationProcess_hyperLink__NpG7j{color:#fe6338;cursor:pointer}.VoiceGenerationProcess_hyperLink__NpG7j:hover{text-decoration:underline}.VoiceGenerationProcess_scriptContainer__ppFz6{margin:0 auto;width:80%}@media(max-width:1200px){.VoiceGenerationProcess_scriptContainer__ppFz6{width:100%}}.VoiceGenerationProcess_scriptContent__xsxR2{background-color:#22262f;border-radius:12px;height:calc(100% - 30px);margin-top:30px;overflow-y:auto;padding:50px;width:100%}.VoiceGenerationProcess_singlePointHeading__eYKk4{color:#fff;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin:0 0 16px}.VoiceGenerationProcess_singlePointDescription__aw\+H2{color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.Editor_headerField__QpUwq{width:160px}@media screen and (max-width:1200px){.Editor_headerField__QpUwq{width:80px}}@media screen and (min-width:1201px)and (max-width:1300px){.Editor_headerField__QpUwq{width:100px}}.Editor_headerField__QpUwq label{color:#b8b8b8!important}.Editor_editorContainer__Yflrz{display:flex;height:100%;max-height:100%;position:relative;width:100%}.Editor_editorContainer__Yflrz .Editor_leftPanel__Lu6CI{background-color:#272c35;height:100%;position:absolute;transform:translateX(-100%);transition:transform .3s ease-out;width:clamp(300px,25vw,444px)}.Editor_editorContainer__Yflrz .Editor_leftPanel__Lu6CI .Editor_leftPanelContainer__9jYIR{height:100%;overflow-y:hidden;width:100%}.Editor_editorContainer__Yflrz .Editor_leftPanel__Lu6CI .Editor_collapseBtn__kgfEo{align-items:center;background-color:#272c35;border-radius:0 100px 100px 0;cursor:pointer;display:flex;height:48px;justify-content:flex-start;position:absolute;right:-16px;top:32px;user-select:none;-webkit-user-select:none;width:16px}.Editor_editorContainer__Yflrz .Editor_leftPanel__Lu6CI .Editor_collapseBtn__kgfEo .Editor_icon__MRP5a{transform:translateX(-4px)}.Editor_editorContainer__Yflrz .Editor_main__ZCRny{display:flex;flex-direction:row;flex-grow:1;flex-wrap:nowrap;justify-content:space-between;min-width:500px;overflow:auto;transition:margin-left .3s ease-out}.Editor_shrinked__35vv1{margin-left:clamp(300px,25vw,444px)}.Editor_expanded__rOqQT{transform:translateX(0)!important}.Selector_container__XqN-P{font-family:Arial,sans-serif;font-size:14px;position:relative;width:100%;z-index:4}.Selector_main__qGzF5{align-items:center;background:#313641;border-radius:100px;cursor:pointer;display:flex;gap:8px;height:48px;justify-content:flex-start;padding:10px 15px}.Selector_mainLight__hol5h{background-color:#f8f8f8}.Selector_dropdown__-c\+c9{background-color:#313641;border-radius:16px;box-shadow:0 4px 6px #0000001a;left:0;max-height:300px;opacity:0;overflow:hidden;overflow-y:hidden;position:absolute;top:calc(100% + 5px);transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.Selector_dropdownLight__3dM16{background-color:#f8f8f8}.Selector_open__QngHu{opacity:1;transform:translateY(0);visibility:visible}.Selector_options__jjnFa{height:200px;overflow-y:auto}.Selector_options__jjnFa::-webkit-scrollbar-track{background:#0000}.Selector_option__LpjIM{align-items:center;color:#fff;cursor:pointer;display:flex;gap:16px;height:48px;justify-content:flex-start;padding:0 12px;transition:all .2s ease}.Selector_option__LpjIM:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.102)}.Selector_option__LpjIM:hover{background-color:rgba(238,101,63,.102)}.Selector_optionLight__T6Dfk{border-bottom-color:#e7e8ea!important;color:#191d26}.Selector_searchBar__IL5fV{background-color:#3d424d;border:1px solid #0000;border-radius:100px;caret-color:#fe6338;color:#fff;font-size:14px;height:44px;margin:12px;outline:none;padding:0 12px;width:calc(100% - 24px)}.Selector_searchBar__IL5fV:focus-visible{border-color:#fe6338}.Selector_searchBarLight__QTCZQ{background-color:#fff;color:#191d26}.Selector_flag__aW2FE{align-items:center;border-radius:100%;display:flex;height:24px;justify-content:center;overflow:hidden;width:24px}.Selector_label__Omzhe{font-size:14px!important}.Selector_arrow__FZymO{transition:transform .3s ease}.Selector_arrowOpen__nnOpr{transform:rotate(180deg)}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:400;src:url(/static/media/SFPRODISPLAYREGULAR.d1f5e6e16dd4f75c3950.OTF) format("truetype")}.Onboarding_container__n-Pny{align-items:center;background-color:#20232a;background-image:url(/static/media/onboarding-bg-left-blur.f55281a1f85529b81704.svg),url(/static/media/onboarding-bg-right-blur.59a89bb832861323b6f8.svg);background-position:0,100%;background-repeat:no-repeat,no-repeat;background-size:50% 100%,50% 100%;display:flex;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;gap:128px;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.Onboarding_container__n-Pny .Onboarding_banner__08j1v{background-color:#272c35;border-radius:40px;box-shadow:0 4px 20px #0000001a;height:600px;padding:24px;position:relative;width:600px;z-index:2}.Onboarding_container__n-Pny .Onboarding_banner__08j1v .Onboarding_volumeBtn__\+n1X\+{bottom:64px;position:absolute;right:64px}.Onboarding_container__n-Pny .Onboarding_banner__08j1v .Onboarding_video__arB7K{border-radius:32px;width:100%}.Onboarding_container__n-Pny .Onboarding_modal__cbGsr{-ms-overflow-style:none;align-items:center;background-color:#272c35;border-radius:32px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:32px;justify-content:space-between;max-height:90vh;overflow-y:auto;padding:48px 32px;scrollbar-width:none;width:640px;z-index:2}.Onboarding_container__n-Pny .Onboarding_modal__cbGsr::-webkit-scrollbar{display:none}.Onboarding_container__n-Pny .Onboarding_fixed__efELG{overflow-y:visible;overflow-y:initial}.Onboarding_container__n-Pny .Onboarding_title__iMjBN{font-size:28px;font-weight:700;line-height:33.41px}.Onboarding_container__n-Pny .Onboarding_desc__G50yO,.Onboarding_container__n-Pny .Onboarding_title__iMjBN{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-align:center}.Onboarding_container__n-Pny .Onboarding_desc__G50yO{color:#909397;font-size:24px;line-height:31.2px}.Onboarding_container__n-Pny .Onboarding_usageSection__pQEeS{align-items:center;display:flex;flex-direction:column;gap:16px}.Onboarding_container__n-Pny .Onboarding_usageSection__pQEeS .Onboarding_selectBtns__A7irn{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.Onboarding_container__n-Pny .Onboarding_videoCreationSection__XaTQf{align-items:center;display:flex;flex-direction:column;gap:16px;max-width:360px}.Onboarding_container__n-Pny .Onboarding_backBtn__wIote{left:64px;position:absolute;top:64px;z-index:2}.Onboarding_lightContainer__JuhRX{background-color:#f0f0f0!important}.Onboarding_lightBanner__mjn86,.Onboarding_lightModal__0\+cKu{background-color:#fff!important;box-shadow:0 4px 20px #0000001a}.Onboarding_lightModal__0\+cKu{color:#191d26}.Onboarding_selectBtn__7xWiP{align-items:center;background-color:#313641;border:1px solid hsla(0,0%,100%,.102);border-radius:16px;cursor:pointer;display:flex;font-size:16px;height:52px;justify-content:center;line-height:1;padding:12px 20px;transition:all .3s ease}.Onboarding_selectBtn__7xWiP:hover{background-color:rgba(238,101,63,.102);border-color:#fe6338;color:#fe6338}.Onboarding_selectBtnLight__055N8{background-color:#f8f8f8;border-color:#e7e8ea}.Onboarding_selectBtnFixedMobile__kiiUE{min-width:0!important;min-width:auto!important}.Onboarding_selectBtnFixed__ULrMO{min-width:155px!important}.Onboarding_selectBtnSelected__KwJC4{background-color:rgba(238,101,63,.102);border-color:#fe6338;color:#fe6338}.Onboarding_ctrlBtn__PpKn1{align-items:center;background-color:#fe6338;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:52px;justify-content:center;line-height:1;padding:17px;transition:all .3s ease;width:360px}.Onboarding_ctrlBtn__PpKn1:hover{background-color:#f23700}.Onboarding_ctrlBtnDisabled__aDoqG{background-color:#f4a893!important;cursor:default}.Onboarding_progress__UUnD8{align-items:center;display:flex;gap:10px;justify-content:center;transition:all .3s ease}.Onboarding_progress__UUnD8 .Onboarding_progressDot__qUzf8{background-color:#fe6338;border-radius:10px;height:10px;opacity:.3;width:10px}.Onboarding_progress__UUnD8 .Onboarding_progressDotActive__7AugC{opacity:1}.Onboarding_textarea__CZ4yY{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;font-size:16px;height:120px;outline:none;padding:20px;resize:none;width:412px}.Onboarding_textarea__CZ4yY:focus-visible{border-color:#fe6338}.Onboarding_textareaLight__22Ths{background-color:#f8f8f8;color:#191d26}.Onboarding_videoSummary__265bQ{background-color:#3d424d;border:1px solid #0000;border-radius:16px;caret-color:#fe6338;color:#fff;font-size:16px;height:120px;outline:none;padding:20px;resize:none;width:100%}.Onboarding_videoSummary__265bQ:focus-visible{border-color:#fe6338}.Onboarding_videoSummaryLight__Bt5CV{background-color:#f8f8f8;color:#191d26}.Onboarding_iconBtn__m7QQZ{align-items:center;background-color:#313641;border:1px solid hsla(0,0%,100%,.102);border-radius:100%;cursor:pointer;display:flex;height:64px;justify-content:center;transition:all .3s ease;width:64px;z-index:2}.Onboarding_iconBtn__m7QQZ svg{color:#fff}.Onboarding_iconBtn__m7QQZ:hover{background-color:rgba(238,101,63,.102);border-color:#fe6338}.Onboarding_iconBtn__m7QQZ:hover svg{color:#fe6338}.Onboarding_iconBtnLight__\+5ngJ{background-color:#f8f8f8;border-color:#e7e8ea}.Onboarding_iconBtnLight__\+5ngJ svg{color:#191d26}.Onboarding_doubleCheck__2t74v{align-items:center;background-color:#34a853;border-radius:100%;display:flex;height:20px;justify-content:center;width:20px}@media(max-width:1920px){.Onboarding_title__iMjBN{font-size:28px!important}.Onboarding_desc__G50yO{font-size:24px!important}}@media(max-width:1600px){.Onboarding_title__iMjBN{font-size:24px!important}.Onboarding_desc__G50yO{font-size:20px!important}}@media(max-width:1440px){.Onboarding_container__n-Pny{gap:48px!important}}@media(max-width:1366px){.Onboarding_container__n-Pny{gap:24px!important}}@media(max-width:1280px){.Onboarding_container__n-Pny{gap:48px!important}}@media(max-width:600px){.Onboarding_modal__cbGsr{border-radius:16px!important;max-height:96vh!important;min-height:0!important;min-height:auto!important;padding:32px 16px!important;width:90vw!important}.Onboarding_usageSection__pQEeS{gap:8px!important}.Onboarding_ctrlBtn__PpKn1{border-radius:12px!important;font-size:16px!important;width:100%!important}.Onboarding_title__iMjBN{font-size:24px}.Onboarding_desc__G50yO{font-size:16px!important}.Onboarding_selectBtns__A7irn{justify-content:space-between!important}.Onboarding_selectBtn__7xWiP{border-radius:12px!important;flex-grow:1;font-size:14px!important;height:52px!important;padding:16px!important}.Onboarding_textarea__CZ4yY{border-radius:12px!important;width:100%!important}.Onboarding_videoCreationSection__XaTQf{max-width:none!important;width:100%!important}.Onboarding_backBtn__wIote{left:5vw!important}.Onboarding_iconBtn__m7QQZ{height:48px!important;width:48px!important}}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:0;margin-top:0}@font-face{font-family:pp formula;src:url(/static/media/PPFormula-Medium.37143a1ad8ee97ef1b32.ttf)}@font-face{font-family:SF Pro Display;src:url(/static/media/SF-Pro.2f9118d7e608bf94730c.ttf)}.main__dots button{border:none;cursor:pointer;display:inline-block;outline:none}.fullSize{height:100%;width:100%}html{box-sizing:border-box}html a,html button{text-transform:none!important}html ::-webkit-scrollbar{width:5px}html ::-webkit-scrollbar-track{background:#383c44;border-radius:10px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:10px}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}li,ul{list-style:none}a{text-decoration:none}a:focus,div{outline:none}body{background-color:#191d26;color:#fff;font-family:Poppins,sans-serif;font-weight:400;overflow-x:hidden}.container{max-width:1330px}.container,.container__big{margin:0 auto;padding:0 20px;width:100%}.container__big{max-width:1720px}.slick-slide>div{margin:0 20px}.slick-list{margin:0 -20px}.client .slick-slide>div{background:radial-gradient(201.07% 747.18% at -66.61% 17.95%,#ffffff26 0,#fff0 100%);border-radius:20px;box-sizing:border-box;padding:5px;text-align:center}.client .slick-list{margin:0}.blurMain{filter:blur(100px)}.main__dots{align-items:center;bottom:-32px;display:flex!important;left:50%;position:absolute;transform:translateX(-50%)}.main__dots li:not(:last-child){margin-right:16px}.main__dots button{background-color:#494b53;border-radius:50%;font-size:0;height:4px;transition:all .2s ease;width:4px}.main__dots .slick-active button{background-color:#fe6338;transform:scale(2)}.Toastify__toast{background-color:#191d26;color:#fff}.Toastify__close-button{color:#fff}.immersive{overflow:hidden}@media(max-width:600px){.slick-list{margin:0 -20px}}.slick-slide{height:auto}.slick-track{align-items:stretch;display:flex;flex-direction:row;flex-wrap:nowrap}.jobs__slaider .slick-slide>div{height:100%}.signup_width{width:25vw!important}@media(min-width:2100px)and (max-width:3700px){.social_buttons{border-radius:16px!important;padding:1rem 3.6rem!important}}@media(min-width:1900px)and (max-width:2099px){.social_buttons{border-radius:16px!important;padding:1rem 3.6rem!important}}@media(min-width:1700px)and (max-width:1899px){.social_buttons{border-radius:16px!important;padding:1rem 2.8rem!important}}@media(min-width:1500px)and (max-width:1699px){.social_buttons{border-radius:16px!important;padding:1rem 2.4rem!important}}@media(min-width:1400px)and (max-width:1499px){.social_buttons{border-radius:16px!important;padding:1rem 2.2rem!important}}@media(min-width:1300px)and (max-width:1400px){.social_buttons{border-radius:16px!important;padding:1rem 1.9rem!important}}@media(min-width:1200px)and (max-width:1300px){.social_buttons{border-radius:16px!important;padding:1rem 1.4rem!important}}@media(min-width:1100px)and (max-width:1200px){.social_buttons{border-radius:16px!important;padding:1rem 2.4rem!important}}@media(min-width:1000px)and (max-width:1100px){.social_buttons{border-radius:16px!important;padding:1rem 2rem!important}}@media(min-width:900px)and (max-width:1000px){.social_buttons{border-radius:16px!important;padding:1rem 1.6rem!important}}@media(min-width:700px)and (max-width:899px){.social_buttons{border-radius:16px!important;padding:1rem 4rem!important}}@media(min-width:600px)and (max-width:700px){.social_buttons{border-radius:16px!important;padding:1rem 2.9rem!important}}@media(min-width:500px)and (max-width:600px){.social_buttons{border-radius:16px!important;padding:1rem 1.9rem!important}}@media(min-width:400px)and (max-width:500px){.social_buttons{border-radius:16px!important;padding:1rem 1.5rem!important}}@media(min-width:300px)and (max-width:400px){.social_buttons{border-radius:16px!important;padding:1rem!important}}@media(max-width:600px){.social_buttons{padding-bottom:.8rem!important;padding-top:.8rem!important}}.signup_color label{color:#fff!important;font-size:18px}.signup_color input{margin-top:5px}@media(max-width:768px){.signup_width{width:80vw!important}}#menu-{z-index:9999999}@keyframes bellshake{0%{transform:rotate(0)}15%{transform:rotate(5deg)}30%{transform:rotate(-5deg)}45%{transform:rotate(4deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(2deg)}85%{transform:rotate(-2deg)}92%{transform:rotate(1deg)}to{transform:rotate(0)}}@keyframes arrowMove{0%{transform:translateY(-50%)}to{transform:translate(7px,-50%)}}.grecaptcha-badge{visibility:hidden}