:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--teal:#00a19c;--green:#28a745;--brand-orange:#f46f46;--dark:#111;--muted:#666;--page-bg:#fafafa;--border:#eee}html{scroll-behavior:smooth}body{background:#fafafa;background:var(--page-bg);color:#111;color:var(--dark)}a{color:inherit}img{max-width:100%}.mainContainer{background:#fafafa;background:var(--page-bg);display:flex;flex-direction:column;min-height:100vh;padding:0;width:100%}.topHeader{background:#fffffff5;border-bottom:1px solid #eee;border-bottom:1px solid var(--border);position:sticky;top:0;transition:box-shadow .25s ease,-webkit-backdrop-filter .25s ease;transition:box-shadow .25s ease,backdrop-filter .25s ease;transition:box-shadow .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease;width:100%;z-index:9999}.sticky,.stickyHeader{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000014}.publicContents{flex:1 1;padding:0;width:100%}.blogFlex,.courseFlex,.dashboardFlex,.marqueeFlex{display:flex;flex-wrap:wrap;gap:1.5rem}.blog{flex:1 1 65%;flex-direction:column}.blog,.randomBlog{display:flex;padding:2rem}.randomBlog{flex:1 1 300px;flex-direction:column}.image-gallery-slide img{height:clamp(18rem,40vw,30rem)!important;object-fit:cover;object-position:center center;width:100%}.formPadding{padding:1rem 2rem}input:focus,select:focus,textarea:focus{border-color:#f46f46!important;border-color:var(--brand-orange)!important;box-shadow:0 0 0 4px #f46f461f;outline:none!important}.appContainer{min-height:100vh;width:100%}.appContainer,.contentsRight{background:#f4f7fe;display:flex}.contentsRight{flex:1 1;flex-direction:column;overflow-y:auto;padding:0}.contents,.removePadding{display:flex;flex-direction:column}.removePadding{padding:0}.activity{flex:1 1 260px}.activity,.userLogin{display:flex;flex-direction:column}.userLogin,.userLoginCont{align-items:center}.userLoginCont{border:1px solid #dcdcdc;display:flex;justify-content:center;padding:2rem 1rem;width:min(100%,520px)}.orderContainer{display:flex;gap:2rem;justify-content:space-between}.orderForm,.orderItems{border:1px solid #dcdcdc;flex:1 1}.editor,.editorContainer,.shippingForm{display:flex;flex-direction:column;width:100%}.inputContainer,.p10{padding:1rem 2rem}.inputContainer label{font-size:12px}.editorContainer{padding:2rem}.editor{border:1px solid #dcdcdc;border-radius:5px}@media screen and (max-width:700px){.blog,.editorContainer,.formPadding,.inputContainer,.p10,.randomBlog{padding:1rem}.orderContainer{flex-direction:column}.blogFlex,.courseFlex,.dashboardFlex,.marqueeFlex{gap:1rem}}.styles_navigation__ZwNe2{background:#fffffff5;border-bottom:1px solid #eee;width:100%}.styles_navInner__grN1L{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr minmax(280px,420px);margin:0 auto;max-width:1440px;padding:.85rem 1rem;width:100%}.styles_brand__GfSv-{align-items:center;color:#111;display:flex;font-size:1rem;font-weight:900;gap:.75rem;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.styles_brand__GfSv- img{height:46px;object-fit:contain;width:46px}.styles_navLinks__MLIfA{align-items:center;display:flex;gap:1.5rem}.styles_navLinks__MLIfA a{color:#333;font-size:.9rem;font-weight:700;position:relative;text-decoration:none;transition:color .2s ease}.styles_navLinks__MLIfA a:after{background:#f46f46;bottom:-.35rem;content:"";height:2px;left:0;position:absolute;transition:width .2s ease;width:0}.styles_navLinks__MLIfA a:hover{color:#f46f46}.styles_navLinks__MLIfA a:hover:after{width:100%}.styles_inputContainer__F-v6Y{position:relative;width:100%}.styles_inputContainer__F-v6Y input{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:999px;color:#111;font-size:.9rem;font-weight:500;height:3rem;outline:none;padding:0 1.25rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;width:100%}.styles_inputContainer__F-v6Y input:focus{background:#fff;border-color:#f46f46;box-shadow:0 0 0 4px #f46f461f}.styles_autocomplete__IXQw6{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 18px 45px #0000001f;left:0;list-style:none;margin:0;max-height:320px;overflow-y:auto;padding:.5rem;position:absolute;right:0;top:calc(100% + .65rem);z-index:9999}.styles_autocomplete__IXQw6 li{border-radius:10px;color:#222;cursor:pointer;font-size:.88rem;font-weight:600;line-height:1.35;padding:.85rem 1rem;transition:background-color .2s ease,color .2s ease}.styles_autocomplete__IXQw6 li:hover{background:#fff4ef;color:#f46f46}.styles_noResult__TpjmR{color:#777!important;cursor:default!important}.styles_noResult__TpjmR:hover{background:#0000!important}.styles_profile__MOWDW{align-items:center;display:flex;gap:.75rem}@media screen and (max-width:950px){.styles_navInner__grN1L{gap:1rem;grid-template-columns:1fr}.styles_brand__GfSv-,.styles_navLinks__MLIfA{justify-content:center}.styles_inputContainer__F-v6Y{margin:0 auto;max-width:640px}}@media screen and (max-width:520px){.styles_navInner__grN1L{padding:.85rem}.styles_brand__GfSv-{font-size:.92rem;justify-content:flex-start}.styles_brand__GfSv- img{height:40px;width:40px}.styles_navLinks__MLIfA{gap:1rem;justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem}.styles_navLinks__MLIfA a{font-size:.82rem;white-space:nowrap}.styles_inputContainer__F-v6Y input{font-size:.85rem;height:2.85rem}.styles_autocomplete__IXQw6{border-radius:12px}.styles_autocomplete__IXQw6 li{font-size:.82rem}}.styles_footerContainer__SAAcD{background:#080808;color:#fff;width:100%}.styles_footer__8P8yL{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.4fr repeat(3,1fr);margin:0 auto;max-width:1440px;padding:3.5rem 1rem}.styles_brandBlock__oE\+G2{max-width:360px}.styles_footerLogo__esrS\+{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:900;gap:.75rem;margin-bottom:1rem;text-decoration:none}.styles_footerLogo__esrS\+ img{background:#fff;border-radius:12px;height:48px;object-fit:contain;padding:.25rem;width:48px}.styles_brandBlock__oE\+G2 p{color:#ffffffad;font-size:.9rem;line-height:1.7;margin:0}.styles_card__sa-HT h4{color:#fff;font-size:.85rem;font-weight:800;letter-spacing:.08em;margin:0 0 1rem;text-transform:uppercase}.styles_card__sa-HT ul{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.styles_card__sa-HT ul li a{color:#ffffffa6;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease}.styles_card__sa-HT ul li a:hover{color:#f46f46}.styles_socials__OPWIg{display:flex;flex-wrap:wrap;gap:.75rem}.styles_socials__OPWIg a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:inline-flex;height:40px;justify-content:center;text-decoration:none;transition:background-color .2s ease,transform .2s ease;width:40px}.styles_socials__OPWIg a:hover{background:#f46f46;transform:translateY(-3px)}.styles_rights__NK2sO{background:#000;border-top:1px solid #ffffff1a;padding:1rem;text-align:center}.styles_rights__NK2sO p{color:#ffffff9e;font-size:.82rem;margin:0}@media screen and (max-width:900px){.styles_footer__8P8yL{grid-template-columns:repeat(2,1fr);padding:3rem 1rem}.styles_brandBlock__oE\+G2{max-width:100%}}@media screen and (max-width:560px){.styles_footer__8P8yL{gap:2rem;grid-template-columns:1fr;padding:2.5rem 1rem}.styles_footerLogo__esrS\+ img{height:42px;width:42px}.styles_socials__OPWIg a{height:38px;width:38px}}.styles_loader__7fJ2K{align-items:center;background:#ffffffb3;color:#28a745;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;width:100%}.styles_loader__7fJ2K p{font-size:1rem}.styles_carousel__aUWSB{align-items:center;border-radius:50px;display:flex;height:35rem;justify-content:center;overflow:hidden;padding:0;width:100%}.styles_carouselWrapper__kpyf0{display:flex;flex:1 1;flex-direction:column}.styles_carouselSlide__Vvtwv{display:flex;flex:1 1}.styles_carouselSlider__mVaIz{display:flex;flex:1 1;flex-direction:column;height:35rem;position:relative}.styles_overlay__nesGv{background:linear-gradient(90deg,#0000004d,#0006);height:35rem;position:absolute;width:100%;z-index:1}.styles_carouselSlider__mVaIz:hover img{transform:scale(1.1)}.styles_carouselSlider__mVaIz:hover h1{text-decoration:underline}.styles_carouselSlider__mVaIz img{height:35rem;object-fit:cover;transition:3s ease-in-out;width:100%}.styles_carouselImage__EKLEQ{cursor:pointer;object-fit:cover;object-position:center}.styles_carouselContent__7tR5w{color:#fff;display:flex;flex-direction:column;padding:5rem;position:absolute;width:100%;z-index:2}.styles_carouselContent__7tR5w h1{color:#fff;cursor:pointer;font-size:2rem;text-shadow:0 0 5px #fff}.styles_carouselContent__7tR5w p{color:#fff;font-size:16px;line-height:2rem;text-shadow:0 0 3px var(--blue)}.styles_carouselContent__7tR5w span{color:#fff}.styles_carouselControls__-2QhF{display:flex;margin-top:20rem;padding:1rem 5rem;position:absolute;z-index:2}.styles_carouselControls__-2QhF span{align-items:center;background:#f5f5f5;border-radius:8px;color:#000;cursor:pointer;height:30px;margin-right:1rem;padding:.5rem;width:30px}@media screen and (min-width:1300px) and (max-width:1500px){.styles_carouselContent__7tR5w{padding:5rem 15rem}.styles_carouselControls__-2QhF{padding:1rem 5rem}}@media screen and (max-width:1300px){.styles_carouselContent__7tR5w{padding:5rem 10rem}.styles_carouselControls__-2QhF{padding:1rem 5rem}}@media screen and (min-width:1050px) and (max-width:1300px){.styles_carouselContent__7tR5w{padding:5rem 10rem}.styles_carouselControls__-2QhF{padding:1rem 5rem}}@media screen and (max-width:1050px){.styles_carouselContent__7tR5w{padding:2rem 5rem}.styles_carouselControls__-2QhF{padding:1rem 2rem}}@media screen and (max-width:1024px){.styles_carouselContent__7tR5w{padding:2rem 5rem}.styles_carouselControls__-2QhF{padding:1rem 2rem}.styles_carousel__aUWSB{border-radius:10px;height:25rem}.styles_carouselSlider__mVaIz,.styles_overlay__nesGv{height:25rem}}@media screen and (max-width:700px){.styles_carouselContent__7tR5w{padding:2rem}.styles_carouselControls__-2QhF{padding:1rem 2rem}.styles_carousel__aUWSB{border-radius:10px;height:25rem}.styles_carouselSlider__mVaIz,.styles_overlay__nesGv{height:25rem}}@media screen and (max-width:550px){.styles_carouselContent__7tR5w{padding:2rem}.styles_carouselControls__-2QhF{padding:1rem}.styles_carousel__aUWSB{border-radius:10px;height:25rem}.styles_carouselSlider__mVaIz,.styles_overlay__nesGv{height:25rem}}.styles_card__FuiPL{border-radius:5px;border-radius:10px;cursor:pointer;flex-basis:46%;flex-direction:column;justify-content:center;width:100%}.styles_cardImage__PHO2w,.styles_card__FuiPL{background:#f5f5f5;display:flex;overflow:hidden}.styles_cardImage__PHO2w{height:15rem;justify-content:flex-end}.styles_cardImage__PHO2w img{object-fit:cover;width:100%}.styles_wishlist__eZ\+PE{align-items:center;background:#fff;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;margin:1rem;padding:.5rem;position:absolute;transition:3s ease-in-out;width:50px}.styles_wishlist__eZ\+PE:hover{background:#ec117f;box-shadow:0 6px 24px 0 #0000000d,0 0 0 1px #00000014;color:#fff;transform:scale(1.05)}.styles_text__wvX\+e{display:flex;flex-direction:column;height:10rem;padding:.5rem}.styles_title__zG1yY{display:flex;justify-content:space-between;padding:.5rem}.styles_title__zG1yY h6{font-size:14px;font-weight:600}.styles_name__Y7WLQ{display:flex;flex:0.7 1}.styles_price__ztJwe{display:flex;flex:0.3 1;justify-content:flex-end}.styles_description__Wj4QT{display:flex;font-size:13px;padding:.5rem}.styles_btnContainer__ASL4B{display:flex;justify-content:flex-start;padding:.5rem}.styles_btnContainer__ASL4B button{align-items:center;background:none;border:1px solid #000;border-radius:30px;cursor:pointer;display:flex;font-weight:600;height:3rem;justify-content:center;outline:none;padding:1rem 2rem;text-align:center;text-decoration:none}.styles_rating__Pqr\+H{display:flex;margin:1rem 0}.styles_rating__Pqr\+H span{color:#006993}.styles_prop__9ZLdt{display:flex;flex-direction:column;padding:.5rem;width:100%}.styles_prop__9ZLdt p{color:gray;font-size:12px}.styles_propCont__3vvAF{align-items:center;color:gray;display:flex;justify-content:space-between;padding:1rem 0}.styles_propCont__3vvAF span{font-size:12px}.styles_banner__rdzez{align-items:center;border-radius:10px;display:flex;height:25rem;justify-content:center;margin:2rem 0;overflow:hidden;padding:0;width:100%}.styles_banner__rdzez img{object-fit:cover;width:100%}.styles_navigation__yPRoo{background:#fff;border-radius:0;border-right:1px solid #c8c8c84d;box-shadow:0 1px 2px 0 #0000000d;display:flex;flex:0.13 1;flex-direction:column;height:100vh;overflow-y:auto;padding:2rem 0;width:100%}.styles_navigation__yPRoo::-webkit-scrollbar{width:5px}.styles_navigation__yPRoo::-webkit-scrollbar-track{background-color:#9c2780}.styles_navigation__yPRoo::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #fff}.styles_logo__bxWuQ{align-items:center;background:#fff;display:flex;justify-content:center;margin-bottom:.5rem;max-height:5rem;padding:.5rem 1rem}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_child__DkbOG{background:#fff;color:#000;display:flex;flex-direction:column;padding:0 1rem}.styles_child__DkbOG ul li a{color:#000!important}.styles_childContainer__rXksy{display:flex;flex-direction:column;width:100%}.styles_links__dMC7G{display:flex;flex-direction:column;padding:2rem 0}.styles_links__dMC7G ul{display:flex;flex-direction:column;list-style:none;width:100%}.styles_links__dMC7G ul li{cursor:pointer;display:flex;flex-direction:column;justify-content:center;list-style:none;margin-bottom:.5rem;padding:1rem 2rem}.styles_links__dMC7G ul li a,.styles_links__dMC7G ul li span{align-items:center;color:#000;display:flex;font-size:13px;list-style:none;text-decoration:none}.styles_links__dMC7G ul li a svg,.styles_links__dMC7G ul li span svg{margin-right:.5rem}.styles_links__dMC7G p{color:#fff}.styles_links__dMC7G ul li:hover{background:#fff;border-radius:40px}.styles_active__n4pkf{border-right:3px solid #9c2780}.styles_links__dMC7G ul .styles_active__n4pkf a,.styles_links__dMC7G ul .styles_active__n4pkf span{color:#9c2780;font-weight:700}.styles_mobileNav__VpWGC{align-items:center;background:#fff;color:#000;display:none;justify-content:space-between;max-height:5rem;padding:.5rem 1rem}.styles_bars__3ObE9{font-size:1.5rem}.styles_mobileNavigation__E0hFz{background:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:.5rem 1rem}@media screen and (min-width:1300px) and (max-width:1600px){.styles_navigation__yPRoo{display:flex;flex:0.15 1}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:none}}@media screen and (max-width:1300px){.styles_navigation__yPRoo{display:flex;flex:0.17 1}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:none}}@media screen and (min-width:1050px) and (max-width:1300px){.styles_navigation__yPRoo{display:flex;flex:0.18 1}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:none}}@media screen and (max-width:1050px){.styles_navigation__yPRoo{display:none}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:flex}}@media screen and (max-width:1024px){.styles_navigation__yPRoo{display:none}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:flex}}@media screen and (min-width:700px) and (max-width:1050px){.styles_navigation__yPRoo{display:none}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:flex}}@media screen and (max-width:700px){.styles_navigation__yPRoo{display:none}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:flex}}@media screen and (max-width:550px){.styles_navigation__yPRoo{display:none}.styles_logo__bxWuQ img{max-height:4rem;object-fit:contain;width:50%}.styles_mobileNav__VpWGC{display:flex}}.styles_mtn__header__0hrkz{align-items:center;background:#fff;border-bottom:1px solid #dcdcdc;display:flex;justify-content:space-between;padding:.5rem 1rem}.styles_titleContainer__OOOcC{align-items:center;display:flex;justify-content:flex-start}.styles_titleContainer__OOOcC span{align-items:center;cursor:pointer;display:flex;margin-right:1rem}.styles_dpContainer__Vk\+Md{align-items:center;display:flex;justify-content:flex-end}.styles_dp__0NWxX{background-color:#fc0;margin-left:1rem;overflow:hidden}.styles_dp__0NWxX,.styles_dp__0NWxX img{border-radius:50%;height:50px;width:50px}@media screen and (max-width:1050px){.styles_mtn__header__0hrkz{padding:.5rem 3rem}}@media screen and (max-width:700px){.styles_mtn__header__0hrkz{padding:.5rem 1rem}}@media screen and (max-width:550px){.styles_mtn__header__0hrkz{padding:.5rem 1rem}}*{box-sizing:border-box;margin:0;padding:0}.styles_medium__nsPab{flex-basis:50%}.styles_small__mT\+dH{flex-basis:33%}.styles_large__e8s9b{flex-basis:100%}.styles_inputFlex__zCVv1{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.styles_InputContainer__9uLnH{display:flex;flex-direction:column;padding:.5rem 2rem}.styles_InputContainer__9uLnH label{font-size:13px;margin-bottom:.5rem;z-index:1}.styles_InputContainer__9uLnH input{background:none;border:1px solid #dcdcdc;border-radius:10px;height:3.5rem;outline:none;padding:.5rem 1.5rem;width:100%}.styles_InputContainer__9uLnH input:read-only{background:#f5f5f5}.styles_radioFlex__H6LTd{align-items:center;display:flex;flex-direction:row;justify-content:space-around;margin-bottom:1rem;padding:1rem 2rem}.styles_radioFlex__H6LTd label{color:#000;display:flex;flex:0.3 1;font-size:13px}.styles_radioFlex__H6LTd .styles_Radiooptions__8P4Mn{display:flex;flex:0.7 1}.styles_radioFlex__H6LTd span{align-items:center;display:flex;justify-content:center;margin-right:1rem}.styles_radioFlex__H6LTd input[type=radio]{appearance:none;background-clip:content-box;border:1px solid #dcdcdc;border-radius:50%;height:20px;margin-right:1rem;padding:2px;width:20px}.styles_radioFlex__H6LTd input[type=radio]:checked{background-color:#fc0}.styles_InputContainer__9uLnH input:focus{border:1px solid #ffc423;outline:1px solid #ffc423}.styles_InputContainer__9uLnH select{appearance:none;background:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:1px solid #dcdcdc;border-radius:10px;height:3.5rem;outline:none;padding:.5rem 3rem .5rem 1.5rem;width:100%}.styles_InputContainer__9uLnH select:focus{border:1px solid #ffc423;outline:1px solid #ffc423}InputContainer select[multiple]{height:auto}.styles_InputContainer__9uLnH select[multiple] option{padding:4px}.styles_InputContainer__9uLnH select[multiple] option:hover{background-color:#f0f0f0}.styles_InputContainer__9uLnH textarea{border:1px solid #dcdcdc;border-radius:10px;height:5rem;outline:none;padding:1rem 1.5rem;width:100%}.styles_InputContainer__9uLnH textarea:focus{border:1px solid #ffc423;outline:1px solid #ffc423}.styles_InputContainer__9uLnH button,.styles_btn__0LcHZ{align-items:center;border:none;border-radius:10px;color:#fff important;display:flex;height:3rem;justify-content:center;outline:none;padding:1rem 3rem;text-align:center;text-decoration:none;width:100%}.styles_btn__0LcHZ{background:#ffc423;color:#000;cursor:pointer}.styles_orange__EeX-P{background:var(--orange);color:#fff}.styles_white__gr8JD{background:#fff;color:#ff4e02}.styles_black__F0JGn{background:#000;color:#fff}.styles_loading__78wS4{animation:styles_spinner3__ir0ks .8s ease infinite;background:#0003;border-color:#fff #0006;border-radius:50%;border-style:solid;border-width:2px;height:30px;width:30px}@keyframes styles_spinner3__ir0ks{to{transform:rotate(1turn)}}button:disabled{background:#f5f5f5 important;color:#000;cursor:not-allowed}.styles_uploadContainer__OP7jW{display:flex;flex-direction:column;padding:.5rem 2rem}.styles_first__nsEjO{align-items:center;display:flex;width:100%}.styles_first__nsEjO label{font-size:12px;margin-bottom:.5rem}.styles_second__7v\+Ik{display:flex;width:100%}.styles_second__7v\+Ik button{align-items:center;border:none;border-radius:10px;color:#fff important;display:flex;height:3rem;justify-content:center;outline:none;padding:1rem 3rem;text-align:center;text-decoration:none;width:100%}.styles_uploadWrapper__NvOsp{display:inline-block;overflow:hidden;position:relative;width:100%}.styles_uploadBtn__iC6V2{align-items:flex-start;border:1px solid #dcdcdc;border-radius:10px;color:#fff;display:flex;height:3.5rem;justify-content:flex-start;outline:none;padding:1rem 3rem;text-align:left;text-decoration:none}.styles_uploadWrapper__NvOsp input[type=file]{border:none;font-size:100px;left:0;opacity:0;position:absolute;top:0}.styles_required__G3UUQ{color:#cc2900}.styles_labelWhite__01IZq{color:#fff}.styles_labelBlack__jIpNW{color:#000 important}.styles_textSmall__cbL\+G{font-size:12px}.styles_btnBlack__1jJ24{background:#000;color:#fff}.styles_btnYellow__qCkEE{background:#ffc423;color:#000}.styles_success__Ma4om{background:#28a745;color:#fff}.styles_btnGray__qJxo4{background:#fafafa;color:#000}.styles_btnBlue__7iMT2{background:#00678f;color:#fff}.styles_btnWhite__hBy5n{background:#fff;border:1px solid #00678f;color:#000}.styles_noautocomplete__dBc\+G{color:#999;padding:8px}.styles_autocomplete__qKxzV{border:1px solid #999;border-top:0 solid #999;list-style:none;margin-top:0;max-height:143px;overflow-y:auto;padding-left:0;width:100%}.styles_autocomplete__qKxzV li{padding:8px}.styles_autocomplete__qKxzV li:hover,.styles_autocomplete__qKxzV>.styles_active__9493G{background-color:#f5f5f5;cursor:pointer;font-weight:600}.styles_autocomplete__qKxzV li:not(:last-of-type){border-bottom:1px solid #999}.styles_btnContainer__3OMHQ{display:flex;justify-content:flex-start;margin-bottom:1rem}.styles_passwordIcon__SSpFG{margin-left:90%;margin-top:-2rem}.styles_cxt__J\+bp6{background:none;border:1px solid #dcdcdc;border-radius:10px;min-height:3.5rem;outline:none;padding:.5rem 1.5rem;width:100%}.styles_cxtFlex__toIBk{display:flex;flex-wrap:wrap;gap:1rem}.styles_tagItem__wCqMa{align-items:center;background:#f5f5f5;border:1px solid #dcdcdc;border-radius:5px;color:#000;cursor:pointer;display:flex;font-size:12px;justify-content:space-between;padding:.5rem 1rem}.styles_dropdownContainer__G8BxU{position:relative;width:100%}.styles_options__iZ-tW{background:#f5f5f5e6;height:7rem;overflow:hidden;overflow-y:auto;padding:1rem;position:absolute;width:100%;z-index:9999!important}.styles_options__iZ-tW::-webkit-scrollbar{width:5px}.styles_options__iZ-tW::-webkit-scrollbar-track{background-color:gray}.styles_options__iZ-tW::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px #fff}.styles_options__iZ-tW label{cursor:pointer;display:block;margin-bottom:5px}.styles_options__iZ-tW label input{height:10px;margin-right:1rem;width:10px}@media screen and (max-width:700px){.styles_inputFlex__zCVv1{display:flex;flex-direction:column}}@media screen and (max-width:550px){.styles_inputFlex__zCVv1{display:flex;flex-direction:column}}.modal_modal__7npWs{align-items:center;animation-duration:.3s;animation-name:modal_appear__uQet-;background:#12264a7a;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:10}.modal_modalDialog__BcEH2{-webkit-animation-duration:.4s;animation-duration:.5s;-webkit-animation-name:modal_animatetop__8toQB;animation-name:modal_slide-in__DIEpt;border-radius:10px;box-shadow:0 8px 24px #959da533;display:flex;flex-direction:column;margin:0 20px;max-height:calc(100vh - 40px);overflow:hidden;position:relative;text-align:left;width:100%}.modal_white__k-1Nt{background:#fff;color:#000}.modal_black__HFvpC{background:#000;color:#fff}.modal_md__Rnesb{max-width:550px}.modal_lg__fxzVM{max-width:750px}.modal_xl__BxUQK{max-width:1250px}.modal_modalFooter__PR1vJ,.modal_modalHeader__f9nvf{align-items:center;display:flex;padding:1rem}.modal_modalHeader__f9nvf{justify-content:space-between}.modal_closeCon__Y4XiW,.modal_modalFooter__PR1vJ{justify-content:flex-end}.modal_closeCon__Y4XiW{display:flex;width:100%}.modal_modalClose__lUrGr{border-radius:50%;cursor:pointer;font-size:2rem;height:40px;margin-bottom:.5rem;width:40px}.modal_modalClose__lUrGr,.modal_modalTitle__8StGw{align-items:center;display:flex;justify-content:center}.modal_modalTitle__8StGw{width:100%}.modal_modalBody__0yKfC{overflow:auto}.modal_modalContent__r22wq{padding:1rem}@keyframes modal_appear__uQet-{0%{opacity:0}to{opacity:1}}@keyframes modal_slide-in__DIEpt{0%{transform:translateY(-150px)}to{transform:translateY(0)}}.table_tableContainer__iHYmR{display:flex;flex-direction:column;width:100%}.table_customTable__W\+\+9R{border-collapse:collapse;width:100%}.table_customTable__W\+\+9R td,.table_customTable__W\+\+9R th{border-bottom:1px solid #ddd;font-size:13px;padding:8px;text-align:left}.table_customTable__W\+\+9R th{background-color:#f2f2f2;font-weight:700}.table_customTable__W\+\+9R tr:hover{background-color:#f5f5f5}.table_customTable__W\+\+9R input[type=text]{border:1px solid #ccc;border-radius:4px;margin-bottom:8px;padding:8px}.table_customTable__W\+\+9R button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:8px;padding:8px 16px}.table_customTable__W\+\+9R button:disabled{background-color:#ccc;cursor:not-allowed}.table_customTable__W\+\+9R span{font-weight:700}.table_right__Vpzha{align-items:center;display:flex;justify-content:flex-end;padding:1rem 0;width:100%}.table_dropdown__OifDX{display:inline-block;position:relative}.table_dropdownToggle__GY4ov{background-color:#f2f2f2;border:none;cursor:pointer;padding:8px}.table_dropdownMenu__nl1MW{background-color:#fff;box-shadow:0 2px 5px #0000001a;display:flex;flex-direction:column;left:0;min-width:120px;padding:8px;position:absolute;top:100%;z-index:9999!important}.table_dropdownItem__YkAiJ{cursor:pointer;padding:4px 8px}.table_dropdownItem__YkAiJ:hover{background-color:#f2f2f2}.table_tableContainerStyle__Ty9OV{display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto;width:100%}.styles_card__YWEn7{align-items:center;cursor:pointer;display:flex;margin-bottom:1rem;width:100%}.styles_cardImage__EU9l\+{display:flex;flex:0.3 1}.styles_cardImage__EU9l\+ img{border-radius:10px;height:5rem;object-fit:cover;width:100%}.styles_cardText__FOqUs{display:flex;flex:0.7 1;flex-direction:column;padding:.5rem 1rem}.styles_cardText__FOqUs h6{font-size:13px}.styles_cardText__FOqUs span{font-size:11px}.styles_card__YWEn7:hover h6{text-decoration:underline}.styles_card__TcKKm{align-items:center;background:#fff;display:flex;flex-basis:47%;margin-bottom:1rem;padding:.5rem;width:100%}.styles_cardImage__WV1KO{display:flex;flex:0.2 1}.styles_cardImage__WV1KO img{border-radius:50%;height:40px;width:40px}.styles_text__hwQ52{color:gray;display:flex;flex:0.8 1;flex-direction:column;padding:.5rem}.styles_text__hwQ52 h4{font-size:13px}.styles_text__hwQ52 p{font-size:11px}.styles_card__vWX26{background:#111;border-radius:18px;box-shadow:0 14px 35px #00000014;cursor:pointer}.styles_cardCont__qIfch,.styles_card__vWX26{height:100%;overflow:hidden;position:relative;width:100%}.styles_cardCont__qIfch{min-height:420px}.styles_image__AjMkR{display:block;height:100%;min-height:420px;object-fit:cover;transform:scale(1);transition:transform .8s ease;width:100%}.styles_overlay__\+5NtX{background:linear-gradient(180deg,#0000000d,#00000059 45%,#000000d9);color:#fff;display:flex;flex-direction:column;inset:0;justify-content:flex-end;padding:2rem;position:absolute;z-index:2}.styles_badge__cQoce{background:#f46f46;border-radius:999px;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em;margin-bottom:1rem;padding:.45rem .8rem;text-transform:uppercase;width:fit-content}.styles_text__cnmLk{max-width:720px}.styles_text__cnmLk h1{color:#fff;font-size:clamp(1.45rem,3vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0;transition:text-decoration-color .2s ease}.styles_meta__qlmG-{align-items:center;color:#ffffffd9;display:flex;flex-wrap:wrap;font-size:.85rem;font-weight:600;gap:.75rem;margin-top:1rem}.styles_meta__qlmG- span:not(:last-child):after{color:#fff9;content:"•";margin-left:.75rem}.styles_card__vWX26:hover .styles_image__AjMkR{transform:scale(1.08)}.styles_card__vWX26:hover h1{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}@media screen and (max-width:900px){.styles_cardCont__qIfch,.styles_image__AjMkR{min-height:360px}.styles_overlay__\+5NtX{padding:1.5rem}}@media screen and (max-width:600px){.styles_card__vWX26{border-radius:14px}.styles_cardCont__qIfch,.styles_image__AjMkR{min-height:300px}.styles_overlay__\+5NtX{padding:1.15rem}.styles_badge__cQoce{font-size:.65rem}.styles_text__cnmLk h1{font-size:1.35rem}.styles_meta__qlmG-{font-size:.78rem}}
/*# sourceMappingURL=main.4e64b3e9.css.map*/