body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loginhead{margin-top:15vh}.loginhead,.logintext{align-items:center;display:flex;flex-direction:column;text-align:center}.logintext{justify-content:center}.loginimg{height:50px;width:50px}.loginbutton{gap:80px}.loginbutton,.registercard{align-items:center;display:flex;justify-content:center}.registercard{flex-direction:column;text-align:center}.registerdiv{align-items:center;display:flex;justify-content:center}.registerinput{display:flex;flex-direction:column;margin-top:15px;text-align:start}.reginputfeild{border-radius:5px;padding:10px}.reginputfeild:focus-visible{outline:none}.regsubmitbtn{background-color:#10a37f;border:#10a37f;border-radius:5px;color:#fff;margin-top:40px;padding:10px;width:100%}.or-line-container{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:0}.or-line,.or-line-container{flex-grow:0;width:100%!important}.or-line{background-color:#ccc;height:1px;transform:rotate(-1turn)}.or-text{color:#ccc;flex-grow:0;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.continue-with-google,.continue-with-microsoft{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;display:flex;gap:10px;justify-content:start;padding:15px 18px}.continue-with-microsoft{margin-bottom:40px;margin-top:10px}.google-logo{background-image:url(https://www.freepnglogos.com/uploads/google-logo-png/google-logo-png-webinar-optimizing-for-success-google-business-webinar-13.png)}.google-logo,.microsoft-logo{background-size:cover;height:24px;margin-right:10px;width:24px}.microsoft-logo{background-image:url(https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg)}.text{color:#000;font-size:18px}.registerlogin,.registerlogin:hover{color:#10a37f;text-decoration:none}.homelogin,.homesignup{background-color:#10a37f;border-radius:5px;color:#fff;height:43px;padding:5px 10px;width:85px}.chathead{align-items:center;background-color:#fff;color:#000;display:flex;font-size:23px;height:100px;justify-content:space-between;padding:15px 20px}.chatversion{color:#676767}.chatcard{align-items:center;display:flex;justify-content:center}.pos-relative{height:80vh;position:relative!important}.topchat{height:73vh;overflow:scroll}.textarea-container{position:relative;width:100%}.textarea-wrapper{display:flex}.custom-textarea{border:1px solid #ccc;font-size:18px;overflow-y:hidden;padding:10px}.send-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:8px 16px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.landing-container{height:100vh}.login-card{background-color:#fff;border-radius:20px;box-shadow:2px 2px 20px 0 #00000026;gap:32px;padding:32px}.login-card,.login-innercard{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%!important}.login-innercard{flex-grow:0;gap:18px;padding:0}.Lets-get-started{color:#333;flex-grow:0;font-family:Inter,sans-serif;font-size:28px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.google-login{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;gap:12px;justify-content:center;padding:12px 32px;width:100%!important}.Continue-with-Google{color:#444746;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.login-email{align-items:flex-start;display:flex;flex-direction:column;flex-grow:0;gap:8px;justify-content:flex-start;padding:0;width:100%!important}.login-label{color:#444746;flex-grow:0;font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.58;text-align:center}.login-emailinput{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:row;flex-grow:0;gap:12px;justify-content:flex-start;padding:12px 32px 12px 12px;width:100%!important}.login-emailinput:focus-visible{outline:none}.login-password{align-items:flex-start;display:flex;flex-direction:column;flex-grow:0;gap:8px;justify-content:flex-start;padding:0;width:100%!important}.login-passwordinput,.login-passwordinputfield{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:row;flex-grow:0;justify-content:space-between;padding:12px;width:100%!important}.login-passwordinputfield:focus-visible{outline:none}.flex_input_posion{position:relative;width:100%!important}.flex_input_posion i{cursor:pointer;font-size:17px;position:absolute;right:19px;top:15px}.login-btndiv{width:100%!important}.login-button{background-image:linear-gradient(90deg,#a36aff,#a36aff);border:none;border-radius:8px;color:#fff;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:normal;line-height:normal;padding:10px;width:100%!important}.login-button,.login-innercard2{align-items:center;display:flex;flex-grow:0}.login-innercard2{flex-direction:column;justify-content:flex-start;padding:0}.login-terms,.login-terms2{color:#444746;flex-grow:0;font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.58;text-align:center}.swiper{height:100%;width:100%}.swiper-slide{align-items:center;background:#fff;display:flex;font-size:18px;justify-content:center;text-align:center}.swiper-slide img{display:block;height:100%;object-fit:cover;width:100%}.sliderone{background-image:url(/static/media/SliderOne.2fd262b90834452ccab5.png)}.sliderone,.slidertwo{background-repeat:no-repeat;background-size:cover;height:100vh;width:100%!important}.slidertwo{background-image:url(/static/media/SliderTwo.7ccc95cbc0e037109ff0.png)}.sliderthree{background-image:url(/static/media/SliderThree.8eb50764f82c816bb53e.png)}.sliderfour,.sliderthree{background-repeat:no-repeat;background-size:cover;height:100vh;width:100%!important}.sliderfour{background-image:url(/static/media/SliderFour.8e0e81d7f1567a332423.png)}.slider-rectangle{flex-grow:0;padding:0 99px 100px 100px}.slider-items{align-items:center;display:flex;flex-direction:column;flex-grow:0;gap:20px;justify-content:flex-start;padding:0}.slider-content{color:#fff;flex-grow:0;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.4;padding:0 99px 100px 100px;position:absolute;text-align:center;top:500px}.slider-main{height:100vh;position:fixed;right:0;top:0}.relative{position:relative}.slider-image{border-radius:50%;position:absolute;top:430px}.swiper-slide img{height:50px;width:50px}.forgetrow{align-items:center;display:flex;height:100%!important;justify-content:center;margin-top:40px}.login-forget{align-items:flex-start;display:flex;flex-direction:column;flex-grow:0;gap:8px;justify-content:flex-start;padding:0;width:100%!important}.error-css,.login-forget2{color:#444746;flex-grow:0;font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:1.58;text-align:center}.error-css{font-weight:500;margin-bottom:0}.eye-color{color:#757575}.header{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;margin:20px 20px 0}.header-image{border-radius:50%;height:30px;width:30px}.logo-name{color:#333;flex-grow:0;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.loginrow{margin-top:75px}.registerrow{margin-top:30px}.landing-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0b0b0d;border-bottom:.2px solid #6b6b6b52;display:flex;flex-direction:row;justify-content:space-between;padding:20px 80px;position:fixed;right:0;top:0;width:100%!important;z-index:1}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation4.MuiAppBar-root.MuiAppBar-colorPrimary.MuiAppBar-positionFixed.mui-fixed.css-5poeop,.css-11b3ww9-MuiPaper-root-MuiAppBar-root{background-color:#0b0b0d!important;border-bottom:.2px solid #6b6b6b52;padding:10px!important}.css-k008qs{background-color:#0b0b0d!important}.landing-header1{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.logo-namelanding{color:#fff;font-family:Inter;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.landing-header2{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:flex-start;padding:0}.landing-button{align-items:center;border:1px solid #7119ff;border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:4px 12px}.landing-getstart{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.landing-second{align-items:center;display:flex;flex-direction:row;gap:32px;justify-content:flex-start;padding:0}.landing-arrow{color:#fff;flex-grow:0;width:18px}.landing-header2 a{color:#fff;text-decoration:none}.hero-left{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;padding:50px 0;width:100%!important}.hero-left a{text-decoration:none}.hero-head{color:#fff;flex-grow:0;font-family:Inter,sans-serif;font-size:56px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.generateai-hero-section{background-color:#0b0b0d;height:auto;padding:40px 0;width:100%!important}.hero-subhead{color:#b6b6b7;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:left}.hero-right{height:auto;width:100%!important}.landing-video{height:auto;width:100%}.features-section{background-color:#0b0b0d;height:auto;padding:50px 0;width:100%!important}.features-head{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:0}.features-title{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:center}.drawer-list{color:#282833;font-size:25px;padding:10px;text-align:end}.css-h4y409-MuiList-root{text-align:center!important}.css-i4bv87-MuiSvgIcon-root{color:#000!important;font-size:25px!important}.drawer-menuicon{align-items:center;display:flex;justify-content:space-between;padding:15px}.css-11yszsb{height:100%!important}.logo-namelandingside{color:#282833;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation16.MuiDrawer-paper.MuiDrawer-paperAnchorLeft{background-color:#f0f0f0!important}.MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation16.MuiDrawer-paper.MuiDrawer-paperAnchorLeft a{color:#fff!important}.css-16ac5r2-MuiButtonBase-root-MuiListItemButton-root{margin-top:20px!important}.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeMedium.css-1qzirfr-MuiButtonBase-root-MuiIconButton-root{background-color:#b6b6b7;height:50px;width:50px}.feature-subhead{color:#b6b6b7;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:center}.features-card{background-color:#1e1f23;border:1px solid #a1a1a157;border-radius:20px;box-shadow:0 1px 4px #83828229;height:auto;padding:30px 20px 10px;transition:transform .5s;width:100%!important}.features-card:hover{box-shadow:0 5px 15px #000;transform:scale(1.015)}.hover-scale{transition:transform .5s}.hover-scale:hover{transform:scale(1.1)}.features-card:hover{border:1px solid #942fd7}.card-head{color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:600}.card-head,.card-subhead{font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.card-subhead{color:#b6b6b7;font-family:Inter;font-size:16px;font-weight:400;text-align:left}.feature-img1{height:260px;width:300px}.feature-img1-2{height:270px;width:300px}.feature-img2{height:350px;width:300px}.feature-img2-2{height:150px;margin:5px;width:250px}.feature-img3{height:230px;margin:10px;width:260px}.feature-img3-2{height:280px;width:350px}.features-bottom{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-top:50px;padding:0}.features-bottom a{text-decoration:none}.newai-section{background-color:#0b0b0d;height:auto;padding:70px 0;width:100%!important}.newai-left{background-image:url(/static/media/newai1.52501c00e83c5999a772.png);border-radius:20px;height:550px;transition:background-image 1s ease;width:90%!important}.newai-left,.newai-left:hover{background-repeat:no-repeat;background-size:cover}.newai-left:hover{background-image:url(/static/media/newai1hover.c4614a0dbfada80eeb5d.png)}.newai-rightone{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;margin-bottom:50px;padding:0}.why-choose{color:#a36aff;font-size:12px;font-weight:400}.why-choose,.whychoose-header{font-family:Inter,sans-serif;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;text-align:left}.whychoose-header{color:#fff;font-size:48px;font-weight:500}.whychoose-subhead{color:#b6b6b7;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:left}.newai-righttwo{background-image:url(/static/media/newai2.28688ee2cfc33ffd88cc.png);border-radius:20px;height:500px;transition:background-image 1s ease;width:100%!important}.newai-righttwo,.newai-righttwo:hover{background-repeat:no-repeat;background-size:cover}.newai-righttwo:hover{background-image:url(/static/media/newai2hover.434a4132b5249888f28f.png)}.FAQ-section{background-color:#0b0b0d;height:auto;padding:100px 0;width:100%!important}.FAQ-card{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:0}.FAQ-subhead{color:#a36aff;font-size:12px;font-weight:400}.FAQ-head,.FAQ-subhead{font-family:Inter,sans-serif;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;text-align:left}.FAQ-head{color:#fff;font-size:48px;font-weight:500}.css-1f773le-MuiButtonBase-root-MuiAccordionSummary-root{background-color:#1e1f23!important;border-radius:10px!important;color:#fff!important;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin:10px 0!important}.css-1086bdv-MuiPaper-root-MuiAccordion-root{background-color:#1e1f23!important}.css-15v22id-MuiAccordionDetails-root{color:#b6b6b7!important;font-family:Inter,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal}.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-vubbuv,.css-i4bv87-MuiSvgIcon-root{color:#fff!important}.FAQ-questions{margin-top:30px}.footer-section{background-color:#17171a;height:auto;padding:25px 0 10px;width:100%!important}.footer-card{align-items:center;display:flex;justify-content:center}.footer-content{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.css-1086bdv-MuiPaper-root-MuiAccordion-root.Mui-expanded{margin:0!important}.css-1086bdv-MuiPaper-root-MuiAccordion-root{margin:10px 0!important}.css-1f773le-MuiButtonBase-root-MuiAccordionSummary-root{margin:0!important}.css-1086bdv-MuiPaper-root-MuiAccordion-root{border-radius:12px!important}.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1.MuiAccordion-root.MuiAccordion-rounded.MuiAccordion-gutters.css-1aj41gs{background-color:#1e1f23!important;border-radius:10px!important;color:#fff!important;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;margin:10px 0!important}.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-colorInherit.MuiIconButton-edgeStart.MuiIconButton-sizeMedium,.drawer-head{width:100%!important}.drawer-head{align-items:center;display:flex;justify-content:space-between}.asidemeni{background:#f0f0f0;height:100vh;padding:20px;position:-webkit-sticky;position:sticky;top:0}.logo-namelandingchat{color:#282833;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.chat-side{margin:0}.css-12n0uxm-MuiGrid-root>.MuiGrid-item{padding-left:0!important}.mennu_side{align-items:center;display:flex;flex-direction:column;height:75vh;justify-content:space-between;margin:60px}.side-svg{width:20px}.side-svg2{width:18px}.side-svg-load{width:16px}.side-icon{color:#6c6c89;font-size:20px}.side-menus{align-items:center;color:#282833;display:flex;font-size:14px}.navlink_new,.navlink_new_chatting{display:flex;gap:5px}.chatting-title{color:#282833;font-family:Inter,sans-serif;font-size:28px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.side-svg-chatting{width:26px}.menu_items_fex a.active{border:1px solid #ccc;border-radius:8px;display:flex;width:100%}.menu_items_fex a{color:#282833!important;font-family:Inter,sans-serif;font-size:14px;font-weight:500;margin-left:10px;padding:4px;text-decoration:none!important}.menu_items_fex_chat{display:inline-block;position:relative}.menu_items_fex_chat a{color:#8a8aa3!important;font-family:Inter,sans-serif;font-size:16px;font-weight:500;text-decoration:none!important}.dropdown-content1{background-color:#f0f0f0;border-radius:10px;box-shadow:0 8px 16px 0 #0003;box-shadow:0 10px 40px #0000001a;display:none;margin-top:3px;max-height:calc(-100px + 100vh);min-width:100px;overflow:auto;padding:12px 0;position:absolute;top:35px;width:100px;width:auto;z-index:1}.dropdown-content1 a span{color:#000;font-weight:500}.dropdown-content2{background-color:#f0f0f0;border-radius:10px;box-shadow:0 8px 16px 0 #0003;box-shadow:0 10px 40px #0000001a;display:none;margin-top:3px;max-height:calc(-100px + 100vh);min-width:120px;overflow:auto;padding:12px 0;position:absolute;top:35px;width:120px;width:auto;z-index:1}.mennu_sidemain a{text-decoration:none}.dropdown-content2 a span{color:#000;font-weight:500}.landing-header1chat{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:center}.chat-optionside{display:flex;flex-direction:column;gap:15px}.menu_items_fex{display:flex}.chat-homehead{align-items:center;margin:25px}.chat-homehead,.chat-homehead-chatting{gap:25px}.chat-homehead,.chat-homehead-chatting,.chat-homehead-one{display:flex;flex-direction:column;justify-content:flex-start;padding:0}.chat-homehead-one{align-items:center;gap:5px}.chat-homehello{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(106deg,#942fd7 6%,#27a8db 90%);font-size:50px;font-weight:700;text-align:left}.chat-homehello,.chat-homesubhead{font-family:Inter,sans-serif;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal}.chat-homesubhead{color:#8a8aa3;font-size:46px;font-weight:600}.chat-homehead-two{align-items:flex-start;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;padding:0}.chat-homehead-firstbtn{border:1px solid #942fd7;border-image-slice:1;border-radius:32px;box-shadow:0 1px 4px 0 #00000040}.chat-homehead-firstbtn,.chatting-homehead-firstbtn{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:8px 20px}.chatting-homehead-firstbtn{border-radius:32px}.chat-homehead-secondbtn{align-items:center;background-color:#fbfcfe;border:1px solid #ccc;border-radius:32px;box-shadow:0 1px 4px 0 #00000040;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:8px 20px}.chat-home-firstcard{background-color:#fff;border:1px solid #ccc;border-radius:12px;padding:12px}.chat-home-firstcard:hover{border:1.5px solid #942fd7;border-image-slice:1;border-radius:12px;padding:12px}.chat-home-firstcard:hover img{transform:scale(1.2)}.chat-home-firstcard img{border-radius:8px;overflow:hidden;transition:transform .8s ease}.chat-home-first-innercard{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:0}.chat-home-first-innerphoto{border-radius:8px;overflow:hidden;transition:transform .8s ease}.chat-home-first-innercontent{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0;width:100%!important}.chat-home-first-innerspan{color:#8a8aa3;font-family:Inter,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.chat-homesvg{cursor:pointer;width:24px}.chat-homeimg{height:100%;width:100%}.chat-foot-row{display:flex;justify-content:center;width:80%}.chat-footer{align-items:center;background-color:#fff;bottom:0;display:flex;flex-direction:column;gap:10px;padding:15px 5px;position:fixed;width:80%}.chat-home-footer{width:100%!important}.chat-footer-sub{color:#8a8aa3;font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:left}.chatbox{border:1.5px solid #ccc;border-radius:57px;padding:5px 15px;position:relative}.chatbox,.send{background-color:#f7f7f8}.send{bottom:10px;cursor:pointer;position:absolute;right:12px;width:28px}.chatbox-innerleft{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;padding:0}.custom-textarea{background-color:#f7f7f8;border:none;border-radius:10px;color:#8a8aa3;flex:1 1;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:1.5;line-height:normal;max-height:none;min-height:20px;overflow-y:scroll;resize:none;text-align:left}.custom-textarea:focus-visible{outline:none}.chat-lastrow{margin-bottom:140px}.chatbot-home-firstcard{background-color:#fff;border:1px solid #ccc;border-radius:12px;padding:20px;transition:box-shadow .3s ease}.chatbot-home-firstcard:hover{border:1.5px solid #942fd7;border-image-slice:1;border-radius:12px;box-shadow:0 5px 15px #00000059}.chatbot-home-innercard{align-items:end;display:flex;flex-direction:column;gap:14px}.chatbot-inner-head{color:#282833;font-family:Inter,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;height:115px;letter-spacing:normal;line-height:1.57;text-align:left}.chatbot-card-icon{width:20px}.chatbot-inner-subhead{align-items:center;background-color:#f0f4f9;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:13px}.subscribe-firstcard{background-color:#fff;border:1px solid #ccc;border-radius:20px;margin-top:30px;padding:24px;transition:margin-top .4s ease,box-shadow .4s ease}.subscribe-firstcard.hover,.subscribe-firstcard:hover{border:1px solid #942fd7;box-shadow:0 5px 15px #00000059;margin-top:10px}.subscribe-firstcard:hover .subscribe-inercard-second{background-color:#a36aff}.subscribe-firstcard:hover .subscribe-btn{color:#fff}.subscribe-secondcard{background-color:#fff;border:1px solid #942fd7;border-radius:20px;margin-top:60px;padding:24px;transition:box-shadow .3s ease}.subscribe-secondcard:hover{box-shadow:0 5px 15px #00000059}.subscribe-inercard-first{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:0}.subscribe-inercard-firstline{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0;width:100%}.subscribe-inercard-firstline-left{color:#282833;font-family:Inter,sans-serif;font-size:24px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-inercard-firstline-right{align-items:center;border:1px solid #942fd7;border-radius:32px;box-shadow:0 1px 4px 0 #00000040;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:2px 4px;width:-webkit-max-content;width:max-content}.subscribe-offer-top{width:20px}.subscribe-offer-stable{font-size:12px;line-height:normal}.subscribe-inercard-secondline,.subscribe-offer-stable{color:#8a8aa3;font-family:Inter,sans-serif;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;text-align:left}.subscribe-inercard-secondline{font-size:14px;line-height:1.57}.subscribe-inercard-thirdline{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;padding:0}.subscribe-offer-bold{font-size:56px;font-weight:600}.subscribe-offer-main{align-items:end;display:flex;margin:15px 0}.subscribe-offer-color{color:#a36aff;font-size:20px;font-weight:500}.subscribe-offer-color,.subscribe-week{font-family:Inter,sans-serif;font-stretch:normal;font-style:normal;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-week{color:#282833;font-size:16px;font-weight:400}.subscribe-billed{align-items:center;background-color:#a36aff33;border-radius:28px;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:4px 8px}.subscribe-billed-font{color:#7119ff;font-family:Inter,sans-serif;font-size:8px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-innercard-top{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:0}.subscribe-inercard-second{background-color:#fff}.subscribe-inercard-second,.subscribe-inercardscnd-second{align-items:center;border:1px solid #ccc;border-radius:8px;box-shadow:0 1px 4px 0 #00000040;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:12px 10px;width:100%}.subscribe-inercardscnd-second{background-color:#a36aff}.subscribe-btn{color:#282833}.subscribe-btn,.subscribe-second-btn{font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-second-btn{color:#fff}.subscribe-horizon{background-color:#fff;border-radius:20px;margin:30px 0}.subscribe-innercard-bottom{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:0}.subscribe-bottom-head{color:#282833;font-family:Inter,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-innercard-bottomsecond{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:0}.subscribe-bottom-items{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-start;padding:0}.subscribe-bottom-signal{width:22px}.subscribe-bottom-signalwrong{margin-left:4px;width:12px}.subscribe-bottom-itemname{color:#282833}.subscribe-bottom-itemname,.subscribe-bottom-itemnameno{font-family:Inter,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;text-align:left}.subscribe-bottom-itemnameno{color:#8a8aa3;margin-left:7px}.chatting-user{display:flex;flex-direction:column;gap:8px}.chatting-user-head{align-items:center;display:flex;flex-direction:row;gap:8px}.chatting-user-subhead{margin-left:38px;text-align:start}.chatting-prompt{color:#282833;font-family:Inter,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.chatting-img-prompt{align-items:start;display:flex;gap:5px;height:300px;width:300px}.logo-namelanding-chatting{color:#282833;font-family:Inter,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.chatheight{height:400px;overflow-y:scroll}.header-nav a{text-decoration:none}.chat-loading{align-items:start;display:flex;flex-direction:row;justify-content:start}.chat-loading,.chat-loading-head{text-align:start}.loading-font{font-family:Inter,sans-serif;font-size:14px;font-weight:400}.image-hover a{background:#8456f7;border:1px solid #8456f7;border-radius:10px;color:#fff;padding:10px 47px}.image-hover{background:#0000005e;cursor:pointer;display:grid;height:100%;left:0;opacity:0;place-content:center;position:absolute;top:0;width:100%}.creation-image{cursor:pointer;position:relative}.creation-image:hover .image-hover{opacity:1;transition:all .2s ease-in-out}.side-svg-download{width:50px}@media screen and (max-width:500px){.hero-head{font-size:30px}.hero-left{padding:30px 20px}.FAQ-head,.features-title,.whychoose-header{font-size:26px}.landing-header1{margin-left:20px}}@media screen and (max-width:600px){.slider-main{display:none}}@media screen and (min-width:501px) and (max-width:1000px){.hero-head{font-size:40px}.FAQ-head,.features-title,.whychoose-header{font-size:35px}}@media screen and (max-width:500px){.mennu_side{height:40vh;margin:50px}.generateai-hero-section{padding:0}.asidemeni{height:60vh}.chat-lastrow{margin-bottom:180px}}@media screen and (max-width:800px){.chat-footer{width:100%!important}}@media screen and (max-width:1200px){.chatheight{height:280px;overflow-y:scroll}}
/*# sourceMappingURL=main.0fc8db41.css.map*/