@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);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:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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{-webkit-transform:translateZ(0);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:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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 transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin: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{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);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;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);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%;-webkit-transform:translate3d(0,-50%,0);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%;-webkit-transform:translateY(-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:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .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%;-webkit-transform:translateX(-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:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));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;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;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;-webkit-transform-origin:center;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);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"}body{background:#16141f}html{scroll-behavior:smooth}.mt-30{margin-top:30px}.img-100{height:100%;object-fit:cover;width:100%}.pointer{cursor:pointer}:root{--black:#000;--white:#fff;--primary:#36454f;--secondary:#667085;--accent:#3385ff;--success:#0d894f;--light-success:#e7f4ee;--warning:#e46a11;--light-warning:#fdf1e8;--danger:#e22400;--warning:#f04438;--light-warning:#feedec;--gray:#b6b6b6;--light-gray:#f0f1f3;--background:#f9f9fc;--dark-gray:#7394c7;--dark-russian:#1c1c24;--purple:#713efe;--dark-purple:#322366}.dark-russian{background:#1c1c24;background:var(--dark-russian)}.purple{background:#713efe;background:var(--purple)}.dark-purple{background:#322366;background:var(--dark-purple)}*{box-sizing:border-box;line-height:normal;margin:0;padding:0}.col,.nav-item,.nav-link,.navbar-brand,.row,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:initial}body{font-family:Roboto,sans-serif;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{border:none;outline:none}a{text-decoration:none}input{outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none}h1{font-size:40px}h1,h2{color:#fff;font-family:Roboto;font-style:normal;font-weight:500;line-height:normal}h2{font-size:28px}h3{color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:normal}h4{font-family:Roboto}h4,h5{color:#fff;font-size:22px;font-style:normal;font-weight:600;line-height:normal}h5{font-family:Inter}h6{font-family:Roboto;font-size:20px;font-weight:600}h6,p{color:#fff;font-style:normal;line-height:normal}p{font-size:18px;font-weight:400}p,p.medium{font-family:Inter}p.medium{font-size:16px;font-style:normal;font-weight:300;line-height:normal}p.small{font-size:14px}label{color:var(--primary);font-family:Arial;font-size:18.07px;font-weight:700}label.medium{font-size:14px}.font-inter{font-family:Inter}.text-charcoal{color:var(--primary)}.text-grey{color:var(--gray)}.text-blue-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(270deg,#3385ff 25.58%,#20bdff 87.13%);-webkit-background-clip:text}.page-wrapper{background:#16141f;margin-left:350px}.btn-primary{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;padding:8px 16px;text-align:center}.btn-primary.small{font-size:14px}.btn-primary.medium{font-size:16px}.btn-primary.danger{background:var(--danger)}.btn-secondary{align-items:center;border:2px solid var(--accent);border-radius:13.451px;box-shadow:0 1.922px 6.726px 0 rgba(0,0,0,.25);display:flex;font-family:Inter;font-size:24.02px;font-weight:500;gap:10px;justify-content:center}.btn-secondary.small{font-size:14px}.btn-secondary.medium{font-size:16px}button:disabled{cursor:no-drop}.btn-ternary{background:var(--accent);border-radius:8.895px;font-size:15.566px;letter-spacing:.078px;line-height:normal}button .loader{-webkit-animation:l6 2s infinite;animation:l6 2s infinite;aspect-ratio:1;background:radial-gradient(farthest-side,#fff 95%,transparent) 50% 0/12px 12px no-repeat,radial-gradient(farthest-side,transparent calc(100% - 5px),#fff calc(100% - 4px)) content-box;border-radius:50%;height:100%;max-height:40px;max-width:40px;padding:3px;width:100%}.ant-pagination{justify-content:center!important;margin-bottom:0!important}.ant-pagination .ant-pagination-item,.ant-pagination button{align-items:center;background:rgba(113,62,255,.1)!important;border-radius:8.895px;color:#713eff;display:flex;font-weight:600;gap:4.448px;height:35.58px!important;justify-content:center;padding:6.671px;width:35.58px!important}.ant-pagination .ant-pagination-item button,.ant-pagination button button{opacity:1!important}.ant-pagination .ant-pagination-item svg,.ant-pagination button svg{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);font-size:16px}.ant-pagination .ant-pagination-item-active{background:#713eff!important;border:none;border-radius:8.895px;color:#fff!important}.data-table-wrapper{background:#1c1c24;border:3px solid #232323;border-radius:24px}.data-table-wrapper .header{align-items:center;display:flex;justify-content:space-between;padding:8px 20px}.data-table-wrapper .header h3{color:#fff;font-family:Roboto;font-size:20.567px;font-style:normal;font-weight:700;line-height:31.993px}.data-table-wrapper .header .input-box{align-items:center;background:#1c1c24;border:1px solid silver;border-radius:6px;display:flex;height:59.073px;overflow:hidden;padding-right:8px;width:297.609px}.data-table-wrapper .header .input-box .icon-box{align-items:center;display:flex;height:100%;justify-content:center;width:55px}.data-table-wrapper .header .input-box input{background:transparent;border:none;color:#b4b4b4;font-family:Roboto;font-size:18px;font-style:normal;font-weight:500;height:100%;line-height:150%;outline:none;width:calc(100% - 55px)}.data-table-wrapper .ant-table{background:#1c1c24}.data-table-wrapper .ant-table .ant-table-content .ant-table-thead th{background-color:#19191c;border-bottom:1px solid transparent!important;border-radius:0!important;color:#fff;font-family:Inter;font-size:15.997px;font-style:normal;font-weight:600;line-height:27.423px}.data-table-wrapper .ant-table .ant-table-content .ant-table-row td{border-bottom:1px dashed #474747!important;color:#fff;font-family:Inter;font-size:15.997px;font-style:normal;font-weight:400;line-height:27.423px}.data-table-wrapper .ant-table .ant-table-content .ant-table-row .view-btn{color:#1a73e8;cursor:pointer;text-decoration-line:underline}.data-table-wrapper .ant-table .ant-table-content .ant-table-cell.ant-table-cell-row-hover,.data-table-wrapper .ant-table .ant-table-content .ant-table-row:hover{background-color:transparent}.data-table-wrapper .ant-table .ant-table-content .ant-table-cell:before{display:none}.history-wrapper{margin:90px auto;max-width:1500px}.main{display:flex}.main .left,.main .right{-webkit-backdrop-filter:blur(200.6499938965px);backdrop-filter:blur(200.6499938965px);background:#16141f}.main .right{width:100%}.main .side-button{display:inline;display:initial;position:absolute;right:20px;top:15px;z-index:15}.comment-modal .ant-modal-close,.comment-modal .ant-modal-close:hover{color:#fff}.comment-modal .ant-modal-content{background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px}.comment-modal .comment-modal-content{display:flex;flex-direction:column;gap:40px;padding:50px}.comment-modal .comment-modal-content label{color:#fff;font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:normal;text-align:center}.comment-modal .comment-modal-content textarea{background:transparent;border:2px solid #414049;border-radius:6px;color:#e2e2e2;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:12px 18px}.even-purple:nth-child(2n){background-color:#713efe!important}.sidebar{border-right:1px solid var(--purple);height:100vh;left:0;overflow:auto;padding:40px 30px;position:fixed;top:0;width:352px}.sidebar,.sidebar .bottom{display:flex;flex-direction:column}.sidebar .bottom{height:100%;margin-top:58px}.sidebar .bottom .setting{display:flex;flex-direction:column;gap:30px}.sidebar .list{border-radius:10px;cursor:pointer;height:70px;padding:22px 15px;width:292px}.sidebar .list.active{background:var(--purple)}@media screen and (max-width:1440px){.sidebar .bottom{margin-top:30px}.sidebar .bottom .list{padding:15px}.sidebar .bottom .setting{gap:20px}}@media screen and (max-width:600px){.sidebar{position:absolute}}.upload{height:100vh;padding:50px 20px}.upload,.upload .content{align-items:center;display:flex;justify-content:center}.upload .content{background:#1c1c24;border:3px solid #232323;border-radius:24px;cursor:pointer;flex-direction:column;gap:27px;height:319px;width:547px}@media screen and (max-width:1440px){.upload .content{height:200px;width:400px}}.new-project{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:81px 20px}.new-project .back-button-container{display:flex;justify-content:start;margin-top:-3rem;width:90%}.new-project .back-button-container .back-button{background:#713efe;border-radius:4px;color:#fff;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;height:2.5rem;letter-spacing:.09px;line-height:22.238px;text-align:center;width:8rem}.new-project .top{background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;max-width:1155px;padding:18px 54px 20px 26px;width:100%}.new-project .top .content{display:flex;margin-top:13px}.new-project .top .content .left{align-items:center;background:#323240;border-radius:16px;cursor:pointer;display:flex;height:340px;justify-content:center;width:463px}.new-project .top .content .vertical-hr{background-color:#aeaeae;height:259.308px;margin:0 31px;width:2px}.new-project .top .content .middle .floor{display:flex;gap:17px;margin-top:20px}.new-project .top .content .middle .floor .bar{width:350px}.new-project .top .content .middle .floor .bar .bar-content{align-items:center;display:flex;justify-content:space-between}.new-project .top .content .middle .floor .bar .bar-content .bar-content-fileName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-project .top .content .middle button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;margin-top:34px;padding:8px 16px;text-align:center}.new-project .top .content .right-content .status-btns{display:flex;flex-direction:column;margin-top:40px}.new-project .top .content .right-content .status-btns .analyze,.new-project .top .content .right-content .status-btns .pending{align-items:center;background:rgba(255,108,0,.1);border-radius:111.189px;color:#f0811b;display:inline-flex;flex-direction:column;font-family:Inter;font-size:15.566px;font-style:normal;font-weight:600;gap:8.895px;justify-content:center;letter-spacing:.078px;line-height:22.238px;padding:4.448px 13.343px}.new-project .top .content .right-content .status-btns .analyze{background:rgba(13,137,79,.2);color:#05cb6e;margin-top:50px}.new-project .bottom{align-items:center;background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;display:flex;flex-direction:column;justify-content:center;max-width:1155px;padding:22px 50px;width:100%}.new-project .bottom .floor-slider{margin-top:32px;width:100%}.new-project .bottom .floor-slider .swiper{height:100%;width:100%}.new-project .bottom .floor-slider .swiper-slide{align-items:center;display:flex;font-size:18px;justify-content:center;text-align:center}.new-project .bottom .floor-slider .swiper-slide img{display:block;height:100%;object-fit:cover}.new-project .bottom .floor-slider .swiper{margin-left:auto;margin-right:auto}.new-project .bottom .floor-slider .swiper-pagination-bullet,.new-project .bottom .floor-slider .swiper-pagination-bullet-active{background:#055ffc}.new-project .bottom .floor-slider .swiper-button-prev{left:20px}.new-project .bottom .floor-slider .swiper-button-prev:after{content:url(/static/media/prev.05d67edf0d6408a70c1e.svg)}.new-project .bottom .floor-slider .swiper-button-next{right:20px}.new-project .bottom .floor-slider .swiper-button-next:after{content:url(/static/media/next.775a4b75dde3111e6c9e.svg)}.new-project .bottom .floor-slider .swiper-pagination{display:none}.new-project .bottom button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;margin-top:31px;padding:8px 16px;text-align:center}@media screen and (max-width:1440px){.new-project .top{max-width:900px}.new-project .top .content .middle .floor .bar{width:270px}.new-project .bottom{max-width:900px}}.floor-plan-uploader .file-uploader{display:flex;gap:60px;padding-top:13px}.floor-plan-uploader .file-uploader .left{align-items:center;background:#323240;border-radius:16px;cursor:pointer;display:flex;flex-shrink:0;height:340px;justify-content:center;width:463px;width:40%}.floor-plan-uploader .file-uploader .right{width:60%}.floor-plan-uploader .file-uploader .right .header{display:flex;justify-content:space-between;margin-bottom:20px}.floor-plan-uploader .file-uploader .right .file-status-wrapper{align-items:center;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;width:100%}.floor-plan-uploader .file-uploader .right .add-file{max-width:450px;width:100%}.floor-plan-uploader .file-uploader .right .add-file .progress-bar{display:flex}.floor-plan-uploader .file-uploader .right .add-file .progress-bar .bar{align-items:center;display:flex;gap:20px}.floor-plan-uploader .file-uploader .right .scan-status .status-chips{border-radius:111.189px;font-family:Inter;font-size:15.566px;font-style:normal;font-weight:600;letter-spacing:.078px;line-height:22.238px;padding:4.448px 13.343px;text-align:center;width:105.138px}.floor-plan-uploader .file-uploader .right .scan-status .status-chips.pending{background:rgba(255,108,0,.1);color:#f0811b}.floor-plan-uploader .file-uploader .right .scan-status .status-chips.analyzed{background:rgba(13,137,79,.2);color:#05cb6e}.button-container{display:flex;justify-content:start;margin-top:2rem;width:95%}.button-container .back-image-styles{cursor:pointer;margin-left:2.5rem}.button-container .back-button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;padding:8px 16px;text-align:center}.floor-1{display:flex;gap:20px;padding:85px 44px}.floor-1 .floor-left{width:60%}.floor-1 .floor-left h1{font-size:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.floor-1 .floor-left .floor-left-content{background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;display:flex;gap:20px;height:832px;margin-top:30px;padding:23px 20px 9px 25px;position:relative;width:100%}.floor-1 .floor-left .floor-left-content .canvas{gap:30px}.floor-1 .floor-left .floor-left-content .canvas img{height:577px;width:677px}.floor-1 .floor-left .floor-left-content .canvas button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;padding:8px 16px;text-align:center}.floor-1 .floor-left .floor-left-content .space{align-items:center;display:flex;flex-direction:column;gap:20px;position:absolute;right:10px}.floor-1 .floor-left .floor-left-content .space button{align-items:center;background:transparent;color:#fff;display:flex;flex-direction:column;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;gap:5px;line-height:normal}.floor-1 .floor-left .floor-left-content .zoom-btns{align-items:center;background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;display:flex;-webkit-filter:drop-shadow(0 0 4.6px #000);filter:drop-shadow(0 0 4.6px #000);flex-direction:column;height:143.2px;justify-content:space-between;padding:20px;position:absolute;right:2%;top:50%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44.75px}.floor-1 .floor-left .floor-left-content .zoom-btns img{cursor:pointer}.floor-1 .floor-right{gap:20px;height:832px;width:40%}.floor-1 .floor-right .add-floor{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;margin-bottom:25px;padding:8px 16px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.floor-1 .floor-right .room-and-items{display:flex;gap:20px;width:100%}.floor-1 .floor-right .room-and-items .items,.floor-1 .floor-right .room-and-items .room{align-items:center;background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;display:flex;flex-direction:column;height:832px;padding:10px 0 38px;width:50%}.floor-1 .floor-right .room-and-items .items .item-scroll,.floor-1 .floor-right .room-and-items .room .item-scroll{overflow:scroll}.floor-1 .floor-right .room-and-items .items .item-scroll::-webkit-scrollbar,.floor-1 .floor-right .room-and-items .room .item-scroll::-webkit-scrollbar{width:0}.floor-1 .floor-right .room-and-items .items .item-scroll::-webkit-scrollbar-thumb,.floor-1 .floor-right .room-and-items .room .item-scroll::-webkit-scrollbar-thumb{background-color:#000;border-radius:0}.floor-1 .floor-right .room-and-items .items .room-inner,.floor-1 .floor-right .room-and-items .room .room-inner{height:100%;max-height:600px!important;overflow-y:auto}.floor-1 .floor-right .room-and-items .items .room-inner::-webkit-scrollbar,.floor-1 .floor-right .room-and-items .room .room-inner::-webkit-scrollbar{width:0}.floor-1 .floor-right .room-and-items .items .room-inner::-webkit-scrollbar-thumb,.floor-1 .floor-right .room-and-items .room .room-inner::-webkit-scrollbar-thumb{background-color:#000;border-radius:0}.floor-1 .floor-right .room-and-items .items .bedroom,.floor-1 .floor-right .room-and-items .room .bedroom{align-items:center;display:flex;justify-content:space-between;padding:14px;width:100%}.floor-1 .floor-right .room-and-items .items .bedroom p,.floor-1 .floor-right .room-and-items .room .bedroom p{align-items:center;display:flex;gap:10px}.floor-1 .floor-right .room-and-items .items .buttons,.floor-1 .floor-right .room-and-items .room .buttons{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.floor-1 .floor-right .room-and-items .items .buttons .edit-button,.floor-1 .floor-right .room-and-items .room .buttons .edit-button{align-items:center;background:#713efe;border-radius:100%;cursor:pointer;display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(5,95,252,.25));filter:drop-shadow(0 4px 4px rgba(5,95,252,.25));height:60px;justify-content:center;margin-top:47px;width:60px}.floor-1 .floor-right .room-and-items .items .buttons .validate,.floor-1 .floor-right .room-and-items .room .buttons .validate{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center}.floor-1 .floor-right .room-and-items .items .buttons .validate button,.floor-1 .floor-right .room-and-items .room .buttons .validate button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;padding:8px 16px;text-align:center}.floor-1 .floor-right .room-and-items .items .validate-items,.floor-1 .floor-right .room-and-items .room .validate-items{justify-content:end}.floor-1 .floor-right .room-and-items .items .bedroom{padding:10px 14px}.add-space-modal p{color:#000}.add-space-modal .ant-modal-content{background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;height:483px;padding:107px 44px;width:407px}.add-space-modal .ant-modal-content .ant-modal-close{background:#fff}.add-space-modal .ant-modal-content .ant-modal-header .ant-modal-title{display:none}.add-space-modal .ant-modal-content .ant-modal-body .inner-content{align-items:center;display:flex;flex-direction:column}.add-space-modal .ant-modal-content .ant-modal-body .inner-content .dropdown{align-items:center;background:#414049;border-radius:6px;display:flex;height:51px;justify-content:center;margin-top:48px;padding:14px 17px;width:319px}.add-space-modal .ant-modal-content .ant-modal-body .inner-content .dropdown .ant-dropdown-trigger{color:#fff;width:100%}.add-space-modal .ant-modal-content .ant-modal-body .inner-content .dropdown .ant-dropdown-trigger .ant-space{color:#e2e2e2;display:flex;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;justify-content:space-between;line-height:normal;width:100%}.add-space-modal .ant-modal-content .ant-modal-body .inner-content input{background:#1c1c24;border:2px solid #414049;border-radius:6px;color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;height:51px;line-height:normal;margin-top:14px;padding:14px 17px;width:319px}.add-space-modal .ant-modal-content .ant-modal-body .inner-content input::-webkit-input-placeholder{color:#e2e2e2}.add-space-modal .ant-modal-content .ant-modal-body .inner-content input::placeholder{color:#e2e2e2}.add-space-modal .ant-modal-content .ant-modal-body .inner-content button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;height:39px;justify-content:center;letter-spacing:.09px;line-height:22.238px;margin-top:39px;padding:8px 16px;text-align:center;width:319px}.add-space-modal .ant-modal-content .ant-modal-footer{display:none}.ant-dropdown{height:51px;left:744px!important;width:319px}.ant-dropdown .ant-dropdown-menu{background:#414049;margin-top:20px;padding:0}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{border-bottom:1px solid #000;border-radius:0;color:#e2e2e2;font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:14px 17px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:last-child{border-bottom:none}.loader-div{flex-direction:column;width:100%}.loader-container,.loader-div{align-items:center;display:flex;justify-content:center}.loader{aspect-ratio:1;box-sizing:border-box;display:grid;-webkit-filter:blur(3px) contrast(7);filter:blur(3px) contrast(7);mix-blend-mode:darken;padding:10px;width:100px}.loader:before{-webkit-animation:l6 1s infinite alternate;animation:l6 1s infinite alternate;background:currentColor;border-radius:50%;box-shadow:-30px 0,30px 0,0 30px,0 -30px;color:#713efe;content:"";height:30px;margin:auto;width:30px}@-webkit-keyframes l6{90%,to{box-shadow:-10px 0,10px 0,0 10px,0 -10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes l6{90%,to{box-shadow:-10px 0,10px 0,0 10px,0 -10px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:1650px){.floor-1{flex-direction:column;padding:50px 20px}.floor-1 .floor-left{width:100%}.floor-1 .floor-left .floor-left-content{width:auto}.floor-1 .floor-right{flex-direction:column-reverse!important;height:auto;width:100%}}.ant-tooltip-inner{background:transparent!important;box-shadow:none!important}.ant-tooltip-arrow{opacity:0}.drop-wrapper{background:#1c1c24;border:1px solid #3f3f3f;border-radius:24px;box-shadow:0 0 22.4px 0 rgba(0,0,0,.07);margin-left:-10px;padding:14px}.drop-wrapper label{border-bottom:1px solid #373746;font-size:18px;font-weight:500;padding-bottom:8px}.drop-wrapper label,.drop-wrapper ul li{color:#fff;font-family:Inter;font-style:normal;line-height:normal}.drop-wrapper ul li{cursor:pointer;font-size:16px;font-weight:400;margin-top:14px}.populate{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:85px 20px 78px}.populate .back-container{margin-top:-3.2rem;width:95%}.populate .populate-content{display:flex;gap:40px;margin-top:38px;max-width:1400px;width:100%}.populate .populate-content .left-populate,.populate .populate-content .right-populate{background:#1c1c24;border:1px solid #3f3f3f;border-radius:10px;box-shadow:0 0 31.8px 0 rgba(0,0,0,.09);width:65%}.populate .populate-content .left-populate .floor-right,.populate .populate-content .right-populate .floor-right{align-items:center;display:flex;flex-direction:column;gap:20px;height:832px;width:100%}.populate .populate-content .left-populate .floor-right .add-floor,.populate .populate-content .right-populate .floor-right .add-floor{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;margin-bottom:25px;padding:8px 16px;text-align:center;width:200px}.populate .populate-content .left-populate .floor-right .room-and-items,.populate .populate-content .right-populate .floor-right .room-and-items{display:flex;width:100%}.populate .populate-content .left-populate .floor-right .room-and-items .items,.populate .populate-content .left-populate .floor-right .room-and-items .room,.populate .populate-content .right-populate .floor-right .room-and-items .items,.populate .populate-content .right-populate .floor-right .room-and-items .room{align-items:center;background:#1c1c24;border:1px solid #3f3f3f;border-bottom-left-radius:10px;border-top-left-radius:10px;display:flex;flex-direction:column;height:832px;padding:10px 0 38px;width:33.33%}.populate .populate-content .left-populate .floor-right .room-and-items .items .bedroom,.populate .populate-content .left-populate .floor-right .room-and-items .room .bedroom,.populate .populate-content .right-populate .floor-right .room-and-items .items .bedroom,.populate .populate-content .right-populate .floor-right .room-and-items .room .bedroom{align-items:center;display:flex;height:48px;justify-content:space-between;padding:14px;width:100%}.populate .populate-content .left-populate .floor-right .room-and-items .items .bedroom p,.populate .populate-content .left-populate .floor-right .room-and-items .room .bedroom p,.populate .populate-content .right-populate .floor-right .room-and-items .items .bedroom p,.populate .populate-content .right-populate .floor-right .room-and-items .room .bedroom p{align-items:center;display:flex;gap:10px}.populate .populate-content .left-populate .floor-right .room-and-items .items .buttons,.populate .populate-content .left-populate .floor-right .room-and-items .room .buttons,.populate .populate-content .right-populate .floor-right .room-and-items .items .buttons,.populate .populate-content .right-populate .floor-right .room-and-items .room .buttons{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.populate .populate-content .left-populate .floor-right .room-and-items .items .buttons .edit-button,.populate .populate-content .left-populate .floor-right .room-and-items .room .buttons .edit-button,.populate .populate-content .right-populate .floor-right .room-and-items .items .buttons .edit-button,.populate .populate-content .right-populate .floor-right .room-and-items .room .buttons .edit-button{align-items:center;background:#713efe;border-radius:100%;cursor:pointer;display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(5,95,252,.25));filter:drop-shadow(0 4px 4px rgba(5,95,252,.25));height:60px;justify-content:center;margin-top:47px;width:60px}.populate .populate-content .left-populate .floor-right .room-and-items .items .buttons .validate,.populate .populate-content .left-populate .floor-right .room-and-items .room .buttons .validate,.populate .populate-content .right-populate .floor-right .room-and-items .items .buttons .validate,.populate .populate-content .right-populate .floor-right .room-and-items .room .buttons .validate{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:center}.populate .populate-content .left-populate .floor-right .room-and-items .items .buttons .validate button,.populate .populate-content .left-populate .floor-right .room-and-items .room .buttons .validate button,.populate .populate-content .right-populate .floor-right .room-and-items .items .buttons .validate button,.populate .populate-content .right-populate .floor-right .room-and-items .room .buttons .validate button{align-items:center;background:#713efe;border-radius:4px;color:#fff;display:inline-flex;font-family:Roboto;font-size:18px;font-style:normal;font-weight:600;gap:10px;justify-content:center;letter-spacing:.09px;line-height:22.238px;padding:8px 16px;text-align:center}.populate .populate-content .left-populate .floor-right .room-and-items .items .validate-items,.populate .populate-content .left-populate .floor-right .room-and-items .room .validate-items,.populate .populate-content .right-populate .floor-right .room-and-items .items .validate-items,.populate .populate-content .right-populate .floor-right .room-and-items .room .validate-items{justify-content:end}.populate .populate-content .left-populate .floor-right .room-and-items .items,.populate .populate-content .right-populate .floor-right .room-and-items .items{border-radius:0}.populate .populate-content .left-populate .floor-right .room-and-items .items .bedroom,.populate .populate-content .right-populate .floor-right .room-and-items .items .bedroom{height:48px}.populate .populate-content .left-populate .floor-right .room-and-items .comment,.populate .populate-content .right-populate .floor-right .room-and-items .comment{border-bottom-right-radius:10px;border-top-right-radius:10px}.populate .populate-content .left-populate .floor-right .room-and-items .product,.populate .populate-content .right-populate .floor-right .room-and-items .product{border-radius:10px;position:relative;width:100%}.populate .populate-content .left-populate .floor-right .room-and-items .product .product-btns,.populate .populate-content .right-populate .floor-right .room-and-items .product .product-btns{width:100%}.populate .populate-content .left-populate .floor-right .room-and-items .product .product-btns .validate-btns,.populate .populate-content .right-populate .floor-right .room-and-items .product .product-btns .validate-btns{display:flex;flex-direction:row;padding:0 10px;width:100%}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon{position:absolute;right:20px;top:10px}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-toggle,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-toggle{background:transparent;border:none;padding-left:0;padding-right:0;padding-top:0}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-toggle:after,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-toggle:after{display:none}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu{border-bottom:1px solid rgba(0,0,0,.14);border-radius:10px;width:293px}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu .dropdown-item,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu .dropdown-item{border-bottom:1px solid rgba(0,0,0,.14);color:#36454f;font-family:Arial;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:10px}.populate .populate-content .left-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu .dropdown-item:hover,.populate .populate-content .right-populate .floor-right .room-and-items .product .items-icon .floor-dropdown .dropdown-menu .dropdown-item:hover{border-radius:10px}.populate .populate-content .right-populate{background:#1c1c24;border:1px solid #3f3f3f;border-radius:10px;box-shadow:0 0 31.8px 0 rgba(0,0,0,.09);width:35%}@media screen and (max-width:1550px){.populate .populate-content{gap:10px}.populate .populate-content .left-populate,.populate .populate-content .right-populate{width:74%}.populate .populate-content .left-populate .floor-right,.populate .populate-content .right-populate .floor-right{height:auto}.populate .populate-content .left-populate .floor-right .room-and-items .comment,.populate .populate-content .left-populate .floor-right .room-and-items .items,.populate .populate-content .left-populate .floor-right .room-and-items .room,.populate .populate-content .right-populate .floor-right .room-and-items .comment,.populate .populate-content .right-populate .floor-right .room-and-items .items,.populate .populate-content .right-populate .floor-right .room-and-items .room{height:600px}.populate .populate-content .left-populate .floor-right .room-and-items .items .bedroom p,.populate .populate-content .right-populate .floor-right .room-and-items .items .bedroom p{font-size:14px;gap:5px}.populate .populate-content .left-populate .floor-right .room-and-items .product .product-btns .validate-btns,.populate .populate-content .right-populate .floor-right .room-and-items .product .product-btns .validate-btns{flex-direction:column}.populate .populate-content .left-populate .floor-right .room-and-items .bedroom p,.populate .populate-content .right-populate .floor-right .room-and-items .bedroom p{font-size:14px}.populate .populate-content .right-populate{width:26%}}@media screen and (max-width:1440px){.populate{padding:50px 20px}.populate .populate-content{flex-direction:column}.populate .populate-content .left-populate,.populate .populate-content .right-populate{width:100%}.populate .populate-content .right-populate .floor-right .room-and-items .product .product-btns .validate-btns{flex-direction:row}}.settings-wrapper{padding:110px 50px 100px 33px}.settings-wrapper h3{color:#fff;font-family:Roboto;font-size:32.292px;font-style:normal;font-weight:600;line-height:normal}.settings-wrapper p{margin-bottom:40px;margin-top:30px}.settings-wrapper .settings-box{align-items:flex-start;background:#1c1c24;border:3px solid #232323;border-radius:24px;display:flex;max-width:1380px}.settings-wrapper .settings-box aside{display:flex;flex-direction:column;padding-top:25px;width:320px}.settings-wrapper .settings-box aside button{background:transparent;border-radius:0 5.75px 5.75px 0;color:#fff;flex-shrink:0;font-family:Inter;font-size:19.606px;font-style:normal;font-weight:500;height:53px;line-height:25.372px;width:280px}.settings-wrapper .settings-box aside button.active{background:rgba(113,62,254,.5)}.settings-wrapper .settings-box main{border-left:1.153px solid #414154;padding-left:55px;padding-right:85px;padding-top:25px;width:calc(100% - 320px)}.settings-wrapper .settings-box main p{border-bottom:1px solid #414154;font-size:14.993px;margin:11px 0;padding-bottom:12px;width:100%}.settings-wrapper .settings-box main .profile-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:385.947px;padding:50px 0 100px;position:relative}.settings-wrapper .settings-box main .profile-wrapper label{background:#713eff;border-radius:100%;cursor:pointer;height:129px;overflow:hidden;width:129px}.settings-wrapper .settings-box main .profile-wrapper label img{height:100%;object-fit:cover;width:100%}.settings-wrapper .settings-box main .profile-wrapper .cam{bottom:0;height:40px;left:90px;position:absolute;width:40px}.settings-wrapper .settings-box main .profile-wrapper .input-box{background:#1c1c24;border:1px solid silver;border-radius:6px;color:#b4b4b4;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;height:60px;line-height:normal;margin-bottom:20px;padding:0 20px 0 30px;width:385.947px}.settings-wrapper .settings-box main .profile-wrapper .input-box:last-child{margin-bottom:30px}
/*# sourceMappingURL=main.c2eb11b9.css.map*/