:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Toastify_shimmer__QM3Ui{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Toastify_toastifyContainer__uZmFI{position:absolute!important;bottom:78px!important;z-index:1000000000000000}@keyframes container_shimmer__nmxNT{0%{background-position:-1200px 0}to{background-position:1200px 0}}.container_container__gBOMm{max-width:1280px;width:100%;margin:0 auto;padding:0 40px}@media(max-width:1100px){.container_container__gBOMm{padding:0 16px}}@keyframes CommonFooter_shimmer__KwAp8{0%{background-position:-1200px 0}to{background-position:1200px 0}}.CommonFooter_footer__Gn0vQ{background:#1d1e21;box-shadow:0 4px 20px rgba(77,75,75,.1);margin-top:auto}.CommonFooter_footer__Gn0vQ:not(.CommonFooter_generator__PfVFL){padding:36px 0}.CommonFooter_footer__Gn0vQ.CommonFooter_generatorOnboarding__rs8Oz{z-index:1000}.CommonFooter_footer__Gn0vQ.CommonFooter_light__9EnYq{background:#fff;color:#8b8c8e}.CommonFooter_footer__Gn0vQ.CommonFooter_light__9EnYq a.CommonFooter_activeLink__pWwDt,.CommonFooter_footer__Gn0vQ.CommonFooter_light__9EnYq a:hover{color:#26272a}.CommonFooter_container__fvQ6L{display:flex;align-items:center;justify-content:space-between}.CommonFooter_copyright__6BWii{font-weight:500;font-size:14px;line-height:18px;color:#8b8c8e;margin:0}.CommonFooter_menu__2dsnQ{display:flex;gap:40px;list-style-type:none;margin:0;padding:0}.CommonFooter_menu__2dsnQ a{font-weight:500;font-size:14px;line-height:18px;letter-spacing:.01em;color:#8b8c8e;display:block;transition:.3s}.CommonFooter_menu__2dsnQ a:hover{color:#fff}@media(max-width:1100px){.CommonFooter_menu__2dsnQ{gap:32px}.CommonFooter_container__fvQ6L{flex-direction:column-reverse;gap:32px}}@media(max-width:576px){.CommonFooter_footer__Gn0vQ{padding:16px 0}.CommonFooter_container__fvQ6L{gap:24px}.CommonFooter_menu__2dsnQ{flex-wrap:wrap;gap:16px 32px;justify-content:center}.CommonFooter_copyright__6BWii{font-size:14px}}@keyframes IconButton_shimmer___7lif{0%{background-position:-1200px 0}to{background-position:1200px 0}}.IconButton_cursoring__SnCKj{cursor:pointer}.IconButton_container__HMF0S{width:-moz-min-content;width:min-content;display:flex;flex-direction:row;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;align:center}.IconButton_container__HMF0S.IconButton_cursoring__SnCKj{cursor:not-allowed}.IconButton_container__HMF0S .IconButton_icon__l3wB0{color:#adb2b8}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov.IconButton_cursoring__SnCKj{cursor:pointer}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov .IconButton_icon__l3wB0{color:#fff;transition:color .25s ease-out}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov .IconButton_icon__l3wB0 path{transition:all .25s ease-out}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov:hover .IconButton_icon__l3wB0{color:#4a4f53}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov:hover.IconButton_isHoverWhite__FudmB .IconButton_icon__l3wB0{color:#fff}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov:hover.IconButton_isHoverWhite__FudmB .IconButton_icon__l3wB0 path{stroke:#fff}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov:hover.IconButton_isHoverBlack__dpbm1 .IconButton_icon__l3wB0{color:#1d1e21}.IconButton_container__HMF0S.IconButton_enabled__Mp_ov:hover.IconButton_isHoverBlack__dpbm1 .IconButton_icon__l3wB0 path{stroke:#1d1e21}.IconButton_container__HMF0S.IconButton_small__KEPgi .IconButton_icon__l3wB0{width:16px;height:16px}.IconButton_container__HMF0S.IconButton_medium__yFxv6 .IconButton_icon__l3wB0{width:20px;height:20px}.IconButton_container__HMF0S.IconButton_large__aDcut .IconButton_icon__l3wB0{width:24px;height:24px}@keyframes CircleLoader_shimmer__QfnFk{0%{background-position:-1200px 0}to{background-position:1200px 0}}.CircleLoader_container__rqYoN{width:20px;height:20px;border-radius:50%;position:relative;animation:CircleLoader_rotate__WzTo4 1s linear infinite}.CircleLoader_container__rqYoN:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:2px solid #fff;animation:CircleLoader_cl__XP_6q 2s linear infinite}@keyframes CircleLoader_rotate__WzTo4{to{transform:rotate(1turn)}}@keyframes CircleLoader_cl__XP_6q{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.CircleLoader_roundedLoader__oZyL2{aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#f4f4f8 94%,transparent) top/8px 8px no-repeat,conic-gradient(transparent 30%,#f4f4f8);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 0);animation:CircleLoader_l13__KjKVx 1s linear infinite}@keyframes CircleLoader_l13__KjKVx{to{transform:rotate(1turn)}}@keyframes Button_shimmer__S2lex{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Button_button__q6YWL{cursor:pointer;pointer-events:all;color:#f4f4f8;border:none;background-color:transparent;width:-moz-fit-content;width:fit-content;font-family:Poppins,sans-serif;font-weight:600;letter-spacing:-.006em;line-height:1.4;display:flex;align-items:center;justify-content:center;gap:6px;transition:background-color .1s ease-in,border-color .1s ease-in}.Button_button__q6YWL.Button_active__ZYGZw,.Button_button__q6YWL:focus,.Button_button__q6YWL:focus-within{outline:none}.Button_button__q6YWL svg path{stroke:#f4f4f8}.Button_button__q6YWL.Button_xs__UiX16{padding:4px 10px;border-radius:6px;font-size:12px}.Button_button__q6YWL.Button_xs__UiX16 svg{width:14px;height:14px}.Button_button__q6YWL.Button_sm__kMo1z{padding:6px 14px;border-radius:6px;font-size:12px}.Button_button__q6YWL.Button_sm__kMo1z svg{width:14px;height:14px}.Button_button__q6YWL.Button_md__QPjYq{padding:10px 24px;border-radius:8px;font-size:14px}.Button_button__q6YWL.Button_md__QPjYq svg{width:16px;height:16px}.Button_button__q6YWL.Button_lg__ypSmx{padding:14px 29px;border-radius:8px;font-size:16px}.Button_button__q6YWL.Button_lg__ypSmx svg{width:18px;height:18px}.Button_button__q6YWL.Button_xl__8QuO1{padding:14px 32px;border-radius:8px;font-size:18px}.Button_button__q6YWL.Button_xl__8QuO1 svg{width:24px;height:24px}.Button_button__q6YWL.Button_primary__u5pP7{background-color:#3e72fd;border:.5px solid #3e72fd}.Button_button__q6YWL.Button_primary__u5pP7:active,.Button_button__q6YWL.Button_primary__u5pP7:focus,.Button_button__q6YWL.Button_primary__u5pP7:focus-within,.Button_button__q6YWL.Button_primary__u5pP7:hover{background-color:#3561d7;border-color:#3561d7}.Button_button__q6YWL.Button_secondary__SbjeF{background-color:#252629;border:.5px solid #333;font-weight:500}.Button_button__q6YWL.Button_secondary__SbjeF:active,.Button_button__q6YWL.Button_secondary__SbjeF:focus,.Button_button__q6YWL.Button_secondary__SbjeF:focus-within,.Button_button__q6YWL.Button_secondary__SbjeF:hover{background-color:#2b2d30}.Button_button__q6YWL.Button_outline__fs72c{background-color:transparent;border:1px solid #3b3b3b;font-weight:500}.Button_button__q6YWL.Button_outline__fs72c:active,.Button_button__q6YWL.Button_outline__fs72c:focus,.Button_button__q6YWL.Button_outline__fs72c:focus-within,.Button_button__q6YWL.Button_outline__fs72c:hover{background-color:transparent;border:1px solid #7c7d7e}.Button_button__q6YWL.Button_link__wV6HM{color:#e3e3e2}.Button_button__q6YWL.Button_light__gjbn5{background-color:#2e2f31;border:.5px solid #333;font-weight:500}.Button_button__q6YWL.Button_light__gjbn5:active,.Button_button__q6YWL.Button_light__gjbn5:focus,.Button_button__q6YWL.Button_light__gjbn5:focus-within,.Button_button__q6YWL.Button_light__gjbn5:hover{background-color:#3b3b3b}.Button_button__q6YWL.Button_gradient-blue__Yo1Xu{transition:background .25s ease-out;background:linear-gradient(103deg,#457eed,#3d4ff7 50%,#457eed) var(--x,0)/200%}@media(min-width:577px){.Button_button__q6YWL.Button_gradient-blue__Yo1Xu:hover{--x:100%}}.Button_button__q6YWL.Button_gradient-purple__jIDJV{transition:background .25s ease-out;background:linear-gradient(103deg,#c145ed,#3d4ff7 50%,#c145ed) var(--x,0)/200%}@media(min-width:577px){.Button_button__q6YWL.Button_gradient-purple__jIDJV:hover{--x:100%}}.Button_button__q6YWL.Button_gradient-blue__Yo1Xu,.Button_button__q6YWL.Button_gradient-purple__jIDJV{border:none}.Button_button__q6YWL.Button_red__qXvL0{background-color:#e94f66;border-color:#e94f66}.Button_button__q6YWL.Button_red__qXvL0:active,.Button_button__q6YWL.Button_red__qXvL0:focus,.Button_button__q6YWL.Button_red__qXvL0:focus-within,.Button_button__q6YWL.Button_red__qXvL0:hover{background-color:#bd4053;border-color:#bd4053}.Button_button__q6YWL.Button_red__qXvL0.Button_secondary__SbjeF{background-color:#3c2a2f;border-color:#3c2a2f;color:#e94f66}.Button_button__q6YWL.Button_red__qXvL0.Button_secondary__SbjeF:active,.Button_button__q6YWL.Button_red__qXvL0.Button_secondary__SbjeF:focus,.Button_button__q6YWL.Button_red__qXvL0.Button_secondary__SbjeF:focus-within,.Button_button__q6YWL.Button_red__qXvL0.Button_secondary__SbjeF:hover{background-color:#4f2e35;border-color:#4f2e35}.Button_button__q6YWL.Button_red__qXvL0.Button_outline__fs72c{background-color:transparent;border-color:#e94f66;color:#e94f66}.Button_button__q6YWL.Button_red__qXvL0.Button_outline__fs72c:active,.Button_button__q6YWL.Button_red__qXvL0.Button_outline__fs72c:focus,.Button_button__q6YWL.Button_red__qXvL0.Button_outline__fs72c:focus-within,.Button_button__q6YWL.Button_red__qXvL0.Button_outline__fs72c:hover{background-color:#3c2a2f}.Button_button__q6YWL.Button_full__W9_QJ{width:100%}.Button_button__q6YWL:disabled{background-color:#252629;border-color:#333;color:#565759;background-image:none}.Button_button__q6YWL:disabled:active,.Button_button__q6YWL:disabled:focus,.Button_button__q6YWL:disabled:focus-within,.Button_button__q6YWL:disabled:hover{background-color:#252629;border-color:#333}@keyframes GenerateScreen_shimmer__vqsjv{0%{background-position:-1200px 0}to{background-position:1200px 0}}.GenerateScreen_container__GaJ9a{position:relative;width:100%;height:calc(100vh - 90px);padding:80px 0 0;background:#1d1e21;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}@media(max-width:576px){.GenerateScreen_container__GaJ9a{min-height:100vh;height:-moz-fit-content;height:fit-content;padding:0 16px}.GenerateScreen_container__GaJ9a br{display:none}}.GenerateScreen_gradientBg__ud5zP{position:absolute;top:0;left:0;right:0;min-width:100%;min-height:100%;z-index:0}.GenerateScreen_content__3NQLf{max-width:100%;gap:48px;z-index:1}.GenerateScreen_contentHeader__A6N8X,.GenerateScreen_content__3NQLf{display:flex;flex-direction:column;justify-content:center;align-items:center}.GenerateScreen_contentHeader__A6N8X{gap:16px}.GenerateScreen_contentTitle__lP0bc{font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:56px;line-height:120%;text-align:center;text-transform:capitalize;color:#fff}@media(max-width:576px){.GenerateScreen_contentTitle__lP0bc{font-size:36px}}.GenerateScreen_contentSubtitle__JAHb8{font-family:Poppins;font-weight:500;font-style:Medium;font-size:16px;line-height:160%;text-align:center;vertical-align:middle;color:rgba(244,244,248,.5)}.GenerateScreen_contentFooter__pma4b{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}.GenerateScreen_contentLaurel__LepCC{height:44px}.GenerateScreen_contentLaurel__LepCC path{color:rgba(244,244,248,.4)}.GenerateScreen_contentLaurelRight__AifHD{transform:scaleX(-1)}.GenerateScreen_contentText__wEEnz{font-family:Poppins;font-weight:500;font-style:Medium;font-size:16px;line-height:160%;text-align:center;vertical-align:middle;color:rgba(244,244,248,.4)}.GenerateScreen_contentGenerate__v47hY{max-width:90%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px}@media(max-width:576px){.GenerateScreen_contentGenerate__v47hY{max-width:100%}}.GenerateScreen_generateGenres__b4q9s{width:100%;overflow-y:hidden;overflow-x:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px}.GenerateScreen_generateGenres__b4q9s::-webkit-scrollbar{display:none}.GenerateScreen_generateGenre__79AAZ{padding:6px 16px;border-radius:100px;font-family:Poppins;font-weight:500;font-style:Medium;font-size:14px;line-height:140%;text-align:center;vertical-align:middle;white-space:nowrap;color:#f4f4f8;background:rgba(244,244,248,.1);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);cursor:pointer;transition:all .25s ease-out}.GenerateScreen_generateGenre__79AAZ:hover{background:rgba(244,244,248,.2)}.GenerateScreen_generateField__Ffrtl{width:592px;max-width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px;padding:8px;border-radius:12px;background:rgba(244,244,248,.1);border:1px solid rgba(244,244,248,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.GenerateScreen_generateInput__0_GJD{width:100%;padding:10px 16px;background:transparent;border:none!important;outline:none!important;transition:all .25s ease-out;font-family:Poppins;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;color:#f4f4f8}.GenerateScreen_generateInput__0_GJD::-moz-placeholder{color:rgba(244,244,248,.5)}.GenerateScreen_generateInput__0_GJD:-ms-input-placeholder{color:rgba(244,244,248,.5)}.GenerateScreen_generateInput__0_GJD::placeholder{color:rgba(244,244,248,.5)}.GenerateScreen_generateBtn__bDWSe{min-width:-moz-fit-content;min-width:fit-content;width:-moz-fit-content;width:fit-content;height:44px;padding:10px 20px;border-radius:8px;cursor:pointer;background:linear-gradient(100deg,#c138fc 0,#2f93f6 25%,#00c37d 50%,#2f93f6 75%,#c138fc 100%) border-box var(--backgroundGradient,0)/200%;transition:all .25s ease-out;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px}@media(min-width:577px){.GenerateScreen_generateBtn__bDWSe:hover{--backgroundGradient:100%}}.GenerateScreen_generateBtn__bDWSe svg{min-width:20px;width:20px}.GenerateScreen_generateBtn__bDWSe span{font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:16px;line-height:24px;white-space:nowrap;color:#fff}@media(max-width:576px){.GenerateScreen_generateBtn__bDWSe{width:44px;padding:12px}}.GenerateScreen_generateBtnDisabled__5BUV4{opacity:.4;cursor:default}.GenerateScreen_generateMockBg__qhuUN{position:absolute;inset:0;min-width:100%;min-height:100%;z-index:1}.GenerateScreen_generateMock__tpdzn{width:232px;height:184px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(244,244,248,.1);border:1px solid rgba(244,244,248,.2);border-radius:16px;overflow:hidden;display:flex;justify-content:center;align-items:center}.GenerateScreen_generateLoader__V_rVB{width:64px;height:64px;z-index:2}.GenerateScreen_generatePlay__d_92I{width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.2);cursor:pointer;z-index:2;display:flex;justify-content:center;align-items:center}.GenerateScreen_generatePlay__d_92I svg{width:32px}.GenerateScreen_generatePlay__d_92I svg path{color:#f4f4f8}@keyframes Header_shimmer__CFIIj{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Header_header__KjDVp{position:absolute;left:0;top:0;width:100%;height:80px;padding:0 64px;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:2}@media(max-width:576px){.Header_header__KjDVp{height:64px;padding:0 16px}}.Header_container__3WJH9{width:100%;max-width:1312px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}@media(max-width:576px){.Header_container__3WJH9{max-width:1408px}}.Header_logo__i0PIT{font-family:Quicksand;font-weight:700;font-style:Bold;font-size:22px;line-height:100%;color:#f4f4f8}.Header_login__47D7O{width:-moz-fit-content;width:fit-content;padding:10px 20px;font-family:Poppins;font-weight:600;font-style:SemiBold;font-size:16px;line-height:24px;color:#0e1012;cursor:pointer;border-radius:8px;background:#f4f4f8;transition:all .25s ease-out}.Header_login__47D7O:hover{background:#e3e3e2}@keyframes Home_shimmer__eTWvD{0%{background-position:-1200px 0}to{background-position:1200px 0}}.Home_page__PJ6CV{background:transparent;height:100%;overflow:auto;scroll-behavior:smooth}.Home_page__PJ6CV::-webkit-scrollbar-thumb{height:73px;width:24px;background-clip:padding-box;border-radius:15px;border:8px solid transparent;background:#36373c}.Home_page__PJ6CV::-webkit-scrollbar-corner{background-color:transparent}.Home_page__PJ6CV::-webkit-scrollbar{height:5px;width:5px}.Home_page__PJ6CV::-webkit-scrollbar-track{background:#1d1e21;height:3px;width:3px}.Home_page__PJ6CV,.Home_page__PJ6CV *{touch-action:auto}@media(max-width:576px){.Home_footer__zed0_{display:none}}
/*# sourceMappingURL=44d29621b3e8fdb1.css.map*/