@charset "UTF-8";.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right: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{width:100vw;padding:0;left:0;margin:0}.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{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.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}.border-grey1{border-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(227 227 227/var(--tw-border-opacity))}.border-b-grey1{border-bottom-width:1px;border-style:solid;--tw-border-opacity:1;border-color:rgb(227 227 227/var(--tw-border-opacity))}.border-grey2{border:1px solid #111c361f}.border-b-grey2{border-bottom:1px;border-color:#111c361f;border-style:solid}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:200px){.tw-container{max-width:200px}}@media (min-width:360px){.tw-container{max-width:360px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:976px){.tw-container{max-width:976px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1440px){.tw-container{max-width:1440px}}.tw-pointer-events-none{pointer-events:none}.\!tw-pointer-events-auto{pointer-events:auto!important}.tw-pointer-events-auto{pointer-events:auto}.tw-visible{visibility:visible}.tw-invisible{visibility:hidden}.tw-static{position:static}.\!tw-fixed{position:fixed!important}.tw-fixed{position:fixed}.\!tw-absolute{position:absolute!important}.tw-absolute{position:absolute}.\!tw-relative{position:relative!important}.tw-relative{position:relative}.tw-sticky{position:sticky}.\!tw-inset-0{inset:0!important}.tw-inset-0{inset:0}.-tw-inset-x-\[5px\]{left:-5px;right:-5px}.-tw-inset-y-\[2px\]{top:-2px;bottom:-2px}.\!tw-left-\[0px\]{left:0!important}.\!tw-left-\[10px\]{left:10px!important}.\!tw-left-\[4px\]{left:4px!important}.\!tw-left-\[5px\]{left:5px!important}.\!tw-right-\[10px\]{right:10px!important}.\!tw-right-\[2\.7px\]{right:2.7px!important}.-tw-left-\[1px\]{left:-1px}.-tw-left-\[77px\]{left:-77px}.-tw-right-\[77px\]{right:-77px}.-tw-top-\[1px\]{top:-1px}.tw-bottom-0{bottom:0}.tw-bottom-1\/2{bottom:50%}.tw-bottom-20{bottom:20px}.tw-bottom-\[-0\.5px\]{bottom:-.5px}.tw-bottom-\[-1\.497px\]{bottom:-1.497px}.tw-bottom-\[-2px\]{bottom:-2px}.tw-bottom-\[0\]{bottom:0}.tw-bottom-\[10px\]{bottom:10px}.tw-bottom-\[126px\]{bottom:126px}.tw-bottom-\[150px\]{bottom:150px}.tw-bottom-\[16px\]{bottom:16px}.tw-bottom-\[180px\]{bottom:180px}.tw-bottom-\[20px\]{bottom:20px}.tw-bottom-\[24px\]{bottom:24px}.tw-bottom-\[48px\]{bottom:48px}.tw-bottom-\[4px\]{bottom:4px}.tw-bottom-\[84px\]{bottom:84px}.tw-bottom-\[92px\]{bottom:92px}.tw-left-0{left:0}.tw-left-1\/2{left:50%}.tw-left-\[-10px\]{left:-10px}.tw-left-\[-2\.9px\]{left:-2.9px}.tw-left-\[-20px\]{left:-20px}.tw-left-\[-24px\]{left:-24px}.tw-left-\[-3\.5px\]{left:-3.5px}.tw-left-\[-7px\]{left:-7px}.tw-left-\[0\],.tw-left-\[0px\]{left:0}.tw-left-\[10px\]{left:10px}.tw-left-\[16px\]{left:16px}.tw-left-\[220px\]{left:220px}.tw-left-\[2px\]{left:2px}.tw-left-\[30px\]{left:30px}.tw-left-\[340px\]{left:340px}.tw-left-\[40\%\]{left:40%}.tw-left-\[45\%\]{left:45%}.tw-left-\[45px\]{left:45px}.tw-left-\[47\%\]{left:47%}.tw-left-\[5\%\]{left:5%}.tw-left-\[50\%\]{left:50%}.tw-left-\[5px\]{left:5px}.tw-right-0{right:0}.tw-right-30{right:30px}.tw-right-4{right:4px}.tw-right-\[-1px\]{right:-1px}.tw-right-\[-20px\]{right:-20px}.tw-right-\[-220px\]{right:-220px}.tw-right-\[-24px\]{right:-24px}.tw-right-\[-8px\]{right:-8px}.tw-right-\[0\.25rem\]{right:.25rem}.tw-right-\[0\],.tw-right-\[0px\]{right:0}.tw-right-\[10px\]{right:10px}.tw-right-\[12px\]{right:12px}.tw-right-\[16px\]{right:16px}.tw-right-\[2\.5\%\]{right:2.5%}.tw-right-\[20px\]{right:20px}.tw-right-\[22px\]{right:22px}.tw-right-\[24px\]{right:24px}.tw-right-\[36px\]{right:36px}.tw-right-\[40px\]{right:40px}.tw-right-\[44\%\]{right:44%}.tw-right-\[52px\]{right:52px}.tw-right-\[5px\]{right:5px}.tw-right-\[8px\]{right:8px}.tw-top-0{top:0}.tw-top-1\/2{top:50%}.tw-top-4{top:4px}.tw-top-\[-0\.529px\]{top:-.529px}.tw-top-\[-0\.5px\]{top:-.5px}.tw-top-\[-0\.7rem\]{top:-.7rem}.tw-top-\[-1\.7px\]{top:-1.7px}.tw-top-\[-1\.9px\]{top:-1.9px}.tw-top-\[-10px\]{top:-10px}.tw-top-\[-1px\]{top:-1px}.tw-top-\[-2\.5px\]{top:-2.5px}.tw-top-\[-27\.5px\]{top:-27.5px}.tw-top-\[-2px\]{top:-2px}.tw-top-\[-3\.6px\]{top:-3.6px}.tw-top-\[-40px\]{top:-40px}.tw-top-\[-4px\]{top:-4px}.tw-top-\[-50px\]{top:-50px}.tw-top-\[0\.25rem\]{top:.25rem}.tw-top-\[0\.6px\]{top:.6px}.tw-top-\[0px\]{top:0}.tw-top-\[1\.5px\]{top:1.5px}.tw-top-\[1\.7px\]{top:1.7px}.tw-top-\[100\%\]{top:100%}.tw-top-\[12px\]{top:12px}.tw-top-\[16px\]{top:16px}.tw-top-\[20px\]{top:20px}.tw-top-\[22px\]{top:22px}.tw-top-\[24px\]{top:24px}.tw-top-\[30px\]{top:30px}.tw-top-\[36px\]{top:36px}.tw-top-\[45\%\]{top:45%}.tw-top-\[4px\]{top:4px}.tw-top-\[50\%\]{top:50%}.tw-top-\[50px\]{top:50px}.tw-top-\[58px\]{top:58px}.tw-top-\[75px\]{top:75px}.\!tw-z-10{z-index:10!important}.\!tw-z-20{z-index:20!important}.\!tw-z-50{z-index:50!important}.\!tw-z-\[100\]{z-index:100!important}.\!tw-z-\[2\]{z-index:2!important}.\!tw-z-\[700\]{z-index:700!important}.\!tw-z-\[999\]{z-index:999!important}.tw-z-10{z-index:10}.tw-z-30{z-index:30}.tw-z-50{z-index:50}.tw-z-\[-1\]{z-index:-1}.tw-z-\[0\]{z-index:0}.tw-z-\[10000\]{z-index:10000}.tw-z-\[1000\]{z-index:1000}.tw-z-\[100\]{z-index:100}.tw-z-\[101\]{z-index:101}.tw-z-\[10\]{z-index:10}.tw-z-\[12\]{z-index:12}.tw-z-\[1\]{z-index:1}.tw-z-\[20\]{z-index:20}.tw-z-\[2\]{z-index:2}.tw-z-\[3\]{z-index:3}.tw-z-\[4\]{z-index:4}.tw-z-\[5\]{z-index:5}.tw-z-\[600\]{z-index:600}.tw-z-\[9999\]{z-index:9999}.tw-z-\[999\]{z-index:999}.\!tw-m-0{margin:0!important}.tw-m-0{margin:0}.tw-m-\[-4px\]{margin:-4px}.tw-m-\[0px\]{margin:0}.tw-m-\[10px\]{margin:10px}.tw-m-auto{margin:auto}.\!tw-mx-0{margin-left:0!important;margin-right:0!important}.tw-mx-8{margin-left:8px;margin-right:8px}.tw-mx-\[-12px\]{margin-left:-12px;margin-right:-12px}.tw-mx-\[-24px\]{margin-left:-24px;margin-right:-24px}.tw-mx-\[-6px\]{margin-left:-6px;margin-right:-6px}.tw-mx-\[12px\]{margin-left:12px;margin-right:12px}.tw-mx-\[16px\]{margin-left:16px;margin-right:16px}.tw-mx-\[4px\]{margin-left:4px;margin-right:4px}.tw-mx-\[80px\]{margin-left:80px;margin-right:80px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-0{margin-top:0;margin-bottom:0}.tw-my-12{margin-top:12px;margin-bottom:12px}.tw-my-24{margin-top:24px;margin-bottom:24px}.tw-my-\[0px\]{margin-top:0;margin-bottom:0}.tw-my-\[10px\]{margin-top:10px;margin-bottom:10px}.tw-my-\[12px\]{margin-top:12px;margin-bottom:12px}.tw-my-\[138px\]{margin-top:138px;margin-bottom:138px}.tw-my-\[20px\]{margin-top:20px;margin-bottom:20px}.tw-my-\[24px\]{margin-top:24px;margin-bottom:24px}.tw-my-\[40px\]{margin-top:40px;margin-bottom:40px}.tw-my-\[4px\]{margin-top:4px;margin-bottom:4px}.tw-my-\[50px\]{margin-top:50px;margin-bottom:50px}.tw-my-\[78px\]{margin-top:78px;margin-bottom:78px}.tw-my-\[8px\]{margin-top:8px;margin-bottom:8px}.tw-my-auto{margin-top:auto;margin-bottom:auto}.\!tw-mb-12{margin-bottom:12px!important}.\!tw-mb-32{margin-bottom:32px!important}.\!tw-mb-\[0px\]{margin-bottom:0!important}.\!tw-mb-\[2\.2px\]{margin-bottom:2.2px!important}.\!tw-mb-\[2\.5px\]{margin-bottom:2.5px!important}.\!tw-ml-0,.\!tw-ml-\[0px\]{margin-left:0!important}.\!tw-ml-\[16px\]{margin-left:16px!important}.\!tw-ml-\[17\.5px\]{margin-left:17.5px!important}.\!tw-ml-\[25\.5px\]{margin-left:25.5px!important}.\!tw-ml-\[25px\]{margin-left:25px!important}.\!tw-ml-\[6px\]{margin-left:6px!important}.\!tw-ml-\[8px\]{margin-left:8px!important}.\!tw-ml-auto{margin-left:auto!important}.\!tw-mr-0{margin-right:0!important}.\!tw-mr-2{margin-right:2px!important}.\!tw-mr-2\.5{margin-right:.625rem!important}.\!tw-mt-0,.\!tw-mt-\[0px\]{margin-top:0!important}.\!tw-mt-\[12px\]{margin-top:12px!important}.\!tw-mt-\[14px\]{margin-top:14px!important}.\!tw-mt-\[16px\]{margin-top:16px!important}.\!tw-mt-\[20px\]{margin-top:20px!important}.\!tw-mt-\[36px\]{margin-top:36px!important}.\!tw-mt-\[4px\]{margin-top:4px!important}.\!tw-mt-\[52px\]{margin-top:52px!important}.\!tw-mt-\[8px\]{margin-top:8px!important}.tw-mb-0{margin-bottom:0}.tw-mb-10{margin-bottom:10px}.tw-mb-16{margin-bottom:16px}.tw-mb-2{margin-bottom:2px}.tw-mb-20{margin-bottom:20px}.tw-mb-24{margin-bottom:24px}.tw-mb-34{margin-bottom:34px}.tw-mb-4{margin-bottom:4px}.tw-mb-40{margin-bottom:40px}.tw-mb-5{margin-bottom:5px}.tw-mb-6{margin-bottom:6px}.tw-mb-8{margin-bottom:8px}.tw-mb-\[0px\]{margin-bottom:0}.tw-mb-\[10px\]{margin-bottom:10px}.tw-mb-\[12px\]{margin-bottom:12px}.tw-mb-\[150px\]{margin-bottom:150px}.tw-mb-\[16px\]{margin-bottom:16px}.tw-mb-\[17\.5px\]{margin-bottom:17.5px}.tw-mb-\[18px\]{margin-bottom:18px}.tw-mb-\[1px\]{margin-bottom:1px}.tw-mb-\[1rem\]{margin-bottom:1rem}.tw-mb-\[20px\]{margin-bottom:20px}.tw-mb-\[24px\]{margin-bottom:24px}.tw-mb-\[28px\]{margin-bottom:28px}.tw-mb-\[2px\]{margin-bottom:2px}.tw-mb-\[32px\]{margin-bottom:32px}.tw-mb-\[36px\]{margin-bottom:36px}.tw-mb-\[40px\]{margin-bottom:40px}.tw-mb-\[46px\]{margin-bottom:46px}.tw-mb-\[4px\]{margin-bottom:4px}.tw-mb-\[50px\]{margin-bottom:50px}.tw-mb-\[52px\]{margin-bottom:52px}.tw-mb-\[5px\]{margin-bottom:5px}.tw-mb-\[60px\]{margin-bottom:60px}.tw-mb-\[6px\]{margin-bottom:6px}.tw-mb-\[7px\]{margin-bottom:7px}.tw-mb-\[8px\]{margin-bottom:8px}.tw-mb-\[9px\]{margin-bottom:9px}.tw-ml-12{margin-left:12px}.tw-ml-36{margin-left:36px}.tw-ml-8{margin-left:8px}.tw-ml-\[0px\]{margin-left:0}.tw-ml-\[10px\]{margin-left:10px}.tw-ml-\[12px\]{margin-left:12px}.tw-ml-\[14px\]{margin-left:14px}.tw-ml-\[16px\]{margin-left:16px}.tw-ml-\[20\.5px\]{margin-left:20.5px}.tw-ml-\[20px\]{margin-left:20px}.tw-ml-\[28px\]{margin-left:28px}.tw-ml-\[2px\]{margin-left:2px}.tw-ml-\[300px\]{margin-left:300px}.tw-ml-\[4px\]{margin-left:4px}.tw-ml-\[5px\]{margin-left:5px}.tw-ml-\[7px\]{margin-left:7px}.tw-ml-\[8px\]{margin-left:8px}.tw-ml-auto{margin-left:auto}.tw-mr-10{margin-right:10px}.tw-mr-12{margin-right:12px}.tw-mr-2{margin-right:2px}.tw-mr-24{margin-right:24px}.tw-mr-36{margin-right:36px}.tw-mr-4{margin-right:4px}.tw-mr-6{margin-right:6px}.tw-mr-8{margin-right:8px}.tw-mr-\[-6px\]{margin-right:-6px}.tw-mr-\[10px\]{margin-right:10px}.tw-mr-\[14px\]{margin-right:14px}.tw-mr-\[16px\]{margin-right:16px}.tw-mr-\[20px\]{margin-right:20px}.tw-mr-\[24px\]{margin-right:24px}.tw-mr-\[250px\]{margin-right:250px}.tw-mr-\[2px\]{margin-right:2px}.tw-mr-\[40px\]{margin-right:40px}.tw-mr-\[4px\]{margin-right:4px}.tw-mr-\[6px\]{margin-right:6px}.tw-mr-\[8px\]{margin-right:8px}.tw-mt-0{margin-top:0}.tw-mt-0\.5{margin-top:.125rem}.tw-mt-12{margin-top:12px}.tw-mt-16{margin-top:16px}.tw-mt-18{margin-top:18px}.tw-mt-2{margin-top:2px}.tw-mt-20{margin-top:20px}.tw-mt-24{margin-top:24px}.tw-mt-3{margin-top:.75rem}.tw-mt-4{margin-top:4px}.tw-mt-40{margin-top:40px}.tw-mt-48{margin-top:48px}.tw-mt-8{margin-top:8px}.tw-mt-\[-12px\]{margin-top:-12px}.tw-mt-\[-30px\]{margin-top:-30px}.tw-mt-\[-4px\]{margin-top:-4px}.tw-mt-\[0\.75rem\]{margin-top:.75rem}.tw-mt-\[0px\]{margin-top:0}.tw-mt-\[1\.125rem\]{margin-top:1.125rem}.tw-mt-\[10px\]{margin-top:10px}.tw-mt-\[12px\]{margin-top:12px}.tw-mt-\[14px\]{margin-top:14px}.tw-mt-\[15px\]{margin-top:15px}.tw-mt-\[16px\]{margin-top:16px}.tw-mt-\[18px\]{margin-top:18px}.tw-mt-\[19px\]{margin-top:19px}.tw-mt-\[20px\]{margin-top:20px}.tw-mt-\[22\.5px\]{margin-top:22.5px}.tw-mt-\[24px\]{margin-top:24px}.tw-mt-\[26px\]{margin-top:26px}.tw-mt-\[28px\]{margin-top:28px}.tw-mt-\[2px\]{margin-top:2px}.tw-mt-\[3\.5px\]{margin-top:3.5px}.tw-mt-\[30px\]{margin-top:30px}.tw-mt-\[32px\]{margin-top:32px}.tw-mt-\[36px\]{margin-top:36px}.tw-mt-\[3px\]{margin-top:3px}.tw-mt-\[4\.7rem\]{margin-top:4.7rem}.tw-mt-\[40px\]{margin-top:40px}.tw-mt-\[48px\]{margin-top:48px}.tw-mt-\[4px\]{margin-top:4px}.tw-mt-\[5px\]{margin-top:5px}.tw-mt-\[60px\]{margin-top:60px}.tw-mt-\[6px\]{margin-top:6px}.tw-mt-\[7px\]{margin-top:7px}.tw-mt-\[8px\]{margin-top:8px}.tw-mt-\[9px\]{margin-top:9px}.tw-mt-auto{margin-top:auto}.tw-line-clamp-1{-webkit-line-clamp:1}.tw-line-clamp-1,.tw-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tw-line-clamp-2{-webkit-line-clamp:2}.tw-line-clamp-3{-webkit-line-clamp:3}.tw-line-clamp-3,.tw-line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tw-line-clamp-4{-webkit-line-clamp:4}.tw-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.tw-block{display:block}.tw-inline-block{display:inline-block}.\!tw-flex{display:flex!important}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-size-\[4px\]{width:4px;height:4px}.\!tw-h-\[20px\]{height:20px!important}.\!tw-h-\[33px\]{height:33px!important}.\!tw-h-\[36px\]{height:36px!important}.\!tw-h-\[46px\]{height:46px!important}.\!tw-h-\[48px\]{height:48px!important}.\!tw-h-\[500px\]{height:500px!important}.\!tw-h-\[85\.5vh\]{height:85.5vh!important}.\!tw-h-auto{height:auto!important}.\!tw-h-fit{height:-moz-fit-content!important;height:fit-content!important}.\!tw-h-full{height:100%!important}.tw-h-0{height:0}.tw-h-\[100\%\]{height:100%}.tw-h-\[100px\]{height:100px}.tw-h-\[100vh\]{height:100vh}.tw-h-\[104px\]{height:104px}.tw-h-\[105px\]{height:105px}.tw-h-\[10px\]{height:10px}.tw-h-\[110px\]{height:110px}.tw-h-\[112px\]{height:112px}.tw-h-\[120px\]{height:120px}.tw-h-\[125px\]{height:125px}.tw-h-\[12px\]{height:12px}.tw-h-\[145px\]{height:145px}.tw-h-\[14px\]{height:14px}.tw-h-\[16px\]{height:16px}.tw-h-\[17\.5px\]{height:17.5px}.tw-h-\[180px\]{height:180px}.tw-h-\[18px\]{height:18px}.tw-h-\[194px\]{height:194px}.tw-h-\[19px\]{height:19px}.tw-h-\[1px\]{height:1px}.tw-h-\[20px\]{height:20px}.tw-h-\[22px\]{height:22px}.tw-h-\[234px\]{height:234px}.tw-h-\[24px\]{height:24px}.tw-h-\[250px\]{height:250px}.tw-h-\[276px\]{height:276px}.tw-h-\[28px\]{height:28px}.tw-h-\[2px\]{height:2px}.tw-h-\[304px\]{height:304px}.tw-h-\[30px\]{height:30px}.tw-h-\[32px\]{height:32px}.tw-h-\[342px\]{height:342px}.tw-h-\[350px\]{height:350px}.tw-h-\[35px\]{height:35px}.tw-h-\[36px\]{height:36px}.tw-h-\[370px\]{height:370px}.tw-h-\[3px\]{height:3px}.tw-h-\[400px\]{height:400px}.tw-h-\[40px\]{height:40px}.tw-h-\[44px\]{height:44px}.tw-h-\[45px\]{height:45px}.tw-h-\[468px\]{height:468px}.tw-h-\[48px\]{height:48px}.tw-h-\[4px\]{height:4px}.tw-h-\[54px\]{height:54px}.tw-h-\[56px\]{height:56px}.tw-h-\[580px\]{height:580px}.tw-h-\[58px\]{height:58px}.tw-h-\[5px\]{height:5px}.tw-h-\[600px\]{height:600px}.tw-h-\[60px\]{height:60px}.tw-h-\[61px\]{height:61px}.tw-h-\[67px\]{height:67px}.tw-h-\[68px\]{height:68px}.tw-h-\[70px\]{height:70px}.tw-h-\[72px\]{height:72px}.tw-h-\[8\.5rem\]{height:8.5rem}.tw-h-\[80\.5vh\]{height:80.5vh}.tw-h-\[80px\]{height:80px}.tw-h-\[88px\]{height:88px}.tw-h-\[8px\]{height:8px}.tw-h-\[9\.5px\]{height:9.5px}.tw-h-\[90\%\]{height:90%}.tw-h-\[90px\]{height:90px}.tw-h-\[92px\]{height:92px}.tw-h-\[9px\]{height:9px}.tw-h-\[calc\(100vh_-_56px\)\]{height:calc(100vh - 56px)}.tw-h-fit{height:-moz-fit-content;height:fit-content}.tw-h-full{height:100%}.tw-h-max{height:-moz-max-content;height:max-content}.tw-h-screen{height:100vh}.\!tw-max-h-\[120px\]{max-height:120px!important}.\!tw-max-h-\[28px\]{max-height:28px!important}.\!tw-max-h-\[44px\]{max-height:44px!important}.\!tw-max-h-\[80\%\]{max-height:80%!important}.tw-max-h-\[100\%\]{max-height:100%}.tw-max-h-\[140px\]{max-height:140px}.tw-max-h-\[200px\]{max-height:200px}.tw-max-h-\[220px\]{max-height:220px}.tw-max-h-\[222px\]{max-height:222px}.tw-max-h-\[250px\]{max-height:250px}.tw-max-h-\[350px\]{max-height:350px}.tw-max-h-\[400px\]{max-height:400px}.tw-max-h-\[420px\]{max-height:420px}.tw-max-h-\[454px\]{max-height:454px}.tw-max-h-\[466px\]{max-height:466px}.tw-max-h-\[480px\]{max-height:480px}.tw-max-h-\[500px\]{max-height:500px}.tw-max-h-\[583px\]{max-height:583px}.tw-max-h-\[600px\]{max-height:600px}.tw-max-h-full{max-height:100%}.\!tw-min-h-\[480px\]{min-height:480px!important}.tw-min-h-\[108px\]{min-height:108px}.tw-min-h-\[116px\]{min-height:116px}.tw-min-h-\[200px\]{min-height:200px}.tw-min-h-\[300px\]{min-height:300px}.tw-min-h-\[52px\]{min-height:52px}.tw-min-h-\[68px\]{min-height:68px}.\!tw-w-\[100\%\]{width:100%!important}.\!tw-w-\[132px\]{width:132px!important}.\!tw-w-\[20px\]{width:20px!important}.\!tw-w-\[28px\]{width:28px!important}.\!tw-w-\[33px\]{width:33px!important}.\!tw-w-\[36px\]{width:36px!important}.\!tw-w-\[40px\]{width:40px!important}.\!tw-w-\[70px\]{width:70px!important}.\!tw-w-\[795px\]{width:795px!important}.\!tw-w-\[81px\]{width:81px!important}.\!tw-w-\[84px\]{width:84px!important}.\!tw-w-\[auto\],.\!tw-w-auto{width:auto!important}.\!tw-w-fit{width:-moz-fit-content!important;width:fit-content!important}.\!tw-w-full{width:100%!important}.\!tw-w-max{width:-moz-max-content!important;width:max-content!important}.\!tw-w-min{width:-moz-min-content!important;width:min-content!important}.tw-w-0{width:0}.tw-w-1\/2{width:50%}.tw-w-100{width:100px}.tw-w-50{width:50px}.tw-w-\[100\%\]{width:100%}.tw-w-\[1000px\]{width:1000px}.tw-w-\[100px\]{width:100px}.tw-w-\[100vw\]{width:100vw}.tw-w-\[1056px\]{width:1056px}.tw-w-\[1072px\]{width:1072px}.tw-w-\[1086px\]{width:1086px}.tw-w-\[108px\]{width:108px}.tw-w-\[10px\]{width:10px}.tw-w-\[1100px\]{width:1100px}.tw-w-\[1175px\]{width:1175px}.tw-w-\[11px\]{width:11px}.tw-w-\[1200px\]{width:1200px}.tw-w-\[120px\]{width:120px}.tw-w-\[12px\]{width:12px}.tw-w-\[130px\]{width:130px}.tw-w-\[132px\]{width:132px}.tw-w-\[140px\]{width:140px}.tw-w-\[14px\]{width:14px}.tw-w-\[15px\]{width:15px}.tw-w-\[160px\]{width:160px}.tw-w-\[165px\]{width:165px}.tw-w-\[16px\]{width:16px}.tw-w-\[17\.5px\]{width:17.5px}.tw-w-\[170px\]{width:170px}.tw-w-\[18px\]{width:18px}.tw-w-\[194px\]{width:194px}.tw-w-\[19px\]{width:19px}.tw-w-\[1px\]{width:1px}.tw-w-\[20\%\]{width:20%}.tw-w-\[200px\]{width:200px}.tw-w-\[20px\]{width:20px}.tw-w-\[220px\]{width:220px}.tw-w-\[22px\]{width:22px}.tw-w-\[238px\]{width:238px}.tw-w-\[242px\]{width:242px}.tw-w-\[24px\]{width:24px}.tw-w-\[25\%\]{width:25%}.tw-w-\[265px\]{width:265px}.tw-w-\[272px\]{width:272px}.tw-w-\[28px\]{width:28px}.tw-w-\[30\%\]{width:30%}.tw-w-\[30px\]{width:30px}.tw-w-\[31\.3\%\]{width:31.3%}.tw-w-\[312px\]{width:312px}.tw-w-\[316px\]{width:316px}.tw-w-\[32px\]{width:32px}.tw-w-\[33\%\]{width:33%}.tw-w-\[340px\]{width:340px}.tw-w-\[350px\]{width:350px}.tw-w-\[358px\]{width:358px}.tw-w-\[35px\]{width:35px}.tw-w-\[3px\]{width:3px}.tw-w-\[40\%\]{width:40%}.tw-w-\[40px\]{width:40px}.tw-w-\[450px\]{width:450px}.tw-w-\[48px\]{width:48px}.tw-w-\[4px\]{width:4px}.tw-w-\[50\%\]{width:50%}.tw-w-\[500px\]{width:500px}.tw-w-\[50px\]{width:50px}.tw-w-\[522px\]{width:522px}.tw-w-\[540px\]{width:540px}.tw-w-\[56px\]{width:56px}.tw-w-\[58\%\]{width:58%}.tw-w-\[58px\]{width:58px}.tw-w-\[5px\]{width:5px}.tw-w-\[60\%\]{width:60%}.tw-w-\[60px\]{width:60px}.tw-w-\[640px\]{width:640px}.tw-w-\[67px\]{width:67px}.tw-w-\[680px\]{width:680px}.tw-w-\[68px\]{width:68px}.tw-w-\[6px\]{width:6px}.tw-w-\[70\%\]{width:70%}.tw-w-\[72px\]{width:72px}.tw-w-\[75\%\]{width:75%}.tw-w-\[770px\]{width:770px}.tw-w-\[780px\]{width:780px}.tw-w-\[80\%\]{width:80%}.tw-w-\[80px\]{width:80px}.tw-w-\[84px\]{width:84px}.tw-w-\[8px\]{width:8px}.tw-w-\[90\%\]{width:90%}.tw-w-\[90vw\]{width:90vw}.tw-w-\[916px\]{width:916px}.tw-w-\[92px\]{width:92px}.tw-w-\[944px\]{width:944px}.tw-w-\[calc\(100\%_-_30px\)\]{width:calc(100% - 30px)}.tw-w-\[calc\(50\%\+25px\)\]{width:calc(50% + 25px)}.tw-w-\[calc\(62\%\+25px\)\]{width:calc(62% + 25px)}.tw-w-auto{width:auto}.tw-w-fit{width:-moz-fit-content;width:fit-content}.tw-w-full{width:100%}.tw-w-max{width:-moz-max-content;width:max-content}.tw-w-screen{width:100vw}.\!tw-min-w-0,.\!tw-min-w-\[0px\]{min-width:0!important}.\!tw-min-w-\[100px\]{min-width:100px!important}.\!tw-min-w-\[148px\]{min-width:148px!important}.\!tw-min-w-\[300px\]{min-width:300px!important}.\!tw-min-w-\[auto\]{min-width:auto!important}.\!tw-min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.tw-min-w-0{min-width:0}.tw-min-w-\[100\%\]{min-width:100%}.tw-min-w-\[150px\]{min-width:150px}.tw-min-w-\[30\%\]{min-width:30%}.tw-min-w-\[300px\]{min-width:300px}.tw-min-w-\[403px\]{min-width:403px}.tw-min-w-\[40px\]{min-width:40px}.tw-min-w-\[585px\]{min-width:585px}.tw-min-w-\[596px\]{min-width:596px}.tw-min-w-\[80px\]{min-width:80px}.tw-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.tw-min-w-max{min-width:-moz-max-content;min-width:max-content}.\!tw-max-w-\[100\%\]{max-width:100%!important}.\!tw-max-w-\[100vw\]{max-width:100vw!important}.\!tw-max-w-\[144px\]{max-width:144px!important}.\!tw-max-w-\[150px\]{max-width:150px!important}.\!tw-max-w-\[250px\]{max-width:250px!important}.\!tw-max-w-\[42\%\]{max-width:42%!important}.\!tw-max-w-\[440px\]{max-width:440px!important}.\!tw-max-w-\[528px\]{max-width:528px!important}.\!tw-max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.tw-max-w-\[100\%\]{max-width:100%}.tw-max-w-\[1000px\]{max-width:1000px}.tw-max-w-\[100px\]{max-width:100px}.tw-max-w-\[1200px\]{max-width:1200px}.tw-max-w-\[1240px\]{max-width:1240px}.tw-max-w-\[1400px\]{max-width:1400px}.tw-max-w-\[1500px\]{max-width:1500px}.tw-max-w-\[150px\]{max-width:150px}.tw-max-w-\[1600px\]{max-width:1600px}.tw-max-w-\[274px\]{max-width:274px}.tw-max-w-\[280px\]{max-width:280px}.tw-max-w-\[300px\]{max-width:300px}.tw-max-w-\[358px\]{max-width:358px}.tw-max-w-\[44px\]{max-width:44px}.tw-max-w-\[450px\]{max-width:450px}.tw-max-w-\[500px\]{max-width:500px}.tw-max-w-\[680px\]{max-width:680px}.tw-max-w-\[70\%\]{max-width:70%}.tw-max-w-\[728px\]{max-width:728px}.tw-max-w-\[768px\]{max-width:768px}.tw-max-w-\[80\%\]{max-width:80%}.tw-max-w-\[90\%\]{max-width:90%}.tw-max-w-\[90px\]{max-width:90px}.tw-max-w-\[90vw\]{max-width:90vw}.tw-max-w-\[94\%\]{max-width:94%}.tw-max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.tw-max-w-full{max-width:100%}.\!tw-flex-none{flex:none!important}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink{flex-shrink:1}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.\!tw-flex-grow{flex-grow:1!important}.tw-flex-grow,.tw-grow{flex-grow:1}.tw-origin-bottom-right{transform-origin:bottom right}.-tw-translate-x-1\/2{--tw-translate-x:-50%}.-tw-translate-x-1\/2,.-tw-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-tw-translate-y-1\/2{--tw-translate-y:-50%}.tw--translate-x-1\/2{--tw-translate-x:-50%}.tw--translate-x-1\/2,.tw--translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw--translate-y-1\/2{--tw-translate-y:-50%}.tw-translate-x-1\/2{--tw-translate-x:50%}.tw-translate-x-1\/2,.tw-translate-x-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-translate-x-\[-50\%\]{--tw-translate-x:-50%}.tw-translate-y-\[-50\%\]{--tw-translate-y:-50%}.tw-translate-y-\[-50\%\],.tw-translate-y-\[calc\(-50\%_-_2px\)\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y:calc(-50% - 2px)}.-tw-rotate-90{--tw-rotate:-90deg}.-tw-rotate-90,.tw-rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-rotate-180{--tw-rotate:180deg}.tw-rotate-90{--tw-rotate:90deg}.tw-rotate-90,.tw-scale-\[0\.80\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-scale-\[0\.80\]{--tw-scale-x:0.80;--tw-scale-y:0.80}.tw-scale-\[1\.1\]{--tw-scale-x:1.1;--tw-scale-y:1.1}.tw-scale-\[1\.1\],.tw-transform-cpu{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes tw-sprint{0%,to{margin-left:0}50%{margin-left:80%}}.tw-animate-\[sprint_0\.5s_linear_infinite\]{animation:tw-sprint .5s linear infinite}@keyframes tw-pulse{50%{opacity:.5}}.tw-animate-pulse{animation:tw-pulse 2s cubic-bezier(.4,0,.6,1) infinite}.\!tw-cursor-default{cursor:default!important}.\!tw-cursor-pointer{cursor:pointer!important}.tw-cursor-default{cursor:default}.tw-cursor-not-allowed{cursor:not-allowed}.tw-cursor-pointer{cursor:pointer}.tw-touch-none{touch-action:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-resize-none{resize:none}.tw-snap-center{scroll-snap-align:center}.tw-list-outside{list-style-position:outside}.tw-list-none{list-style-type:none}.tw-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.tw-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.tw-grid-cols-\[repeat\(auto-fit\,minmax\(180px\,auto\)\)\]{grid-template-columns:repeat(auto-fit,minmax(180px,auto))}.\!tw-flex-row{flex-direction:row!important}.tw-flex-row{flex-direction:row}.\!tw-flex-row-reverse{flex-direction:row-reverse!important}.tw-flex-row-reverse{flex-direction:row-reverse}.tw-flex-col{flex-direction:column}.tw-flex-col-reverse{flex-direction:column-reverse}.\!tw-flex-wrap{flex-wrap:wrap!important}.tw-flex-wrap{flex-wrap:wrap}.tw-flex-nowrap{flex-wrap:nowrap}.\!tw-items-start{align-items:flex-start!important}.tw-items-start{align-items:flex-start}.tw-items-end{align-items:flex-end}.\!tw-items-center{align-items:center!important}.tw-items-center{align-items:center}.tw-items-stretch{align-items:stretch}.\!tw-justify-start{justify-content:flex-start!important}.tw-justify-start{justify-content:flex-start}.\!tw-justify-end{justify-content:flex-end!important}.tw-justify-end{justify-content:flex-end}.\!tw-justify-center{justify-content:center!important}.tw-justify-center{justify-content:center}.\!tw-justify-between{justify-content:space-between!important}.tw-justify-between{justify-content:space-between}.tw-justify-around{justify-content:space-around}.tw-justify-items-center{justify-items:center}.\!tw-gap-\[12px\]{gap:12px!important}.\!tw-gap-\[16px\]{gap:16px!important}.\!tw-gap-\[20px\]{gap:20px!important}.\!tw-gap-\[32px\]{gap:32px!important}.\!tw-gap-\[4px\]{gap:4px!important}.\!tw-gap-\[6px\]{gap:6px!important}.\!tw-gap-\[8\.5px\]{gap:8.5px!important}.\!tw-gap-\[8px\]{gap:8px!important}.tw-gap-1{gap:1px}.tw-gap-1\.5{gap:.375rem}.tw-gap-10{gap:10px}.tw-gap-12{gap:12px}.tw-gap-16{gap:16px}.tw-gap-2{gap:2px}.tw-gap-2\.5{gap:.625rem}.tw-gap-3{gap:.75rem}.tw-gap-4{gap:4px}.tw-gap-5{gap:5px}.tw-gap-6{gap:6px}.tw-gap-8{gap:8px}.tw-gap-\[0\.5rem\]{gap:.5rem}.tw-gap-\[0\.625rem\]{gap:.625rem}.tw-gap-\[0\.75rem\]{gap:.75rem}.tw-gap-\[1\.125rem\]{gap:1.125rem}.tw-gap-\[1\.5rem\]{gap:1.5rem}.tw-gap-\[100px\]{gap:100px}.tw-gap-\[10px\]{gap:10px}.tw-gap-\[11px\]{gap:11px}.tw-gap-\[12px\]{gap:12px}.tw-gap-\[14px\]{gap:14px}.tw-gap-\[16px\]{gap:16px}.tw-gap-\[17px\]{gap:17px}.tw-gap-\[18px\]{gap:18px}.tw-gap-\[19px\]{gap:19px}.tw-gap-\[1px\]{gap:1px}.tw-gap-\[20px\]{gap:20px}.tw-gap-\[24px\]{gap:24px}.tw-gap-\[28px\]{gap:28px}.tw-gap-\[2px\]{gap:2px}.tw-gap-\[2rem\]{gap:2rem}.tw-gap-\[3\.5px\]{gap:3.5px}.tw-gap-\[32px\]{gap:32px}.tw-gap-\[36px\]{gap:36px}.tw-gap-\[3px\]{gap:3px}.tw-gap-\[40px\]{gap:40px}.tw-gap-\[48px\]{gap:48px}.tw-gap-\[4px\]{gap:4px}.tw-gap-\[5\%\]{gap:5%}.tw-gap-\[5px\]{gap:5px}.tw-gap-\[60px\]{gap:60px}.tw-gap-\[6px\]{gap:6px}.tw-gap-\[76px\]{gap:76px}.tw-gap-\[8px\]{gap:8px}.tw-gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.tw-gap-x-\[3px\]{-moz-column-gap:3px;column-gap:3px}.tw-gap-x-\[4px\]{-moz-column-gap:4px;column-gap:4px}.tw-gap-x-\[6px\]{-moz-column-gap:6px;column-gap:6px}.tw-gap-x-\[8px\]{-moz-column-gap:8px;column-gap:8px}.tw-gap-y-12,.tw-gap-y-\[12px\]{row-gap:12px}.tw-gap-y-\[20px\]{row-gap:20px}.tw-gap-y-\[24px\]{row-gap:24px}.tw-gap-y-\[3px\]{row-gap:3px}.tw-gap-y-\[4px\]{row-gap:4px}.tw-gap-y-\[5px\]{row-gap:5px}.tw-gap-y-\[6px\]{row-gap:6px}.\!tw-space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0px * var(--tw-space-y-reverse))!important}.tw-divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.tw-self-start{align-self:flex-start}.tw-self-end{align-self:flex-end}.tw-self-center{align-self:center}.tw-self-stretch{align-self:stretch}.\!tw-overflow-auto{overflow:auto!important}.tw-overflow-auto{overflow:auto}.\!tw-overflow-hidden{overflow:hidden!important}.tw-overflow-hidden{overflow:hidden}.\!tw-overflow-visible{overflow:visible!important}.\!tw-overflow-scroll{overflow:scroll!important}.tw-overflow-scroll{overflow:scroll}.tw-overflow-x-auto{overflow-x:auto}.tw-overflow-y-auto{overflow-y:auto}.\!tw-overflow-x-hidden{overflow-x:hidden!important}.tw-overflow-y-hidden{overflow-y:hidden}.tw-overscroll-x-none{overscroll-behavior-x:none}.tw-scroll-smooth{scroll-behavior:smooth}.tw-truncate{overflow:hidden;white-space:nowrap}.tw-text-ellipsis,.tw-truncate{text-overflow:ellipsis}.tw-hyphens-manual{-webkit-hyphens:manual;hyphens:manual}.tw-whitespace-normal{white-space:normal}.\!tw-whitespace-nowrap{white-space:nowrap!important}.tw-whitespace-nowrap{white-space:nowrap}.tw-whitespace-break-spaces{white-space:break-spaces}.tw-text-wrap{text-wrap:wrap}.tw-text-nowrap{text-wrap:nowrap}.tw-break-words{overflow-wrap:break-word}.tw-break-all{word-break:break-all}.tw-break-keep{word-break:keep-all}.\!tw-rounded-\[0px\]{border-radius:0!important}.\!tw-rounded-\[16px_16px_0px_0px\]{border-radius:16px 16px 0 0!important}.\!tw-rounded-\[30\%_70\%_70\%_30\%_\/_30\%_47\%_53\%_70\%\]{border-radius:30% 70% 70% 30%/30% 47% 53% 70%!important}.\!tw-rounded-\[40px\]{border-radius:40px!important}.\!tw-rounded-\[50\%\]{border-radius:50%!important}.\!tw-rounded-\[54\%_46\%_70\%_30\%_\/_19\%_79\%_21\%_81\%\]{border-radius:54% 46% 70% 30%/19% 79% 21% 81%!important}.\!tw-rounded-\[5px\]{border-radius:5px!important}.\!tw-rounded-\[67\%_33\%_16\%_84\%_\/_63\%_52\%_48\%_37\%\]{border-radius:67% 33% 16% 84%/63% 52% 48% 37%!important}.\!tw-rounded-\[6px\]{border-radius:6px!important}.\!tw-rounded-\[72\%_28\%_69\%_31\%_\/_67\%_57\%_43\%_33\%\]{border-radius:72% 28% 69% 31%/67% 57% 43% 33%!important}.\!tw-rounded-\[87\%_13\%_60\%_40\%_\/_30\%_93\%_7\%_70\%\]{border-radius:87% 13% 60% 40%/30% 93% 7% 70%!important}.\!tw-rounded-\[8px\]{border-radius:8px!important}.\!tw-rounded-\[8px_8px_0px_0px\]{border-radius:8px 8px 0 0!important}.\!tw-rounded-full{border-radius:9999px!important}.\!tw-rounded-lg{border-radius:.5rem!important}.\!tw-rounded-none{border-radius:0!important}.tw-rounded{border-radius:.25rem}.tw-rounded-3xl{border-radius:1.5rem}.tw-rounded-\[0\.5px\]{border-radius:.5px}.tw-rounded-\[0px\]{border-radius:0}.tw-rounded-\[100px\]{border-radius:100px}.tw-rounded-\[10px\]{border-radius:10px}.tw-rounded-\[12px\]{border-radius:12px}.tw-rounded-\[16px\]{border-radius:16px}.tw-rounded-\[20px\]{border-radius:20px}.tw-rounded-\[24px\]{border-radius:24px}.tw-rounded-\[3px\]{border-radius:3px}.tw-rounded-\[4px\]{border-radius:4px}.tw-rounded-\[50\%\]{border-radius:50%}.tw-rounded-\[5px\]{border-radius:5px}.tw-rounded-\[6px\]{border-radius:6px}.tw-rounded-\[7px\]{border-radius:7px}.tw-rounded-\[8px\]{border-radius:8px}.tw-rounded-\[8px_8px_0px_0px\]{border-radius:8px 8px 0 0}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-none{border-radius:0}.tw-rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.tw-rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.\!tw-rounded-ee-\[0px\]{border-end-end-radius:0!important}.\!tw-rounded-es-\[0px\]{border-end-start-radius:0!important}.tw-rounded-bl-\[12px\]{border-bottom-left-radius:12px}.tw-rounded-bl-\[3px\]{border-bottom-left-radius:3px}.tw-rounded-bl-\[8px\]{border-bottom-left-radius:8px}.tw-rounded-br-\[12px\]{border-bottom-right-radius:12px}.tw-rounded-br-\[3px\]{border-bottom-right-radius:3px}.tw-rounded-br-\[8px\]{border-bottom-right-radius:8px}.tw-rounded-ee-\[0px\]{border-end-end-radius:0}.tw-rounded-es-\[0px\]{border-end-start-radius:0}.tw-rounded-tl-\[12px\]{border-top-left-radius:12px}.tw-rounded-tl-\[2px\]{border-top-left-radius:2px}.tw-rounded-tl-\[3px\]{border-top-left-radius:3px}.tw-rounded-tl-\[8px\]{border-top-left-radius:8px}.tw-rounded-tr-\[12px\]{border-top-right-radius:12px}.tw-rounded-tr-\[2px\]{border-top-right-radius:2px}.tw-rounded-tr-\[3px\]{border-top-right-radius:3px}.tw-rounded-tr-\[8px\]{border-top-right-radius:8px}.tw-border{border-width:1px}.tw-border-0,.tw-border-\[0px\]{border-width:0}.tw-border-\[1\.42px\]{border-width:1.42px}.tw-border-\[1px\]{border-width:1px}.tw-border-\[2px\]{border-width:2px}.tw-border-\[3px\]{border-width:3px}.tw-border-x-0{border-left-width:0;border-right-width:0}.tw-border-y,.tw-border-y-\[1px\]{border-top-width:1px;border-bottom-width:1px}.tw-border-b{border-bottom-width:1px}.tw-border-b-\[0\.3000000119px\]{border-bottom-width:.3000000119px}.tw-border-b-\[1px\]{border-bottom-width:1px}.tw-border-b-\[3px\]{border-bottom-width:3px}.tw-border-l,.tw-border-l-\[1px\]{border-left-width:1px}.tw-border-r{border-right-width:1px}.tw-border-r-\[0\.4px\]{border-right-width:.4px}.tw-border-r-\[1px\]{border-right-width:1px}.tw-border-t{border-top-width:1px}.tw-border-t-0{border-top-width:0}.tw-border-t-\[1px\]{border-top-width:1px}.\!tw-border-solid{border-style:solid!important}.tw-border-solid{border-style:solid}.tw-border-dashed{border-style:dashed}.\!tw-border-none{border-style:none!important}.tw-border-none{border-style:none}.\!tw-border-\[\#2B74D8\]{--tw-border-opacity:1!important;border-color:rgb(43 116 216/var(--tw-border-opacity))!important}.\!tw-border-\[\#E2E2E2\]{--tw-border-opacity:1!important;border-color:rgb(226 226 226/var(--tw-border-opacity))!important}.\!tw-border-\[\#E3E3E3\]{--tw-border-opacity:1!important;border-color:rgb(227 227 227/var(--tw-border-opacity))!important}.\!tw-border-\[\#E9ECF0\]{--tw-border-opacity:1!important;border-color:rgb(233 236 240/var(--tw-border-opacity))!important}.\!tw-border-\[\#F63D60\]{--tw-border-opacity:1!important;border-color:rgb(246 61 96/var(--tw-border-opacity))!important}.\!tw-border-\[\#ffffff\]{--tw-border-opacity:1!important;border-color:rgb(255 255 255/var(--tw-border-opacity))!important}.tw-border-\[\#0000001A\]{border-color:#0000001a}.tw-border-\[\#000000\],.tw-border-\[\#000\]{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.tw-border-\[\#111C361F\]{border-color:#111c361f}.tw-border-\[\#111C3626\]{border-color:#111c3626}.tw-border-\[\#111C3629\]{border-color:#111c3629}.tw-border-\[\#111C3633\]{border-color:#111c3633}.tw-border-\[\#111C36\]\/\[0\.12\]{border-color:rgba(17,28,54,.12)}.tw-border-\[\#111c361f\]{border-color:#111c361f}.tw-border-\[\#111c3629\]{border-color:#111c3629}.tw-border-\[\#2B74D8\]{--tw-border-opacity:1;border-color:rgb(43 116 216/var(--tw-border-opacity))}.tw-border-\[\#383838\]{--tw-border-opacity:1;border-color:rgb(56 56 56/var(--tw-border-opacity))}.tw-border-\[\#9A0C00\]{--tw-border-opacity:1;border-color:rgb(154 12 0/var(--tw-border-opacity))}.tw-border-\[\#9A3131\]{--tw-border-opacity:1;border-color:rgb(154 49 49/var(--tw-border-opacity))}.tw-border-\[\#9d9fa9\]{--tw-border-opacity:1;border-color:rgb(157 159 169/var(--tw-border-opacity))}.tw-border-\[\#B4B4B4\]{--tw-border-opacity:1;border-color:rgb(180 180 180/var(--tw-border-opacity))}.tw-border-\[\#BABABA\]{--tw-border-opacity:1;border-color:rgb(186 186 186/var(--tw-border-opacity))}.tw-border-\[\#D2D2D2\]{--tw-border-opacity:1;border-color:rgb(210 210 210/var(--tw-border-opacity))}.tw-border-\[\#D5D5D5\]{--tw-border-opacity:1;border-color:rgb(213 213 213/var(--tw-border-opacity))}.tw-border-\[\#D8D8D8\]{--tw-border-opacity:1;border-color:rgb(216 216 216/var(--tw-border-opacity))}.tw-border-\[\#DBDBDB\]{--tw-border-opacity:1;border-color:rgb(219 219 219/var(--tw-border-opacity))}.tw-border-\[\#DDDDDD\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.tw-border-\[\#DEDEDE\]{--tw-border-opacity:1;border-color:rgb(222 222 222/var(--tw-border-opacity))}.tw-border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.tw-border-\[\#E2E2E2\]{--tw-border-opacity:1;border-color:rgb(226 226 226/var(--tw-border-opacity))}.tw-border-\[\#E2E4E7\]{--tw-border-opacity:1;border-color:rgb(226 228 231/var(--tw-border-opacity))}.tw-border-\[\#E3E3E3\]{--tw-border-opacity:1;border-color:rgb(227 227 227/var(--tw-border-opacity))}.tw-border-\[\#E5E5E5\]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity))}.tw-border-\[\#E9E9E9\]{--tw-border-opacity:1;border-color:rgb(233 233 233/var(--tw-border-opacity))}.tw-border-\[\#E9ECF0\]{--tw-border-opacity:1;border-color:rgb(233 236 240/var(--tw-border-opacity))}.tw-border-\[\#EAEAEA\]{--tw-border-opacity:1;border-color:rgb(234 234 234/var(--tw-border-opacity))}.tw-border-\[\#EAEAEC\]{--tw-border-opacity:1;border-color:rgb(234 234 236/var(--tw-border-opacity))}.tw-border-\[\#EBEBEB\]{--tw-border-opacity:1;border-color:rgb(235 235 235/var(--tw-border-opacity))}.tw-border-\[\#F63D60\]{--tw-border-opacity:1;border-color:rgb(246 61 96/var(--tw-border-opacity))}.tw-border-\[\#FF0000\]{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity))}.tw-border-\[\#d5d5d5\]{--tw-border-opacity:1;border-color:rgb(213 213 213/var(--tw-border-opacity))}.tw-border-\[\#d9d9d9\]{--tw-border-opacity:1;border-color:rgb(217 217 217/var(--tw-border-opacity))}.tw-border-\[\#e9e9e9\]{--tw-border-opacity:1;border-color:rgb(233 233 233/var(--tw-border-opacity))}.tw-border-\[\#e9ecf0b3\]{border-color:#e9ecf0b3}.tw-border-\[\#ffffff\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.tw-border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity))}.tw-border-borderGrey{border-color:rgba(17,28,54,.12)}.tw-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.tw-border-gray1{--tw-border-opacity:1;border-color:rgb(227 227 227/var(--tw-border-opacity))}.tw-border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.\!tw-border-b-\[\#F63D60\]{--tw-border-opacity:1!important;border-bottom-color:rgb(246 61 96/var(--tw-border-opacity))!important}.tw-border-r-\[\#111C36\]\/\[0\.7\]{border-right-color:rgba(17,28,54,.7)}.\!tw-bg-\[\#0000001a\]{background-color:#0000001a!important}.\!tw-bg-\[\#2B74D81F\]{background-color:#2b74d81f!important}.\!tw-bg-\[\#2b74d880\]{background-color:#2b74d880!important}.\!tw-bg-\[\#2b74d8\]{--tw-bg-opacity:1!important;background-color:rgb(43 116 216/var(--tw-bg-opacity))!important}.\!tw-bg-\[\#2f80ed\]{--tw-bg-opacity:1!important;background-color:rgb(47 128 237/var(--tw-bg-opacity))!important}.\!tw-bg-\[\#dcebff\]{--tw-bg-opacity:1!important;background-color:rgb(220 235 255/var(--tw-bg-opacity))!important}.\!tw-bg-\[\#ffffff\]{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.\!tw-bg-\[\'\)\?\.\[1\]\?\.split\?\.\(\'\]{background-color:")?.[1]?.split?.("!important}.\!tw-bg-transparent{background-color:transparent!important}.\!tw-bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.tw-bg-\[\#00000033\]{background-color:#00000033}.tw-bg-\[\#00000059\]{background-color:#00000059}.tw-bg-\[\#00000066\]{background-color:#00000066}.tw-bg-\[\#000000A6\]{background-color:#000000a6}.tw-bg-\[\#000000df\]{background-color:#000000df}.tw-bg-\[\#111C360A\]{background-color:#111c360a}.tw-bg-\[\#111C360F\]{background-color:#111c360f}.tw-bg-\[\#111C361F\]{background-color:#111c361f}.tw-bg-\[\#111C36\]{--tw-bg-opacity:1;background-color:rgb(17 28 54/var(--tw-bg-opacity))}.tw-bg-\[\#111C36\]\/\[0\.04\]{background-color:rgba(17,28,54,.04)}.tw-bg-\[\#111C36\]\/\[0\.25\]{background-color:rgba(17,28,54,.25)}.tw-bg-\[\#2B74D80D\]{background-color:#2b74d80d}.tw-bg-\[\#2B74D80F\]{background-color:#2b74d80f}.tw-bg-\[\#2B74D81A\]{background-color:#2b74d81a}.tw-bg-\[\#2B74D81F\]{background-color:#2b74d81f}.tw-bg-\[\#2B74D8\]{--tw-bg-opacity:1;background-color:rgb(43 116 216/var(--tw-bg-opacity))}.tw-bg-\[\#2CA861\]{--tw-bg-opacity:1;background-color:rgb(44 168 97/var(--tw-bg-opacity))}.tw-bg-\[\#2F80ED\]{--tw-bg-opacity:1;background-color:rgb(47 128 237/var(--tw-bg-opacity))}.tw-bg-\[\#31394D\]{--tw-bg-opacity:1;background-color:rgb(49 57 77/var(--tw-bg-opacity))}.tw-bg-\[\#555D70\]{--tw-bg-opacity:1;background-color:rgb(85 93 112/var(--tw-bg-opacity))}.tw-bg-\[\#C4C4C4\]{--tw-bg-opacity:1;background-color:rgb(196 196 196/var(--tw-bg-opacity))}.tw-bg-\[\#D6F4DF\]{--tw-bg-opacity:1;background-color:rgb(214 244 223/var(--tw-bg-opacity))}.tw-bg-\[\#E2E4E7\]{--tw-bg-opacity:1;background-color:rgb(226 228 231/var(--tw-bg-opacity))}.tw-bg-\[\#E2FFEB\]{--tw-bg-opacity:1;background-color:rgb(226 255 235/var(--tw-bg-opacity))}.tw-bg-\[\#EBEBEB\]{--tw-bg-opacity:1;background-color:rgb(235 235 235/var(--tw-bg-opacity))}.tw-bg-\[\#EEF1F6\]{--tw-bg-opacity:1;background-color:rgb(238 241 246/var(--tw-bg-opacity))}.tw-bg-\[\#F0F0F1\]{--tw-bg-opacity:1;background-color:rgb(240 240 241/var(--tw-bg-opacity))}.tw-bg-\[\#F4F5F6\]{--tw-bg-opacity:1;background-color:rgb(244 245 246/var(--tw-bg-opacity))}.tw-bg-\[\#F7F7F7\]{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.tw-bg-\[\#FBFCFC\]{--tw-bg-opacity:1;background-color:rgb(251 252 252/var(--tw-bg-opacity))}.tw-bg-\[\#FCF3DE\]{--tw-bg-opacity:1;background-color:rgb(252 243 222/var(--tw-bg-opacity))}.tw-bg-\[\#FFFFFF\],.tw-bg-\[\#FFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-\[\#b1b3b6\]{--tw-bg-opacity:1;background-color:rgb(177 179 182/var(--tw-bg-opacity))}.tw-bg-\[\#cdffe4\]{--tw-bg-opacity:1;background-color:rgb(205 255 228/var(--tw-bg-opacity))}.tw-bg-\[\#dcdcdc\]{--tw-bg-opacity:1;background-color:rgb(220 220 220/var(--tw-bg-opacity))}.tw-bg-\[\#e0e0e0\]{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity))}.tw-bg-\[\#f4f5f6\]{--tw-bg-opacity:1;background-color:rgb(244 245 246/var(--tw-bg-opacity))}.tw-bg-\[\#f7f7f7\]{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.tw-bg-\[\#fafafa\]{--tw-bg-opacity:1;background-color:rgb(250 250 250/var(--tw-bg-opacity))}.tw-bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-\[\#fff\]\/\[0\.6\]{background-color:hsla(0,0%,100%,.6)}.tw-bg-\[\#ffff\]{background-color:#fff}.tw-bg-\[\#ffffff\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-\[\#ffffff\]\/\[0\.9\]{background-color:hsla(0,0%,100%,.9)}.tw-bg-\[\'\)\?\.\[1\]\?\.split\?\.\(\'\]{background-color:")?.[1]?.split?.("}.tw-bg-\[rgba\(0\,0\,0\,0\.5\)\]{background-color:rgba(0,0,0,.5)}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-inherit{background-color:inherit}.tw-bg-newBlack{--tw-bg-opacity:1;background-color:rgb(17 28 54/var(--tw-bg-opacity))}.tw-bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.tw-bg-transparent{background-color:transparent}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\/\[0\.6\]{background-color:hsla(0,0%,100%,.6)}.tw-bg-white\/\[0\.7\]{background-color:hsla(0,0%,100%,.7)}.tw-bg-opacity-20{--tw-bg-opacity:0.2}.tw-bg-contain{background-size:contain}.tw-bg-center{background-position:50%}.tw-bg-no-repeat{background-repeat:no-repeat}.\!tw-object-contain{-o-object-fit:contain!important;object-fit:contain!important}.tw-object-contain{-o-object-fit:contain;object-fit:contain}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.\!tw-p-0{padding:0!important}.\!tw-p-\[6px\]{padding:6px!important}.\!tw-p-\[7px\]{padding:7px!important}.\!tw-p-\[9\.5px\]{padding:9.5px!important}.tw-p-0{padding:0}.tw-p-12{padding:12px}.tw-p-14{padding:14px}.tw-p-20{padding:20px}.tw-p-3{padding:.75rem}.tw-p-\[0\.5rem\]{padding:.5rem}.tw-p-\[0px\]{padding:0}.tw-p-\[10px\]{padding:10px}.tw-p-\[12px\]{padding:12px}.tw-p-\[14px\]{padding:14px}.tw-p-\[16px\]{padding:16px}.tw-p-\[18px\]{padding:18px}.tw-p-\[20px\]{padding:20px}.tw-p-\[24px\]{padding:24px}.tw-p-\[2px\]{padding:2px}.tw-p-\[3px\]{padding:3px}.tw-p-\[4px\]{padding:4px}.tw-p-\[52px\]{padding:52px}.tw-p-\[5px\]{padding:5px}.tw-p-\[60px\]{padding:60px}.tw-p-\[7px\]{padding:7px}.tw-p-\[8px\]{padding:8px}.\!tw-px-0,.\!tw-px-\[0px\]{padding-left:0!important;padding-right:0!important}.\!tw-px-\[10px\]{padding-left:10px!important;padding-right:10px!important}.\!tw-px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.\!tw-px-\[16px\]{padding-left:16px!important;padding-right:16px!important}.\!tw-px-\[18px\]{padding-left:18px!important;padding-right:18px!important}.\!tw-px-\[20px\]{padding-left:20px!important;padding-right:20px!important}.\!tw-px-\[24px\]{padding-left:24px!important;padding-right:24px!important}.\!tw-px-\[36px\]{padding-left:36px!important;padding-right:36px!important}.\!tw-px-\[9px\]{padding-left:9px!important;padding-right:9px!important}.\!tw-py-0,.\!tw-py-\[0\]{padding-top:0!important;padding-bottom:0!important}.\!tw-py-\[10\]{padding-top:10!important;padding-bottom:10!important}.\!tw-py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.\!tw-py-\[11px\]{padding-top:11px!important;padding-bottom:11px!important}.\!tw-py-\[12px\]{padding-top:12px!important;padding-bottom:12px!important}.\!tw-py-\[13px\]{padding-top:13px!important;padding-bottom:13px!important}.\!tw-py-\[16px\]{padding-top:16px!important;padding-bottom:16px!important}.\!tw-py-\[18px\]{padding-top:18px!important;padding-bottom:18px!important}.\!tw-py-\[2px\]{padding-top:2px!important;padding-bottom:2px!important}.\!tw-py-\[8px\]{padding-top:8px!important;padding-bottom:8px!important}.tw-px-0{padding-left:0;padding-right:0}.tw-px-16{padding-left:16px;padding-right:16px}.tw-px-2{padding-left:2px;padding-right:2px}.tw-px-2\.5{padding-left:.625rem;padding-right:.625rem}.tw-px-20{padding-left:20px;padding-right:20px}.tw-px-24{padding-left:24px;padding-right:24px}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:4px;padding-right:4px}.tw-px-6{padding-left:6px;padding-right:6px}.tw-px-\[0\.75rem\]{padding-left:.75rem;padding-right:.75rem}.tw-px-\[10px\]{padding-left:10px;padding-right:10px}.tw-px-\[11\.5px\]{padding-left:11.5px;padding-right:11.5px}.tw-px-\[11px\]{padding-left:11px;padding-right:11px}.tw-px-\[12px\]{padding-left:12px;padding-right:12px}.tw-px-\[14px\]{padding-left:14px;padding-right:14px}.tw-px-\[16px\]{padding-left:16px;padding-right:16px}.tw-px-\[18px\]{padding-left:18px;padding-right:18px}.tw-px-\[20px\]{padding-left:20px;padding-right:20px}.tw-px-\[21px\]{padding-left:21px;padding-right:21px}.tw-px-\[24px\]{padding-left:24px;padding-right:24px}.tw-px-\[28px\]{padding-left:28px;padding-right:28px}.tw-px-\[32px\]{padding-left:32px;padding-right:32px}.tw-px-\[36px\]{padding-left:36px;padding-right:36px}.tw-px-\[40px\]{padding-left:40px;padding-right:40px}.tw-px-\[4px\]{padding-left:4px;padding-right:4px}.tw-px-\[5px\]{padding-left:5px;padding-right:5px}.tw-px-\[68px\]{padding-left:68px;padding-right:68px}.tw-px-\[6px\]{padding-left:6px;padding-right:6px}.tw-px-\[7px\]{padding-left:7px;padding-right:7px}.tw-px-\[8px\]{padding-left:8px;padding-right:8px}.tw-py-0{padding-top:0;padding-bottom:0}.tw-py-10{padding-top:10px;padding-bottom:10px}.tw-py-12{padding-top:12px;padding-bottom:12px}.tw-py-16{padding-top:16px;padding-bottom:16px}.tw-py-18{padding-top:18px;padding-bottom:18px}.tw-py-2{padding-top:2px;padding-bottom:2px}.tw-py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.tw-py-24{padding-top:24px;padding-bottom:24px}.tw-py-3{padding-top:.75rem;padding-bottom:.75rem}.tw-py-4{padding-top:4px;padding-bottom:4px}.tw-py-40{padding-top:40px;padding-bottom:40px}.tw-py-5{padding-top:5px;padding-bottom:5px}.tw-py-8{padding-top:8px;padding-bottom:8px}.tw-py-\[0\.625rem\]{padding-top:.625rem;padding-bottom:.625rem}.tw-py-\[0\.75rem\]{padding-top:.75rem;padding-bottom:.75rem}.tw-py-\[0\.875rem\]{padding-top:.875rem;padding-bottom:.875rem}.tw-py-\[10px\]{padding-top:10px;padding-bottom:10px}.tw-py-\[11\.5px\]{padding-top:11.5px;padding-bottom:11.5px}.tw-py-\[11px\]{padding-top:11px;padding-bottom:11px}.tw-py-\[12px\]{padding-top:12px;padding-bottom:12px}.tw-py-\[14px\]{padding-top:14px;padding-bottom:14px}.tw-py-\[15px\]{padding-top:15px;padding-bottom:15px}.tw-py-\[16px\]{padding-top:16px;padding-bottom:16px}.tw-py-\[18px\]{padding-top:18px;padding-bottom:18px}.tw-py-\[19px\]{padding-top:19px;padding-bottom:19px}.tw-py-\[1px\]{padding-top:1px;padding-bottom:1px}.tw-py-\[20px\]{padding-top:20px;padding-bottom:20px}.tw-py-\[21\.75px\]{padding-top:21.75px;padding-bottom:21.75px}.tw-py-\[22px\]{padding-top:22px;padding-bottom:22px}.tw-py-\[24px\]{padding-top:24px;padding-bottom:24px}.tw-py-\[28px\]{padding-top:28px;padding-bottom:28px}.tw-py-\[2px\]{padding-top:2px;padding-bottom:2px}.tw-py-\[3\.5px\]{padding-top:3.5px;padding-bottom:3.5px}.tw-py-\[30px\]{padding-top:30px;padding-bottom:30px}.tw-py-\[32px\]{padding-top:32px;padding-bottom:32px}.tw-py-\[36px\]{padding-top:36px;padding-bottom:36px}.tw-py-\[3px\]{padding-top:3px;padding-bottom:3px}.tw-py-\[40px\]{padding-top:40px;padding-bottom:40px}.tw-py-\[4px\]{padding-top:4px;padding-bottom:4px}.tw-py-\[5px\]{padding-top:5px;padding-bottom:5px}.tw-py-\[6px\]{padding-top:6px;padding-bottom:6px}.tw-py-\[7px\]{padding-top:7px;padding-bottom:7px}.tw-py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!tw-pb-\[0px\]{padding-bottom:0!important}.\!tw-pb-\[10px\]{padding-bottom:10px!important}.\!tw-pb-\[12px\]{padding-bottom:12px!important}.\!tw-pb-\[15px\]{padding-bottom:15px!important}.\!tw-pb-\[24px\]{padding-bottom:24px!important}.\!tw-pb-\[40px\]{padding-bottom:40px!important}.\!tw-pl-0{padding-left:0!important}.\!tw-pl-\[16px\]{padding-left:16px!important}.\!tw-pl-\[20px\]{padding-left:20px!important}.\!tw-pr-0{padding-right:0!important}.\!tw-pt-0,.\!tw-pt-\[0px\]{padding-top:0!important}.\!tw-pt-\[10px\]{padding-top:10px!important}.\!tw-pt-\[12px\]{padding-top:12px!important}.\!tw-pt-\[14px\]{padding-top:14px!important}.\!tw-pt-\[16px\]{padding-top:16px!important}.\!tw-pt-\[32px\]{padding-top:32px!important}.\!tw-pt-\[35px\]{padding-top:35px!important}.\!tw-pt-\[68px\]{padding-top:68px!important}.tw-pb-\[1\.125rem\]{padding-bottom:1.125rem}.tw-pb-\[1\.25rem\]{padding-bottom:1.25rem}.tw-pb-\[10px\]{padding-bottom:10px}.tw-pb-\[11px\]{padding-bottom:11px}.tw-pb-\[12px\]{padding-bottom:12px}.tw-pb-\[142px\]{padding-bottom:142px}.tw-pb-\[14px\]{padding-bottom:14px}.tw-pb-\[15\.5px\]{padding-bottom:15.5px}.tw-pb-\[15px\]{padding-bottom:15px}.tw-pb-\[16px\]{padding-bottom:16px}.tw-pb-\[17\.5px\]{padding-bottom:17.5px}.tw-pb-\[18px\]{padding-bottom:18px}.tw-pb-\[20px\]{padding-bottom:20px}.tw-pb-\[22px\]{padding-bottom:22px}.tw-pb-\[24px\]{padding-bottom:24px}.tw-pb-\[28px\]{padding-bottom:28px}.tw-pb-\[2px\]{padding-bottom:2px}.tw-pb-\[30px\]{padding-bottom:30px}.tw-pb-\[35px\]{padding-bottom:35px}.tw-pb-\[38px\]{padding-bottom:38px}.tw-pb-\[42px\]{padding-bottom:42px}.tw-pb-\[4px\]{padding-bottom:4px}.tw-pb-\[5\.0625rem\]{padding-bottom:5.0625rem}.tw-pb-\[60px\]{padding-bottom:60px}.tw-pb-\[75px\]{padding-bottom:75px}.tw-pb-\[80px\]{padding-bottom:80px}.tw-pb-\[88px\]{padding-bottom:88px}.tw-pb-\[8px\]{padding-bottom:8px}.tw-pb-\[9px\]{padding-bottom:9px}.tw-pl-12{padding-left:12px}.tw-pl-\[10px\]{padding-left:10px}.tw-pl-\[16px\]{padding-left:16px}.tw-pl-\[1rem\]{padding-left:1rem}.tw-pl-\[24px\]{padding-left:24px}.tw-pl-\[28px\]{padding-left:28px}.tw-pl-\[46px\]{padding-left:46px}.tw-pl-\[56px\]{padding-left:56px}.tw-pl-\[6px\]{padding-left:6px}.tw-pr-16{padding-right:16px}.tw-pr-\[10px\]{padding-right:10px}.tw-pr-\[14px\]{padding-right:14px}.tw-pr-\[16px\]{padding-right:16px}.tw-pr-\[17px\]{padding-right:17px}.tw-pr-\[1rem\]{padding-right:1rem}.tw-pr-\[20px\]{padding-right:20px}.tw-pr-\[40px\]{padding-right:40px}.tw-pr-\[6px\]{padding-right:6px}.tw-pr-\[8px\]{padding-right:8px}.tw-pt-12{padding-top:12px}.tw-pt-3{padding-top:.75rem}.tw-pt-\[0px\]{padding-top:0}.tw-pt-\[1\.25rem\]{padding-top:1.25rem}.tw-pt-\[10px\]{padding-top:10px}.tw-pt-\[12px\]{padding-top:12px}.tw-pt-\[16px\]{padding-top:16px}.tw-pt-\[20px\]{padding-top:20px}.tw-pt-\[24px\]{padding-top:24px}.tw-pt-\[2px\]{padding-top:2px}.tw-pt-\[32px\]{padding-top:32px}.tw-pt-\[35px\]{padding-top:35px}.tw-pt-\[36px\]{padding-top:36px}.tw-pt-\[3px\]{padding-top:3px}.tw-pt-\[40px\]{padding-top:40px}.tw-pt-\[42px\]{padding-top:42px}.tw-pt-\[4px\]{padding-top:4px}.tw-pt-\[7\.5px\]{padding-top:7.5px}.tw-pt-\[72px\]{padding-top:72px}.tw-pt-\[8px\]{padding-top:8px}.tw-text-left{text-align:left}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.\!tw-font-inter{font-family:Inter,sans-serif!important}.tw-font-dmSans{font-family:DM Sans,sans-serif}.tw-font-inter{font-family:Inter,sans-serif}.\!tw-text-14{font-size:14px!important}.\!tw-text-\[0\.875rem\]{font-size:.875rem!important}.\!tw-text-\[10px\]{font-size:10px!important}.\!tw-text-\[11px\]{font-size:11px!important}.\!tw-text-\[12px\]{font-size:12px!important}.\!tw-text-\[12px\]\/\[18px\]{font-size:12px!important;line-height:18px!important}.\!tw-text-\[13px\]{font-size:13px!important}.\!tw-text-\[13px\]\/\[20px\]{font-size:13px!important;line-height:20px!important}.\!tw-text-\[14px\]{font-size:14px!important}.\!tw-text-\[14px\]\/\[17px\]{font-size:14px!important;line-height:17px!important}.\!tw-text-\[14px\]\/\[18px\]{font-size:14px!important;line-height:18px!important}.\!tw-text-\[14px\]\/\[20px\]{font-size:14px!important;line-height:20px!important}.\!tw-text-\[16px\]{font-size:16px!important}.\!tw-text-\[16px\]\/\[20px\]{font-size:16px!important;line-height:20px!important}.\!tw-text-\[18px\]\/\[22px\]{font-size:18px!important;line-height:22px!important}.\!tw-text-\[19px\]{font-size:19px!important}.\!tw-text-\[24px\]{font-size:24px!important}.\!tw-text-\[32px\]{font-size:32px!important}.\!tw-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.tw-text-12{font-size:12px}.tw-text-13{font-size:13px}.tw-text-14{font-size:14px}.tw-text-15{font-size:15px}.tw-text-16{font-size:16px}.tw-text-18{font-size:18px}.tw-text-20{font-size:20px}.tw-text-2xl{font-size:1.5rem;line-height:2rem}.tw-text-\[0\.75rem\]{font-size:.75rem}.tw-text-\[0\.875rem\]{font-size:.875rem}.tw-text-\[10\.45px\]{font-size:10.45px}.tw-text-\[10px\]{font-size:10px}.tw-text-\[10px\]\/\[20px\]{font-size:10px;line-height:20px}.tw-text-\[11\.4px\]{font-size:11.4px}.tw-text-\[11px\]{font-size:11px}.tw-text-\[11px\]\/\[15px\]{font-size:11px;line-height:15px}.tw-text-\[11px\]\/\[20px\]{font-size:11px;line-height:20px}.tw-text-\[12px\]{font-size:12px}.tw-text-\[12px\]\/\[15px\]{font-size:12px;line-height:15px}.tw-text-\[12px\]\/\[16px\]{font-size:12px;line-height:16px}.tw-text-\[12px\]\/\[17px\]{font-size:12px;line-height:17px}.tw-text-\[12px\]\/\[18px\]{font-size:12px;line-height:18px}.tw-text-\[12px\]\/\[20px\]{font-size:12px;line-height:20px}.tw-text-\[12px\]\/\[24px\]{font-size:12px;line-height:24px}.tw-text-\[13px\]{font-size:13px}.tw-text-\[13px\]\/\[18px\]{font-size:13px;line-height:18px}.tw-text-\[13px\]\/\[20px\]{font-size:13px;line-height:20px}.tw-text-\[13px\]\/\[22px\]{font-size:13px;line-height:22px}.tw-text-\[13px\]\/\[24px\]{font-size:13px;line-height:24px}.tw-text-\[14px\]{font-size:14px}.tw-text-\[14px\]\/\[15px\]{font-size:14px;line-height:15px}.tw-text-\[14px\]\/\[17px\]{font-size:14px;line-height:17px}.tw-text-\[14px\]\/\[18px\]{font-size:14px;line-height:18px}.tw-text-\[14px\]\/\[19px\]{font-size:14px;line-height:19px}.tw-text-\[14px\]\/\[20px\]{font-size:14px;line-height:20px}.tw-text-\[14px\]\/\[22px\]{font-size:14px;line-height:22px}.tw-text-\[15px\]{font-size:15px}.tw-text-\[15px\]\/\[18px\]{font-size:15px;line-height:18px}.tw-text-\[15px\]\/\[20px\]{font-size:15px;line-height:20px}.tw-text-\[16px\]{font-size:16px}.tw-text-\[16px\]\/\[18px\]{font-size:16px;line-height:18px}.tw-text-\[16px\]\/\[20px\]{font-size:16px;line-height:20px}.tw-text-\[16px\]\/\[22px\]{font-size:16px;line-height:22px}.tw-text-\[18px\]{font-size:18px}.tw-text-\[18px\]\/\[18px\]{font-size:18px;line-height:18px}.tw-text-\[18px\]\/\[20px\]{font-size:18px;line-height:20px}.tw-text-\[18px\]\/\[22px\]{font-size:18px;line-height:22px}.tw-text-\[18px\]\/\[24px\]{font-size:18px;line-height:24px}.tw-text-\[1rem\]{font-size:1rem}.tw-text-\[20px\]{font-size:20px}.tw-text-\[20px\]\/\[100\%\]{font-size:20px;line-height:100%}.tw-text-\[20px\]\/\[24px\]{font-size:20px;line-height:24px}.tw-text-\[21px\]\/\[28px\]{font-size:21px;line-height:28px}.tw-text-\[22px\]{font-size:22px}.tw-text-\[22px\]\/\[32px\]{font-size:22px;line-height:32px}.tw-text-\[24px\]{font-size:24px}.tw-text-\[24px\]\/\[28px\]{font-size:24px;line-height:28px}.tw-text-\[24px\]\/\[32px\]{font-size:24px;line-height:32px}.tw-text-\[28px\]{font-size:28px}.tw-text-\[30px\]{font-size:30px}.tw-text-\[32px\]{font-size:32px}.tw-text-\[36px\]{font-size:36px}.tw-text-\[52px\]{font-size:52px}.tw-text-\[6px\]{font-size:6px}.tw-text-\[9px\]{font-size:9px}.tw-text-base\/5{font-size:1rem;line-height:1.25rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.\!tw-font-\[500\]{font-weight:500!important}.\!tw-font-bold{font-weight:700!important}.\!tw-font-light{font-weight:300!important}.\!tw-font-medium{font-weight:500!important}.\!tw-font-normal{font-weight:400!important}.\!tw-font-semibold{font-weight:600!important}.tw-font-\[400\]{font-weight:400}.tw-font-\[500\]{font-weight:500}.tw-font-\[600\]{font-weight:600}.tw-font-bold{font-weight:700}.tw-font-light{font-weight:300}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-capitalize{text-transform:capitalize}.\!tw-normal-case{text-transform:none!important}.tw-italic{font-style:italic}.\!tw-leading-\[1\.4\]{line-height:1.4!important}.\!tw-leading-\[15\.73px\]{line-height:15.73px!important}.\!tw-leading-\[18px\]{line-height:18px!important}.\!tw-leading-\[20px\]{line-height:20px!important}.\!tw-leading-\[32px\]{line-height:32px!important}.tw-leading-4{line-height:1rem}.tw-leading-5{line-height:1.25rem}.tw-leading-8{line-height:2rem}.tw-leading-\[0\.88\]{line-height:.88}.tw-leading-\[0\.94\]{line-height:.94}.tw-leading-\[1\.375rem\]{line-height:1.375rem}.tw-leading-\[1\.4\]{line-height:1.4}.tw-leading-\[1\.6\]{line-height:1.6}.tw-leading-\[1\.7\]{line-height:1.7}.tw-leading-\[14\.52px\]{line-height:14.52px}.tw-leading-\[14\.5px\]{line-height:14.5px}.tw-leading-\[14\.8px\]{line-height:14.8px}.tw-leading-\[15\.62px\]{line-height:15.62px}.tw-leading-\[16\.8px\]{line-height:16.8px}.tw-leading-\[16\.94px\]{line-height:16.94px}.tw-leading-\[16px\]{line-height:16px}.tw-leading-\[17px\]{line-height:17px}.tw-leading-\[18px\]{line-height:18px}.tw-leading-\[19px\]{line-height:19px}.tw-leading-\[1\]{line-height:1}.tw-leading-\[20px\]{line-height:20px}.tw-leading-\[21px\]{line-height:21px}.tw-leading-\[22\.4px\]{line-height:22.4px}.tw-leading-\[22px\]{line-height:22px}.tw-leading-\[23px\]{line-height:23px}.tw-leading-\[36px\]{line-height:36px}.tw-leading-\[41px\]{line-height:41px}.tw-leading-normal{line-height:1.5}.tw-tracking-\[0\.8px\]{letter-spacing:.8px}.tw-tracking-\[0\.95px\]{letter-spacing:.95px}.tw-tracking-\[0\.9px\]{letter-spacing:.9px}.tw-tracking-\[1\.48px\]{letter-spacing:1.48px}.tw-tracking-\[1px\]{letter-spacing:1px}.tw-tracking-normal{letter-spacing:0}.\!tw-text-\[\#111C36\]{--tw-text-opacity:1!important;color:rgb(17 28 54/var(--tw-text-opacity))!important}.\!tw-text-\[\#2B74D8\]{--tw-text-opacity:1!important;color:rgb(43 116 216/var(--tw-text-opacity))!important}.\!tw-text-\[\#818181\]{--tw-text-opacity:1!important;color:rgb(129 129 129/var(--tw-text-opacity))!important}.\!tw-text-\[\#F63D60\]{--tw-text-opacity:1!important;color:rgb(246 61 96/var(--tw-text-opacity))!important}.\!tw-text-\[\#ffffff\]{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.\!tw-text-inherit{color:inherit!important}.\!tw-text-newBlack{--tw-text-opacity:1!important;color:rgb(17 28 54/var(--tw-text-opacity))!important}.\!tw-text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.tw-text-\[\#00000094\]{color:#00000094}.tw-text-\[\#00000099\]{color:#00000099}.tw-text-\[\#000000\],.tw-text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.tw-text-\[\#010722\]{--tw-text-opacity:1;color:rgb(1 7 34/var(--tw-text-opacity))}.tw-text-\[\#017424\]{--tw-text-opacity:1;color:rgb(1 116 36/var(--tw-text-opacity))}.tw-text-\[\#050505\]{--tw-text-opacity:1;color:rgb(5 5 5/var(--tw-text-opacity))}.tw-text-\[\#0D9738\]{--tw-text-opacity:1;color:rgb(13 151 56/var(--tw-text-opacity))}.tw-text-\[\#0E0E0E\]{--tw-text-opacity:1;color:rgb(14 14 14/var(--tw-text-opacity))}.tw-text-\[\#111C3699\]{color:#111c3699}.tw-text-\[\#111C36B2\]{color:#111c36b2}.tw-text-\[\#111C36CC\]{color:#111c36cc}.tw-text-\[\#111C36\]{--tw-text-opacity:1;color:rgb(17 28 54/var(--tw-text-opacity))}.tw-text-\[\#111C36\]\/\[0\.6\]{color:rgba(17,28,54,.6)}.tw-text-\[\#111c364d\]{color:#111c364d}.tw-text-\[\#111c3699\]{color:#111c3699}.tw-text-\[\#111c36\]{--tw-text-opacity:1;color:rgb(17 28 54/var(--tw-text-opacity))}.tw-text-\[\#1F1F1F\]{--tw-text-opacity:1;color:rgb(31 31 31/var(--tw-text-opacity))}.tw-text-\[\#222222\],.tw-text-\[\#222\]{--tw-text-opacity:1;color:rgb(34 34 34/var(--tw-text-opacity))}.tw-text-\[\#242121\]{--tw-text-opacity:1;color:rgb(36 33 33/var(--tw-text-opacity))}.tw-text-\[\#242424\]{--tw-text-opacity:1;color:rgb(36 36 36/var(--tw-text-opacity))}.tw-text-\[\#24AC21\]{--tw-text-opacity:1;color:rgb(36 172 33/var(--tw-text-opacity))}.tw-text-\[\#2B74D8\]{--tw-text-opacity:1;color:rgb(43 116 216/var(--tw-text-opacity))}.tw-text-\[\#2B74D8\]\/\[0\.8\]{color:rgba(43,116,216,.8)}.tw-text-\[\#2F80ED\]{--tw-text-opacity:1;color:rgb(47 128 237/var(--tw-text-opacity))}.tw-text-\[\#414141\]{--tw-text-opacity:1;color:rgb(65 65 65/var(--tw-text-opacity))}.tw-text-\[\#445378\]{--tw-text-opacity:1;color:rgb(68 83 120/var(--tw-text-opacity))}.tw-text-\[\#4E4E4E\]{--tw-text-opacity:1;color:rgb(78 78 78/var(--tw-text-opacity))}.tw-text-\[\#505050\]{--tw-text-opacity:1;color:rgb(80 80 80/var(--tw-text-opacity))}.tw-text-\[\#555D70\]{--tw-text-opacity:1;color:rgb(85 93 112/var(--tw-text-opacity))}.tw-text-\[\#575757\]{--tw-text-opacity:1;color:rgb(87 87 87/var(--tw-text-opacity))}.tw-text-\[\#606060\]{--tw-text-opacity:1;color:rgb(96 96 96/var(--tw-text-opacity))}.tw-text-\[\#606577\]{--tw-text-opacity:1;color:rgb(96 101 119/var(--tw-text-opacity))}.tw-text-\[\#646464\]{--tw-text-opacity:1;color:rgb(100 100 100/var(--tw-text-opacity))}.tw-text-\[\#666666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.tw-text-\[\#667479\]{--tw-text-opacity:1;color:rgb(102 116 121/var(--tw-text-opacity))}.tw-text-\[\#6B6B6B\]{--tw-text-opacity:1;color:rgb(107 107 107/var(--tw-text-opacity))}.tw-text-\[\#707786\]{--tw-text-opacity:1;color:rgb(112 119 134/var(--tw-text-opacity))}.tw-text-\[\#737373\]{--tw-text-opacity:1;color:rgb(115 115 115/var(--tw-text-opacity))}.tw-text-\[\#7D7D7D\]{--tw-text-opacity:1;color:rgb(125 125 125/var(--tw-text-opacity))}.tw-text-\[\#868686\]{--tw-text-opacity:1;color:rgb(134 134 134/var(--tw-text-opacity))}.tw-text-\[\#969696\]{--tw-text-opacity:1;color:rgb(150 150 150/var(--tw-text-opacity))}.tw-text-\[\#999999\],.tw-text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.tw-text-\[\#9A0C00\]{--tw-text-opacity:1;color:rgb(154 12 0/var(--tw-text-opacity))}.tw-text-\[\#9A3131\]{--tw-text-opacity:1;color:rgb(154 49 49/var(--tw-text-opacity))}.tw-text-\[\#9C9C9C\]{--tw-text-opacity:1;color:rgb(156 156 156/var(--tw-text-opacity))}.tw-text-\[\#A9A9A9\]{--tw-text-opacity:1;color:rgb(169 169 169/var(--tw-text-opacity))}.tw-text-\[\#BC241D\]{--tw-text-opacity:1;color:rgb(188 36 29/var(--tw-text-opacity))}.tw-text-\[\#E24848\]{--tw-text-opacity:1;color:rgb(226 72 72/var(--tw-text-opacity))}.tw-text-\[\#E2574C\]{--tw-text-opacity:1;color:rgb(226 87 76/var(--tw-text-opacity))}.tw-text-\[\#F2994A\]{--tw-text-opacity:1;color:rgb(242 153 74/var(--tw-text-opacity))}.tw-text-\[\#F63D60\]{--tw-text-opacity:1;color:rgb(246 61 96/var(--tw-text-opacity))}.tw-text-\[\#FF0000\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.tw-text-\[\#FFFFFF\],.tw-text-\[\#fff\],.tw-text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-text-\[\#ffffff\]\/\[0\.8\]{color:hsla(0,0%,100%,.8)}.tw-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.tw-text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.tw-text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity))}.tw-text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity))}.tw-text-inherit{color:inherit}.tw-text-newBlack{--tw-text-opacity:1;color:rgb(17 28 54/var(--tw-text-opacity))}.tw-text-newBlack\/\[0\.6\]{color:rgba(17,28,54,.6)}.tw-text-newBlack\/\[0\.9\]{color:rgba(17,28,54,.9)}.tw-text-newBlack1{--tw-text-opacity:1;color:rgb(12 21 31/var(--tw-text-opacity))}.tw-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.tw-text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-text-opacity-50{--tw-text-opacity:0.5}.tw-underline{text-decoration-line:underline}.tw-line-through{text-decoration-line:line-through}.\!tw-no-underline{text-decoration-line:none!important}.tw-no-underline{text-decoration-line:none}.tw-underline-offset-\[3px\]{text-underline-offset:3px}.tw-caret-transparent{caret-color:transparent}.\!tw-opacity-0{opacity:0!important}.\!tw-opacity-100{opacity:1!important}.\!tw-opacity-50{opacity:.5!important}.tw-opacity-0{opacity:0}.tw-opacity-100{opacity:1}.tw-opacity-20{opacity:.2}.tw-opacity-30{opacity:.3}.tw-opacity-35{opacity:.35}.tw-opacity-40{opacity:.4}.tw-opacity-50{opacity:.5}.tw-opacity-55{opacity:.55}.tw-opacity-60{opacity:.6}.tw-opacity-70{opacity:.7}.tw-opacity-75{opacity:.75}.tw-opacity-80{opacity:.8}.tw-opacity-\[0\]{opacity:0}.tw-opacity-\[1\],.tw-opacity-\[70\]{opacity:1}.tw-opacity-\[80\%\]{opacity:80%}.\!tw-shadow-\[0px_2px_2px_0px_\#00000040\]{--tw-shadow:0px 2px 2px 0px #00000040!important;--tw-shadow-colored:0px 2px 2px 0px var(--tw-shadow-color)!important}.\!tw-shadow-\[0px_2px_2px_0px_\#00000040\],.\!tw-shadow-\[0px_2px_6px_0px_\#0000001F\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\!tw-shadow-\[0px_2px_6px_0px_\#0000001F\]{--tw-shadow:0px 2px 6px 0px #0000001f!important;--tw-shadow-colored:0px 2px 6px 0px var(--tw-shadow-color)!important}.tw-shadow-\[0px_0px_2px_0px_\#DAE0E5\]{--tw-shadow:0px 0px 2px 0px #dae0e5;--tw-shadow-colored:0px 0px 2px 0px var(--tw-shadow-color)}.tw-shadow-\[0px_0px_2px_0px_\#DAE0E5\],.tw-shadow-\[0px_1px_1px_0px_\#0000001F\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0px_1px_1px_0px_\#0000001F\]{--tw-shadow:0px 1px 1px 0px #0000001f;--tw-shadow-colored:0px 1px 1px 0px var(--tw-shadow-color)}.tw-shadow-\[0px_2px_2px_0px_\#00000040\]{--tw-shadow:0px 2px 2px 0px #00000040;--tw-shadow-colored:0px 2px 2px 0px var(--tw-shadow-color)}.tw-shadow-\[0px_2px_2px_0px_\#00000040\],.tw-shadow-\[0px_4px_4px_\#00000040\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-\[0px_4px_4px_\#00000040\]{--tw-shadow:0px 4px 4px #00000040;--tw-shadow-colored:0px 4px 4px var(--tw-shadow-color)}.tw-shadow-\[2px_2px_8px_0px_\#0000000a\]{--tw-shadow:2px 2px 8px 0px #0000000a;--tw-shadow-colored:2px 2px 8px 0px var(--tw-shadow-color)}.tw-shadow-\[2px_2px_8px_0px_\#0000000a\],.tw-shadow-cust1{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-cust1{--tw-shadow:0px 0px 2px 0px #dae0e5;--tw-shadow-colored:0px 0px 2px 0px var(--tw-shadow-color)}.tw-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.tw-shadow-md,.tw-shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.tw-outline-none{outline:2px solid transparent;outline-offset:2px}.tw-outline-0{outline-width:0}.\!tw-transition-\[color\]{transition-property:color!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.tw-transition-\[background-color\]{transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.tw-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\!tw-duration-\[900ms\]{transition-duration:.9s!important}.tw-duration-1000{transition-duration:1s}.tw-duration-300{transition-duration:.3s}.tw-duration-500{transition-duration:.5s}.tw-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-ease-linear{transition-timing-function:linear}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,form,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,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{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;scroll-padding:105px;scroll-behavior:smooth}.lesspadding{padding-right:15px!important;padding-left:0!important}:focus{outline:0}#_next{height:100%}.flexRowAlign{display:flex;align-items:center;justify-content:space-between}.flexRow{display:flex}.flex1{flex:1}.txtCenter{text-align:center}.theme-btn{color:#fff;font-size:14px;padding:10px 15px;display:inline-block;margin-top:10px;border-radius:30px}.theme-bg,.theme-btn{background:#ea5151}.ml10{margin-left:10px}.loading-container{margin:20px 0;border-radius:0;box-shadow:0 8px 24px 0 rgba(0,0,0,.2)}.loading-container .loading-block{width:100%;height:8px;margin-top:5px;margin-bottom:5px}.loading-container .header-block{height:15px}.loading-container .block-short{max-width:50%}.loading-container .load-animate{animation:load 1s linear infinite;animation-fill-mode:forwards;background:#ddd;background-image:linear-gradient(270deg,#ddd 0,#f5f5f5 20%,#efefef 40%,#ddd);background-repeat:no-repeat;background-size:cover}@keyframes load{0%{background-position:-680px 0}to{background-position:680px 0}}.loading-container{display:flex;background-color:transparent;box-shadow:none;position:relative}.loading-container:before{content:"";position:absolute;top:25px;left:19px;width:0;height:100%;border:1px dashed #a5a5a5;z-index:1}.loading-container.noborder:before{height:0}.loading-container .left-wrap{width:20%}.loading-container .left-wrap .loading-block{height:40px;width:40px;border-radius:50px;position:relative;z-index:2}.loading-container .right-wrap{flex:1}.loading-container .right-wrap .loading-block{height:40px;border-radius:3px}.loading-container .right-wrap .loading-block.small{height:20px}.aths.add-btn-wrap{margin:0 -20px -11px}.aths.add-btn-wrap button.add-button{width:100%;display:block;font-size:12px;margin-top:10px;text-align:left;background:#000;color:#fff;border:0;box-shadow:none;line-height:20px;padding:20px;font-weight:600}.aths.add-btn-wrap button.add-button .logo-green{max-width:20px;margin-right:10px;vertical-align:middle}.aths.add-btn-wrap .close-icon{position:absolute;max-width:20px;bottom:21px;right:15px;filter:brightness(100)}.backdrop-container{position:fixed;z-index:505;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6);animation:fadeIn 1.2s ease-in-out}.Marquee{width:100vw;box-sizing:border-box;font-weight:200;display:flex;align-items:center;overflow:hidden}.Marquee-content{display:flex;animation:marquee 5s linear infinite running}.Marquee-content:hover{animation-play-state:paused}.Marquee-tag{display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.Marquee-tag:hover{background:hsla(0,0%,100%,.5);transform:scale(1.1);cursor:pointer}.global-loader{background:rgba(0,0,0,.349)}.fullpage-global-loader,.global-loader{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:199999}.fullpage-global-loader div{height:75px;width:75px;background:#fff;border-radius:50%;padding:16px;opacity:.7}.fullpage-global-loader div img{width:100%;height:100%}@media screen and (max-width:766px){.fullpage-global-loader div{height:50px;width:50px;padding:10px}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translate(-50%)}}@media screen and (min-width:740px){.rodal{max-width:420px!important;left:50%!important;transform:translateX(-50%)!important}}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.selected-text{-webkit-touch-callout:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.animate__fadeInUp{animation-name:fadeInUp}.pointer-none{cursor:none;pointer-events:none}.op5{opacity:.5}.ql-font-monospace{font-family:monospace}.ql-font-serif{font-family:serif}.filter-invert-1{filter:invert(1)}.filter-invert-0{filter:invert(0)}.skeleton{background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:shine 1.5s linear infinite;color:transparent!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@keyframes shine{to{background-position-x:-200%}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.show-scrollbar::-webkit-scrollbar{-webkit-appearance:none;width:4px}.show-scrollbar::-webkit-scrollbar-thumb{border-radius:2px;background-color:rgba(0,0,0,.5);box-shadow:0 0 1px hsla(0,0%,100%,.5)}*{box-sizing:border-box}:root{--primary-color:#59b528;--dark-color:#211b3e;--pale-grey:#f8f7fa;--blue-grey:#8d8b97;--dusk:#585371;--dark:#211b3e;--cloudy-blue:#c0becd;--pale-grey-two:#eeecf9;--white:#fff;--normal-font:normal-font;--light-font:light-font;--regular-font:regular-font;--bold-font:bold-font;--extra-bold-font:extra-bold-font}body{font-weight:400;background:#fff}.error-page-wrap{display:flex;height:100vh;align-items:center;flex-direction:column;justify-content:center;font-size:30px;color:#333;background-color:#eaece7;text-align:center}.error-page-wrap h1{font-weight:600;font-size:16px;opacity:.39}.error-page-wrap p{font-weight:700;font-size:20px}.error-page-wrap img{max-width:200px;margin-bottom:20px}.redirection-container{display:flex;justify-content:center;padding-top:20%}.redirection-success{color:green;font-weight:600}.visible-mobile-block{display:none!important}.visible-desktop-block{display:block!important}.visible-mobile-flex{display:none!important}.visible-desktop-flex{display:flex!important}.visible-mobile-ib{display:none!important}.visible-desktop-ib{display:inline-block!important}.visible-mobile{display:none!important}.visible-desktop{display:flex!important}@media(max-width:767px){.visible-mobile{display:block!important}.visible-desktop{display:none!important}.visible-mobile-block{display:block!important}.visible-desktop-block{display:none!important}.visible-mobile-flex{display:flex!important}.visible-desktop-flex{display:none!important}.visible-mobile-ib{display:inline-block!important}.visible-desktop-ib{display:none!important}}.rm-input-num-arrows::-webkit-inner-spin-button,.rm-input-num-arrows::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rm-input-num-arrows[type=number]{-moz-appearance:textfield}.buttonReset{border:none;margin:0;padding:0;width:auto;overflow:visible;text-align:inherit;background:transparent;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit}.buttonReset::-moz-focus-inner{border:0;padding:0}.otp-verify-screen{padding:20px;background-color:#fff}.otp-verify-screen .heading{font-size:28px;font-weight:600;margin-bottom:10px}.otp-verify-screen .heading+span{font-size:25px;font-weight:600}.otp-verify-screen input:focus{border-color:#000!important}.otp-verify-screen input[value=""]{color:#999}.otp-verify-screen .btn-wrap{position:absolute;bottom:0;left:0;width:100%;padding:20px}.otp-verify-screen .btn-wrap button{background-color:#000;color:#fff;width:100%;border:0;padding:15px;border-radius:8px;font-size:14px;font-weight:700}.otp-verify-screen .btn-wrap button:disabled{opacity:.5;pointer-events:none}@media(min-width:992px){.otp-verify-screen{display:block;margin:auto;max-width:420px;border:1px solid #e2e2ee;position:relative;height:100vh}.btn-wrap{position:absolute}}.payment-screen header{display:flex;justify-content:flex-start;align-items:center;padding:20px;border-bottom:1px solid #ddd;font-weight:700}.payment-screen header>img{max-width:100%;height:30px;filter:invert(1);margin-right:10px}.payment-screen main{padding:20px}.payment-screen main .pay-title{font-size:36px;font-weight:700;word-break:break-all}.payment-screen main .pay-title>small{font-size:14px;font-weight:700;color:#76c717;margin-left:10px}.payment-screen main .choose__mode{color:rgba(34,34,34,.502);font-weight:500;display:block;margin:20px 0 10px}.payment-screen main .payment-wrapper{margin-top:10px}.payment-screen main .payment-wrapper.disabled{opacity:.5;pointer-events:none}.payment-screen main .payment-wrapper ul{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px}.payment-screen main .payment-wrapper ul li{border-radius:10px;box-shadow:0 12px 24px 0 rgba(0,0,0,.3);padding:12px;height:112px;color:#fff;list-style:none}.payment-screen main .payment-wrapper ul li.googlepay{background-color:#4285f4}.payment-screen main .payment-wrapper ul li.phonepe{background-color:#6738b7}.payment-screen main .payment-wrapper ul li.card{background-color:#fc5c02}.payment-screen main .payment-wrapper ul li.card>.logo-wrap>img{position:relative;bottom:5px}.payment-screen main .payment-wrapper ul li.paytm,.payment-screen main .payment-wrapper ul li.paytmupi{background-color:#06306f}.payment-screen main .payment-wrapper ul li.whatsapp{background-color:#4cb050}.payment-screen main .payment-wrapper ul li.whatsapp>.logo-wrap>img{max-width:55%}.payment-screen main .payment-wrapper ul li.cash{background-color:#403f41}.payment-screen main .payment-wrapper ul li.cash>.logo-wrap>img{max-width:55%}.payment-screen main .payment-wrapper ul li.cemi{background-color:#000}.payment-screen main .payment-wrapper ul li .logo-wrap{position:relative;width:48px;height:48px;padding:12px 0;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);background-color:#fff;text-align:center;display:block;margin:auto}.payment-screen main .payment-wrapper ul li .logo-wrap img{max-width:80%;display:block;margin:auto}.payment-screen main .payment-wrapper ul li .logo-wrap+span{font-weight:500;display:block;text-align:center;font-size:11px;letter-spacing:.5px;margin-top:25px;white-space:nowrap}.payment-screen footer{padding:0 20px}.payment-screen footer .payment-disclaimer{display:flex;margin-top:80px}.payment-screen footer .payment-disclaimer__imgWrap{display:flex;flex-direction:column;align-items:flex-start;padding-top:4px;flex:none}.payment-screen footer .payment-disclaimer__imgWrap>img{height:11px}.payment-screen footer .payment-disclaimer__txtWrap{margin-left:5px;font-size:12px;color:#9ea6b9;line-height:1.4em}.payment-screen footer .payment-disclaimer__txtWrap>span{font-weight:600;color:#2e3034}.payment-screen footer .payment-disclaimer__txtWrap>a{color:inherit;text-decoration:underline}@media(min-width:992px){.payment-screen{display:block;margin:auto;max-width:420px;border:1px solid #e2e2ee;min-height:100vh;position:relative}.payment-screen header{padding-top:20px;top:0;max-width:420px}.payment-screen .rodal{position:absolute;height:100vh}}.payment-process-screen{background-color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;text-align:center;height:100vh;padding:10px 20px}.payment-process__container--title{font-size:27px;font-weight:700;line-height:normal;text-align:center;color:#000;margin-top:12px;margin-bottom:20px}.payment-process__container--subtitle{line-height:normal;color:#000;margin-bottom:36px;font-size:16px;font-weight:400;margin-top:20px;opacity:.5}.payment-process__progress{position:fixed;width:260px;left:50%;transform:translateX(-50%);bottom:50px}.payment-process__progress--slideContainer{position:relative;height:4px;margin-top:5px;background:rgba(0,0,0,.2);border-radius:2px}.payment-process__progress--slide{position:absolute;left:0;height:4px;width:30%;border-radius:2px;background:#000;animation:paymentProgressSlide 1s infinite}@keyframes paymentProgressSlide{50%{transform:translateX(220%)}}.order-receipt header img{max-width:100%;height:24px}.order-receipt header>:last-child :last-child{height:20px;filter:invert(1)}.order-receipt main .donwloadBillBtn>img{max-width:100%;height:16px;filter:invert(1)}.order-receipt .digital-receipt-pdf .react-pdf__Page__canvas{width:300px!important;height:20%!important}.order-receipt .digital-receipt-pdf .react-pdf__Page__textContent{position:fixed!important}@media(min-width:991px){.order-receipt__imagePhone{max-width:400px}}.order-confirm-page{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#59b528;text-align:center;min-height:100vh}.order-confirm-page .container .icon-wrap{margin-bottom:40px}.order-confirm-page .container h3{font-size:20px}.order-confirm-page svg{width:100px;display:block;margin:40px auto 0}.order-confirm-page .path,.order-confirm-page .path.anime{stroke-dasharray:1000;stroke-dashoffset:0}.order-confirm-page .path.anime.circle{animation:dash 1.2s ease-in-out}.order-confirm-page .path.anime.line{stroke-dashoffset:1000;animation:dash 1.2s ease-in-out .35s forwards}.order-confirm-page .path.anime.check{stroke-dashoffset:-100;animation:dash-check 1.2s ease-in-out .35s forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}to{stroke-dashoffset:900}}.search-page{justify-content:center;background-color:#fff;min-height:100vh}.search-page .loader-wrapper{padding:10px 20px}.search-page .search-header{display:flex;background-color:#fff;align-items:center;font:normal normal 700 18px/22px Montserrat;letter-spacing:0;color:#484848;padding:16px 0 11px 20px}.search-page .search-header>span{display:block;font-size:17px;align-items:center;font:normal normal 700 18px/22px Montserrat;letter-spacing:0;color:#484848}.search-page .search-header>span>img{max-height:25px;filter:invert(1)}.search-page .search-bar{display:flex;flex-direction:row;justify-content:center;padding:0 24px}.search-page .search-content__box{padding:30px 16px 60px}.search-page .search-content__box>.catalog-item>.catalog-item__left-catalog{padding-left:24px}.search-page .search-content__notfound{padding:24px 0 0;display:flex;flex-direction:column}.search-page .search-content__notfound>span{align-self:center;font:normal normal normal 12px/18px Montserrat;letter-spacing:.36px;color:#777}.search-page .search-content__notfound>div{margin-top:10%}.search-page .search-bottom{display:flex;justify-content:center;position:fixed;bottom:0;width:100%;background-color:transparent;padding:10px 16px;z-index:99}.search-page .search-bottom>button{border:1px solid #484848;border-radius:12px;font:normal normal 600 18px/22px Montserrat;letter-spacing:1px;color:#484848;background-color:#fff;width:100%;padding:10px 0}.search-page .search-bottom>button:hover{background-color:#000;color:#fff}@media(min-width:991px){.search-page .search-content__notfound{display:none}.search-page .search-content__box{width:50%;transform:translateX(50%)}}.search-page .premium-search-bar{max-width:800px;margin-left:auto;margin-right:auto}@media screen and (min-width:767px){.search-page .premium-search-bar{padding-top:20px}}.spotlight{min-height:100vh}.spotlight__body{padding:20px 12px 100px 22px;margin-top:-50px;position:relative}.spotlight__body .view-more-btn{opacity:0;border:.8000000119px solid #ea5151;font-size:10px;width:auto;color:#ea5151;padding:6px 10px;position:absolute;bottom:35px;left:50%;transform:translateX(-50%);cursor:pointer}.spotlight__body .view-more-btn:hover{color:#fff;background-color:#ea5151}.spotlight__footer{min-height:150px}.spotlight__footer>img{max-width:100%;height:auto}@media screen and (min-width:740px){.spotlight{border:2px solid #e2e2e2;position:relative}.spotlight,.spotlight .rodal{display:block;margin:auto;max-width:420px}.spotlight .rodal{height:100vh}}.spotlightCitySearch__header{padding:14px 20px 140px 12px;background:transparent linear-gradient(180deg,#fcdacb,hsla(0,0%,100%,0)) 0 0 no-repeat padding-box}.spotlightCitySearch__header--title{font-size:21px;font-weight:600;letter-spacing:.3px;color:#202124;margin:16px 24px 20px 12px}.spotlightCitySearch__header--title,.spotlightCitySearch__header--title>.back--icon{display:flex;justify-content:flex-start;align-items:center}.spotlightCitySearch__header--title>.back--icon>img{max-width:100%;height:24px;filter:invert(1);margin-right:6px}.spotlightCitySearch__header--search{padding:0 4px 0 12px}.spotlightCitySearch__header--search>.searchbar-wrapper{width:inherit;left:0}.spotlightCitySearch__header--search>.searchbar-wrapper>.searchbar{box-shadow:0 1px 3px rgba(0,0,0,.161);border-radius:20px}.spotlightCitySearch__body{padding:10px 24px 28px;margin-top:-130px}.spotlightCitySearch__body--nearme{display:flex;align-items:center;justify-content:flex-start;color:#ea5151;font-weight:600;font-size:18px;padding:10px;background-color:#ffe3d9;margin:0 -10px;border-radius:5px}.spotlightCitySearch__body--nearme>img{max-width:100%;height:20px;margin-right:10px}.spotlightCitySearch__body--cityCount{display:flex;flex-direction:column;font-size:12px;font-weight:600;letter-spacing:0;color:#a9a9a9;padding:25px 0}.spotlightCitySearch__body--cityCount .not-found{width:100%;text-align:center}@media screen and (min-width:740px){.spotlightCitySearch{display:block;margin:auto;max-width:420px;border:2px solid #e2e2e2}}.spotlightStoreSearch{min-height:100vh;position:relative}.spotlightStoreSearch__header{padding:14px 20px 140px 12px;background:transparent linear-gradient(180deg,#fcdacb,hsla(0,0%,100%,0)) 0 0 no-repeat padding-box}.spotlightStoreSearch__header--title{display:flex;font-size:21px;font-weight:600;letter-spacing:.3px;color:#202124;margin:16px 24px 20px 12px}.spotlightStoreSearch__header--title>.back--icon{display:flex;justify-content:center;align-items:center}.spotlightStoreSearch__header--title>.back--icon>img{max-width:100%;height:24px;filter:invert(1);margin-right:6px}.spotlightStoreSearch__header--search{padding:0 4px 0 12px}.spotlightStoreSearch__header--search>.searchbar-wrapper{width:inherit;left:0;z-index:99}.spotlightStoreSearch__header--search>.searchbar-wrapper>.searchbar{box-shadow:0 1px 3px rgba(0,0,0,.161);border-radius:20px}.spotlightStoreSearch__body{display:flex;flex-direction:column;position:relative;min-height:30vh;padding:50px 20px;width:100%;margin-top:-150px}.spotlightStoreSearch__body>.view-more-btn{opacity:0;border:.8000000119px solid #ea5151;font-size:10px;width:auto;color:#ea5151;padding:6px 10px;position:absolute;bottom:35px;left:50%;transform:translateX(-50%);cursor:pointer}.spotlightStoreSearch__body>.view-more-btn:hover{color:#fff;background-color:#ea5151}.spotlightStoreSearch__footer{padding:20px;width:100%}.spotlightStoreSearch__footer--title{color:#a9a9a9;font-size:13px}.spotlightStoreSearch__footer--chipsContainer{display:flex;justify-content:flex-start;flex-wrap:wrap;padding-top:10px;width:100%}.spotlightStoreSearch__footer--chipsContainer .category-chips{font-size:11px;padding:5px 14px;margin:0 5px 5px 0;border-radius:18px;border:1px solid #ea5151;color:#ea5151}.spotlightStoreSearch__footer .category-chips-dummy{padding-top:10px;display:flex;justify-content:flex-start;flex-wrap:wrap}.spotlightStoreSearch__footer .category-chips-dummy>span{padding:16px 50px;border-radius:18px;margin:0 5px 5px 0}.spotlightStoreSearch__footer .category-chips-dummy .animate{animation:load 1.8s linear infinite;animation-fill-mode:forwards;background:#e8e8e8;background-image:linear-gradient(270deg,#ddd 0,#f5f5f5 20%,#efefef 40%,#ddd);background-repeat:no-repeat;background-size:cover}@media screen and (min-width:740px){.spotlightStoreSearch{display:block;margin:auto;max-width:420px;border:2px solid #e2e2e2}}.spotlightCategoryStoresList{min-height:100vh}.spotlightCategoryStoresList__header{display:flex;flex-direction:column;padding:0 0 140px;background:transparent linear-gradient(180deg,#fcdacb,hsla(0,0%,100%,0)) 0 0 no-repeat padding-box}.spotlightCategoryStoresList__header--top{display:flex;justify-content:space-between;padding:14px 20px 10px 12px}.spotlightCategoryStoresList__header--top>.back--icon>img{max-width:100%;height:24px;filter:invert(1)}.spotlightCategoryStoresList__header--top>.search--icon>img{max-width:100%;height:20px}.spotlightCategoryStoresList__categories{display:flex;justify-content:flex-start;padding:10px 10px 5px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.spotlightCategoryStoresList__categories::-webkit-scrollbar{width:0;background:transparent}.spotlightCategoryStoresList__categories .category-chips{display:flex;font-size:12px;font-weight:600;padding:8px 14px;margin:0 9px 5px 0;border-radius:18px;color:#ea5151;background-color:#fff;box-shadow:0 2px 5px 1px rgba(0,0,0,.161);white-space:nowrap;cursor:pointer}.spotlightCategoryStoresList__categories .active{background-color:#ea5151;color:#fff}.spotlightCategoryStoresList__footer{min-height:150px}.spotlightCategoryStoresList__footer>img{max-width:100%;height:auto}.spotlightCategoryStoresList__body{min-height:60vh;margin-top:-130px;padding:0 20px 60px;position:relative}.spotlightCategoryStoresList__body--title>span{display:block}.spotlightCategoryStoresList__body--title>:first-child{color:#202124;font-size:20px;font-weight:600}.spotlightCategoryStoresList__body--title>:last-child{font-size:12px;font-weight:600;color:#f4071b;padding:4px 0 12px}.spotlightCategoryStoresList__body>.view-more-btn{opacity:0;border:.8000000119px solid #ea5151;font-size:10px;width:auto;color:#ea5151;padding:6px 10px;position:absolute;bottom:35px;left:50%;transform:translateX(-50%);cursor:pointer}.spotlightCategoryStoresList__body>.view-more-btn:hover{color:#fff;background-color:#ea5151}@media screen and (min-width:740px){.spotlightCategoryStoresList{display:block;margin:auto;max-width:420px;border:2px solid #e2e2e2;position:relative}}.card-payment-screen header{background-color:#fff;padding:20px;color:#000;display:flex;align-items:center}.card-payment-screen header span{display:block;font-weight:700;font-size:22px;line-height:26px}.card-payment-screen header span:nth-child(2){margin-left:20px}.card-payment-screen header span img{max-height:20px;filter:invert(100)}.card-payment-screen .card-payment-exceptions{color:#3b3b3b;font-size:14px;font-weight:400}.myspin-wrap{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:transparent;z-index:99}.order-thankyou-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;padding:20px 20px 150px}.order-thankyou-page header{display:flex;justify-content:space-between;align-items:center}.order-thankyou-page header h1{font-size:23px;font-weight:400;line-height:25px;color:#444}.order-thankyou-page header h1 img{max-width:20px;filter:grayscale(1);vertical-align:middle}.order-thankyou-page header .right-wrap{display:flex;align-items:center}.order-thankyou-page header .right-wrap a{border:1px solid #e2e2e2;display:inline-block}.order-thankyou-page header .right-wrap a img{vertical-align:middle}.order-thankyou-page .center-content{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;width:100%;flex:1;margin-top:60px}.order-thankyou-page .middle-content{width:100%}.order-thankyou-page .middle-content h2{font-size:20px;font-weight:400;margin-top:0;margin-bottom:10px}.order-thankyou-page .middle-content h2 span{font-weight:500}.order-thankyou-page .middle-content p{font-size:15px;margin:5px 0;color:#999}.order-thankyou-page .bill-wrap{border-top:1px dashed #ddd;padding-top:20px;margin-top:20px}.order-thankyou-page .bill-wrap .details{display:flex;justify-content:space-between;font-size:12px;color:#999;margin-bottom:20px;align-items:center}.order-thankyou-page .bill-wrap .details a{border:1px solid #000;padding:5px 10px;border-radius:50px;color:#000;font-weight:500;text-decoration:none}.order-thankyou-page .bill-wrap .details a img{filter:invert(1);max-width:14px;margin-left:10px;vertical-align:middle}.order-thankyou-page footer{width:100%;margin-top:20px;background-color:#fff}.order-thankyou-page footer button{border:0;box-shadow:none;background-color:#6e27ff;color:#fff;width:100%;padding:18px;border-radius:50px}.order-thankyou-page footer.stick-bottom{position:fixed;width:100%;bottom:0;left:0;padding:20px;box-shadow:0 0 10px 0 #ddd}.preHome-page{background:#fff}.premium-order-list-screen .mobile-header{position:fixed;width:100%;z-index:20;background-color:#fff;display:flex;flex-direction:column;color:#000;padding-bottom:0;margin-bottom:0;box-shadow:0 3px 6px rgba(0,0,0,.161);top:0}.premium-order-list-screen .mobile-header .back-icon{max-width:100%;max-height:24px;filter:invert(100)}.premium-order-list-screen .mobile-header .header-title{font-weight:600;font-size:20px}.premium-order-list-screen .mobile-header .header-top{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:15px}.premium-order-list-screen .mobile-header .header-top>:last-child{margin-left:15px}.premium-order-list-screen .mobile-header .header-bottom{position:relative;display:flex;flex-direction:row}.premium-order-list-screen .mobile-header .tabs-wrapper{margin:10px -20px 0;background:#fff;padding:0 20px;cursor:pointer}.premium-order-list-screen .mobile-header .tabBtn{position:relative;font-size:14px;background-color:transparent;color:#ea5151;padding:10px 0;text-transform:uppercase;font-weight:600;border-bottom:4px solid transparent;opacity:.5}.premium-order-list-screen .mobile-header .tabBtn.active{opacity:1}.premium-order-list-screen .mobile-header .tabBtn.active:after{position:absolute;bottom:-4px;left:0;content:"";width:100%;padding:2px;background-color:#ea5151;border-radius:4px 4px 0 0}.premium-order-list-screen .mobile-header .tabBtn:first-child{margin-right:5px}.premium-order-list-screen .mobile-header .tabBtn:nth-child(2){margin-left:5px}.premium-order-list-screen .premium-order-list-wrapper{display:flex;flex-direction:column;background-color:#fff;padding:0 20px;min-height:100vh;max-width:866px;margin:0 auto}.premium-order-list-screen .premium-order-list-wrapper h3.date-btn{text-align:center;margin-bottom:0;margin-top:0;line-height:0}.premium-order-list-screen .premium-order-list-wrapper h3.date-btn span{display:inline-block;font-size:12px;font-weight:600;border:1px solid #c9c6c6;padding:12px;border-radius:40px;color:#757575}.premium-order-list-screen .premium-order-list-wrapper .card{box-shadow:0 16px 36px rgba(0,0,0,.161);border-radius:10px;padding:20px;margin-bottom:20px;border:0;margin-top:20px;cursor:pointer}.premium-order-list-screen .premium-order-list-wrapper .card .top-wrap{display:flex;justify-content:space-between}.premium-order-list-screen .premium-order-list-wrapper .card .top-wrap .oid{font-weight:700;font-size:15px;color:#313131}.premium-order-list-screen .premium-order-list-wrapper .card .top-wrap span{font-weight:600;color:#ea5151;font-size:14px}.premium-order-list-screen .premium-order-list-wrapper .card .top-wrap span.warning{color:#d61d1d}.premium-order-list-screen .premium-order-list-wrapper .card .products{margin-top:10px}.premium-order-list-screen .premium-order-list-wrapper .card .products span{color:#777;font-size:12px;display:inline-block;word-break:break-all}.premium-order-list-screen .premium-order-list-wrapper .card .time-wrap{font-size:12px;color:#999;margin:5px 0}.premium-order-list-screen .reorder-btn-wrap{display:flex;justify-content:flex-end}.premium-order-list-screen .reorder-btn-wrap .reorder-link{box-shadow:none;font-size:14px;background-color:transparent;margin-top:10px;font-weight:600;color:#ea5151;border:1px dotted #ea5151;padding:5px 12px;border-radius:30px}.premium-order-list-screen .premium-order-heading{font-size:28px;font-weight:500;padding:20px 0}@media screen and (max-width:766px){.premium-order-list-screen{display:block;margin:auto;min-height:100vh;position:relative}.premium-order-list-screen header{padding:20px 20px 0;top:0}.premium-order-list-screen .rodal{position:absolute;height:100vh}.premium-order-list-screen .premium-order-list-wrapper{padding-top:80px}.premium-order-heading{display:none}}.premium-add-delivery-page{padding:0 16px 16px;display:flex;flex-direction:column}.premium-add-delivery-page .premium-add-delivery-header{display:flex;padding:15px;background-color:#fff;align-items:center;font:normal normal 700 13px/16px Montserrat;letter-spacing:1.08px;color:#000;position:fixed;width:100%;top:0;box-shadow:0 3px 6px rgba(0,0,0,.161);z-index:99}.premium-add-delivery-page .premium-add-delivery-header .premium-add-delivery-label{display:block;font-weight:600;font-size:16px;align-items:center}.premium-add-delivery-page .premium-add-delivery-header .premium-add-delivery-label img{max-height:24px;filter:invert(100);margin-right:15px}.premium-add-delivery-page .premium-address-container{font-weight:400;border-top:none;border-radius:8px;border-top-right-radius:0;border-top-left-radius:0}@media screen and (max-width:767px){.premium-add-delivery-page .premium-address-container{border:none}}.premium-add-delivery-page .premium-address-container .premium-heading{font-size:28px;font-weight:500;padding:20px 0}.premium-add-delivery-page .premium-address-container__wrap{padding:20px 16px 16px;background-color:#fff;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.premium-add-delivery-page .premium-address-container__wrap::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.premium-add-delivery-page .premium-address-container__wrap{padding-top:32px;width:100%}}.premium-add-delivery-page .premium-address-container__wrap label{margin-top:20px}.premium-add-delivery-page .premium-address-container__wrap label button{padding:0;text-align:left;font-size:13px}.premium-add-delivery-page .premium-address-container__wrap .premium-form-flex-row{display:flex;gap:16px}.premium-add-delivery-page .premium-address-container__wrap .add-more-btn{color:#ea5151;font-size:14px;font-weight:600;margin-bottom:20px}.premium-add-delivery-page .premium-address-container__typewrap{padding:20px;background-color:#fff;border-radius:8px;display:flex}.premium-add-delivery-page .premium-address-container__typewrap .btn-group{display:flex}.premium-add-delivery-page .premium-address-container__typewrap .btn-group button{display:flex;align-items:center;font-size:14px;margin-right:10px;background-color:#fff;padding:5px 10px;border:1px dashed #ccd2de;border-radius:4px}.premium-add-delivery-page .premium-address-container__typewrap .btn-group button img{max-width:100%;max-height:17px;margin-right:8px}.premium-add-delivery-page .premium-address-container__typewrap .btn-group button.active{color:#ea5151;border:1px solid #ea5151}@media screen and (min-width:767px){.premium-add-delivery-page,.premium-add-delivery-page .premium-add-delivery-header{padding:0}.premium-address-container{padding-top:0}.premium-wrapper-around{width:100%;max-width:866px;margin:0 auto}}@media screen and (max-width:766px){.premium-add-delivery-page footer{padding:20px}}.premium-delivery-details-page{min-height:100vh}.premium-delivery-details-page>.premium-header{display:flex;background-color:#fff;align-items:center;color:#000;position:fixed;width:100%;top:0;box-shadow:0 3px 6px rgba(0,0,0,.161);z-index:99}.premium-delivery-details-page>.premium-header>.premium-label{display:block;font-weight:600;font-size:16px;align-items:center}.premium-delivery-details-page>.premium-header>.premium-label>img{max-height:24px;filter:invert(100);margin-right:15px}.premium-delivery-details-page main{padding:0 0 60px}@media screen and (max-width:766px){.premium-delivery-details-page main{padding:60px 0 93px;min-height:100vh}}.premium-delivery-details-page main .premium-selected-address__container{max-width:800px;width:100%;margin:10px auto;padding:0 20px}.premium-delivery-details-page main .premium-selected-address__container .premium-heading{font-size:28px;font-weight:500;padding:20px 0}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap{display:flex;padding:20px 15px;border-radius:7px;font-size:14px;color:#777;position:relative;background-color:#fff;line-height:1.4em;box-shadow:0 3px 6px rgba(0,0,0,.161)}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .premium-selected-address{width:90%;font-size:14px;text-align:left;padding:0 6px}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .premium-selected-address .name{font-weight:600;color:#000}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .premium-selected-address .address{padding:4px 0;margin-bottom:10px}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .premium-selected-address .phone{padding:4px 0}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .premium-selected-address .type{border:1px solid #0dbf44;border-radius:10px;color:#0dbf44;font-size:12px;padding:1px 10px;text-transform:capitalize}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .checkmark1{display:flex;flex:0 0 10%;justify-content:center;align-items:flex-start;width:30px;padding:5px 0;margin-right:10px}.premium-delivery-details-page main .premium-selected-address__container .premium-selected-address-wrap .checkmark1>img{max-width:100%;height:20px}.premium-delivery-details-page main .premium-selected-address__container .change-address{text-align:center;padding:20px 0}.premium-delivery-details-page main .premium-selected-address__container .change-address>span{font-size:14px;font-weight:600;color:#ea5151;padding:2px 0;border-bottom:1px dotted #ea5151}.premium-delivery-details-page footer{position:fixed;bottom:0;width:100%;display:flex;justify-content:center;padding:10px;left:0;background:#fff;background-color:#fff;z-index:9;box-shadow:2px 3px 5px 4px #cacaca}.premium-delivery-details-page footer button.confirm-btn{background:#ea5151;border:0;color:#fff;width:100%;padding:12px 10px;border-radius:30px;font-weight:600;font-size:15px}@media screen and (min-width:767px){.premium-delivery-details-page main .premium-selected-address__container{padding-top:20px}.premium-selected-address>.name{font-size:20px;margin-bottom:5px}.premium-selected-address>.address,.premium-selected-address>.phone{font-size:16px}.premium-delivery-details-page main .premium-selected-address__container .change-address>span{font-size:20px}}@media screen and (max-width:766px){.premium-delivery-details-page header{padding:15px}.premium-delivery-details-page footer{padding:20px}}.premium-delivery-list-page{display:flex;min-width:447px;max-height:601px}.premium-delivery-list-page .premium-delivery-header{display:flex;padding:15px;background-color:#fff;align-items:center;font:normal normal 700 13px/16px Montserrat;letter-spacing:1.08px;color:#000;position:fixed;width:100%;top:0;box-shadow:0 3px 6px rgba(0,0,0,.161);z-index:99}.premium-delivery-list-page .premium-delivery-header .premium-delivery-label{display:block;font-weight:600;font-size:16px;align-items:center}.premium-delivery-list-page .premium-delivery-header .premium-delivery-label img{max-height:24px;filter:invert(100);margin-right:15px}.premium-delivery-list-page .main-body{max-width:800px;padding:0 20px;margin:0 auto;width:100%;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.premium-delivery-list-page .main-body::-webkit-scrollbar{display:none}.premium-delivery-list-page .main-body .premium-heading{font-size:20px;font-weight:500;padding:20px 0;position:sticky;top:0;background:#fff;z-index:1}.premium-delivery-list-page .main-body .premium-custom-radio-group{border-bottom:1px dotted #dfdfdf;padding:20px 0;line-height:1.3em}.premium-delivery-list-page .main-body .premium-custom-radio-group label{font-size:15px;text-transform:capitalize;font-weight:500;width:100%}.premium-delivery-list-page .main-body .premium-custom-radio-group .description{font-size:14px;color:#999;font-weight:300;padding-left:35px}.premium-delivery-list-page .main-body .premium-custom-radio-group .description p{margin-bottom:5px}.premium-delivery-list-page .main-body .premium-custom-radio-group .description p b{color:#000}.premium-delivery-list-page .main-body .premium-custom-radio-group .title{font-size:14px;font-weight:600;color:#000;display:inline-block;position:relative}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details{font-size:12px;color:#646974}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details .address{padding:0 0 8px}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details .address-type{font-size:12px;padding:2px 10px;border:1px solid #000;border-radius:12px}.premium-delivery-list-page footer{position:fixed;bottom:0;width:100%;display:flex;justify-content:center;padding:16px;left:0;background:#fff;background-color:#fff;z-index:9;border-radius:0 0 8px 8px}.premium-delivery-list-page footer button.confirm-btn{width:100%;padding:12px 10px;border-radius:30px;font-weight:600;font-size:15px}@media screen and (min-width:767px){.premium-delivery-list-page .premium-delivery-header{padding:0}.premium-delivery-list-page .main-body{padding:0 0 75px}.premium-delivery-list-page .main-body .premium-custom-radio-group .title{font-size:20px;margin-bottom:10px}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details>.address,.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details>.phone{font-size:16px}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details>.phone{margin-bottom:5px}.premium-delivery-list-page .main-body .premium-custom-radio-group .address-details .address-type{font-size:14px}}@media screen and (max-width:766px){.premium-delivery-list-page{min-width:328px}.premium-delivery-list-page .main-body{height:70vh;padding-bottom:50px}.premium-delivery-list-page .main-body .premium-heading{font-size:18px;font-weight:600}.premium-delivery-list-page footer{padding:20px}}.premium-order-status-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.premium-order-status-page .header-mobile .header__top{display:flex;justify-content:flex-start;align-items:center;padding:20px;font-weight:600}.premium-order-status-page .header-mobile .header__top>img{max-width:24px;filter:invert(1);margin-right:10px}.premium-order-status-page .header-mobile .header__bottom{display:flex;justify-content:space-between;align-items:center;padding:17px 20px}@media screen and (min-width:768px){.premium-order-status-page .header-mobile .header__bottom{background-color:#fff;width:420px;border:1px dashed #e2e2e2;border-top:none}}.premium-order-status-page .header-mobile .header__bottom--thank{font-size:23px;position:relative}.premium-order-status-page .header-mobile .header__bottom--thank>img{right:2px;bottom:0;max-width:100%;height:26px;filter:grayscale(1)}.premium-order-status-page .header-mobile .header__bottom--actions{display:flex}.premium-order-status-page .header-mobile .header__bottom--actions>a{border:1px solid #e2e2e2}.premium-order-status-page .header-mobile .header--bottom-wrapper{display:flex;justify-content:center}@media screen and (max-width:767px){.premium-order-status-page .header-mobile .header--bottom-wrapper{display:block;margin-top:9vh}}.premium-order-status-page .header-mobile .order-delivery-time{display:flex;justify-content:flex-start;align-items:flex-start;padding:8px 20px;background-color:#353839;color:#fff;font-size:12px;line-height:1.4em}.premium-order-status-page .header-mobile .order-delivery-time>:first-child{padding-right:10px}.premium-order-status-page .header-mobile .order-delivery-time>:first-child>img{max-width:16px;height:auto;margin-top:2px}.premium-order-status-page .header-mobile .order-delivery-time>:last-child{display:flex;justify-content:center;align-items:center}.premium-order-status-page .header-mobile .order-delivery-time>:last-child>img{margin-left:10px;max-width:100%;height:14px}.premium-order-status-page main .order-status{padding:17px 20px;border:1px dashed #e2e2e2;min-height:55px}.premium-order-status-page main .order-status__processing--top>.status>div>img{max-width:100%;height:10px}.premium-order-status-page main .order-status__processing--top>.status .arrow-down{transform:rotate(90deg)}.premium-order-status-page main .order-status__processing--top>.status .arrow-up{transform:rotate(-90deg)}.premium-order-status-page main .order-status__processing--bottom>article{position:relative;flex:1}.premium-order-status-page main .order-status__processing--bottom>article:after{content:"";position:absolute;top:16px;right:-55%;width:0;width:100%;border:1px dashed #a5a5a5;z-index:1}.premium-order-status-page main .order-status__processing--bottom>:first-child{justify-content:flex-start;padding-right:20px}.premium-order-status-page main .order-status__processing--bottom>:last-child{justify-content:flex-end;padding-left:20px}.premium-order-status-page main .order-status__processing--bottom>:last-child:after{border:0}.premium-order-status-page main .bill-wrapper{padding:24px 20px 15px}.premium-order-status-page main .bill-wrapper__orderDetails--donwloadBillBtn>img{filter:invert(1);max-width:100%;height:13px}.premium-order-status-page main .bill-wrapper .order-time{margin-top:8px}@media screen and (max-width:767px){.premium-order-status-page main .bill-wrapper .order-time{margin-top:6px}}@media screen and (min-width:767px){.premium-order-status-page main .bill-wrapper{padding:28px 20px 20px}}.premium-order-status-page main .order-bill{margin:0 20px;box-shadow:0 1px 3px rgba(0,0,0,.153);min-height:100px;border-radius:8px;padding:18px 14px;border:.5px solid #e2e2e2}.premium-order-status-page main .order-bill .items-details-container{padding-bottom:4px}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .items-details-container{padding-bottom:2px}}.premium-order-status-page main .order-bill .responsive-minor-text{font-size:12px}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .responsive-minor-text{font-size:10px}}.premium-order-status-page main .order-bill .responsive-major-text{font-size:14px}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .responsive-major-text{font-size:12px}}.premium-order-status-page main .order-bill .bill-table{display:flex;justify-content:space-between;font-size:12px}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .bill-table{font-size:10px}}.premium-order-status-page main .order-bill .variant-name{letter-spacing:.28;font-weight:400}.premium-order-status-page main .order-bill .item-name-container{max-width:50%}.premium-order-status-page main .order-bill .conclusion{padding-top:20px}.premium-order-status-page main .order-bill .conclusion .incl-gst{color:#797a7c}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .conclusion{padding-top:18px}}.premium-order-status-page main .order-bill .color-green{color:#007b13}.premium-order-status-page main .order-bill .f8{font-size:9px}.premium-order-status-page main .order-bill .yellow-dot{width:7px;height:7px;background-color:#ffd800;border-radius:50%}.premium-order-status-page main .order-bill .overall-details-wrapper{border-top:.3000000119px dashed #9d9fa9;border-bottom:.5px solid #9d9fa9;padding:18px 0}@media screen and (min-width:767px){.premium-order-status-page main .order-bill{margin:0 18px;padding:18px 14px 20px}}.premium-order-status-page main .order-bill .bill-items-margin{padding-bottom:14px}@media screen and (max-width:767px){.premium-order-status-page main .order-bill .bill-items-margin{padding-bottom:12px}}.premium-order-status-page main .partial-payment-receipt{margin:16px 20px;min-height:100px;padding:18px 14px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.19);border-radius:8px}.premium-order-status-page main .partial-payment-receipt .icons-display{display:flex;justify-content:space-between;position:relative}.premium-order-status-page main .partial-payment-receipt .icons-display .one:after{content:"";position:absolute;top:12px;left:34px;width:80%;border:1px dashed #e0e0e0;z-index:1}.premium-order-status-page main .partial-payment-receipt .amount-display{display:flex;justify-content:space-between;margin-top:10px}.premium-order-status-page main .partial-payment-receipt .amount-display .partial-pay-amount{display:flex;flex-direction:column}.premium-order-status-page main .partial-payment-receipt .amount-display .partial-pay-amount .amount-value{font-weight:600;color:#000}.premium-order-status-page main .partial-payment-receipt .amount-display .partial-pay-amount .amount-text{font-style:normal;font-weight:400;font-size:12px;line-height:140.2%;color:#828282}.premium-order-status-page main .partial-payment-receipt .amount-display .remaining-pay-amount{text-align:right}.premium-order-status-page main .partial-payment-receipt .amount-display .remaining-pay-amount .amount-value{font-weight:600;color:#000}.premium-order-status-page main .partial-payment-receipt .amount-display .remaining-pay-amount .amount-text{font-style:normal;font-weight:400;font-size:12px;line-height:140.2%;color:#828282}.premium-order-status-page main .delivery-info-tooltip{position:fixed;top:115px;right:10px;background-color:#f7f5f5;box-shadow:3px 5px 12px 1px rgba(0,0,0,.184);z-index:999;max-width:60%;padding:8px;border-radius:8px}.premium-order-status-page main .delivery-info-tooltip__text{font-size:12px;color:#353839}.premium-order-status-page main .delivery-info-tooltip__contact{display:flex;justify-content:flex-start;align-items:center;padding-top:5px}.premium-order-status-page main .delivery-info-tooltip__contact>img{max-width:100%;height:20px;margin-right:5px}.premium-order-status-page main .delivery-info-tooltip__contact>a{font-size:13px;color:#ea5151;border-bottom:1px dotted #ea5151}.premium-order-status-page footer{position:fixed;width:100%;bottom:0}@media screen and (min-width:767px){.premium-order-status-page{background-color:#f3f6fa}.premium-order-status-page .web-header{margin:0 -20px}.premium-order-status-page main{width:100%;flex:1;max-width:420px;margin:0 auto;background-color:#fff;padding:0 0 55px;min-height:100%}.premium-order-status-page main .order-status{padding:20px 30px}}.pre-pdp-page{min-height:100vh;padding:0}.pre-pdp-page .pdp__main{display:flex;flex-direction:column;padding:20px 20px 60px;width:100%;max-width:1280px;margin:0 auto}.pre-pdp-page .pdp__main--content{display:flex;padding-bottom:20px}.pre-pdp-page .pdp__main--content>div{flex:1}.pre-pdp-page .pdp__main--content .flexAuto{flex:0 1 auto}.pre-pdp-page .pdp__main--content--leftContent{position:sticky;top:96px}@media screen and (max-width:766px){.pre-pdp-page .pdp__main--content--leftContent{position:static}}.pre-pdp-page .pdp__main--content--leftContent>.box--price>.box--addToCart-btn{display:flex;flex-direction:row;justify-content:space-between;padding:20px 0;width:100%}.pre-pdp-page .pdp__main--content--leftContent>.box--price>.box--addToCart-btn>button{width:50%}.pre-pdp-page .pdp__main--content--leftContent>.box--price>.box--addToCart-btn>div{display:flex;justify-content:center;align-items:center;flex:auto;width:50%}.pre-pdp-page .pdp__main--content--leftContent>.box--price>.box--addToCart-btn .go-to-cart__btn{position:relative;background-color:#369d00;color:#fff;margin-left:15px;cursor:pointer;font-size:17px;font-weight:500;padding:18px 0}.pre-pdp-page .pdp__main--content--leftContent>.box--price>.box--addToCart-btn .go-to-cart__btn>span{display:flex;justify-content:center;align-items:center;height:20px;width:20px;padding:5px;color:#fff;background-color:#e7b000;font-size:10px;border-radius:30px;position:absolute;top:4px;left:25px}.pre-pdp-page .pdp__main--content--remarks-input-wrapper{position:relative;display:flex;flex-direction:column;margin-top:16px}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input{border:1px solid #e2e3e3;font-size:14px;width:100%;padding:14px 66px 14px 18px;border-radius:8px}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input::-moz-placeholder{color:#b9b9b9}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input::placeholder{color:#b9b9b9}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__text-counter{position:absolute;color:#b1b1b1;font-size:12px;right:16px;top:3.5px}.pre-pdp-page .pdp__main--details{display:flex;flex-direction:column;padding:20px 20px 20px 40px;flex:1;justify-content:flex-start}.pre-pdp-page .pdp__main--details .details__box-gst-tax-inclusive{font-size:14px;color:#797a7c;margin-top:10px}@media screen and (max-width:767px){.pre-pdp-page .pdp__main--details .details__box-gst-tax-inclusive{font-size:12px;color:#525252;margin-top:4px}}.pre-pdp-page .pdp__main--details .details__box-gst-tax-exclusive{font-size:12px;color:#797a7c;margin-top:10px}@media screen and (max-width:767px){.pre-pdp-page .pdp__main--details .details__box-gst-tax-exclusive{font-size:12px;color:#525252;margin-top:4px}}.pre-pdp-page .pdp__main--details .details__box .radio-groups .radio-item{border:1px solid #dedede;padding:15px;border-radius:8px;margin:10px 0;font-size:13px}.pre-pdp-page .pdp__main--details .details__box .radio-groups .radio-item>input{margin-right:10px}.pre-pdp-page .pdp__main--details .details__box .radio-groups .radio-item>input[type=radio]:checked{color:#ea5151;background-color:#ea5151;border-color:#ea5151}.pre-pdp-page .pdp__main--details .details__box .radio-groups>.active{border:1px solid;font-weight:500}.pre-pdp-page .pdp__main--details .details__box--name{font-size:18px;font-weight:500;color:#2a2a2a;padding-bottom:5px;line-height:1.4em}.pre-pdp-page .pdp__main--details .details__box--categoryname{font-size:14px;font-weight:600;color:#a3a4a5}.pre-pdp-page .pdp__main--details .details__box--store-closed{display:flex;flex:1;padding-top:10px}.pre-pdp-page .pdp__main--details .details__box--store-closed-icon{width:12px;height:12px;margin-right:10px}.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p{font-size:12px;color:#404040;font-weight:400;line-height:1.5;margin:0}.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p>a{color:#000;text-decoration:underline;font-weight:500;cursor:pointer}.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p>a:active,.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p>a:hover,.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p>a:visited{color:#000}.pre-pdp-page .pdp__main--details .details__box--store-closed-para>p>span{color:#000;text-decoration:underline;font-weight:500;cursor:pointer}.pre-pdp-page .pdp__main--details .details__box--price{display:flex;padding-top:20px}@media screen and (max-width:766px){.pre-pdp-page .pdp__main--details .details__box--price-container{display:flex;flex-direction:column;margin-right:20px}}.pre-pdp-page .pdp__main--details .details__box--price-value{display:inline-block;height:-moz-fit-content;height:fit-content}.pre-pdp-page .pdp__main--details .details__box--price-discounted{font-weight:500}.pre-pdp-page .pdp__main--details .details__box--price-actual{text-decoration:line-through;color:#abadae;font-weight:300}.pre-pdp-page .pdp__main--details .details__box--price-percentage{font-weight:500;color:#fff;background-color:#369d00;padding:2px 7.5px}.pre-pdp-page .pdp__main--details .details__box--price>span:not(:last-child){margin-right:15px}.pre-pdp-page .pdp__main--details .details__box--descTitle{font-size:14px;font-weight:600;color:#000}@media screen and (max-width:767px){.pre-pdp-page .pdp__main--details .details__box--descTitle{font-size:14px;font-weight:600}}.pre-pdp-page .pdp__main--details .details__box--descText{font-size:14px;margin-bottom:0;font-weight:400;color:#313131;line-height:1.4em;white-space:pre-line;margin-top:8px;word-break:break-word}.pre-pdp-page .pdp__main--details .details__box--descText a,.pre-pdp-page .pdp__main--details .details__box--descText a:link,.pre-pdp-page .pdp__main--details .details__box--descText a:visited{color:#0061e0;font-weight:600}.pre-pdp-page .pdp__main--details .details__box--descText-utility{font-size:11px;font-weight:600;color:#2a2a2a;line-height:1.4em;cursor:pointer}.pre-pdp-page .pdp__main--details .details__box--additional-offer{margin-top:14px}.pre-pdp-page .pdp__main--details .details__box--additional-offer>div{font-size:14px;font-weight:400;padding-bottom:10px}.pre-pdp-page .pdp__main--details .details__box--additional-offer>div>span{color:#3d6afd;cursor:pointer}.pre-pdp-page .pdp__main--details .details__box--additional-offer>div>span:hover{text-decoration:underline}.pre-pdp-page .pdp__main--suggestion{padding:20px 0;border-top:1px solid #eaeaea}.pre-pdp-page .pdp__main--suggestion>h3{font-weight:500}@media screen and (max-width:766px){.pre-pdp-page .pdp__main--suggestion>h3{text-align:left;padding:0 20px}}.pre-pdp-page .pdp__main--suggestion .suggestion__box{display:flex;min-height:200px;overflow-y:hidden;padding:10px 0 40px;scrollbar-color:transparent transparent}.pre-pdp-page .pdp__main--suggestion .suggestion__box:hover{scrollbar-color:gray transparent;scrollbar-width:thin}.pre-pdp-page .pdp__main--suggestion .suggestion__box>:first-child{min-width:5px}.pre-pdp-page .pdp__main--suggestion .suggestion__box>div{min-width:200px;max-width:200px;width:200px;height:auto}.pre-pdp-page .pdp__main--suggestion .suggestion__box>.suggestion__box--viewall{display:flex;justify-content:flex-start;align-items:flex-start;min-width:100px;align-self:center}.pre-pdp-page .pdp__main--suggestion .suggestion__box>.suggestion__box--viewall>span{padding:10px;font-size:12px;font-weight:600;border-radius:31px;color:#fff;border:1px solid #ea5151}.pre-pdp-page .pdp__footer{position:fixed;bottom:0;width:100%;padding:10px 20px;background-color:#fff;box-shadow:0 -3px 6px rgba(0,0,0,.078)}.pre-pdp-page .pdp__footer .out-of-stock{background-color:#000}.pre-pdp-page .pdp__footer .add-to-cart-btn{width:100%;display:block;font-size:18px;text-transform:uppercase;border-radius:30px;font-weight:600;padding:15px}.pre-pdp-page .pdp__footer--addedToCart{display:flex;justify-content:space-between;align-items:center}.pre-pdp-page .pdp__footer--addedToCart .addToCart-text{display:flex;justify-content:flex-start;align-items:center;font-size:13px}.pre-pdp-page .pdp__footer--addedToCart .addToCart-text>img{max-width:100%;height:22px;margin-right:4px}.pre-pdp-page .fade-gray{filter:invert(.5)}.utility-func{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:767px){.html-description{overflow-wrap:break-word}.pre-pdp-page .pdp__main--content{flex-direction:row}.pre-pdp-page .pdp__main--details{width:60%;overflow:auto}.pre-pdp-page .pdp__main--details .details__box--price{align-items:center}.pre-pdp-page .pdp__main--details .details__box--price-discounted{font-size:18px;margin-right:10px;font-weight:600}.pre-pdp-page .pdp__main--details .details__box--price-actual{font-size:15px;margin-right:10px}.pre-pdp-page .pdp__main--details .details__box--price-percentage{font-size:11px}}@media screen and (max-width:766px){.pre-pdp-page .pdp__main{padding-top:0;width:100%;padding-left:0;padding-right:0;overflow:auto;overflow-x:hidden}.pre-pdp-page .pdp__main .box--price>.box--addToCart-btn{position:fixed;bottom:0;left:0;width:100vw;z-index:4;background-color:#fff;padding:30px 20px;box-shadow:0 -1px 4px rgba(0,0,0,.4);height:48px}.pre-pdp-page .pdp__main .box--price>.box--addToCart-btn>button{font-size:12px}.pre-pdp-page .pdp__main .box--price>.box--addToCart-btn .go-to-cart__btn{margin-left:0;padding:16px 0}.pre-pdp-page .pdp__main .box--price>.box--addToCart-btn>div{border:1px solid #ededed}.pre-pdp-page .pdp__main--details{padding:0}.pre-pdp-page .pdp__main--details>:last-child{border-bottom:0!important}.pre-pdp-page .pdp__main--details .details__box{padding:20px}.pre-pdp-page .pdp__main--details .details__box--price-discounted{font-size:15px;font-weight:600}.pre-pdp-page .pdp__main--details .details__box--price-actual,.pre-pdp-page .pdp__main--details .details__box--price-percentage{font-size:10px}.pre-pdp-page .pdp__main--content{flex-direction:column}.pre-pdp-page .pdp__main--content--remarks-input-wrapper{position:relative}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input{border:1px solid #e2e3e3;font-size:14px;width:100%;padding:14px 64px 14px 18px;border-radius:8px;margin:16px 16px 0}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input::-moz-placeholder{color:#b9b9b9}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__input::placeholder{color:#b9b9b9}.pre-pdp-page .pdp__main--content--remarks-input-wrapper__text-counter{position:absolute;color:#b1b1b1;font-size:12px;right:2px;top:18.5px}.pre-pdp-page footer{margin-bottom:80px}.html-description{overflow-wrap:break-word;padding:0 20px}.pdp__main--content--remarks-input-wrapper{max-width:92%}.pdp__main--content--remarks-input-wrapper__input{max-width:100%;margin:0}.pdp__main--content--remarks-input-wrapper__input.no-count-shown{padding:14px 18px}}.PremiumAboutUs{position:relative}.PremiumAboutUs,.PremiumAboutUs__wrapper{min-height:100vh;display:flex;flex-direction:column}.PremiumAboutUs__wrapper{background-color:#fff;padding:59px 0 0;margin:0 auto;width:100%}.PremiumAboutUs__wrapper--inner{display:flex;flex-direction:column;height:100%;align-items:center}.PremiumAboutUs__wrapper--inner .section-top{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;padding:20px;max-width:900px;margin:0 auto 40px}@media screen and (min-width:767px){.PremiumAboutUs__wrapper--inner .section-top{flex:3}}@media screen and (max-width:766px){.PremiumAboutUs__wrapper--inner .section-top{min-height:30vh}}.PremiumAboutUs__wrapper--inner .section-bottom{height:-moz-fit-content;height:fit-content;display:flex;width:100%}.PremiumAboutUs--heading{text-align:center;text-transform:capitalize;margin:0;font-weight:600}@media screen and (min-width:767px){.PremiumAboutUs--heading{font-size:40px;letter-spacing:.96px;margin-bottom:1rem}}@media screen and (max-width:766px){.PremiumAboutUs--heading{font-size:27px;letter-spacing:-.54px;margin-bottom:10px}}.PremiumAboutUs--paragraph{opacity:.65;margin:0;text-align:left;white-space:pre-line}@media screen and (min-width:767px){.PremiumAboutUs--paragraph{font-size:20px}}@media screen and (max-width:766px){.PremiumAboutUs--paragraph{font-size:14px}}.additional--wrapper{display:flex;flex-direction:column;margin-top:64px}@media screen and (max-width:766px){.additional--wrapper{margin-top:48px}}.additional--wrapper.home-page{margin-top:0!important}.additional-main{max-width:1200px;margin:0 auto;padding:0 10px;flex:3 1 100%;width:100%}.additional-main p{word-wrap:break-word}.blogPage-main{max-width:867px;margin:20px auto;padding:80px 16px}.blogPage-main__image{width:100%}.blogPage-main__image .date-box{min-width:89px;width:-moz-fit-content;width:fit-content;height:79px;background:#0d0e0f 0 0 no-repeat padding-box;box-shadow:0 -3px 30px rgba(0,0,0,.059);border-radius:15px;border-left:hidden;color:#fff;padding:7px;position:absolute;bottom:-25px;left:36px}.blogPage-main__body>h3{font-size:24px;font-weight:600}.blogPage-main__body>p{color:#818181;font-size:18px;white-space:pre-wrap}@media screen and (min-width:767px){.blogPage-main__body{padding:0 36px}}.categories-page .categories-main{margin-top:64px}@media screen and (max-width:766px){.categories-page .categories-main{margin-top:48px}}.collections-page .collections-main{margin-top:64px;margin-bottom:64px}.collections-page .collections-main .collections-body{max-width:1000px;padding:0 20px}.collections-page .collections-main .collections-body .collection-heading{font-size:32px;font-weight:600;margin:0 0 38px}.collections-page .collections-main .collections-body .category-items-section .category-item-header{font-size:18px;font-weight:500}.collections-page .collections-main .collections-body .category-items-section .category-item-body{padding:10px 0 24px}.collections-page .collections-main .collections-body .category-items-section .category-item-body>section{display:grid;grid-auto-rows:auto;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center;justify-items:center}@media screen and (max-width:786px){.collections-page .collections-main{margin-top:48px;margin-bottom:48px}.collections-page .collections-main .collections-body .collection-heading{font-size:18px;font-weight:600;margin:0 0 32px}.collections-page .collections-main .collections-body .category-items-section .category-item-header{font-size:16px}.collections-page .collections-main .collections-body .category-items-section .category-item-body{padding:20px 0 24px}.collections-page .collections-main .collections-body .category-items-section .category-item-body>section{grid-template-columns:50% 50%}}@media (min-width:768px){.product-customization-modal-initial .rodal-dialog{max-width:600px!important;max-height:92%!important;background:#fff}}@media (max-width:767px){.product-customization-modal-initial .rodal-dialog{max-width:100%!important;padding:1.5rem 1rem!important;background:#fff}}@media (min-width:768px){.product-customization-modal-card .rodal-dialog{max-width:586px!important;max-height:92%!important;background:#f7f7f7}}@media (max-width:767px){.product-customization-modal-card .rodal-dialog{max-width:100%!important;background:#f7f7f7}}.personalization__input--textbox::-moz-placeholder{color:#999;font-weight:400;font-size:16px;line-height:20px}.personalization__input--textbox::placeholder{color:#999;font-weight:400;font-size:16px;line-height:20px}.blog-card-main-wrapper{margin:0}.blog-card-main-wrapper .view-more-item-box{width:100%!important;max-width:420px;margin-right:17.5px!important}.blog-card-main-wrapper .list-card-blog{max-width:420px;width:100%;height:500px;background:#fff 0 0 no-repeat padding-box;margin:0 17.5px 35px;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:12px;overflow:hidden}.blog-card-main-wrapper .list-card-blog:hover .action-container{cursor:pointer;display:flex;background:rgba(0,0,0,.7) 0 0 no-repeat padding-box;border-radius:6px}.blog-card-main-wrapper .list-card-blog .card-image{margin-right:0;width:100%;height:100%;border-radius:0}.blog-card-main-wrapper .list-card-blog .action-container{display:none;top:0;left:0;right:0;bottom:0}.blog-card-main-wrapper .list-card-blog .action-container .edit-btn{background:#fff 0 0 no-repeat padding-box;border:.4px solid #000;border-radius:23px;height:36px;min-width:110px;font-size:14px;font-weight:600;margin-bottom:10px}.blog-card-main-wrapper .list-card-blog .action-container .remove-btn{border:.4px solid #fff;border-radius:23px;height:36px;min-width:110px;color:#fff;background:transparent}.blog-card-main-wrapper .list-card-blog .action-container button>img{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;left:5px}.blog-card-main-wrapper .list-card-blog .card-body{margin-top:3rem;padding:0 28px 20px}.blog-card-main-wrapper .list-card-blog .card-body__text{line-height:19px}.blog-card-main-wrapper .blog-image{width:420px;height:265px;background:#ededed 0 0 no-repeat padding-box;border:1px solid #ebebeb;border-radius:6px 6px 0 0}.blog-card-main-wrapper .date-box{min-width:89px;width:-moz-fit-content;width:fit-content;height:79px;position:absolute;background:#0d0e0f 0 0 no-repeat padding-box;box-shadow:0 -3px 30px rgba(0,0,0,.059);border-radius:15px;color:#fff;padding:7px;bottom:-25px;left:25px}.blog-card-main-wrapper .date-box>.month-selected{font-size:14px}.blog-main-container{margin-top:40px}@media screen and (max-width:766px){.blog-main-container{margin-bottom:64px;margin-top:32px}}@media screen and (max-width:767px){.blog-main-container{padding:15px 15px 50px}.blog-main-container .section-title{margin-top:0}.blog-main-container .section-title .heading{font-size:18px}.blog-card-main-wrapper{width:100%}.blog-card-main-wrapper .view-more-box{margin-right:0!important}.blog-card-main-wrapper .blog-image{width:100%}.blog-card-main-wrapper .list-card-blog{width:100%;height:auto;margin:0 0 35px}.blog-card-main-wrapper .list-card-blog .card-body{margin-top:4rem;padding:8px 22px 20px}}.ai__blog__container{font-family:Inter!important}.ai__blog__container h1{font-family:Inter;font-weight:600;font-size:32px;line-height:44px;letter-spacing:0}.ai__blog__container h2{font-family:Inter;font-size:24px;font-weight:600;line-height:32px}.ai__blog__container h3{font-family:Inter;font-weight:600;font-size:20px;line-height:26px;letter-spacing:0}.ai__blog__container h4{font-size:20px}.ai__blog__container h5{font-size:18px}.ai__blog__container h2,.ai__blog__container h3{margin-bottom:12px}.ai__blog__container p{margin:0 0 32px;color:#242424;font-weight:400;font-size:18px;line-height:30px}.ai__blog__container strong{font-weight:600}.ai__blog__container pre{background:#333;border-radius:.5rem;color:#fff;font-family:JetBrainsMono,monospace;margin:1.5rem 0;padding:.75rem 1rem}.ai__blog__container pre code{background:none;color:inherit;font-size:.8rem;padding:0}.ai__blog__container figcaption{margin:16px 0;display:flex;align-items:center;justify-content:center;font-family:Inter;font-weight:400;font-size:13px;line-height:100%;letter-spacing:0;color:rgba(17,28,54,.6)}.ai__blog__container .tiptap-custom-divider{display:flex;justify-content:center;align-items:center;margin:2rem 0;position:relative}.ai__blog__container .tiptap-custom-divider:before{content:"• • •";color:#111c36;font-size:1.25rem;font-weight:700;letter-spacing:.5rem;white-space:nowrap}.ai__blog__container .tiptap-image-wide{width:100%}.ai__blog__container .tiptap-image-compact{width:60%;height:auto;-o-object-fit:cover;object-fit:cover;margin-left:auto;margin-right:auto;display:block}.ai__blog__container blockquote{margin:1.5rem 0;padding-left:1rem;border-left:3px solid #111c36;font-style:italic;font-weight:400}.ai__blog__container .ProseMirror ul{list-style-type:disc;padding-left:1.5rem;margin-left:1rem}.ai__blog__container .ProseMirror ol{list-style-type:decimal;padding-left:1.5rem;margin-left:1rem}.ai__blog__container .ProseMirror li{margin-bottom:.25rem}@media(max-width:768px){.ai__blog__container h2,.ai__blog__container h3{margin-bottom:12px}.ai__blog__container h1{font-size:24px;line-height:32px}.ai__blog__container h1,.ai__blog__container h2{font-family:Inter;font-weight:600;letter-spacing:0}.ai__blog__container h2{font-size:20px;line-height:28px}.ai__blog__container h3{font-family:Inter;font-weight:600;font-size:18px;line-height:24px;letter-spacing:0}.ai__blog__container strong{font-weight:600}.ai__blog__container p{margin:0 0 32px;color:#242424;font-weight:400;font-size:16px;line-height:24px}.ai__blog__container figcaption{margin:16px 0;display:flex;align-items:center;justify-content:center;font-family:Inter;font-weight:400;font-size:13px;line-height:100%;letter-spacing:0;color:rgba(17,28,54,.6)}}.Toastify .Toastify__close-button{display:none}.Toastify .Toastify__toast-container{text-align:center}.Toastify .Toastify__toast--info{background:#000;border-radius:4px}.Toastify .Toastify__toast--success{background:#009537;border-radius:4px}.Toastify .Toastify__toast--error{background:#dc3545;border-radius:4px}.rodal,.rodal-mask{top:0;left:0;width:100%;height:100%;z-index:500}.rodal{position:fixed}.rodal-mask{position:absolute;background:rgba(0,0,0,.5)}.rodal-dialog{position:absolute;top:0;left:0;right:0;bottom:0;z-index:500;padding:15px;background:#fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.2);margin:0}.rodal-dialog:focus{outline:none}.rodal-close{position:absolute;cursor:pointer;top:16px;right:16px;width:16px;height:16px}.rodal-close:after,.rodal-close:before{position:absolute;content:"";height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#999;border-radius:100%;transition:background .2s}.rodal-close:before{transform:rotate(45deg)}.rodal-close:after{transform:rotate(-45deg)}.rodal-close:hover:after,.rodal-close:hover:before{background:#333}@keyframes rodal-fade-enter{0%{opacity:0}}.rodal-fade-enter{animation:rodal-fade-enter ease-in both}@keyframes rodal-fade-leave{to{opacity:0}}.rodal-fade-leave{animation:rodal-fade-leave ease-out both}@keyframes rodal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}.rodal-zoom-enter{animation:rodal-zoom-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.rodal-zoom-leave{animation:rodal-zoom-leave both}@keyframes rodal-slideDown-enter{0%{transform:translate3d(0,100px,0)}}.rodal-slideDown-enter{animation:rodal-slideDown-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideDown-leave{to{transform:translate3d(0,100px,0)}}.rodal-slideDown-leave{animation:rodal-slideDown-leave both}@keyframes rodal-slideLeft-enter{0%{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-enter{animation:rodal-slideLeft-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideLeft-leave{to{transform:translate3d(-150px,0,0)}}.rodal-slideLeft-leave{animation:rodal-slideLeft-leave both}@keyframes rodal-slideRight-enter{0%{transform:translate3d(150px,0,0)}}.rodal-slideRight-enter{animation:rodal-slideRight-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideRight-leave{to{transform:translate3d(150px,0,0)}}.rodal-slideRight-leave{animation:rodal-slideRight-leave both}@keyframes rodal-slideUp-enter{0%{transform:translate3d(0,100px,0)}}.rodal-slideUp-enter{animation:rodal-slideUp-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-slideUp-leave{to{transform:translate3d(0,100px,0)}}.rodal-slideUp-leave{animation:rodal-slideUp-leave both}@keyframes rodal-flip-enter{0%{transform:perspective(400px) rotateX(60deg)}70%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px)}}.rodal-flip-enter{animation:rodal-flip-enter ease-in both;backface-visibility:visible!important}@keyframes rodal-flip-leave{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px) rotateX(45deg)}}.rodal-flip-leave{animation:rodal-flip-leave both;backface-visibility:visible!important}@keyframes rodal-rotate-enter{0%{transform:rotate(-180deg) scale3d(.3,.3,.3)}}.rodal-rotate-enter{animation:rodal-rotate-enter both;transform-origin:center}@keyframes rodal-rotate-leave{to{transform:rotate(180deg) scale3d(.3,.3,.3)}}.rodal-rotate-leave{animation:rodal-rotate-leave both;transform-origin:center}@keyframes rodal-door-enter{0%{transform:scaleX(0)}}.rodal-door-enter{animation:rodal-door-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-door-leave{60%{transform:scaleX(.01)}to{transform:scale3d(0,1,.1)}}.rodal-door-leave{animation:rodal-door-leave both}@keyframes rodal-center-enter{0%{transform:scaleX(0)}}.rodal-center-enter{animation:rodal-center-enter cubic-bezier(.4,0,0,1.5) both}@keyframes rodal-center-leave{60%{transform:scaleX(0)}to{transform:scaleX(0)}}.rodal-center-leave{animation:rodal-center-leave both}.bottom-modal .rodal-dialog{padding:20px;max-height:80%;overflow:scroll}.bottom-modal .rodal-dialog,.bottom-modal-deliveryList .rodal-dialog{bottom:0;top:auto;border-top-right-radius:10px;border-top-left-radius:10px}.bottom-modal-deliveryList .rodal-dialog{padding:16px}.center-modal .rodal-dialog{padding:20px;bottom:30%;top:25%;left:30%;height:100%;display:flex;align-items:center;justify-content:center}.margin-top-modal-0{margin-top:0!important}.mobile-center-modal .rodal-dialog{position:fixed;top:50%;left:50%;padding:20px;border-radius:10px;height:-moz-fit-content;height:fit-content;transform:translate(-50%,-50%)}@media screen and (min-width:767px){.rodal{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px;max-width:100vw!important}.bottom-modal .rodal-dialog{bottom:50%;left:50%;transform:translate(-50%,50%);max-width:600px;border-radius:10px}.bottom-modal-deliveryList .rodal-dialog{bottom:50%;left:50%;transform:translate(-50%,50%);max-width:479px;border-radius:10px}}@media screen and (min-width:767px)and (max-width:767px){.bottom-modal-deliveryList .rodal-dialog{top:0;left:0;transform:translate(0)}}@media screen and (max-width:920px){.center-modal .rodal-dialog{left:50%;top:-7%;transform:translate(-50%,50%);max-width:600px}}@media screen and (max-width:500px){.center-modal .rodal-dialog{left:50%;top:-7%;transform:translate(-50%,50%);max-width:300px!important;max-height:420px!important}}.storeLogo-wrapper{display:flex;align-items:center;width:100px;height:100px;padding:1px;box-shadow:0 3px 6px rgba(0,0,0,.161)}.storeLogo-wrapper>img{max-width:100%;height:auto;border:4px solid #fff}.custom-icon--btn{display:flex;justify-content:center;align-items:center;text-align:center;width:105px;height:30px;border:1px solid #ebebeb;border-radius:14px;font-family:Montserrat;font-size:12px;font-weight:600;color:#484848;padding-right:8px;cursor:pointer}.custom-icon--btn img{max-width:16px;margin:7px 5px}.dd-showrom__layout{min-height:100vh;padding:0;margin:0}.dd-showrom__layout .mobile-screen{min-height:100vh;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center}.dd-showrom__layout .mobile-screen>section{margin:20px 0;width:420px;max-height:calc(100vh - 50px);height:100vh;overflow-y:auto}.catalog-custom-btn{padding:8px 25px;letter-spacing:0;width:-webkit-fill-available;border:0;box-shadow:0 1px 3px rgba(0,0,0,.302);border-radius:4px}.catalog-custom-btn,.catalog-custom-btn-fill{font:normal normal 600 13px/22px Montserrat;color:#fff;background:#ea5151 0 0 no-repeat padding-box;cursor:pointer}.catalog-custom-btn-fill{box-shadow:0 3px 6px rgba(0,0,0,.161);border:0;border-radius:30px;font-weight:600;width:100%}.catalog-custom-btn-outline{border:1px solid #ea5151;background-color:#fff;border-radius:30px;color:#ea5151;font-weight:600;width:100%;cursor:pointer}.catalog-custom-btn-outline:hover{box-shadow:0 0 4px #b1b1b1}.disable{opacity:.5}.storename-text{font-size:32px;font-weight:700;letter-spacing:-.48px;color:#fff;text-transform:capitalize}.addtocart-btn{background:#fff 0 0 no-repeat padding-box;border:.8000000119px solid #bfbebe;border-radius:15px;display:flex;justify-content:center;padding:4px 0;height:27px;width:70px;cursor:pointer;position:relative}.addtocart-btn__text{display:flex;justify-content:center;align-items:center;color:#323131;font-size:12px;font-weight:600;width:10px}.addtocart-btn__changeIcon{padding:1px 10px;font:normal normal 600 12px Montserrat;letter-spacing:.72px;color:#f4071b;font-weight:600;display:flex;align-items:center}.addtocart-btn__changeIcon>span{margin-right:4px}.addtocart-btn__changeIcon>div>img,.addtocart-btn__changeIcon>img{display:inline;width:9px}.pdp-addtocart-btn{border:2px solid #ea5151;border-radius:24px;display:flex;justify-content:center;align-items:center;padding:4px 0;height:48px;width:153px;box-shadow:0 3px 6px rgba(0,0,0,.161);cursor:pointer;position:relative}.pdp-addtocart-btn__text{display:flex;justify-content:center;color:#323131;font-size:20px;font-weight:600;width:45px}.pdp-addtocart-btn__changeIcon{padding:1px 10px;font:normal normal 600 12px Montserrat;letter-spacing:.72px;color:#f4071b;font-weight:600;display:flex;align-items:center}.pdp-addtocart-btn__changeIcon>span{color:#fff;font-size:20px;letter-spacing:2px}.pdp-addtocart-btn__changeIcon>img{display:inline;width:16px}.addtocart-btn .loading-wrapper,.pdp-addtocart-btn .loading-wrapper{width:20%;padding:1px;background:red;position:absolute;left:20%;bottom:0;transform:translateX(0);animation:paymentProgressSlide 1s infinite}.float-btn{display:flex;justify-content:center;align-items:center;position:fixed;width:56px;height:56px;bottom:80px;right:20px;color:#fff;border-radius:50px;border:0;background:#ea5151 0 0 no-repeat padding-box;box-shadow:0 4px 5px rgba(0,0,0,.2)}.float-btn img{width:60%}.ds-input{width:100%;margin-bottom:40px;position:relative}.ds-input .form-control,.ds-input .form-control:focus,.ds-input .form-control:hover{border:0;border-radius:0;border-bottom:1px solid #c3c3c3;color:#000;outline:none;position:relative;z-index:2;box-shadow:none;background-color:transparent;width:100%;padding:5px}.ds-input .form-control::-moz-placeholder,.ds-input .form-control:focus::-moz-placeholder,.ds-input .form-control:hover::-moz-placeholder{opacity:.7}.ds-input .form-control::placeholder,.ds-input .form-control:focus::placeholder,.ds-input .form-control:hover::placeholder{opacity:.7}.ds-input .form-control:disabled,.ds-input .form-control[readonly]{background-color:#e9ecef;opacity:.5}.ds-input .form-control+label{position:absolute;left:11px;transition:all .2s;z-index:1}.ds-input .form-control+label,.ds-input .form-control:focus+label,.ds-input .form-control:not(:empty)+label{top:-35px;color:#ea5151;font-size:12px}.ds-input input[value=""]+label{top:-22px;left:6px;color:#999;font-size:14px}.waterSplashLoader{display:inline-block;position:relative;width:25px;height:25px}.waterSplashLoader div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:waterSplashLoader 1s cubic-bezier(0,.2,.8,1) infinite}.waterSplashLoader div:nth-child(2){animation-delay:-.5s}@keyframes waterSplashLoader{0%{top:10px;left:10px;width:0;height:0;opacity:1}to{top:0;left:0;width:36px;height:36px;opacity:0}}.ds-ellipsis-loader{display:inline-block;position:relative;width:20px;height:20px}.ds-ellipsis-loader div{position:absolute;width:13px;height:13px;border-radius:50%;background:#ea5151;animation-timing-function:cubic-bezier(0,1,1,0)}.ds-ellipsis-loader div:first-child{left:8px;animation:ds-ellipsis-loader1 .6s infinite}.ds-ellipsis-loader div:nth-child(2){left:8px;animation:ds-ellipsis-loader2 .6s infinite}.ds-ellipsis-loader div:nth-child(3){left:32px;animation:ds-ellipsis-loader2 .6s infinite}.ds-ellipsis-loader div:nth-child(4){left:56px;animation:ds-ellipsis-loader3 .6s infinite}@keyframes ds-ellipsis-loader1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes ds-ellipsis-loader3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes ds-ellipsis-loader2{0%{transform:translate(0)}to{transform:translate(24px)}}:root{--tooltip-text-color:#fff;--tooltip-background-color:#000;--tooltip-margin:30px;--tooltip-arrow-size:6px}.Tooltip-Wrapper{display:inline-block;position:relative}.Tooltip-Tip{position:absolute;border-radius:4px;left:50%;transform:translateX(-50%);padding:6px;color:var(--tooltip-text-color);background:var(--tooltip-background-color);font-size:14px;font-family:sans-serif;line-height:1;z-index:100}.Tooltip-Tip:before{content:" ";left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-width:var(--tooltip-arrow-size);margin-left:calc(var(--tooltip-arrow-size)*-1)}.Tooltip-Tip.top{top:calc(var(--tooltip-margin)*-1)}.Tooltip-Tip.top:before{top:100%;border-top-color:var(--tooltip-background-color)}.Tooltip-Tip.right{left:calc(100% + var(--tooltip-margin))}.Tooltip-Tip.right,.Tooltip-Tip.right:before{top:50%;transform:translateX(0) translateY(-50%)}.Tooltip-Tip.right:before{left:calc(var(--tooltip-arrow-size)*-1);border-right-color:var(--tooltip-background-color)}.Tooltip-Tip.bottom{width:200px}.Tooltip-Tip.bottom:before{bottom:100%;border-bottom-color:var(--tooltip-background-color)}.Tooltip-Tip.left{right:calc(100% + var(--tooltip-margin))}.Tooltip-Tip.left,.Tooltip-Tip.left:before{left:auto;top:50%;transform:translateX(0) translateY(-50%)}.Tooltip-Tip.left:before{right:calc(var(--tooltip-arrow-size)*-2);border-left-color:var(--tooltip-background-color)}.lead-email-templates .error-msg .error-icon{padding:2px 6px;font-size:10px}.lead-email-templates .closeicon{filter:brightness(0) invert(1);z-index:9;position:absolute;top:-8%;right:-8%}.lead-email-templates .closeicon img{max-width:24px}.lead-email-templates .template h1{font-size:40px;text-align:center;margin-top:0;margin-bottom:32px}.lead-email-templates .template p{font-size:24px;font-weight:300;text-align:center;line-height:32px;margin-bottom:32px}.lead-email-templates .template input{max-width:395px;max-height:50px;background:#fff 0 0 no-repeat padding-box;border:1px solid hsla(0,0%,44%,.49);border-radius:4px;margin-bottom:11px;padding:15px 38px 15px 11px;width:100%}.lead-email-templates .template button{width:395px;height:50px;border-radius:4px;color:#fff;border:none;width:100%}@media screen and (max-width:500px){.lead-email-templates .template h1{font-size:26px}.lead-email-templates .template p{font-size:14px;line-height:22px}.lead-email-templates .template2 p{margin-bottom:45px}}.lead-email-templates .template1 h1{font-size:32px}.lead-email-templates .template1 p{font-size:18px;line-height:26px}.lead-email-templates .template1 .details{margin:28px;display:flex;justify-content:center;flex-direction:column}.lead-email-templates .template1 img{max-width:220px;max-height:430px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:500px){.lead-email-templates .template1 img{max-width:300px;max-height:124px;width:100%;-o-object-fit:cover;object-fit:cover}.lead-email-templates .template1 h1{font-size:26px;margin-bottom:0}.lead-email-templates .template1 p{font-size:14px;line-height:22px}}.lead-email-templates .template2 .error-msg .error-icon{margin-left:24px}.lead-email-templates .template2 button,.lead-email-templates .template2 input{max-width:395px}@media screen and (max-width:500px){.lead-email-templates .template2 .error-msg .error-icon{margin-left:2px}}.lead-email-templates .template3{position:relative;text-align:center;margin-top:-4%;width:600px}.lead-email-templates .template3 .error-msg{margin-left:-58%}.lead-email-templates .template3 img{max-width:600px;max-height:300px;width:100%;-o-object-fit:cover;object-fit:cover}.lead-email-templates .template3 .overlay{top:0;width:100%;height:100%;max-height:300px;opacity:.5}.lead-email-templates .template3 .details{position:absolute;top:42%;max-width:400px;width:100%;left:50%;transform:translate(-50%,-50%)}.lead-email-templates .template3 input{max-width:370px;margin-right:10px}.lead-email-templates .template3 button{max-width:166px}.lead-email-templates .template3 .input-group{margin-top:34px;margin-bottom:12px}@media screen and (max-width:500px){.lead-email-templates .template3{margin-top:-5%}.lead-email-templates .template3 .error-msg{margin-left:-12%}.lead-email-templates .template3 .overlay,.lead-email-templates .template3 img{max-width:300px;max-height:230px}.lead-email-templates .template3 .details{max-width:300px;top:35%}.lead-email-templates .template3 h1{font-size:26px;margin-bottom:0}.lead-email-templates .template3 p{font-size:14px;line-height:22px}.lead-email-templates .template3 input{max-width:267px;margin-right:0}.lead-email-templates .template3 button{max-width:267px}.lead-email-templates .template3 .input-group{margin-top:42px;display:flex;flex-direction:column;align-items:center;justify-content:center}.lead-email-templates{overflowy:auto}}.common-header-icons-mobile .mobile-icons>img{width:25px;height:25px;cursor:pointer;margin-left:20px}.common-header-icons-mobile .mobile-icons>.cart-item-length-comp{background:#000;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:-10px;right:-4px}.login-component__dropdown{background:#fff;top:3.3rem;right:0;box-shadow:0 2px 6px 0 rgba(0,0,0,.122)}.login-component__dropdown--arrow{position:absolute;height:1px;width:20px;transform:translate(94px,-5px) rotate(180deg);margin-top:-.4rem;right:7rem}.exit-modal-close-icon{cursor:pointer;z-index:999}.exit-modal-close-icon-white{color:#fff}.bg-img-template-wrapper,.image-text-card-wrapper{height:100%;width:100%}.template-container{width:850px;aspect-ratio:5/3}.template-container .bg-gradient{background-color:#000}.text-card{gap:32px}.text-card .logo-image{width:60px;height:60px}.text-card .tempting-message{margin:0;font-size:20px;font-weight:300}.text-card .offer-info{gap:16px;margin-bottom:16px}.text-card .offer-info .offer-text{margin:0;font-size:40px;font-weight:600}.text-card .offer-info .offer-limit{margin:0;font-size:14px}.text-card .coupon-button-wrapper{gap:12px;width:50%;min-width:300px;font-size:12px;font-weight:400}.text-card .coupon-button-wrapper .coupon-name{border:1px solid #bababa;padding:10px;font-size:18px}.text-card .coupon-button-wrapper .copy-coupon-button{cursor:pointer;color:#fff;border:none;background-color:#000;padding:11px;font-size:18px}.text-card-side-img .tempting-message{font-size:20px}.text-card-side-img .offer-info .offer-text{font-size:32px;font-weight:600}.text-card-side-img .offer-info .offer-limit{color:gray;max-width:80%;line-height:20px}.text-card-side-img .coupon-button-wrapper{width:60%;min-width:180px}.text-card-no-img .offer-limit{color:gray}.text-card-bg-img *{color:#fff}.premium-auth-modal-wrap{color:#000}@media screen and (min-width:767px){.premium-auth-modal-wrap{display:flex;flex-direction:column;gap:52px}}@media screen and (max-width:767px){.premium-auth-modal-wrap{gap:40px}.premium-auth-modal-wrap .mobile-close-icon{filter:grayscale(100);opacity:.5}}.premium-auth-modal-wrap .form-header{gap:32px}.premium-auth-modal-wrap .form-header .header-text{gap:8px}.premium-auth-modal-wrap .form-container{gap:24px}@media screen and (max-width:767px){.premium-auth-modal-wrap .form-container{gap:20px}}.premium-auth-modal-wrap .separator{gap:24px}.premium-auth-modal-wrap .separator .line{background:#e9e9e9;width:217px}.premium-auth-modal-wrap .separator .text{color:#999}.premium-auth-modal-wrap .additional-login-options{gap:20px}.premium-auth-modal-wrap .additional-login-options .email-login-button{padding:12px 0;gap:16px;border-radius:4px;border:1px solid #d2d2d2;background-color:#fff}.premium-auth-modal-wrap h2{margin-top:0;margin-bottom:5px;font-weight:600}@media screen and (min-width:767px){.premium-auth-modal-wrap h2{font-size:26px}}@media screen and (max-width:766px){.premium-auth-modal-wrap h2{font-size:30px;margin-bottom:0}}.premium-auth-modal-wrap .login-otp-number-wrap{gap:16px}.premium-auth-modal-wrap .login-otp-number-wrap .otp-header{color:#6b6b6b}.premium-auth-modal-wrap .login-otp-number-wrap .contact-edit-btn-wrapper .edit-btn{gap:6px;color:#6b6b6b}.premium-auth-modal-wrap .translateY-10{transform:translateY(10px)}.premium-auth-modal-wrap .translateY-15{transform:translateY(15px)}.premium-auth-modal-wrap .send-otp-mobile-translate{transform:translate(-4px,31px)}.premium-auth-modal-wrap .bottom-text-otp-margin-top{margin-top:0!important}.premium-auth-modal-wrap .closeicon{position:absolute;top:20px;right:20px}.premium-auth-modal-wrap .closeicon img{max-width:30px;filter:grayscale(100);opacity:.5}@media screen and (max-width:766px){.premium-auth-modal-wrap .closeicon{top:12px;right:12px}}.premium-auth-modal-wrap .small-heading{font-weight:300;color:#9ea6b9;display:block}@media screen and (min-width:767px){.premium-auth-modal-wrap .small-heading{font-size:24px;margin-bottom:15px}}@media screen and (max-width:766px){.premium-auth-modal-wrap .small-heading{font-size:14px;margin-bottom:25px}}.premium-auth-modal-wrap .cursor-auto{cursor:auto}.premium-auth-modal-wrap .otp-form-group{gap:24px!important}.premium-auth-modal-wrap .otp-form-group .input-resend-wrapper{gap:20px}.premium-auth-modal-wrap .otp-form-group .input-resend-wrapper .label-input-wrapper{gap:8px}.premium-auth-modal-wrap .otp-form-group .input-resend-wrapper .label-input-wrapper label{color:#999}.premium-auth-modal-wrap .otp-form-group .input-resend-wrapper .message-resend-wrapper{color:#6b6b6b}.premium-auth-modal-wrap .otp-form-group .input-resend-wrapper .message-resend-wrapper .pointer{color:#2f80ed}.premium-auth-modal-wrap .form-group{gap:8px}.premium-auth-modal-wrap .form-group input[type=number]::-webkit-inner-spin-button,.premium-auth-modal-wrap .form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.premium-auth-modal-wrap .form-group input[type=number]{-moz-appearance:textfield}.premium-auth-modal-wrap .form-group .form-control-otp{background:#fff;width:100%;padding:26px 21px 26px 12px;font-size:16px;border:1px solid rgba(0,0,0,.2);border-radius:6px}.premium-auth-modal-wrap .form-group .form-control-otp:focus{border:1px solid #000}@media screen and (max-width:766px){.premium-auth-modal-wrap .form-group .form-control-otp{padding:19px 15px;font-size:16px}}@media screen and (min-width:766px){.premium-auth-modal-wrap .form-group .form-control-otp{padding:19px 15px;font-size:16px}}.premium-auth-modal-wrap .form-group .form-control-otp-invalid{background:#fff;width:100%;padding:26px 21px 26px 12px;font-size:16px;border:1px solid red;border-radius:6px}@media screen and (max-width:766px){.premium-auth-modal-wrap .form-group .form-control-otp-invalid{padding:19px 15px;font-size:16px}}@media screen and (min-width:766px){.premium-auth-modal-wrap .form-group .form-control-otp-invalid{padding:19px 15px;font-size:16px}}.premium-auth-modal-wrap .form-group .form-control{background:#fff;width:100%;padding:10px 12px;font-size:16px;border-radius:4px;border:1px solid #e9e9e9}.premium-auth-modal-wrap .form-group .form-control:focus{border:1px solid #000}@media screen and (max-width:766px){.premium-auth-modal-wrap .form-group .form-control{padding:20px 38px 20px 12px;font-size:15px}}.premium-auth-modal-wrap .form-group img{position:absolute}@media screen and (max-width:766px){.premium-auth-modal-wrap .form-group img{top:20px;max-width:20px;left:13px}}@media screen and (min-width:767px){.premium-auth-modal-wrap .form-group img{top:17px;max-width:26px;left:13px}}.premium-auth-modal-wrap .bottom-txt{font-weight:400;display:block;color:#bababa}@media screen and (min-width:767px){.premium-auth-modal-wrap .bottom-txt{font-size:14px;line-height:1.23}}@media screen and (max-width:766px){.premium-auth-modal-wrap .bottom-txt{font-size:14px;text-align:initial}.premium-auth-modal-wrap .bottom-txt-margin-bottom-55{margin-bottom:40px!important}.premium-auth-modal-wrap .heading{overflow-wrap:anywhere}.premium-auth-modal-wrap .heading-login-whatsapp{transform:translateY(5px);text-align:initial}.premium-auth-modal-wrap .heading-login-whatsapp .mobile-close-icon{filter:grayscale(100);opacity:.5}}.premium-auth-modal-wrap .margin-left-50vw{margin-left:50vw}.premium-auth-modal-wrap .visibile-hidden{visibility:hidden!important}.PremiumOrderInstructionModal{padding-top:15px}.PremiumOrderInstructionModal--title{font-size:17px;font-weight:600;letter-spacing:0;color:#4d4d4d;display:block}.PremiumOrderInstructionModal--textarea{width:100%;height:110px;border-radius:4px;border:1px solid #ccd2de;resize:none;font-size:12px;padding:6px 10px;margin:24px 0}.PremiumOrderInstructionModal--text{color:#8d8c8c;font-size:15px;margin:14px 0 0}.Premium-dialog-OrderInstruction{display:flex;flex-direction:column;width:100%;max-width:500px;height:auto;transform:translate(50%,-50%);background-color:#fff;border:1px solid #707070;border-radius:15px;z-index:9999;position:absolute;top:50%;right:50%;padding:30px 40px 40px}.Premium-dialog-OrderInstruction__close{position:absolute;top:10px;right:10px;cursor:pointer}.Premium-dialog-OrderInstruction__close>img{max-width:20px;filter:grayscale(100)}.pre-dd-miviewer{display:flex;flex-direction:column;min-height:400px}.pre-dd-miviewer__side{display:flex;flex-grow:1;justify-content:flex-start;align-items:center;padding:20px 20px 0}.pre-dd-miviewer__side--image{min-height:60px;min-width:60px;margin-right:10px;border:1px solid;border-radius:6px;max-width:90px;max-height:90px}.pre-dd-miviewer__side--image img{border-radius:5px}.pre-dd-miviewer__main{display:flex;flex-grow:3}.pre-dd-miviewer__main .variant-count{font-size:12px}.pre-dd-miviewer__main .image-box>div{width:100%!important}.pre-dd-miviewer__main .image-box>div,.pre-dd-miviewer__main .image-box>div>img{height:100%!important;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:767px){.pre-dd-miviewer{display:flex;flex-direction:row-reverse;padding:20px;border:1px solid #e2e2e2;border-radius:6px}.pre-dd-miviewer__side{display:flex;flex-direction:column;flex-grow:0;justify-content:flex-start;align-items:center;padding:0 20px 20px 0}.pre-dd-miviewer__side--image{min-height:60px;min-width:60px;border:1px solid;border-radius:6px;margin:5px 0;max-width:90px;max-height:90px}.pre-dd-miviewer__side--image img{border-radius:5px}.pre-dd-miviewer__main{display:flex;flex-grow:3;height:100%;max-height:400px}.pre-dd-miviewer__main>img{width:100%;-o-object-fit:cover;object-fit:cover;height:400px}}@media screen and (max-width:766px){.pre-dd-miviewer{width:100%}.pre-dd-miviewer__main{height:50vh;min-height:350px;border-bottom:.5px solid #e2e2e2}.pre-dd-miviewer__main>img{margin:0 auto;width:100%;-o-object-fit:contain;object-fit:contain}}.SubHeaderComponent{display:flex;justify-content:center;align-items:center;padding:.6rem 0;width:100%}.SubHeaderComponent marquee>div{width:150vw}@media screen and (min-width:767px){.SubHeaderComponent marquee{font-size:13px}}@media screen and (max-width:766px){.SubHeaderComponent marquee{font-size:12px}}@media screen and (min-width:767px){.SubHeaderComponent>span{font-size:13px}}@media screen and (max-width:766px){.SubHeaderComponent>span{font-size:12px}}.SubHeaderComponent .pre-marquee-tag{justify-content:center;transition:all .2s ease}@media screen and (min-width:767px){.SubHeaderComponent .pre-marquee-tag{width:40%}}@media screen and (max-width:766px){.SubHeaderComponent .pre-marquee-tag{width:80%}}.loader-wrap{position:fixed;top:0;bottom:0;right:0;left:0;background:hsla(0,0%,100%,.922);width:100%;height:100%;z-index:99999999;display:flex;align-items:center;justify-content:center}.loader-wrap .loadersmall{animation:spin 1s linear infinite;border:5px solid #47a517;border-top-color:#fff;border-radius:50%;width:65px;height:65px}.loader-wrap .image-component{position:fixed;max-width:50px;max-height:50px;height:100%;width:100%}.loader-wrap span{position:fixed}.OrderConfirmLoader .payment-section .payment-selection__radio--icon,.OrderConfirmLoader .payment-section .payment-selection__radio--icon-inner{background-color:#000}.QuickViewModalContainer{position:relative}@media screen and (min-width:767px){.QuickViewModalContainer{width:100%;max-width:1200px;max-height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:20px}}.QuickViewModalContainer__close{position:absolute;cursor:pointer;z-index:10;display:inline-block}@media screen and (min-width:767px){.QuickViewModalContainer__close{right:15px;top:5px}}@media screen and (max-width:766px){.QuickViewModalContainer__close{left:50%;transform:translateX(-50%);top:-4rem}}.QuickViewModal{padding:0;background-color:#fff;width:100%;overflow-y:scroll}@media screen and (min-width:767px){.QuickViewModal{padding:40px 25px;max-height:700px}}@media screen and (max-width:766px){.QuickViewModal{padding-bottom:70px}}@media screen and (min-width:767px){.QuickViewModal__main{display:flex;max-height:660px}}@media screen and (max-width:766px){.QuickViewModal__main{display:block;position:relative;width:100%;max-height:550px;height:-moz-fit-content;height:fit-content;overflow-y:auto;max-height:70vh}}@media screen and (min-width:767px){.QuickViewModal__main--image-component{flex:1;margin-right:10px;overflow:scroll}}@media screen and (max-width:766px){.QuickViewModal__main--image-component{height:auto;margin-bottom:20px;margin-top:10px}.QuickViewModal__main--image-component .slick-track{display:flex;align-items:center}}.QuickViewModal__main--inner{display:flex;flex-direction:column;justify-content:flex-start}@media screen and (min-width:767px){.QuickViewModal__main--inner{flex:1;height:auto;overflow-y:auto;margin-left:10px;margin-bottom:30px}}@media screen and (max-width:766px){.QuickViewModal__main--inner{display:flex;flex-direction:column;flex:1 1 auto;height:auto}.QuickViewModal__main--info-box{display:block;padding:15px 20px 0}}.QuickViewModal__main--info-box>h4{margin:0}@media screen and (min-width:767px){.QuickViewModal__main--info-box>h4{font-size:28px;font-weight:500;color:#000}}@media screen and (max-width:766px){.QuickViewModal__main--info-box>h4{font-size:14px;font-weight:600;color:#363f4f}}.QuickViewModal__main--gst-inclusive{font-size:14px;color:#797a7c;margin-top:10px;margin-bottom:23px}@media screen and (max-width:767px){.QuickViewModal__main--gst-inclusive{font-size:10px;color:inherit;margin-top:0;margin-left:20px}}.QuickViewModal__main--gst-exclusive{font-size:12px;color:#797a7c;margin-top:10px;margin-bottom:0}@media screen and (max-width:767px){.QuickViewModal__main--gst-exclusive{font-size:10px;color:inherit;margin-top:0;margin-left:20px;margin-bottom:0}}.QuickViewModal__main--price-box{display:flex}@media screen and (min-width:767px){.QuickViewModal__main--price-box{margin:30px 0}}@media screen and (max-width:766px){.QuickViewModal__main--price-box{padding:10px 20px 6px;align-items:center}}.QuickViewModal__main--price-box p{margin:0}.QuickViewModal__main--price-box>.price-amount--box{display:flex;margin-right:10px}@media screen and (min-width:767px){.QuickViewModal__main--price-box>.price-amount--box{flex-direction:row;height:-moz-fit-content;height:fit-content}}@media screen and (max-width:766px){.QuickViewModal__main--price-box>.price-amount--box{flex-direction:column}}@media screen and (min-width:767px){.QuickViewModal__main--price-box>.price-amount--box .main-price{font-size:30px;font-weight:500;margin-right:10px}}@media screen and (max-width:766px){.QuickViewModal__main--price-box>.price-amount--box .main-price{font-size:12px;font-weight:500;margin-bottom:5px}}.QuickViewModal__main--price-box>.price-amount--box .slashed-price{text-decoration:line-through;color:#abadae}@media screen and (min-width:767px){.QuickViewModal__main--price-box>.price-amount--box .slashed-price{font-size:20px;font-weight:400}}@media screen and (max-width:766px){.QuickViewModal__main--price-box>.price-amount--box .slashed-price{font-size:10px;font-weight:400}}.QuickViewModal__main--price-box>.price-amount--box .discounted-percent{color:#fff;margin:0;background-color:#369d00;padding:3px 12px}@media screen and (min-width:767px){.QuickViewModal__main--price-box>.price-amount--box .discounted-percent{font-size:13px}}@media screen and (max-width:766px){.QuickViewModal__main--price-box>.price-amount--box .discounted-percent{font-size:10px}}@media screen and (min-width:767px){.QuickViewModal__main--variant-box{max-width:300px}}@media screen and (max-width:766px){.QuickViewModal__main--variant-box{padding:10px 20px}}.QuickViewModal__main--variant-box>h4{font-size:12px;color:#000;font-weight:600}.QuickViewModal__main--variant-box>.variant-list{list-style-type:none}.QuickViewModal__main--variant-box>.variant-list .variant-list--item{padding:10px 5px 10px 30px;border:1px solid #dedede;border-radius:8px;margin-bottom:15px}.QuickViewModal__main--variant-box>.variant-list .variant-list--item>p{margin:0;font-size:13px;color:#000}.QuickViewModal__main--description-box{margin:5px 0;word-break:break-word;white-space:pre-line;position:relative}@media screen and (min-width:767px){.QuickViewModal__main--description-box{padding-bottom:20px}}@media screen and (max-width:766px){.QuickViewModal__main--description-box{padding:10px 20px;margin-top:20px}}.QuickViewModal__main--description-box>p{margin:0 5px 0 0;color:#2a2a2a;font-weight:500;opacity:.6}.QuickViewModal__main--description-box>p a,.QuickViewModal__main--description-box>p a:link,.QuickViewModal__main--description-box>p a:visited{color:#0061e0;font-weight:600}@media screen and (min-width:767px){.QuickViewModal__main--description-box>p{font-size:14px}}@media screen and (max-width:766px){.QuickViewModal__main--description-box>p{font-size:13px}}@media screen and (min-width:767px){.QuickViewModal__bottom{display:none}}@media screen and (max-width:766px){.QuickViewModal__bottom{position:absolute;bottom:0;height:70px;width:100%;display:flex;justify-content:center;align-items:center;padding:13px 20px;box-shadow:0 -3px 6px rgba(0,0,0,.161);z-index:20;background-color:#fff}}.QuickViewModal__bottom--btn-container{height:auto;display:inline-block;position:relative}.QuickViewModal__bottom--btn-container .go-to-cart__btn{position:relative;background-color:#369d00;border:1px solid #369d00;color:#fff;display:flex;align-items:center;cursor:pointer;justify-content:center;padding-top:10px;padding-bottom:10px}@media screen and (min-width:767px){.QuickViewModal__bottom--btn-container .go-to-cart__btn{width:180px}}.QuickViewModal__bottom--btn-container:first-child{margin-right:5px}.QuickViewModal__bottom--btn-container:last-child{margin-left:5px}@media screen and (max-width:766px){.QuickViewModal__bottom--btn-container{flex:1}}@media screen and (min-width:767px){.QuickViewModal .QuickViewModal__bottom.bottom--desktop{position:absolute;height:70px;width:-moz-fit-content;width:fit-content;display:flex;justify-content:flex-start;align-items:center;padding:13px 0}}@media screen and (max-width:766px){.QuickViewModal .QuickViewModal__bottom.bottom--desktop{display:none}}.QuickViewModal--store-closed{display:flex;flex:1}.QuickViewModal--store-closed-icon{width:12px;height:12px;margin-right:10px}.QuickViewModal--store-closed-para>p{font-size:12px;color:#404040;font-weight:400;line-height:1.5;margin:0}.QuickViewModal--store-closed-para>p>a{color:#000;text-decoration:underline;font-weight:500;cursor:pointer}.QuickViewModal--store-closed-para>p>a:active,.QuickViewModal--store-closed-para>p>a:hover,.QuickViewModal--store-closed-para>p>a:visited{color:#000}.QuickViewModal--store-closed-para>p>span{color:#000;text-decoration:underline;font-weight:500;cursor:pointer}.MultiImageViewer{display:flex;flex-direction:column;flex:1;width:100%}.MultiImageViewer__main{width:100%;display:flex;height:350px;margin-bottom:20px}.MultiImageViewer__main>img{-o-object-fit:scale-down;object-fit:scale-down;width:100%}.MultiImageViewer__row{display:flex;flex:1;margin-top:10px}.MultiImageViewer__row--image{min-width:100px;min-height:100px;margin:5px;cursor:pointer;background-size:cover}.MultiImageViewer__row--image:first-child{margin-left:0}.zIndex99{z-index:99!important}.QuickViewModalContainer .slick-slider{max-width:550px}.QuickViewModalContainer .slick-initialized .slick-slide>div{height:100%}.quick-view-mobile-html-description{padding:40px 20px 0}@media screen and (min-width:767px){.quick-view-mobile-html-description{display:none}}.quick-view-desktop-html-description{margin:0 45px;display:block}@media screen and (max-width:767px){.quick-view-desktop-html-description{display:none}}.Header8{height:75px;position:sticky;width:100%;left:0;top:0;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:0 48px;z-index:90;box-shadow:0 3px 6px rgba(0,0,0,.161)}.Header8__mobile{display:none}.Header8__inner{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%}.Header8__inner>.Header8__inner--subsection{display:flex;align-items:inherit}.Header8__inner>.Header8__inner--subsection>span{display:flex;align-items:center}.Header8__inner>.Header8__inner--subsection>span>img{width:25px;height:25px;cursor:pointer;margin-left:22px}.Header8__inner>.Header8__inner--subsection .header-8-arrowimage{width:6px;height:11px;cursor:pointer}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container{background:#fff;transform:translate(-123px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161)}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container .header-8-orderdropdown-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container .header-8-orderdropdown-item:nth-child(2){height:96px;border-top:none}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container .header-8-orderdropdown-item:nth-child(3){margin-top:-20px;border-top:none}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container .header-8-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(94px,-5px) rotate(180deg);margin-top:-.4rem}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container .header-8-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin{background:#fff;transform:translate(-123px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161);transform:translate(-123px,117px)}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin .header-8-orderdropdown-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin .header-8-orderdropdown-item:nth-child(2){height:96px;border-top:none}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin .header-8-orderdropdown-item:nth-child(3){margin-top:-20px;border-top:none}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin .header-8-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(94px,-5px) rotate(180deg);margin-top:-.4rem}.Header8__inner>.Header8__inner--subsection .header-8-orderdropdown-container-nologin .header-8-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.Header8__inner>.Header8__inner--subsection .header-8-arrowsvg{width:10px}.Header8__inner>.Header8__inner--subsection .cart-item-length-comp{height:15px;width:15px;border-radius:999px;background-color:#ff5757;top:-7px;right:-9px;left:48px;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.Header8__inner>.Header8__inner--subsection .cart-item-length-comp{height:20px;width:20px;top:-9px;left:47px}}.Header8__name-logo-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:25vw}.Header8 .store-logo{height:50px;width:50px;margin-right:15px}.Header8 .store-name{font-weight:600;font-size:18px;text-transform:uppercase;width:260px;line-height:18px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}@media screen and (max-width:767px){.Header8{height:56px;padding:0 30px;flex-direction:column}.Header8__mobile{display:inline-block}.Header8__mobile.navigation__container{position:fixed;z-index:inherit;top:56px;background-color:rgba(0,0,0,.62);width:100%;height:calc(100vh - 56px)}.Header8__mobile .navigation__container--inner{background-color:#fff;padding:10px 20px;height:-moz-fit-content;height:fit-content;overflow-y:auto;max-height:calc(100vh - 56px)}.Header8__mobile .navigation__container--inner .mobile-login-navigation-container{border-top:1px solid #ebebeb;width:100%;padding-top:20px;padding-bottom:15px}.Header8__desktop{display:none}.Header8__inner>.Header8__inner--subsection>img{width:20px;height:20px;margin-left:22px}}.Header9{height:75px;position:sticky;width:100%;left:0;top:0;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:0 48px;z-index:9999;box-shadow:0 3px 6px rgba(0,0,0,.161)}.Header9__mobile{display:none}.Header9__inner{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%}.Header9__inner>.Header9__inner--subsection{display:flex;align-items:inherit}.Header9__inner>.Header9__inner--subsection>span{display:flex;align-items:center}.Header9__inner>.Header9__inner--subsection>span>img{width:25px;height:25px;cursor:pointer;margin-left:32px}.Header9__inner>.Header9__inner--subsection .cart-item-length-comp{height:20px;width:20px;border-radius:999px;background-color:#ff5757;top:-9px;right:-9px;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}.Header9__name-logo-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:25vw}.Header9 .store-logo{height:50px;width:50px;margin-right:15px}.Header9 .store-name{font-weight:600;font-size:18px;text-transform:uppercase;line-height:18px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box}.Header9 .cart-item{border:1px solid #000;width:118px;height:42px}@media screen and (max-width:767px){.Header9{height:56px;padding:0 16px;flex-direction:column}.Header9__mobile{display:inline-block}.Header9__mobile.navigation__container{position:fixed;z-index:inherit;top:56px;background-color:rgba(0,0,0,.62);width:100%;height:calc(100vh - 56px)}.Header9__mobile .navigation__container--inner{background-color:#fff;padding:10px 20px;height:-moz-fit-content;height:fit-content;overflow-y:auto;max-height:calc(100vh - 56px)}.Header9__desktop{display:none}.Header9__inner>.Header9__inner--subsection>img{width:20px;height:20px;margin-left:22px}}.header10{position:sticky;top:0;left:0;width:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.251);background-color:#fff;z-index:90}.header10__top-component{padding-top:30px;display:grid;padding-left:clamp(15px,5%,80px);padding-right:clamp(15px,5%,80px)}@media screen and (max-width:1200px){.header10__top-component{grid-template-columns:25% 50% 25%}}@media screen and (min-width:787px){.header10__top-component{grid-template-columns:30% 40% 30%}}@media screen and (max-width:786px){.header10__top-component{padding-bottom:20px;padding-top:20px;align-items:center;grid-template-columns:56px 1fr}}.header10 .search-comp{margin:0 15px;background-color:#f7f7f7;border:.4px solid #b4b4b4;border-radius:10px;padding:10px 20px}.header10 .search-comp>img{width:14px}.header10 .search-comp>span{font-size:12px;font-weight:500}@media screen and (max-width:767px){.header10 .search-comp{margin:0 clamp(15px,5%,80px) 17px;padding:10px 20px}.header10 .search-comp>img{width:12px}.header10 .search-comp>span{font-size:12px}}.header10 .icon-set>span{cursor:pointer;position:relative}.header10 .icon-set>span:first-child{margin-right:28px}.header10 .icon-set>span:last-child{margin-left:28px}@media screen and (max-width:767px){.header10 .icon-set>span:first-child{display:none}.header10 .icon-set>span:last-child{margin-left:0}}.header10 .icon-set>span .icon-set-image{width:20px}@media screen and (max-width:767px){.header10 .icon-set>span .icon-set-image{width:17px}}.header10 .icon-set>span>.cart-items{background:#000;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:-10px;right:-10px}.header10__bottom-component{padding-top:27px}.header10__bottom-component--menu{width:100%;display:flex;align-items:center;justify-content:center;list-style:none}.header10__bottom-component--menu>.menu-item{text-transform:uppercase;font-weight:500;display:flex;align-items:center;cursor:pointer;font-size:12px;padding:0 12px 16px;margin:0 7px;border-bottom:4px solid transparent}.header10__bottom-component--menu>.menu-item>img{margin-left:8px;width:8px}.header10__bottom-component--menu>.menu-item-active{color:#3b33ff;border-color:#3b33ff}@media screen and (max-width:767px){.header10__bottom-component{padding-top:20px}}.header10 .dropdown--menu{list-style:none;padding:10px 15px}.header10 .dropdown--menu .menu-item{width:100%}.header10 .dropdown--menu .menu-item>img{margin-left:6px;width:7px}.header10 .dropdown--menu .menu-item:not(:last-child){margin-bottom:10px}.header11{position:sticky;top:0;left:0;width:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.251);z-index:90}.header11__component{justify-content:space-between;padding:20px clamp(15px,5%,40px)}.header11__component,.header11__component .menu-list{display:flex;align-items:center}@media screen and (min-width:787px){.header11__component .menu-list{margin-left:20px}}.header11__component .store-name{max-width:224px}.header11__component .menu-item{text-transform:uppercase;font-weight:500;display:flex;align-items:center;cursor:pointer;font-size:14px;padding:0 10px;white-space:nowrap}.header11__component .menu-item>img{margin-left:8px;width:8px}.header11__component .menu-item-active{color:#3b33ff}.header11__component .menu-item .nav-name{font-size:12px}.header11 .search-comp{max-width:250px;margin:0 40px 0 15px;padding:8px 0;display:flex;align-items:center;flex:1 1 250px}.header11 .search-comp>img{width:21px;margin-right:12px}.header11 .search-comp>span{font-size:14px;font-weight:500}@media screen and (max-width:767px){.header11 .search-comp{margin:0 20px 0 15px;padding:10px 20px}.header11 .search-comp>img{width:12px}.header11 .search-comp>span{font-size:12px}}.header11 .icon-set{flex:1 1 100%}.header11 .icon-set>.right-section-component{display:flex;align-items:center;cursor:pointer;position:relative}.header11 .icon-set>.right-section-component:last-child{padding-left:24px}@media screen and (max-width:786px){.header11 .icon-set>.right-section-component:last-child{padding-left:12px}}.header11 .icon-set>.right-section-component .header-text{font-size:14px;font-weight:500;padding-right:14px;margin:0}@media screen and (max-width:400px){.header11 .icon-set>.right-section-component .header-text{display:none}}@media screen and (max-width:767px){.header11 .icon-set>.right-section-component:first-child{display:none}.header11 .icon-set>.right-section-component:last-child{margin-left:0}}.header11 .icon-set>.right-section-component img{width:20px}@media screen and (max-width:767px){.header11 .icon-set>.right-section-component img{width:17px}}.header11 .icon-set>.right-section-component img.arrow-icon{width:14px;position:relative;transform:translateY(2px)}.header11 .icon-set>.right-section-component>.cart-items{background:#000;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:-10px;right:-10px}.header11 .dropdown--menu{list-style:none;padding:10px 15px}.header11 .dropdown--menu .menu-item{width:100%}.header11 .dropdown--menu .menu-item>img{margin-left:6px;width:7px}.header11 .dropdown--menu .menu-item:not(:last-child){margin-bottom:10px}.header12{position:sticky;top:0;left:0;width:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.251);background-color:#fff;z-index:90}.header12__top-component{display:grid;grid-template-columns:20% 60% 20%;padding-top:20px;padding-left:clamp(15px,5%,80px);padding-right:clamp(15px,5%,80px);align-items:center}@media screen and (max-width:1200px){.header12__top-component{grid-template-columns:25% 50% 25%}}@media screen and (max-width:767px){.header12__top-component{padding-bottom:20px}}.header12 .search-comp{margin:0 15px;background-color:#f7f7f7;border:.4px solid #b4b4b4;border-radius:10px;padding:10px 20px}.header12 .search-comp>img{width:14px}.header12 .search-comp>span{font-size:12px;font-weight:500}@media screen and (max-width:767px){.header12 .search-comp{margin:0 clamp(15px,5%,80px) 17px;padding:10px 20px}.header12 .search-comp>img{width:12px}.header12 .search-comp>span{font-size:12px}}.header12 .icon-set>span{cursor:pointer;position:relative}.header12 .icon-set>span:first-child{margin-right:24px}.header12 .icon-set>span:last-child{margin-left:24px}@media screen and (max-width:767px){.header12 .icon-set>span:first-child{display:none}.header12 .icon-set>span:last-child{margin-left:0}}.header12 .icon-set>span .icon-set-image{width:20px}@media screen and (max-width:767px){.header12 .icon-set>span .icon-set-image{width:17px}}.header12 .icon-set>span>.cart-items{background:#000;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:-10px;right:-10px}.header12__bottom-component{padding-top:25px}.header12__bottom-component--menu{width:100%;display:flex;align-items:center;justify-content:center;list-style:none}.header12__bottom-component--menu>.menu-item{text-transform:uppercase;font-weight:500;display:flex;align-items:center;cursor:pointer;font-size:12px;padding:0 12px 16px;margin:0 7px;border-bottom:4px solid transparent}.header12__bottom-component--menu>.menu-item>img{margin-left:8px;width:8px}@media screen and (max-width:767px){.header12__bottom-component{padding-top:20px}}.header12 .logo_image{max-width:70px;max-height:50px;margin:-25px auto}.header12 .logo_image_desktop{max-width:100px;max-height:60px;margin-bottom:-45px;margin-left:40px}.header14{position:sticky;top:0;left:0;width:100%;box-shadow:0 0 5px 0 rgba(0,0,0,.251);background-color:#fff;z-index:90}.header14__top-component{display:grid;grid-template-columns:20% 60% 20%;padding-top:20px;padding-left:clamp(15px,5%,80px);padding-right:clamp(15px,5%,80px);align-items:center}@media screen and (max-width:1200px){.header14__top-component{grid-template-columns:25% 50% 25%}}@media screen and (max-width:767px){.header14__top-component{padding-bottom:20px;grid-template-columns:56px 1fr}}.header14 .search-comp{margin:0 15px;background-color:#f7f7f7;border:.4px solid #b4b4b4;border-radius:10px;padding:10px 20px}.header14 .search-comp>img{width:14px}.header14 .search-comp>span{font-size:12px;font-weight:500}@media screen and (max-width:767px){.header14 .search-comp{margin:0 clamp(15px,5%,80px) 17px;padding:10px 20px}.header14 .search-comp>img{width:12px}.header14 .search-comp>span{font-size:12px}}.header14 .icon-set>span{cursor:pointer;position:relative}.header14 .icon-set>span:first-child{margin-right:24px}.header14 .icon-set>span:last-child{margin-left:24px}@media screen and (max-width:767px){.header14 .icon-set>span:first-child{display:none}.header14 .icon-set>span:last-child{margin-left:0}}.header14 .icon-set>span .icon-set-image{width:20px}@media screen and (max-width:767px){.header14 .icon-set>span .icon-set-image{width:17px}}.header14 .icon-set>span>.cart-items{background:#000;color:#fff;font-size:12px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:-10px;right:-10px}.header14__bottom-component{padding-top:25px}.header14__bottom-component--menu{width:100%;display:flex;align-items:center;justify-content:center;list-style:none}.header14__bottom-component--menu>.menu-item{text-transform:uppercase;font-weight:500;display:flex;align-items:center;cursor:pointer;font-size:12px;padding:0 12px 16px;margin:0 7px;border-bottom:4px solid transparent}.header14__bottom-component--menu>.menu-item>img{margin-left:8px;width:8px}@media screen and (max-width:767px){.header14__bottom-component{padding-top:20px}}.header14 .logo_image{max-width:70px;max-height:40px;margin-top:-5px;margin-bottom:-5px}.header14 .mr-90{margin-right:90px}.header14 .l-35{left:35%}.header14 .logo_image_desktop{max-width:120px;max-height:70px;margin-bottom:-40px;margin-left:40px}.header14 .h-70px{height:70px}.Footer2{width:100%}.Footer2__top-section{padding:45px 48px;background-color:#f8f8f8}.Footer2__bottom-section{display:flex;justify-content:space-between;align-items:center;padding:20px 48px}.Footer2__bottom-section .payment-text{font-size:12px}.Footer2__bottom-section .footer__bottom-text>p{margin:0;color:#a3a3a3;font-size:10px}.Footer2__bottom-section .footer__bottom-text>p>a,.Footer2__bottom-section .footer__bottom-text>p>a:active,.Footer2__bottom-section .footer__bottom-text>p>a:visited{color:inherit}.Footer2__bottom-section .footer__bottom-text>p>a:not(:hover){text-decoration:none}.Footer2__section{flex:1 1 auto}.Footer2 .footer-shop-desc{padding-right:25px}.Footer2 .footer-shop-desc .top-section{display:flex;align-items:center;margin-bottom:45px;gap:18px}.Footer2 .footer-shop-desc .top-section img{height:100%;-o-object-fit:cover;object-fit:cover}.Footer2 .footer-shop-desc .top-section h2{font-size:20px;margin:0}.Footer2 .footer-shop-desc .bottom-section h4{font-size:14px}.Footer2 .footer-shop-desc .bottom-section .desc-text{font-size:12px;margin:0;max-width:270px;width:100%;line-height:18px}.Footer2 .desc-text__view-more{font-size:12px;margin:0;line-height:18px}.Footer2 .store-information{display:flex;flex-direction:column}.Footer2 .store-information h4{font-size:14px;margin-top:0}.Footer2 .store-information .address-text{font-size:12px;margin:0;max-width:270px;width:100%;line-height:18px;word-break:break-word}.Footer2 .store-information__subsection{display:flex;align-items:center;margin-bottom:13px}.Footer2 .store-information__subsection span{margin-right:8px;width:15px}.Footer2 .store-information__subsection a{all:unset;cursor:pointer;font-size:12px;margin:0}.Footer2 .store-information .find-us h4{font-size:14px}.Footer2 .store-information .find-us div{display:flex;align-items:center}.Footer2 .store-information .find-us div img{margin-right:15px;cursor:pointer}.Footer2 .footer-social-media-container h4{margin-top:0}.Footer2 .footer-social-media-container .social-media-section{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap}.Footer2 .footer-social-media-container .social-media-section .social-media-icon{height:24px;width:24px}@media screen and (max-width:767px){.Footer2__section{margin-bottom:20px}.Footer2__top-section{padding:45px 16px}.Footer2__top-section--inner{flex-direction:column;padding:0!important}.Footer2 .footer-shop-desc,.Footer2__top-section .store-information{margin-bottom:20px}.Footer2__bottom-section{flex-direction:column;align-items:flex-start;padding:45px 16px}.Footer2__bottom-section>div{align-items:flex-start}.Footer2__bottom-section>div:first-child{flex-direction:column;margin-bottom:20px}.Footer2 .footer-social-media-container .social-media-section{display:flex;gap:16px;justify-content:flex-start}.Footer2 .footer-social-media-container .social-media-section .social-media-icon{height:24px;width:24px}}.Footer3{width:100%}.Footer3__top-section{display:flex;flex-direction:column;align-items:center;margin:25px auto 50px}@media screen and (max-width:766px){.Footer3__top-section{margin-bottom:30px}}.Footer3 .desktop-hr{display:flex;flex-direction:column}.Footer3__bottom-section{display:flex;justify-content:space-between;align-items:center;padding:20px 48px}.Footer3__bottom-section .footer__bottom-text{font-size:14px;color:#a3a3a3;margin-top:24px}.Footer3__bottom-section .policy-nav{cursor:pointer}.Footer3__collections-component{width:calc(80% + 40px);margin:40px auto 0}.Footer3__collections-component .collections-component--header{font-size:24px;font-weight:600;text-align:center;margin:0 0 40px}.Footer3__collections-component .collections-component__body{width:100%;display:grid;grid-auto-rows:auto;grid-template-columns:repeat(5,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:90px}.Footer3__collections-component .collections-component__body .collection-item{padding:0 10px}.Footer3__collections-component .collections-component__body .collection-item--header{margin:0;font-size:14px;font-weight:400;color:rgba(0,0,0,.6);text-transform:uppercase}.Footer3__collections-component .collections-component__body .collection-item__item-list{padding-top:20px;list-style-type:none}.Footer3__collections-component .collections-component__body .collection-item__item-list>li{cursor:pointer;font-size:14px;font-weight:500;margin-bottom:14px}.Footer3__collections-component .collections-component__body .collection-item__item-list>li:hover{text-decoration:underline}.Footer3__collections-component>hr{width:calc(100% + 40px);margin:95px auto 60px;left:-20px;position:relative}.Footer3 .footer-nav:hover{text-decoration:underline;cursor:pointer}.Footer3 .Footer3__map-section{position:relative;width:100%}.Footer3 .Footer3__map-section .map-frame{filter:brightness(40%);transition:filter .3s;transition-timing-function:ease-out}.Footer3 .Footer3__map-section .map-text{color:#fff;position:absolute;font-size:1.5rem;transition:display .3s;transition-timing-function:ease-out;transform:translate(-50%,50%);margin:0;bottom:50%;left:50%}.Footer3 .justify-evenly{justify-content:space-evenly}.Footer3 .store-information{display:flex;flex-direction:column}.Footer3 .store-information_arrow{position:absolute;left:84%;transform:translateY(-70%);background:#fff;width:12rem;max-height:16rem}.Footer3 .store-information_arrowBox{height:0;width:20px;margin-left:2.5rem;transform:rotate(90deg);margin-top:-.4rem}.Footer3 .store-information_arrowBox_shadow{box-shadow:0 -6px 12px 2px rgba(0,0,0,.3)}.Footer3 .store-information_arrowBox:before{content:"";border:10px solid transparent;border-top-color:#fff}.Footer3 .store-information_moreitesmdivwidth{max-width:12rem}.Footer3 .store-information h4{font-size:14px}.Footer3 .store-information .address-text{margin:0;max-width:270px;width:100%;line-height:18px;word-break:break-word}.Footer3 .store-information__subsection{display:flex;align-items:center;margin-bottom:13px}.Footer3 .store-information__subsection span{margin-right:8px;width:15px}.Footer3 .store-information__subsection a{all:unset;cursor:pointer;margin:0}.Footer3 .store-information .footer-social-media-container{width:246px}.Footer3 .store-information .footer-social-media-container h4{margin-top:0}.Footer3 .store-information .footer-social-media-container .social-media-section{display:flex;gap:16px;flex-wrap:wrap}.Footer3 .store-information .footer-social-media-container .social-media-section .social-media-icon{height:24px;width:24px}.Footer3 hr{background-color:#ebebeb;box-shadow:0 0 .5px;border:none;height:.5px}.Footer3 .mobile-hr,.Footer3 .mobile-hr-shop{display:none}.Footer3__section.store-policies{max-width:800px}@media screen and (min-width:787px){.Footer3__section.store-policies{margin:40px auto}}@media screen and (max-width:786px){.Footer3__section.store-policies{margin:0 auto 20px}}.Footer3 .mt-13{margin-top:-13px}@media screen and (max-width:767px){.Footer3 .Footer3__section{flex-direction:column;align-items:center;width:100%}.Footer3 .Footer3__section>div{align-items:center;text-align:center;width:100%}.Footer3 .desktop-hr{display:none}.Footer3 .mobile-hr{display:block;width:100%}.Footer3 .mobile-hr-shop{display:flex;width:100%;justify-content:center;padding:0 10px}.Footer3 .footer__bottom-text{text-align:center}.Footer3 .payment-methods{flex-wrap:wrap}.Footer3 .accordion-component .accordion-header{display:flex;align-items:center;justify-content:center;margin:0;font-size:14px;text-align:center;padding:15px 10px}.Footer3 .accordion-component .accordion-body>ul{list-style-type:none}.Footer3 .accordion-component .accordion-body>ul>li{font-size:14px;font-weight:400;text-align:center;padding:10px}.Footer3 .footer-social-media-container .social-media-section{display:flex;gap:16px;justify-content:center}.Footer3 .footer-social-media-container .social-media-section .social-media-icon{height:24px;width:24px}.cfeNavItem-padding{padding-left:34px}.cfeNavItem-margin{margin-bottom:30px}}.cfeNavItems{display:flex;align-items:center;margin-left:30px}.cfeNavItems__item{font-weight:400;font-size:14px;text-transform:capitalize;cursor:pointer;margin-left:18px;position:relative}.cfeNavItems__item>div{display:flex;align-items:center}.cfeNavItems__item>div>img{margin-left:10px;height:10px}.cfeNavItems__item:hover{text-decoration:underline}.cfeNavItems.vertical-nav{flex-direction:column;align-items:flex-start;margin:0 30px 0 0}.cfeNavItems.vertical-nav .cfeNavItems__item{margin:0 0 14px}.cfeNavItems.vertical-nav .cfe-dropdown-nav{top:-20px;left:70px;z-index:10}@media screen and (min-width:768px){.cfe-dropdown-nav{display:inline-block;position:absolute;top:30px;left:0;box-shadow:0 -3px 6px rgba(0,0,0,.071)}.cfe-dropdown-nav__items{background-color:#fff;padding:11px 0;max-height:290px;overflow-y:auto;width:190px;scrollbar-color:#000 transparent;scrollbar-width:thin}.cfe-dropdown-nav__items::-webkit-scrollbar{width:5px;border-radius:8px}.cfe-dropdown-nav__items::-webkit-scrollbar-track{background-color:transparent}.cfe-dropdown-nav__items::-webkit-scrollbar-thumb{background-color:#000}.cfe-dropdown-nav__item{display:block;width:100%;cursor:pointer;padding:4px 14px;margin:0;font-size:12px;color:#000;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cfe-dropdown-nav__item:hover{background-color:#fafafa}.cfe-dropdown-nav__item:not(:last-child){margin:0 0 10px}}@media screen and (max-width:767px){.cfeNavItems{flex-direction:column;align-items:flex-start;margin-left:0}.cfeNavItems .cfeNavItems__item{margin:29px 0 0;width:100%;display:flex;flex-direction:column;font-size:16px}.cfeNavItems .cfeNavItems__item:hover{text-decoration:none}.cfeNavItems .cfeNavItems__item:last-child{margin-bottom:30px}.cfeNavItems.footer-nav-style{max-height:100%}.cfeNavItems.footer-nav-style .cfeNavItems__item{font-size:14px}.cfe-dropdown-nav{padding:0 0 0 14px;margin-top:11px}.cfe-dropdown-nav__items{border-left:1px solid #e2e2e2;padding-left:17px}.cfe-dropdown-nav__item{font-size:14px;color:#6a6a6a}.cfe-dropdown-nav__item:not(:last-child){margin-bottom:16px}}.collection-header>div:first-child{position:relative;z-index:1}.collection-header .dropdown{z-index:0;position:fixed;top:0;height:100vh;padding-top:75px;left:0;width:100%;transition:left .15s ease-in}.collection-header .dropdown.active{left:-100vw}.collection-header .dropdown>.nav-state{width:100vw;height:-moz-fit-content;height:fit-content;position:absolute;left:0;height:100%;overflow-y:auto}.collection-header .dropdown--menu{list-style:none;padding:10px 20px 30px;border-bottom:1px solid #dedede;box-shadow:0 3px 6px rgba(0,0,0,.161);background-color:#fff}.collection-header .dropdown--menu .menu-item{width:100%}.collection-header .dropdown--menu .menu-item>img{margin-left:6px;width:7px}.collection-header .dropdown--menu .menu-item:not(:first-child){margin:29px 0 0}.collection-header .dropdown .collection-list-container{height:100%;width:100vw;overflow:hidden;background-color:#fff;position:absolute;left:100vw;padding-bottom:5rem}.collection-header .dropdown .collection-list-container__header{padding:20px;border-bottom:1px solid #e5e5e5}.collection-header .dropdown .collection-list-container__header>p{margin:0;font-size:14px}.collection-header .dropdown .collection-list-container__body{padding:25px 24px 100px;height:100%;overflow-y:auto}.collection-header .dropdown .collection-list-container__body .collection-item{width:100%;position:relative;overflow:hidden;margin-bottom:24px}.collection-header .dropdown .collection-list-container__body .collection-item .collection-image{-o-object-fit:cover;object-fit:cover;inset:0}.collection-header .dropdown .collection-list-container__body .collection-item .collection-image>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-o-object-position:center center;object-position:center center}.collection-header .dropdown .collection-list-container__body.collection-header-widget-1 .collection-item{height:100px}.collection-header .dropdown .collection-list-container__body.collection-header-widget-1 .collection-item .collection-image{position:absolute;filter:brightness(.5)}.collection-header .dropdown .collection-list-container__body.collection-header-widget-1 .collection-item .collection-name{margin:0;position:absolute;top:50%;left:50%;padding:10px;transform:translate(-50%,-50%);z-index:5;font-size:14px;color:#fff;font-weight:500;text-align:center}.collection-header .dropdown .collection-list-container__body.collection-header-widget-2 .collection-item{height:auto}.collection-header .dropdown .collection-list-container__body.collection-header-widget-2 .collection-item .collection-image{height:100px;position:relative}.collection-header .dropdown .collection-list-container__body.collection-header-widget-2 .collection-item .collection-name{margin:8px 0 0;font-size:14px;font-weight:500}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3{padding:0 0 60px}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__container{border-bottom:1px solid #e5e5e5}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__header{padding:20px 24px}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__header>p{font-size:14px;font-weight:500}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__header>p+img{width:10px}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__body .body-list{list-style-type:none;padding:0 24px}.collection-header .dropdown .collection-list-container__body.collection-header-widget-3 .collection-accordion__body .body-list--item{font-size:14px;font-weight:400;color:#000;margin-bottom:14px}.brand-footer>:first-child{margin-bottom:1px;flex-wrap:wrap}.brand-footer>:last-child:not(.text-links){display:flex;flex-direction:column}.brand-footer__wrapper{padding:14px 0;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#fff;width:100%}.brand-footer__linkText{color:#000;border:1px solid hsla(0,0%,44%,.1);border-radius:4px;padding:4px 18px;font-size:11px;margin:4px}.brand-footer__linkText--href{font-size:inherit}.brand-footer__linkText--href,.brand-footer__linkText--href:focus{color:inherit;text-decoration:none}.brand-footer__linkText--href>img{max-width:100%;height:11px;margin-right:6px}.brand-footer__fadeText{font-size:11px;letter-spacing:.31px;color:#fff;opacity:.68;margin:0 0 8px}.brand-footer__BrandIcon{cursor:pointer}.brand-footer__BrandIcon>img{max-width:100%;height:65px}.footerStoreInfo{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px 0;background-color:#fff;margin:14px 0 4px;background-size:cover}.footerStoreInfo__name{font-size:13px;font-weight:600;letter-spacing:.36px;color:#000;padding:0 20px;text-align:center}.footerStoreInfo__address{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;font-size:11px;letter-spacing:.11px;color:#6a7279;padding:6px 30px}.footerStoreInfo__address>img{max-width:12px;margin-right:3px;padding-top:1px}.footerStoreInfo__address>span{text-align:center}.footerStoreInfo__phone{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:11px;color:#6a7279;border:1px solid hsla(208,7%,45%,.38);border-radius:22px;padding:2px 7px}.footerStoreInfo__phone>img{max-width:9px;margin-right:4px;filter:invert(.6)}.footerStoreInfo_paymentOption{display:flex;justify-content:center;align-items:center;margin-top:8px}.footerStoreInfo_paymentOption>span{font-size:11px;font-weight:700}.footerStoreInfo_paymentOption>img{max-width:100%;height:30px}.havesomething-in-mind{display:flex;flex-direction:column;justify-content:center}.havesomething-in-mind__box{display:flex;flex-direction:row;background-color:#fff6c1;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.161)}.havesomething-in-mind__box:first-child{display:flex;justify-content:space-between;margin:0 10px;padding:0 2px 0 10px;border:1px solid #ffec83;border-radius:4px}.havesomething-in-mind__box:first-child span{font:normal normal 600 12px Montserrat;letter-spacing:.36px;color:#202431;font-weight:600;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.havesomething-in-mind__box:first-child span:first-child{font:normal normal normal 12px Montserrat;letter-spacing:.36px;color:#202431;margin-bottom:6px}.havesomething-in-mind__box-image{display:flex}.havesomething-in-mind__box-image>img{margin:8px 0 0;width:50px;height:50px}.havesomething-in-mind__arrow{width:12px;height:12px;filter:invert(1);margin-left:2px}.web-havesomethingInMind--wrapper{display:flex;flex-direction:row;flex-grow:1;border:1px solid #ffec83;border-radius:15px;padding-right:10px}.web-havesomethingInMind--wrapper>.havesomething-in-mind__box{border-radius:0;box-shadow:0 0 0 transparent;border:0}.web-havesomethingInMind--btnwrap{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-grow:1}.web-havesomethingInMind--btnwrap>button{padding:10px;border-radius:30px;max-width:200px;margin:10px 0}.product-header{background-color:#fff}.product-header__bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;background-color:#ea5151;background-size:cover;padding:20px 0}.product-header__bottom--storenameText{text-align:center;font:normal normal 700 20px/28px Montserrat;letter-spacing:-.48px;color:#fff;text-transform:capitalize;width:80%;padding:10px 0 5px}.product-header__bottom--box{display:flex;flex-direction:column;align-items:center;width:100%;justify-content:center;padding:0 20px}.product-header__bottom--box>div{display:flex;align-items:center;width:88px;height:88px;background-color:#fff;padding:1px;box-shadow:0 3px 6px rgba(0,0,0,.161)}.product-header__bottom--box>div>img{max-width:100%;height:auto;border:4px solid #fff}.product-header__bottom--searchbox{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:18px 0;background-color:#fff;margin-bottom:8px}.product-header__bottom--searchbox-scrollbarfix{display:flex;align-items:center;justify-content:flex-start!important;width:100%;margin:0 10px!important;background-color:#e9e9e9;padding:5px 10px;border:1px solid transparent!important;color:rgba(0,0,0,.369)!important;border-radius:20px}.product-header__bottom--searchbox-scrollbarfix>img{margin-right:10px!important;max-width:100%;height:18px}.product-header__bottom--searchbox>span{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:13px;font-weight:600;padding:6px 13px;letter-spacing:.41px;color:#ea5151;border:1px solid #ea5151;border-radius:21px;margin-left:14px}.product-header__bottom--searchbox>span>img{width:10px;margin-left:5px;margin-top:4px}.product-header__bottom--searchbox-searchicon{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:30px!important;border:1px solid #ea5151;margin-right:28px;width:35px;height:35px;padding:4px!important}.product-header__bottom--searchbox-searchicon>img{max-width:100%;height:14px;margin-right:0!important}.product-header__bottom--searchbox-dummy{height:70px}.product-header__freeDeliveryOnAllOrder{background-color:#fbf5f5}.product-header__freeDeliveryOnAllOrder--wrapper{display:inline-flex;justify-content:center;align-items:center}.product-header__freeDeliveryOnAllOrder--wrapper>img{max-width:100%;height:24px;margin-right:5px}.product-header__deliveryNotAvialable{background-color:#353839}.product-header__deliveryNotAvialable>img{max-width:100%;height:20px}.product-header__diwali--banner{height:auto;margin-top:6px;background:transparent linear-gradient(259deg,#2f0138,#320e39) 0 0 no-repeat padding-box}.product-header__diwali--banner>img{max-width:90%}.fix-bar{position:fixed;width:100%;top:0;padding:12px 0;z-index:100;box-shadow:0 2px 8px rgba(80,80,80,.22)}@media screen and (min-width:991px){.fix-bar{max-width:416px}}.store-desc .desc-text{display:block;color:#ececec;line-height:1.2rem}.store-desc .desc-text__readmore{color:#fff;padding:2px;border-bottom:1px dotted #fff;font-weight:600;font-size:12px}.store-desc .storeDesc{position:absolute;top:0;left:0;height:100vh;width:100%;z-index:999;background:rgba(0,0,0,.71)}.store-desc .storeDesc,.store-desc .storeDesc__modal{display:flex;flex-direction:column;justify-content:center;align-items:center}.store-desc .storeDesc__modal{background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:9px;margin:0 22px;padding:9px 10px 0;width:90%;max-width:400px}.store-desc .storeDesc__modal--cancelIcon{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.store-desc .storeDesc__modal--cancelIcon>img{width:16px;filter:grayscale(1)}.store-desc .storeDesc__modal--imgLogo{max-width:85px;max-height:85px;box-shadow:0 3px 6px rgba(0,0,0,.161);border:4px solid #fff}.store-desc .storeDesc__modal--imgLogo>img{max-width:100%}.store-desc .storeDesc__modal--qoute{display:flex;flex-direction:row;justify-content:center;text-align:center;font-size:20px;font-weight:700;letter-spacing:0;color:#000;margin:18px 0 7px}.store-desc .storeDesc__modal--text{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;font-size:11px;font-weight:500;letter-spacing:.31px;color:#868d9b;padding:0 10px}.store-desc .storeDesc__modal--linebrk{display:block;width:70%;border-bottom:1px dashed #adb1b9;margin:15px 0}.store-desc .storeDesc__modal--button{display:flex;flex-direction:row;justify-content:center;align-items:center;background:#fff;border-radius:30px;color:#ea5151;font-size:15px;font-weight:600;margin:21px 0 25px;padding:12px 0;width:90%;border:1px solid #ea5151}.store-desc .storeDesc__modal--button>img{max-width:100%;height:20px;margin-right:8px}.store-desc .storeDesc__modal--address{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;font-size:11px;letter-spacing:.11px;color:#6a7279;padding:6px 30px}.store-desc .storeDesc__modal--address>img{max-width:16px;margin-right:3px;padding-top:1px}.store-desc .storeDesc__modal--address>span{text-align:center;font-size:12px;color:#606060}.addressAndContactBtnStrip{display:flex;flex-direction:row;justify-content:space-between;padding:10px 16px;box-shadow:0 3px 6px rgba(0,0,0,.161)}.addressAndContactBtnStrip--address{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-right:10px}.addressAndContactBtnStrip--address>img{max-width:100%;height:20px}.addressAndContactBtnStrip--address>span{display:-webkit-box;margin-left:5px;font-size:12px;letter-spacing:.33px;color:#282e33;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.paper-list{display:flex;flex-direction:row;padding-top:20px}.paper-list :first-child{padding-right:4px;flex-grow:2;width:70%;text-align:left}.paper-list>input{font:normal normal normal 13px/16px Montserrat;letter-spacing:-.26px;flex-grow:1;width:30%;outline:0;border:0;margin:0 16px;border-bottom:1px solid #000;text-align:center}.paper-list>input ::-moz-placeholder{color:#989898}.paper-list>input ::placeholder{color:#989898}.create-paperlist{width:100%}.create-paperlist__add{display:flex;margin-top:26px;padding-left:16px}.addmore-btn{align-items:center;text-align:center;display:flex;font-weight:600;font-size:15px;color:#ea5151!important;justify-content:center}.addmore-btn>img{width:22px;padding:4px}.product-item{background:#fff 0 0 no-repeat padding-box;border-radius:6px;width:100%;height:100%}.product-item .top-wrap{min-height:150px}.product-item .top-wrap .catalog-tem-img{position:relative;display:flex;justify-content:center;align-items:center;justify-content:space-between;background-color:#f6f6f6;height:auto;min-height:140px;max-width:100%;border-radius:6px 6px 0 0}.product-item .top-wrap .catalog-tem-img .image{max-width:100%;height:auto;border-radius:6px 6px 0 0;min-height:130px}.product-item .top-wrap .catalog-tem-img .info-icon{position:absolute;top:4px;right:4px;max-width:100%;height:24px}.product-item .top-wrap .catalog-tem-img .discountInfo-chip{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:absolute;bottom:0}.product-item .top-wrap .catalog-tem-img .discountInfo-chip>span{font-size:12px;font-weight:600;letter-spacing:.67px;color:#fff;background:#23bf44 0 0 no-repeat padding-box;border-radius:0 11px 11px 0;padding:2px 7px 1px 3px}.product-item .bottom-wrap{padding-bottom:24px}.product-item .item-shadow{box-shadow:0 2px 6px rgba(0,0,0,.16);border-radius:0 0 6px 6px}.product-item .item-name{display:-webkit-box;font-size:12px;font-weight:600;opacity:.7;letter-spacing:.36px;color:#000;margin-bottom:5px;height:44px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding-top:4px;text-decoration:none}.product-item .item-name-list{display:flex;width:70%;font-size:13px;font-weight:600;letter-spacing:.36px;color:#202431;margin-bottom:4px}.product-item .price{font-size:13px;letter-spacing:.67px;color:#797888;margin-right:4px;font-weight:600}.product-item .price .amount-price{text-decoration:line-through;font-size:12px;font-weight:400;letter-spacing:.67px;color:#6f6f7c;margin-right:7px}.product-item .price .percent-off{font-size:13px;letter-spacing:.72px;font-weight:400;color:#0dbf44}.product-item .without-image-item .left-wrap{width:70%;padding:14px 0;border-bottom:1px dashed #bfbfbf}.product-item .without-image-item .right-wrap{display:flex;align-items:center;flex-direction:column;flex-basis:125px}.product-item .without-image-item .right-wrap .item-image{position:relative;top:0}.product-item .without-image-item .right-wrap .item-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-item .without-image-item .right-wrap .item-image.out-of-stock-item{filter:grayscale(100)}@media screen and (min-width:551px){.product-item .without-image-item .right-wrap .item-image{width:80px;height:80px}}@media screen and (max-width:550px){.product-item .without-image-item .right-wrap .item-image{width:80px;height:80px}}.product-item .without-image-item .right-wrap>.btn-comp{position:relative;bottom:1rem}.product-item .outofstock{color:#2e2e2e;opacity:.3}.product-item .catalog-item-description-text{font-size:12px;letter-spacing:.61px;color:#9c9c9c;padding:4px 10px;width:80%;line-height:1rem}.product-item .catalog-item-description-readmore{font-size:12px;font-weight:600;letter-spacing:.61px;color:rgba(251,63,79,.749);padding-left:4px}.product-cart-type{display:flex;flex-direction:row;justify-content:space-between;padding:0 10px 10px}.product-cart-type .left-wrap{flex:auto;margin-right:20px;line-height:1em;border-bottom:1px dashed #ddd}.product-cart-type .left-wrap>span{padding-bottom:4px;width:100%}.product-cart-type .left-wrap>div{padding-bottom:5px}.product-cart-type .right-wrap{display:flex;justify-content:center;align-items:center}.card-type{border:.400000006px solid #e8e8e8;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.16)}.product-item-desktop{display:flex;padding:15px 0;min-height:95px;border-bottom:1px solid #f2f2f2}.product-item-desktop .product-image{position:relative;min-width:30%;height:120px;background-color:#202020;margin-right:10px;cursor:pointer;box-shadow:0 0 4px #e2e2e2;border-radius:5px}.product-item-desktop .product-image>img{width:24px;height:24px;float:right;max-width:100%}.product-item-desktop .product-image>span{position:absolute;font-size:12px;font-weight:600;letter-spacing:.67px;color:#fff;background:#23bf44 0 0 no-repeat padding-box;border-radius:0 11px 11px 0;padding:2px 6px 2px 4px;margin-top:5px}.product-item-desktop .product-info{display:flex;flex-direction:column;justify-content:space-between;flex:auto;padding:10px 0}.product-item-desktop .product-info__name{font-size:13px;font-weight:600;letter-spacing:.36px;color:#202431;margin-bottom:4px}.product-item-desktop .product-info__options{display:flex;justify-content:space-between;align-items:center}.product-item-desktop .price{font-size:13px;letter-spacing:.67px;color:#797888;margin-right:4px;font-weight:600}.product-item-desktop .price .amount-price{text-decoration:line-through;font-size:12px;font-weight:400;letter-spacing:.67px;color:#6f6f7c;margin-right:7px}.product-item-desktop .price .percent-off{font-size:13px;letter-spacing:.72px;font-weight:400;color:#0dbf44}.product-item-desktop .catalog-item-description-text{font-size:12px;letter-spacing:.61px;color:#9c9c9c;padding:4px 0;width:80%;line-height:1rem}.product-item-desktop .catalog-item-description-readmore{font-size:12px;font-weight:600;letter-spacing:.61px;color:rgba(251,63,79,.749);padding-left:4px}.variant--count-icontext{display:flex;justify-content:flex-start;align-items:center;font-size:10px;padding:4px 0;opacity:.5}.variant--count-icontext>img{max-width:100%;height:14px;margin-right:2px}.pi-variant_name{font-size:11px;font-weight:300}.viewCart-nav{position:fixed;flex-direction:column;width:100%;background-color:#ea5151;box-shadow:0 -3px 6px rgba(0,0,0,.161);bottom:0;z-index:99;padding:10px;transform:translateY(100%);transition-timing-function:ease-out;transition:.2s}.viewCart-nav,.viewCart-nav__body{display:flex;justify-content:space-between}.viewCart-nav__body{flex-direction:row;align-items:center}.viewCart-nav__left{font-size:15px;letter-spacing:.6px;align-items:center;display:flex;text-align:center;color:#fff}.viewCart-nav__left>span{margin-right:25px}.viewCart-nav__left>span>span{padding:3px;border-radius:50px;font-size:10px;background-color:#000;width:20px;height:20px;position:absolute;margin:-2px 0 0 -11px;text-align:center}.viewCart-nav__right{display:flex;flex-direction:row;justify-content:center;align-items:center;letter-spacing:.5px;color:#fff;font-size:11px;font-weight:700;border:1px solid #fff;border-radius:32px;padding:11px 13px}.viewCart-nav__right img{width:14px;height:14px;margin-left:1px}.viewCart-nav .congratulations__strip{display:flex;align-items:center;justify-content:center;margin:-10px -10px 10px;background-color:#0dbf44;font-size:11px;padding:6px;font-weight:500}.viewCart-nav .congratulations__strip>img{max-width:100%;height:17px;margin-right:10px}.viewCart-nav .avialFreeDelivery__strip{display:flex;align-items:center;justify-content:center;font-size:11px;padding:6px;font-weight:500;margin:-10px -10px 10px;background-color:#1d1d1d}.viewCart-nav .avialFreeDelivery__strip>img{max-width:100%;height:14px;margin-right:10px}.viewCart-nav .avialFreeDelivery__strip--price{color:#ffd90b;padding:0 4px}.animate-Up{transform:translateY(0);bottom:0;transition-timing-function:ease-in;transition:.2s}@media screen and (min-width:991px){.viewCart-nav{max-width:416px}}.category-container{overflow-y:auto;max-height:400px}.category-box{display:flex;margin:0 auto;width:-moz-fit-content;width:fit-content}.category-box,.category-box>ul{flex-direction:column;align-items:center;justify-content:center}.category-box>ul{display:block;letter-spacing:.5px;color:#ea5151;text-transform:uppercase;font-size:15px;list-style:none;text-align:center;width:100%}.category-box>ul:first-child{margin:30px 0 0}.category-box>ul:last-child{margin:0 0 30px}.category-box>ul>li{padding:10px 0;border-bottom:.5px dashed #9ea6b9;background-color:#fff;transition:background-color 30ms linear}.category-box>ul>li:hover{background-color:hsla(0,0%,93%,.478)}.category-box>ul>.product-tag-item:last-child{border-bottom:none}.category-box .product-tag-item-divider{width:100%;margin:4px 0;border-bottom:1px solid #9da6b8}.closeicon{position:absolute;top:20px;right:20px}.closeicon img{max-width:20px;filter:grayscale(100)}.category-havesomthing{margin:0 -15px}.category-havesomthing>div{margin:0}.productDescription-modal>:last-child{margin:0;padding:0;top:auto;min-height:400px}.productDescription-modal>.rodal-mask{background-color:rgba(0,0,0,.78)}.productDescription__container{overflow-y:scroll;max-height:500px;margin:8px 0 16px}.productDescription__head{display:flex;justify-content:space-between;align-items:center;padding:16px 12px 8px 16px}.productDescription__head>:first-child{font-size:14px;font-weight:500;letter-spacing:0;color:#2a2a2a}.productDescription__head>:last-child{max-width:20px;filter:grayscale(100)}.productDescription__imgWrapper--img{background-color:#f6f6f6;max-width:100%;position:relative;background-size:cover;height:260px;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:6px;margin-right:14px;margin-bottom:5px}.productDescription__imgWrapper--dummy{display:flex;height:258px;justify-content:center;box-shadow:0 3px 6px rgba(0,0,0,.161);align-items:center;opacity:.5;background-color:#efefef}.productDescription__contentBox{height:100%;background-color:#fff;margin-top:-1px;padding:0 0 100px}.productDescription__contentBox--head{display:flex;flex-direction:row;justify-content:space-between;padding:10px 22px 10px 16px}.productDescription__contentBox--head-name{font-size:15px;font-weight:600;letter-spacing:0;color:#2a2a2a}.productDescription__contentBox--variant{padding:0 20px 20px}.productDescription__contentBox--body{font-size:13px;font-weight:400;letter-spacing:0;color:rgba(42,42,42,.722);padding:0 35px 0 16px}.productDescription__footer{display:flex;width:100%;position:absolute;bottom:0;justify-content:space-between;padding:15px;max-height:75px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 16px rgba(0,0,0,.2)}.productDescription__footer--outofstock{border-radius:24px;display:flex;justify-content:center;align-items:center;padding:4px 0;height:48px;width:153px;color:#fff;font-weight:600;background-color:#2a2a2a}.productDescription__footer .store-closed-icon{width:11px;height:11px;margin-right:5px}.productDescription__footer .store-closed-para{display:block;line-height:1.5}.productDescription__footer .store-closed-para>p{margin:0;color:#000;font-size:10px}.productDescription__footer .store-closed-para>p>span{text-decoration:underline}.productDescription__amount{display:flex;flex-direction:column;justify-content:center}.productDescription__amount--box{display:flex;flex-direction:row}.productDescription__amount--box-discounted{font-size:20px;font-weight:600;letter-spacing:0;color:#ea5151;padding:6px 0}.productDescription__amount--box-withoutdiscounted{display:flex;align-items:center;text-decoration:line-through;font-size:13px;font-weight:500;letter-spacing:0;color:#88889a;margin-left:3px}.productDescription__amount--savebox{font-size:12px;letter-spacing:0;color:#25252e}.productDescription__imgWrapper>.slick-slider.slick-initialized{padding:0;background-color:transparent;border-radius:8px}.productDescription__imgWrapper>.slick-initialized .slick-slide{padding:0!important}.dotted_icons{display:inline-block;background-color:#fff;vertical-align:middle;margin:auto;padding:8px 0 0;text-align:center}.dotted_icons li{list-style:none;cursor:pointer;display:inline-block;margin:0 4px;padding:0}.dotted_icons li button{border:none;background:#bababa;color:transparent;cursor:pointer;display:block;height:6px;width:6px;border-radius:7.5px;padding:0}.dotted_icons li.slick-active button{padding:0;background:#ea5151 0 0 no-repeat padding-box;border-radius:3px;width:12px;height:6px}.dotted_icons li button:focus,.dotted_icons li button:hover{background:#ea5151;outline:0}@media(max-width:320px){.productDescription__container{max-height:430px}.productDescription__imgWrapper--dummy,.productDescription__imgWrapper--img{height:170px}.productDescription__contentBox--head-name{font-size:14px}.productDescription__contentBox--head-amount{font-size:13px}.productDescription__contentBox--body{font-size:12px}}.auth-modal-wrap h2{font-size:22px;margin-bottom:5px;font-weight:600}.auth-modal-wrap .closeicon{position:absolute;top:20px;right:20px}.auth-modal-wrap .closeicon img{max-width:20px;filter:grayscale(100)}.auth-modal-wrap .small-heading{color:#9ea6b9;font-size:14px;font-weight:300;margin-bottom:15px;display:block}.auth-modal-wrap .form-group{margin-top:10px;position:relative}.auth-modal-wrap .form-group .form-control{width:100%;background-color:#f6f6f6;border:1px solid #191b26;border-radius:10px;padding:15px 15px 15px 40px}.auth-modal-wrap .form-group img{position:absolute;top:15px;max-width:20px;left:15px}.auth-modal-wrap .bottom-txt{font-size:12px;font-weight:400;margin:10px 0 30px;display:block;line-height:16px}.auth-modal-wrap .catalog-custom-btn{padding:15px;font-size:18px;text-transform:uppercase;border-radius:30px;font-weight:600}.ds-order-item{box-shadow:0 16px 36px rgba(0,0,0,.16);border-radius:10px;padding:20px;border:0;margin:20px 0;cursor:pointer}.ds-order-item__head{display:flex;flex-direction:column;justify-content:space-between;position:relative}.ds-order-item__head .top-wrap{display:flex;justify-content:space-between;padding:5px 0}.ds-order-item__head .top-wrap .status .refunded{position:absolute;right:5px;top:5px;color:#000}.ds-order-item__head .top-wrap .status .refunded .ref-id{color:#999}.ds-order-item__head .top-wrap .oid{font-weight:700;font-size:15px;color:#313131}.ds-order-item__head .top-wrap span{font-weight:600;color:#ea5151;font-size:14px}.ds-order-item__head .top-wrap span.warning{color:#d61d1d}.ds-order-item__head .time-wrap{font-size:12px;color:#999;margin:5px 0}.ds-order-item__body{margin-top:10px;line-height:1.2em}.ds-order-item__body span{color:#777;font-size:12px;display:inline-block;word-break:break-all}.ds-order-item__footer{display:flex;justify-content:flex-end}.ds-order-item .reorder-btn-wrap{box-shadow:none;font-size:14px;background-color:transparent;margin-top:10px;font-weight:600;color:#ea5151;border:1px dotted #ea5151;padding:7px 12px;border-radius:30px}.OrderInstructionModal{padding-top:15px}.OrderInstructionModal--title{font-size:17px;font-weight:600;letter-spacing:0;color:#4d4d4d;display:block}.OrderInstructionModal--textarea{width:100%;height:110px;border-radius:4px;border:1px solid #ccd2de;resize:none;font-size:12px;padding:6px 10px;margin:24px 0}.OrderInstructionModal--text{color:#8d8c8c;font-size:15px;margin:14px 0 0}.OrderInstructionModal>button{padding:15px 0}.dialog-OrderInstruction{display:flex;flex-direction:column;width:30%;height:auto;transform:translate(50%,-50%);background-color:#fff;border:1px solid #707070;border-radius:15px;z-index:9999;position:absolute;top:50%;right:50%;padding:30px 40px 40px}.dialog-OrderInstruction__close{position:absolute;top:10px;right:10px;cursor:pointer}.dialog-OrderInstruction__close>img{max-width:20px;filter:grayscale(100)}.cashConfModal{padding-top:30px;line-height:1.5em}.cashConfModal--title{font-size:15px;font-weight:600;letter-spacing:0;color:#4d4d4d;display:block;margin-bottom:24px}.cashConfModal>button{padding:15px 0}.dd-miviewer{display:flex;flex-direction:column;width:100%;height:100%}.dd-miviewer__side{display:flex;flex-grow:1;justify-content:flex-start;align-items:center;padding:20px 20px 0}.dd-miviewer__side--image{min-height:60px;min-width:60px;margin-right:10px;border:1px solid;border-radius:6px;max-width:90px;max-height:90px}.dd-miviewer__side--image img{border-radius:5px}.dd-miviewer__main{display:flex;flex-grow:3;min-height:50vh}.dd-miviewer__empty>img{max-height:400px}@media screen and (min-width:766px){.dd-miviewer{display:flex;flex-direction:row-reverse;width:100%;max-height:500px}.dd-miviewer__side{display:flex;flex-direction:column;flex-grow:0;justify-content:flex-start;align-items:center;padding:20px}.dd-miviewer__side--image{min-height:60px;min-width:60px;border:1px solid;border-radius:6px;margin:5px 0;max-width:90px;max-height:90px}.dd-miviewer__side--image img{border-radius:5px}.dd-miviewer__main{display:flex;flex-grow:3;min-height:50vh;min-width:50vh}}.lazy-itemCard{display:flex;flex-direction:column;width:100%;height:100%}.lazy-itemCard--head{background:#ddd;height:158px;max-width:100%;position:relative;background-size:cover;border-radius:6px 6px 0 0}.lazy-itemCard--body{display:flex;flex-direction:column;padding:6px 6px 10px;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:0 0 6px 6px;background-color:#fff}.lazy-itemCard--name{background:#ddd;padding:10px;overflow:hidden;text-overflow:ellipsis;margin:5px}.lazy-itemCard--box{display:flex;flex-direction:row}.lazy-itemCard--amount,.lazy-itemCard--cta{display:flex;flex-grow:1;background:#ddd;padding:10px;overflow:hidden;text-overflow:ellipsis;margin:5px}.animate{animation:load .8s linear infinite;animation-fill-mode:forwards;background:#ddd;background-image:linear-gradient(270deg,#ddd 0,#f5f5f5 20%,#efefef 40%,#ddd);background-repeat:no-repeat;background-size:cover}.checkmark{position:absolute;top:50%;left:0;height:16px;width:16px;background-color:#fff;border-radius:50%;border:1px solid #ea5151;transform:translateY(-50%)}.custom-radio-btn{position:relative}.custom-radio-btn label{padding-left:36px;position:relative}.custom-radio-btn label input{display:none}.custom-radio-btn input[aria-checked=true]~.checkmark:after{background-color:#ea5151}.custom-radio-btn .checkmark:after{position:absolute;top:50%;left:50%;height:10px;width:10px;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);content:""}.ds-searchbar-wrapper{width:100%}.ds-searchbar-wrapper .searchbar{display:flex;flex-direction:row;align-items:center;height:43px;padding:0 15px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 1px 3px rgba(0,0,0,.161);border:.3000000119px solid #ebebeb;border-radius:4px;opacity:1}.ds-searchbar-wrapper .searchbar-icon{width:16px;height:16px}.ds-searchbar-wrapper .searchbar-input{border:0;width:-webkit-fill-available;text-align:left;padding-left:10px;font-size:15px;letter-spacing:.42px;color:#898989}.ds-searchbar-wrapper .searchbar-closeicon{display:contents;cursor:pointer}.ds-searchbar-wrapper .searchbar-closeicon img{max-width:20px;filter:grayscale(100)}.searchbar-fixed{display:flex;justify-content:center;position:fixed;top:0;left:0;width:100%!important;padding:6px 0;z-index:99;background:#fff 0 0 no-repeat padding-box;box-shadow:0 1px 3px rgba(0,0,0,.2)}.searchbar-fixed>div{width:92%}.dukaanCard{display:flex;flex-direction:column;align-items:flex-end;line-height:1em}.dukaanCard-wrap{display:flex;flex-direction:row;padding:20px 0;width:100%}.dukaanCard__image{display:flex;justify-content:center;align-items:center;height:76px;width:76px;background:transparent 0 0 no-repeat padding-box;box-shadow:0 10px 16px rgba(0,0,0,.161);border-radius:8px}.dukaanCard__image>img{max-width:100%;height:auto;border-radius:8px}.dukaanCard__body{margin:0 0 0 11px;width:75%}.dukaanCard__name{font-size:14px;color:#2a2a2a;font-weight:600;text-decoration:none}.dukaanCard__categoryDistance{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:85%}.dukaanCard__categoryDistance>span{color:#ea5151;font-size:11px;font-weight:600}.dukaanCard__categoryDistance--dot{padding:2px;border-radius:20px;background-color:#ea5151;margin:1px 4px;display:-webkit-inline-box}.dukaanCard__categoryDistance--name{white-space:nowrap}.dukaanCard__address{font-size:10px;font-weight:600;color:rgba(60,64,66,.569);padding-top:3px}.dukaanCard__bottom-line{width:80%;float:right;border-bottom:.5px dashed #bfbfbf}.dukaanCard-loader{display:flex;padding:15px 0}.dukaanCard-loader__img{height:76px;width:76px;border-radius:8px;margin-right:11px}.dukaanCard-loader__wrap{display:flex;flex-direction:column;width:75%}.dukaanCard-loader__name{width:60%;padding:6px}.dukaanCard-loader__type{width:50%;padding:4px;margin:5px 0 10px}.dukaanCard-loader__address{width:85%;padding:15px}.dukaanCard-loader .animate{animation:load 1.4s linear infinite;animation-fill-mode:forwards;background:#e2e1e1;background-image:linear-gradient(270deg,#ddd 0,#f5f5f5 20%,#efefef 40%,#ddd);background-repeat:no-repeat;background-size:cover}.dukaanInfoPopUp{display:flex;justify-content:center;margin-top:20px}.dukaanInfoPopUp>:first-child>.closeicon{top:10px;right:10px}.dukaanInfoPopUp-box{display:flex;flex-direction:column;align-items:center;overflow-y:scroll;max-height:400px;margin-bottom:16px;width:100%;line-height:1em}.dukaanInfoPopUp-box>button{padding:13px 0;font-size:16px}.dukaanInfoPopUp__dukaanicon{display:flex;justify-content:center;align-items:center;width:78px;height:78px;border:3px solid #e6e6e6;border-radius:10px;margin-bottom:12px}.dukaanInfoPopUp__dukaanicon>img{max-width:100%;height:auto;border-radius:6px}.dukaanInfoPopUp__dukaanName{font-size:16px;font-weight:600;letter-spacing:0;color:#2a2a2a;margin:0 10%;text-align:center}.dukaanInfoPopUp__categoryDistance{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin:5px 0 22px}.dukaanInfoPopUp__categoryDistance>span{color:#ea5151;font-size:11px;font-weight:600;white-space:nowrap}.dukaanInfoPopUp__categoryDistance--dot{padding:2px;border-radius:20px;background-color:#ea5151;margin:0 4px}.dukaanInfoPopUp__address{display:flex;flex-direction:column;align-items:center;padding:10px 0 27px;margin:0 10%;border-top:1px dashed #cacaca}.dukaanInfoPopUp__address>:first-child{font-size:11px;letter-spacing:0;color:#2a2a2a;margin-bottom:4px}.dukaanInfoPopUp__address>:last-child{font-size:11px;letter-spacing:0;color:gray;text-align:center}.spotlight__header{background:transparent linear-gradient(180deg,#fcdacb,hsla(0,0%,100%,0)) 0 0 no-repeat padding-box;padding-bottom:50px}.spotlight__header--head{padding:14px 20px 10px 12px;display:flex;justify-content:space-between}.spotlight__header--head>.back--icon>img{max-width:100%;height:24px;filter:invert(1)}.spotlight__header--head>.search--icon{display:flex;justify-content:flex-start;align-items:center;background-color:#fff;width:100%;padding:10px;border-radius:14px;box-shadow:0 2px 2px 2px #ffd5c1;font-size:14px;color:#8f8f8f}.spotlight__header--head>.search--icon>img{max-width:100%;height:16px;margin-right:5px}.spotlight__header--body{padding:12px 24px}.spotlight__header--wrap{display:flex;justify-content:space-between}.spotlight__header--wrap>.search--icon>img{max-width:100%;height:20px;margin-right:5px}.spotlight__header--contentwrapper{padding:0 24px}.spotlight__header--footer{display:block;padding:15px 10px 0}.spotlight__header--footer .bussiness__type{display:block;background-color:#fff;border-radius:12px;box-shadow:0 0 6px 2px rgba(0,0,0,.161);min-height:200px}.spotlight__header--footer .bussiness__type--box{display:grid;grid-template-columns:repeat(4,1fr);padding:14px 8px 8px;grid-gap:12px}.spotlight__header--footer .bussiness__type--category{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.spotlight__header--footer .bussiness__type--category-img{width:57px;height:57px}.spotlight__header--footer .bussiness__type--category-img>img{border-radius:50px;box-shadow:0 1px 4px 1px #e2e2e2;max-width:100%;height:100%}.spotlight__header--footer .bussiness__type--category-name{font-size:11px;font-weight:400;text-align:center;padding-top:14px;line-height:1.4em}.spotlight__header--title{font-size:18px;font-weight:500;letter-spacing:.3px;color:#202124;margin:0 0 8px}.spotlight__header--location{display:flex;align-items:center;flex-flow:wrap}.spotlight__header--location-name{font-size:21px;font-weight:700;color:#000;padding-bottom:3px;border-bottom:2px solid #ea5151;margin-right:12px}.spotlight__header--location-dummy{width:100px;padding:10px;margin-right:10px}.spotlight__header--location-change-btn{border:.8000000119px solid #ea5151;font-size:10px;letter-spacing:.14px;max-height:26px;width:auto;color:#ea5151;padding:0 7px;margin:12px 0}.spotlight__header--location-change-btn>img{max-width:100%;height:12px;margin:0 0 0 3px}.spotlight__header .animate{animation:load 1.8s linear infinite;animation-fill-mode:forwards;background:#eadfd9;background-image:linear-gradient(270deg,#ddd 0,#f5f5f5 20%,#efefef 40%,#ddd);background-repeat:no-repeat;background-size:cover}.bussiness__type>.slick-slider.slick-initialized{padding:0;background-color:transparent;border-radius:8px}.bussiness__type>.slick-initialized .slick-slide{padding:0!important}.ds-citySearchItems{display:flex;height:40px;margin-bottom:20px}.ds-citySearchItems__left{display:flex;justify-content:center;align-items:flex-start;padding-right:15px}.ds-citySearchItems__left>img{max-width:100%;height:16px}.ds-citySearchItems__right{display:flex;justify-content:space-between;font-size:15px;font-weight:600;color:#000;width:100%}.ds-citySearchItems__right .city-name{font-size:15px;border-bottom:1px dashed #a5a5a5;width:80%}.ds-citySearchItems__right .check-icon>img{max-width:100%;height:16px}.side-drawer{height:100%;background:#fff;position:fixed;top:0;left:0;width:40%;z-index:99;box-shadow:1px 0 7px rgba(0,0,0,.5);transform:translateX(-100%);transition:transform .3s ease-out}.side-drawer__close{position:absolute;top:20px;right:20px;cursor:pointer}.side-drawer__close img{max-width:20px;filter:grayscale(100)}.side-drawer.open{transform:translateX(0)}.athsPopUp{position:fixed;top:0;height:100vh;width:100%;z-index:99999;background:rgba(0,0,0,.71)}.athsPopUp,.athsPopUp__modal{display:flex;flex-direction:column;justify-content:center;align-items:center}.athsPopUp__modal{background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:9px;margin:0 22px;padding:9px 10px 0}.athsPopUp__modal--cancelIcon{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%}.athsPopUp__modal--cancelIcon>img{width:16px;filter:grayscale(1)}.athsPopUp__modal--imgLogo{max-width:85px;max-height:85px;box-shadow:0 3px 6px rgba(0,0,0,.161);border:4px solid #fff}.athsPopUp__modal--imgLogo>img{max-width:100%}.athsPopUp__modal--qoute{font-size:20px;font-weight:700;letter-spacing:0;color:#000;margin:18px 0 7px}.athsPopUp__modal--qoute,.athsPopUp__modal--text{display:flex;flex-direction:row;justify-content:center}.athsPopUp__modal--text{align-items:center;text-align:center;font-size:12px;font-weight:400;color:#606060;padding:0 30px;line-height:1.4em}.athsPopUp__modal--button{display:flex;flex-direction:row;justify-content:center;background:#ea5151 0 0 no-repeat padding-box;border-radius:22px;color:#fff;font-size:13px;margin:21px 0 25px;padding:14px 0;width:90%;border:0}.toggleTextSwitch{display:flex;justify-content:center;align-items:center}.toggleTextSwitch>label{font-size:11px;color:#424242;font-weight:500}.toggleTextSwitch .btn-color-mode-switch{display:inline-block;margin:0;position:relative}.toggleTextSwitch .btn-color-mode-switch>label.btn-color-mode-switch-inner{margin:0;width:148px;height:40px;background:#e0e0e0;border-radius:26px;overflow:hidden;position:relative;transition:all .3s ease;display:block}.toggleTextSwitch .btn-color-mode-switch>label.btn-color-mode-switch-inner:before{content:attr(data-on);position:absolute;font-size:11px;font-weight:600;top:12px;right:10px;color:#a3a3a3}.toggleTextSwitch .btn-color-mode-switch>label.btn-color-mode-switch-inner:after{content:attr(data-off);width:70px;height:30px;display:flex;align-items:center;justify-content:center;background:#ea5151;color:#fff;border-radius:26px;position:absolute;left:0;top:0;text-align:center;transition:all .3s ease;box-shadow:0 0 6px -2px #111;padding:5px 0;font-weight:600}.toggleTextSwitch .btn-color-mode-switch>.alert{display:none;background:#ff9800;border:none;color:#fff}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]{cursor:pointer;width:50px;height:25px;opacity:0;position:absolute;top:0;z-index:1;margin:0}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner{background:#ea5151;color:#fff}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:after{content:attr(data-on);left:77px;background:#ea5151;color:#fff}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner:before{content:attr(data-off);right:auto;left:10px}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]:checked+label.btn-color-mode-switch-inner{background:#eeeef1;color:#424242}.toggleTextSwitch .btn-color-mode-switch input[type=checkbox]:checked~.alert{display:block}.guide-lines__deliveryPickup{position:fixed;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.851);z-index:9999}.guide-lines__deliveryPickup--text{position:absolute;left:50%;top:50%;transform:translate(-70%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:flex-end;color:#fff;font-size:16px;width:66%}.guide-lines__deliveryPickup--text>span{margin-bottom:10px;text-align:end}.guide-lines__deliveryPickup--text>button{color:#fff;border-radius:5px;border:1px dotted #fff;background-color:transparent;padding:10px 30px}.guide-lines__deliveryPickup--line{position:absolute;top:45px;right:80px;height:40%;border:1px dashed #fff}.guide-lines__deliveryPickup--line:after{content:"";height:15px;width:15px;background-color:#fff;border-radius:50%;position:absolute;bottom:-7px;left:-7px}.guide-lines__deliveryPickup--toggleSwitch{padding:2px;background-color:#fff;position:absolute;right:10px;top:4px;border-radius:30px}.OrderConfirmLoader{position:relative}.OrderConfirmLoader .payment-section{display:flex;padding:20px;position:relative}.OrderConfirmLoader .payment-section .payment-closeicon{position:absolute;top:0;right:10px;cursor:pointer}.OrderConfirmLoader .payment-section .payment-closeicon img{max-width:20px;filter:grayscale(100)}.OrderConfirmLoader .payment-section h2{margin:0;color:#1c1d1d}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section h2{font-size:28px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section h2{font-size:24px}}.OrderConfirmLoader .payment-section:not(:last-child){border-bottom:.4px solid hsla(0,0%,44%,.2)}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section{flex-direction:column}}.OrderConfirmLoader .payment-section .info-header{color:#1c1d1d;margin:0}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .info-header--main{font-size:14px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .info-header--main{font-size:12px}}.OrderConfirmLoader .payment-section .info-header--sub{margin-right:15px}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .info-header--sub{font-size:12px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .info-header--sub{font-size:10px}}.OrderConfirmLoader .payment-section .payment-selection{margin-top:10px;padding:16px 15px 19px;border-radius:10px;border:1px solid #3e9b28;display:flex;flex:1 1 100%;background-color:#ddf7d8}.OrderConfirmLoader .payment-section .payment-selection__radio{margin-right:13px}.OrderConfirmLoader .payment-section .payment-selection__radio--icon{display:inline-block;width:18px;height:18px;border-radius:50px;background-color:#ea5151;position:relative}.OrderConfirmLoader .payment-section .payment-selection__radio--icon-inner{position:absolute;display:inline-block;width:13.5px;height:13.5px;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-50%);border:3px solid #ddf7d8;background-color:#ea5151}.OrderConfirmLoader .payment-section .payment-selection__info{display:flex;flex-direction:column}.OrderConfirmLoader .payment-section .payment-selection__info--header{color:#101010;margin:0 0 6px;font-weight:400}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .payment-selection__info--header{font-size:18px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .payment-selection__info--header{font-size:16px}}.OrderConfirmLoader .payment-section .payment-selection__info--amount{display:flex;font-weight:400}.OrderConfirmLoader .payment-section .payment-selection__info--amount-text{color:#a8a8a8}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .payment-selection__info--amount-text{font-size:16px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .payment-selection__info--amount-text{font-size:14px}}.OrderConfirmLoader .payment-section .payment-selection__info--amount-price{margin-left:7px;font-weight:500;letter-spacing:1.17px;color:#ea5151}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .payment-selection__info--amount-price{font-size:16px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .payment-selection__info--amount-price{font-size:14px}}.OrderConfirmLoader .payment-section .payment-options{margin-top:5px;display:flex;align-items:center}.OrderConfirmLoader .payment-section .payment-options>span{display:inline-block}.OrderConfirmLoader .payment-section .payment-options>span:not(:first-child){margin-left:10px}.OrderConfirmLoader .payment-section .payment-options--cash{margin:0;font-size:12px;color:#1c1d1d}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section--vary{align-items:center;justify-content:center}}.OrderConfirmLoader .payment-section .payment-cancellation{display:flex;flex:1 1 100%;align-items:center}.OrderConfirmLoader .payment-section .payment-cancellation__bar{flex:1 1 auto;margin-right:20px;border-radius:8px;background-color:#ededed;overflow:hidden;position:relative}@media screen and (min-width:767px){.OrderConfirmLoader .payment-section .payment-cancellation__bar{height:19px}}@media screen and (max-width:766px){.OrderConfirmLoader .payment-section .payment-cancellation__bar{height:12px}}.OrderConfirmLoader .payment-section .payment-cancellation__bar--animated{position:absolute;left:0;height:100%;border-radius:8px;animation-timing-function:linear;animation-name:move;width:100%}.OrderConfirmLoader .payment-section .payment-cancellation__btn{flex:0 0 auto}.variantModal{position:relative}.variantModal .variantModal-section{display:flex;padding:0 20px;position:relative}.variantModal .variantModal-section .variantModal-closeicon{position:absolute;top:0;right:10px;cursor:pointer}.variantModal .variantModal-section .variantModal-closeicon img{max-width:20px;filter:grayscale(100)}.variantModal .variant-list{padding:0 20px 100px;max-height:400px;overflow:auto}.variantModal .add-to-cart{position:absolute;bottom:0;width:100%;z-index:999;background-color:#fff;padding:20px 20px 0;box-shadow:0 -3px 6px rgba(0,0,0,.078)}.variantModal .add-to-cart button{width:100%;padding:15px 0;background-color:#ea5151;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:30px}.single-select-radio-groups .radio-item{display:flex;border:1px solid #dedede;padding:12px 5px 12px 15px;min-height:80px;border-radius:8px;margin:10px 0;font-size:13px}.single-select-radio-groups .radio-item>input{margin-right:10px}.single-select-radio-groups .radio-item>input[type=radio]:checked{color:#ea5151;background-color:#ea5151;border-color:#ea5151}.single-select-radio-groups>.active{border:1px solid #ea5151;color:#ea5151;font-weight:500}.single-select-radio-groups .out-of-stock{border:1px dashed hsla(0,0%,73%,.796)!important;background-color:#eee;opacity:.6}.single-select-radio-groups .inventory-change{margin:8px 0 0;font-size:12px}.variantChooseRepeatModal .title{font-size:18px;font-weight:600;padding:10px 20px 20px}.variantChooseRepeatModal .sub-title{padding:0 20px 7px;font-size:16px;font-weight:500}.variantChooseRepeatModal .variant-name{padding:0 20px;font-size:13px;font-weight:300}.variantChooseRepeatModal .footer{padding:20px 20px 0;display:flex}.variantChooseRepeatModal .footer>button{padding:14px 0;border-radius:22px;background-color:#fff;border:1px solid;font-size:15px}.variantChooseRepeatModal .footer>:first-child{margin-right:20px}.variantChooseRepeatModal .footer .choose_btn,.variantChooseRepeatModal .footer .repeat_btn{width:50%}.variantSelectedListModal .title{font-size:18px;font-weight:600;padding:10px 20px 20px}.variantSelectedListModal .item-list{display:flex;flex-direction:column;padding:0 20px;max-height:400px;overflow:auto}.variantSelectedListModal .item-list .item{display:flex;padding:12px 0}.variantSelectedListModal .item-list .item .left{padding-right:8px;width:80%}.variantSelectedListModal .item-list .item .left .item-name{font-size:14px;font-weight:500;padding-bottom:6px}.variantSelectedListModal .item-list .item .left .variant-name{font-size:12px;font-weight:300}.variantSelectedListModal .item-list .item .right{display:flex;flex:auto;justify-content:center;align-items:center;padding-left:4px}.cartValidationErrorMsgModal .info-icon{max-width:100%;height:14px}.paymentOptions-wrapper{margin-top:10px}.paymentOptions-wrapper.disabled{opacity:.5;pointer-events:none}.paymentOptions-wrapper ul{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:20px}.paymentOptions-wrapper ul li{position:relative;border-radius:10px;box-shadow:0 12px 24px 0 rgba(0,0,0,.3);padding:12px;height:112px;color:#fff;list-style:none}.paymentOptions-wrapper ul li.googlepay{background-color:#4285f4}.paymentOptions-wrapper ul li.mobikwik{background-color:#0c4bff}.paymentOptions-wrapper ul li.mobikwik>.logo-wrap>img{position:relative;bottom:7px}.paymentOptions-wrapper ul li.phonepe{background-color:#6738b7}.paymentOptions-wrapper ul li.card,.paymentOptions-wrapper ul li.creditCard,.paymentOptions-wrapper ul li.debitCard{background-color:#fc5c02}.paymentOptions-wrapper ul li.card>.logo-wrap>img{position:relative;bottom:7px}.paymentOptions-wrapper ul li.paytm,.paymentOptions-wrapper ul li.paytmupi{background-color:#06306f}.paymentOptions-wrapper ul li.whatsapp{background-color:#4cb050}.paymentOptions-wrapper ul li.whatsapp>.logo-wrap>img{max-width:55%}.paymentOptions-wrapper ul li.airtel{background-color:#e40000}.paymentOptions-wrapper ul li.airtel>.logo-wrap{padding:5px 0}.paymentOptions-wrapper ul li.payzapp{background-color:#9ea6b9}.paymentOptions-wrapper ul li.lazyPay{background-color:#ed3561}.paymentOptions-wrapper ul li.lazyPay>.logo-wrap>img{max-width:55%}.paymentOptions-wrapper ul li.cash{background-color:#403f41}.paymentOptions-wrapper ul li.cash>.logo-wrap>img{max-width:55%}.paymentOptions-wrapper ul li.cemi{background-color:#000}.paymentOptions-wrapper ul li.cemi>.logo-wrap>img{position:relative;bottom:5px}.paymentOptions-wrapper ul li .logo-wrap{position:relative;width:48px;height:48px;padding:12px 0;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);background-color:#fff;text-align:center;display:flex;justify-content:center;align-items:center}.paymentOptions-wrapper ul li .logo-wrap img{max-width:80%}.paymentOptions-wrapper ul li .logo-wrap+span{font-weight:500;display:block;font-size:11px;letter-spacing:.5px;margin-top:14px;white-space:nowrap}.paymentOptions-wrapper ul li .transaction-charge-text{font-weight:400;font-size:9px;position:absolute;width:-moz-fit-content;width:fit-content;left:0;padding-left:12px}.desktopPaymentModal .content-grid{display:grid;grid-template-columns:30% auto;gap:20px;max-height:800px}.desktopPaymentModal .content-grid .option-card{width:100%;padding:16px 10px;margin:0 0 20px;box-shadow:0 3px 6px rgba(0,0,0,.11);border-radius:8px;border:.4px solid #efefef;cursor:pointer}.desktopPaymentModal .content-grid .option-card .input-wrap{padding:0 10px 0 12px}.desktopPaymentModal .content-grid .option-card .content-wrap{display:flex;flex:auto;flex-direction:column;justify-content:space-between}.desktopPaymentModal .content-grid .option-card .content-wrap .icons-wrap{display:flex;flex:auto;padding-top:10px}.desktopPaymentModal .content-grid .option-card .content-wrap .icons-wrap>span{display:flex;flex:1;justify-content:center;align-items:center;padding:8px 5px;background-color:#fff;border:1px solid #f1f1f1;border-radius:5px;margin-right:8px}.desktopPaymentModal .content-grid .option-card .content-wrap .icons-wrap>span>img{max-width:100%;height:20px}.desktopPaymentModal .content-grid .option-card .transaction-charge-text{margin-top:10px;font-size:14px;color:gray;padding-left:2.5rem}.desktopPaymentModal .content-grid .selected{border:.4px solid #b8d8a7;background-color:rgba(186,255,149,.11)}.desktopPaymentModal .content-grid .card-payment-exceptions{font-size:12px;color:rgba(39,45,59,.57)}.desktopPaymentModal .partial-payment-section{padding:0 12px 30px;border-bottom:1px solid #e0e0e0;margin-bottom:24px}.desktopPaymentModal .partial-payment-section .title{font-family:Montserrat;font-style:normal;font-weight:600;font-size:20px;line-height:24px;color:#000;margin-bottom:24px}.desktopPaymentModal .partial-payment-section .radio-input-wrapper{display:flex;gap:40px}@media screen and (max-width:766px){.desktopPaymentModal .partial-payment-section .radio-input-wrapper{flex-direction:column;gap:20px}}.desktopPaymentModal .partial-payment-section .radio-input-wrapper .radio-input-item{display:flex;align-items:center;gap:10px}.desktopPaymentModal .partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap{display:flex;gap:10px}.desktopPaymentModal .partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap img{cursor:pointer}.desktopPaymentModal .partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap .__react_component_tooltip{background:#4f4f4f;border-radius:5px;padding:12px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:18px;opacity:1}.desktopPaymentModal .partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap article{font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:15px;color:#2c2c2c}.desktopPaymentPage .rodal-mask{background:#fff}.extra-cod-charges{color:#6b6b6b;font-size:14px;font-style:normal;font-weight:400;line-height:20px;align-self:stretch}.extra-cod-charge-container{flex-shrink:0;background-color:#fff}.extra-cod-charge-container .header{height:47.101px;flex-shrink:0;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center}.extra-cod-charge-container .header .header-text{height:21.195px;flex-shrink:0;color:#272d3b;font-size:16px;font-style:normal;font-weight:400;line-height:normal;display:flex;justify-content:center}.extra-cod-charge-container .cost-breakup{display:flex;flex-direction:column;align-items:flex-start;gap:40px;margin:36px}.extra-cod-charge-container .cost-breakup .sub-header{color:#000;font-size:22px;font-style:normal;font-weight:700;line-height:24px}.extra-cod-charge-container .cost-breakup .cost-breakup-info{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:100%}.extra-cod-charge-container .cost-breakup .cost-breakup-info .cost-breakup-sub-info{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.extra-cod-charge-container .cost-breakup .cost-breakup-info .cost-breakup-sub-info .cost-breakup-sub-info-detail{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.extra-cod-charge-container .cost-breakup .cost-breakup-info .cost-breakup-sub-info .cost-breakup-sub-info-detail .cost-breakup-sub-info-detail-text,.extra-cod-charge-container .cost-breakup .cost-breakup-info .cost-breakup-sub-info .cost-breakup-sub-info-detail .cost-breakup-sub-info-detail-value{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.extra-cod-charge-container .cost-breakup .cost-breakup-info .grand-total{display:flex;justify-content:space-between;align-items:center;width:100%}.extra-cod-charge-container .cost-breakup .cost-breakup-info .grand-total .grand-total-text{color:#000;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.extra-cod-charge-container .cost-breakup .cost-breakup-info .grand-total .grand-total-value{color:#000;font-size:20px;font-style:normal;font-weight:700;line-height:24px}.extra-cod-charge-container .confirm-cod-btn{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:8px;border-radius:200px;background:var(--Kinetic-Colors-Gray-gray-900,#0e0e0e);bottom:0;margin:36px}.extra-cod-charge-container .confirm-cod-btn .confirm-cod-btn-text{color:var(--Kinetic-Colors-Natural-white,#fff);font-size:16px;font-style:normal;font-weight:600;line-height:20px}.partial-payment-section{padding:0 12px 30px;border-bottom:1px solid #e0e0e0;margin-bottom:24px;margin-top:-15px}.partial-payment-section .title{font-family:Montserrat;font-style:normal;font-weight:600;font-size:20px;line-height:24px;color:#000;margin-bottom:24px}.partial-payment-section .radio-input-wrapper{display:flex;gap:40px}@media screen and (max-width:766px){.partial-payment-section .radio-input-wrapper{flex-direction:column;gap:20px}}.partial-payment-section .radio-input-wrapper .radio-input-item{display:flex;align-items:center;gap:10px}.partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap{display:flex;gap:10px}.partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap img{cursor:pointer}.partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap .__react_component_tooltip{background:#4f4f4f;border-radius:5px;padding:12px;font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:18px;opacity:1}.partial-payment-section .radio-input-wrapper .radio-input-item .radio-content-wrap article{font-family:Montserrat;font-style:normal;font-weight:400;font-size:12px;line-height:15px;color:#2c2c2c}.partial-payment-section .radio-input-wrapper .radio-input-item .mobile-radio-wrap .__react_component_tooltip{width:65%}.card-payment-box .card-wrapper{padding:20px}.card-payment-box .card-wrapper .card{padding:15px;border-radius:12px;border:1px solid #e2e2e2;box-shadow:0 0 4px #e2e2e2}.card-payment-box .card-wrapper .card .top-wrap .icon-wrapper{width:48px;height:48px;padding:12px 0;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);background-color:#fff;text-align:center;display:inline-block}.card-payment-box .card-wrapper .card .top-wrap .icon-wrapper img{max-width:100%;max-height:100%;display:block;margin:auto}.card-payment-box .card-wrapper .card .form-wrap{padding:20px 0}.card-payment-box .card-wrapper .card .form-wrap small.error{color:red;font-weight:400;font-size:12px;display:block;line-height:15px;margin-top:10px}.card-payment-box .card-wrapper .card .form-wrap .form-control{background-color:transparent;border:0;border-radius:0;border-bottom:1px solid #191b26;padding-left:0;outline:none;box-shadow:none;font-size:18px}.card-payment-box .card-wrapper .card .form-wrap label{font-size:10px;font-weight:600;letter-spacing:1px;color:#b9b8b8;text-transform:uppercase;margin-right:10px;padding-bottom:4px}.card-payment-box .card-wrapper .card .inline-form-wrap{display:flex}.card-payment-box .card-wrapper .card .inline-form-wrap .form-group{width:50%;margin-right:10px;padding:20px 0 10px;display:flex;flex-direction:column;align-items:flex-start}.card-payment-box .card-wrapper .card .inline-form-wrap .form-group .form-control{width:82px}.card-payment-box .cta-btn{margin-top:24px;width:100%;background-color:#191b26;font-size:18px;font-weight:700;line-height:24px;padding:14px;height:auto;border-radius:12px;color:#fff;border:0;text-transform:uppercase}.promoList{max-width:1000px;margin:0 auto 64px}@media(min-width:767px){.promoList{margin-bottom:72px}}.promoList .header .promoList__title{margin-bottom:2rem;font-size:28px}@media(min-width:767px){.promoList .header .promoList__title{margin-bottom:3rem;font-size:40px}}.promoList .header .action-wrapper>img{filter:invert(1)}.promoList .slider-scrollbar{height:6px}.promoList .couponDetails-overlay .topdesign{position:relative;background-color:#ffcece;margin:-15px -15px 0}.promoList .couponDetails-overlay .topdesign>img{-o-object-fit:cover;object-fit:cover}.promoList .couponDetails-overlay .topdesign:before{border-radius:0 50% 50% 0;clip-path:circle(50% at 0 50%)}.promoList .couponDetails-overlay .topdesign:after,.promoList .couponDetails-overlay .topdesign:before{content:"";position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,.949);z-index:999;bottom:-20px}.promoList .couponDetails-overlay .topdesign:after{border-radius:50% 0 0 50%;right:0;clip-path:circle(50% at 99% 50%)}.promoList .couponDetails-overlay .cross-icon{bottom:-85px;left:50%;transform:translateX(-50%)}.promoList>.slick-slider.slick-initialized{padding:0;background-color:transparent;border-radius:8px}.promoList .slick-track{display:flex}.promoList .slick-track .slick-slide{height:inherit}.promoList .slick-track .slick-slide>div{height:100%}.promoList>.slick-initialized .slick-slide{padding:0!important}.promoList>.slick-initialized .slick-slide>div{margin:0 0 0 15px}.promoApplyWidget .applyNowView .not-available{border-color:#ffec83;background-color:#fff6c1;color:#202431}.promoApplyWidget .applyNowView-detailCta .details .apply-offer-text{color:#ea5151}.promoApplyWidget .applyNowView-detailCta>:first-child{width:-moz-fit-content;width:fit-content}.promoApplyWidget .applyNowView-detailCta>:first-child>img{max-width:100%;height:24px}.promoApplyWidget .applyNowView-detailCta>:last-child{width:40px}.promoApplyWidget .applyNowView-detailCta>:last-child img{max-width:100%;height:24px;filter:invert(1)}.promoApplyWidget .payment-chips-container{padding:0 16px 26px 56px;overflow:auto;white-space:nowrap}.promoApplyWidget .promoBox{min-width:160px;height:46px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 1px 3px rgba(0,0,0,.122);border:1px solid #e5e5e5;border-radius:7px;padding:10px;margin-right:8px}.promoApplyWidget .promoBox.appliedPromoBox{flex-wrap:0;box-shadow:0 2px 4px rgba(0,0,0,.161);border:1px solid #0dbf44;border-radius:3px}.promoApplyWidget .promoBox .payment-promo-image{width:26px;height:26px;margin-right:8px}.promoApplyWidget .promoBox .card-text{font-size:10px;margin-top:3px;color:#939393}.promoApplyWidget .promoBox .callout-text{max-width:110px;overflow:hidden;text-overflow:ellipsis}.promoApplyWidget .section-divider{border-top:.5px solid #e9ecf2}.promoApplyWidget .appliedView-detailCta .details .apply-offer-text{color:#0dbf44}.promoApplyWidget .appliedView-detailCta .details .promo-code{background-color:#ecfff0;border:1px solid #0dbf44;color:#0dbf44;padding:1px 3px;border-radius:4px;margin-right:5px}.promoApplyWidget .appliedView-detailCta>:first-child{width:-moz-fit-content;width:fit-content}.promoApplyWidget .appliedView-detailCta>:first-child>img{max-width:100%;height:24px}.promoApplyWidget .appliedView-detailCta>:last-child{color:#ea5151}.allOfferPageContainer{width:100%;margin:0 auto}@media(min-width:990px){.allOfferPageContainer{padding-bottom:6rem;width:100%;height:auto;box-sizing:border-box;margin:0 auto}.allOfferPageContainer .offerBannerImg{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.allOfferPageContainer .availableOfferText{left:150px;top:50%;transform:translateY(-50%)}}.allOfferPageContainer .modal-header .back-arrow{padding:13px 16px}.allOfferPageContainer .modal-header .availableOfferText{left:40px;top:48px}.allOfferPageContainer .green-tick-image{width:20px;height:20px}.allOfferPageContainer .applied-text{color:#0dbf44}.allOfferPageContainer .promoAppliedBox{background:#edfff0;padding:16px 12px;margin-bottom:15px;border-radius:9px}.allOfferPageContainer .promoAppliedBox .applied-amount-txt,.allOfferPageContainer .promoAppliedBox article{color:#0dbf44}.allOfferPageContainer .promoAppliedBox .applied-amount-txt{font-size:12px}.allOfferPageContainer .promoAppliedBox .remove-btn{color:#ea5151;font-size:14px;font-weight:400}.allOfferPageContainer .promoAppliedBox .promo-code{background-color:#ecfff0;border:1px solid #0dbf44;color:#0dbf44;padding:1px 3px;border-radius:4px;margin-right:5px}.allOfferPageContainer .promoAppliedBox .promoBox{min-width:160px;height:46px;background:#fff 0 0 no-repeat padding-box;box-shadow:0 1px 3px rgba(0,0,0,.122);border:1px solid #e5e5e5;border-radius:7px;padding:10px;margin-right:8px}.allOfferPageContainer .promoAppliedBox .promoBox.appliedPromoBox{flex-wrap:0;box-shadow:0 2px 4px rgba(0,0,0,.161);border:1px solid #0dbf44;border-radius:3px}.allOfferPageContainer .promoAppliedBox .promoBox .payment-promo-image{width:26px;height:26px;margin-right:8px}.allOfferPageContainer .promoAppliedBox .promoBox .card-text{font-size:10px;margin-top:3px;color:#939393}.allOfferPageContainer .tab-container{border-bottom:1px solid #e6e6e6}.allOfferPageContainer .tab-container div{padding:20px 15px}.allOfferPageContainer .storePromotionMainContainer{-ms-overflow-style:none;scrollbar-width:none;padding:30px 22px 50px;max-height:65vh;overflow:auto;max-width:1000px;margin:0 auto}.allOfferPageContainer .storePromotionMainContainer::-webkit-scrollbar{display:none}.allOfferPageContainer .storePromotionMainContainer .couponDetails-overlay .topdesign{position:relative;background-color:#ffcece;margin:-15px -15px 0}.allOfferPageContainer .storePromotionMainContainer .couponDetails-overlay .topdesign>img{-o-object-fit:cover;object-fit:cover}.allOfferPageContainer .storePromotionMainContainer .couponDetails-overlay .topdesign:before{content:"";position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,.949);z-index:999;border-radius:0 50% 50% 0;bottom:-20px;clip-path:circle(50% at 0 50%)}.allOfferPageContainer .storePromotionMainContainer .couponDetails-overlay .topdesign:after{content:"";position:absolute;width:40px;height:40px;background-color:rgba(0,0,0,.949);z-index:999;border-radius:50% 0 0 50%;bottom:-20px;right:0;clip-path:circle(50% at 99% 50%)}.allOfferPageContainer .storePromotionMainContainer .couponDetails-overlay .cross-icon{bottom:-85px;left:50%;transform:translateX(-50%)}.allOfferPageContainer .storePromotionMainContainer .main .input-box__cta{color:#ea5151;cursor:pointer}.allOfferPageContainer .storePromotionMainContainer .main .error-msg>span{height:18px;width:18px;border-radius:50%}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .pb0px{padding-bottom:0!important}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item{padding:20px 0 16px}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item .details .left .promo-code>span{font-size:11px;background-color:#ea5151}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item .details .right{color:#ea5151}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item .w-53{max-width:53px}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item .h-67{height:67px}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list .coupon-item .coupon-note{display:inline-block;padding:6px 14px;font-size:11px;border-radius:13px;margin:0;color:#ea5151}.allOfferPageContainer .storePromotionMainContainer .main .coupons-list>:last-child{border:none}.allOfferPageContainer .paymentPromotionMainContainer{padding:10px 22px 50px;max-width:1000px;margin:0 auto}.allOfferPageContainer .paymentPromotionMainContainer .singlePaymentPromo{padding:24px 0 16px}.allOfferPageContainer .paymentPromotionMainContainer .singlePaymentPromo .promoDetails{margin-top:2px}.allOfferPageContainer .paymentPromotionMainContainer .singlePaymentPromo .promoImage{width:60px;height:60px;margin-right:14px}.allOfferPageContainer .paymentPromotionMainContainer .singlePaymentPromo .promo-desc{color:#939393;font-size:10px;margin-top:2px}.allOfferPageContainer .paymentPromotionMainContainer .cardPaymentBox{position:absolute;bottom:0;left:0;right:0;background:#fff;z-index:111;border-top-left-radius:16px;border-top-right-radius:16px;height:420px}.cardVerifyModal .close-icon{background-color:hsla(0,0%,77%,.161);position:absolute;left:50%;transform:translateX(-50%);top:-72px;border-radius:50%;width:44px;height:44px}.cardVerifyModal .close-icon>img{height:25px}.cardVerifyModal .card-wrapper{padding:0}.cardVerifyModal .card-wrapper .cta-btn{margin-top:40px}.cardVerifyModal .card-wrapper .form-group{display:flex;flex-direction:column}.bg-lime-green-color{background-color:#23bf44}.lime-green-color{color:#23bf44}.b-lime-green-color{border-color:#23bf44}.bg-flamingo-color{background-color:#ea5151}.flamingo-color{color:#ea5151}.b-flamingo-color{border-color:#ea5151}.bg-peach-yellow-color{background-color:#fbddb1}.peach-yellow-color{color:#fbddb1}.b-peach-yellow-color{border-color:#fbddb1}.bg-ochre-color{background-color:#b8741e}.ochre-color{color:#b8741e}.b-ochre-color{border-color:#b8741e}.bg-misty-rose-color{background-color:#ffd8d8}.misty-rose-color{color:#ffd8d8}.b-misty-rose-color{border-color:#ffd8d8}.bg-cloud-burst-color{background-color:#363f4f}.cloud-burst-color{color:#363f4f}.b-cloud-burst-color{border-color:#363f4f}.bg-sunset-orange-color{background-color:#f54947}.sunset-orange-color{color:#f54947}.b-sunset-orange-color{border-color:#f54947}.bg-harlequin-color{background-color:#37cb00}.harlequin-color{color:#37cb00}.b-harlequin-color{border-color:#37cb00}.bg-amaranth-color{background-color:#ed3561}.amaranth-color{color:#ed3561}.b-amaranth-color{border-color:#ed3561}.bg-highlighter-red-color{background-color:#ea5158}.highlighter-red-color{color:#ea5158}.b-highlighter-red-color{border-color:#ea5158}.bg-slimy-green-color{background-color:#3a8e0d}.slimy-green-color{color:#3a8e0d!important}.b-slimy-green-color{border-color:#3a8e0d}.bg-ultramarine-blue-color{background-color:#3d6afe}.ultramarine-blue-color{color:#3d6afe!important}.b-ultramarine-blue-color{border-color:#3d6afe}.copyright-text-grey-color{color:#a3a3a3}.light-suva-grey{color:#929292}.vertical-ad-text-color{color:#7f7f7f}.black-color{color:#000}.bg-pure-black-color{background-color:#000}.white-color{color:#fff}.bg-white__color{background-color:#fff}.opaque-grey__color{color:#7f7f7f}.tile-gray-color{color:gray}.star-dust{color:#9c9faa}.sonic-silver{color:#797a7c}.c44454A{color:#44454a}.c24AC21{color:#24ac21}.c28292C{color:#28292c}.c333333DE{color:rgba(51,51,51,.871)}.c1C1C1C{color:#1c1c1c}.c464646{color:#464646}.c393939{color:#393939}.c2F80ED{color:#2f80ed}.c6C6C6C{color:#6c6c6c}.cF54C52{color:#f54c52}.cacaca{color:#cacaca}.coupon-card1{padding:16px 21px;background-color:#ffe0e0}.coupon-card1>svg{left:-10px;max-width:100%;height:25px}.coupon-card1:after,.coupon-card1>svg{position:absolute;top:50%;transform:translateY(-50%)}.coupon-card1:after{content:"";width:10px;height:20px;border-radius:30px 0 0 30px;background-color:#fff;right:0}.coupon-card2,.coupon-card4{height:125px;overflow:hidden}.coupon-card2 svg,.coupon-card4 svg{top:8px;left:4px}.coupon-card2 .left,.coupon-card4 .left{width:55%}.coupon-card2 .left .codeText,.coupon-card4 .left .codeText{font-size:11px}.coupon-card2 .right,.coupon-card4 .right{position:absolute;z-index:-1;bottom:0;right:0;height:100%;width:100%}.coupon-card2 .right>img,.coupon-card4 .right>img{width:73%;height:100%;-o-object-fit:cover;object-fit:cover;margin-left:auto}.coupon-card4{height:125x}.coupon-card4 svg{top:12px;left:4px}.heroBanner8{background:transparent linear-gradient(105deg,#ea5151,#752975) 0 0 no-repeat padding-box}.heroBanner8__wrapper{max-width:930px}.heroBannerWrapper{position:relative;margin-bottom:72px}@media screen and (max-width:766px){.heroBannerWrapper{margin-bottom:64px}.heroBannerWrapper.herobanner6{margin-bottom:0}}.heroBannerWrapper.placeholder{height:100vh}.heroBannerWrapper .arrow-btns{top:50%;transform:translateY(-50%);z-index:1}.herobanner_slider--icons{display:inline-block;position:absolute;vertical-align:middle;text-align:center;width:100%;bottom:-8px}.herobanner_slider--icons li{list-style:none;cursor:pointer;display:inline-block;margin:0 4px;padding:0}.herobanner_slider--icons li button{border:none;background:hsla(0,0%,100%,.6);color:transparent;cursor:pointer;display:block;height:8px;width:8px;border-radius:5px;padding:0}.herobanner_slider--icons li.slick-active button{padding:0;background:#fff 0 0 no-repeat padding-box;border-radius:5px;width:8px;height:8px}.herobanner_slider--icons li button:focus,.herobanner_slider--icons li button:hover{background:#fff;outline:0}@media screen and (min-width:766px){.herobanner_slider--icons{bottom:20px}}.clHaveSomeThingInMind__wrapper{max-width:930px;border:1px solid #ffec83;background-color:#fff6c1}.ds-fullscreenMultiMediaViewer .content-wraaper{left:50%;top:50%;transform:translate(-50%,-50%)}.ds-fullscreenMultiMediaViewer .content-wraaper .right-detials .close-icon{filter:grayscale(1)}@media screen and (min-width:766px){.ds-fullscreenMultiMediaViewer .content-wraaper{max-width:1102px;max-height:658px}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .back-icon{position:absolute;top:50%;left:0;transform:translateY(-50%);background-color:hsla(0,0%,100%,.267)}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .back-icon img{filter:invert(1);opacity:.7}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .back-icon:hover{background-color:hsla(0,0%,100%,.502)}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .forward-icon{position:absolute;top:50%;right:0;transform:translateY(-50%);background-color:hsla(0,0%,100%,.267)}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .forward-icon img{filter:invert(1);opacity:.7}.ds-fullscreenMultiMediaViewer .content-wraaper .image-slider .forward-icon:hover{background-color:hsla(0,0%,100%,.502)}.ds-fullscreenMultiMediaViewer .right-detials .close-icon{filter:grayscale(1)}.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap{display:grid;grid-template-columns:repeat(4,1fr);grid-row-gap:20px;overflow-y:auto;max-height:450px}.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap .img-wrap{height:86px;width:86px}.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap .img-wrap img{-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:766px){.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap{display:flex;justify-content:flex-start;align-items:center;overflow-x:auto;width:450px}.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap .img-wrap{height:60px;width:60px;margin-right:10px}.ds-fullscreenMultiMediaViewer .right-detials .image-selector-wrap .img-wrap img{-o-object-fit:cover;object-fit:cover}}.ds-fullscreenMultiMediaViewer .image-slider>.slick-slider>.slick-list,.ds-fullscreenMultiMediaViewer .slick-track{height:100%}.ds-fullscreenMultiMediaViewer .image-slider>.slick-slider>.slick-list img,.ds-fullscreenMultiMediaViewer .slick-track img{-o-object-fit:contain;object-fit:contain}.ds-fullscreenMultiMediaViewer .image-slider>.slick-slider{width:100%;height:100%}.ds-fullscreenMultiMediaViewer .image-slider>.slick-slider.slick-initialized{padding:0;background-color:transparent;border-radius:8px}.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide{padding:0!important}.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .react-transform-wrapper,.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .react-transform-wrapper>.react-transform-component{height:100%}.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .react-transform-wrapper>.react-transform-component>img{-o-object-fit:contain;object-fit:contain}.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .iiz,.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .iiz>div,.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide .iiz>div>img{width:100%;height:100%}.ds-fullscreenMultiMediaViewer .image-slider>.slick-initialized .slick-slide>div{height:100%}.inaccessibleLayer{background-color:rgba(0,0,0,.8);position:fixed;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:999999}.inaccessibleLayer-login{position:absolute;right:0;top:0;padding:30px 20px}.inaccessibleLayer-login p{margin:0;font-size:14px;line-height:15px;color:#fff;text-align:right}.inaccessibleLayer-login .login-btn{font-size:15px;border-radius:8px;border:.4px solid #fff;padding:7px 13px;color:#fff;transition:color 50ms linear,background-color 50ms linear}.inaccessibleLayer-login .login-btn:hover{background-color:#fff;color:#000}.inaccessibleLayer .enable-container{box-shadow:0 16px 36px rgba(0,0,0,.475);border-radius:8px;padding:52px 67.2px;width:420px;height:-moz-fit-content;height:fit-content}.inaccessibleLayer .enable-container>p{margin:0 0 24px;font-size:18px}.inaccessibleLayer .enable-container>div{border-radius:8px;background-color:#3d6afd;color:#fff;padding:17px 15px 15px;transition:background-color 50ms linear}.inaccessibleLayer .enable-container>div:hover{background-color:#375edd}.redirectionWebConsoleModal{background:rgba(0,0,0,.8);top:0;bottom:0;left:0;right:0;position:fixed;z-index:9999999}.redirectionWebConsoleModal-container{background:transparent linear-gradient(69deg,#fcddc8,#fdeadc 56%,#fef1e8) 0 0 no-repeat padding-box;box-shadow:0 16px 36px rgba(0,0,0,.361);border-radius:8px;width:560px;padding:59px 50px 68px}.redirectionWebConsoleModal-container .image-container{left:-20px}.redirectionWebConsoleModal-container .progress-bar-container{width:100%;height:6px;position:relative;overflow:hidden;background:#fff}.redirectionWebConsoleModal-container .progress-bar-container .bar{position:absolute;width:50%;height:100%;display:flex;animation:move 2s linear infinite;background-color:#3d6afd}.redirectionWebConsoleModal-container .sub-text{font-size:16px;color:rgba(0,0,0,.53)}.redirectionWebConsoleModal--header{font-size:28px}@keyframes move{0%{transform:translate(-100%)}to{transform:translate(350%)}}.paymentPromoDetailsModal .close-icon{background-color:hsla(0,0%,77%,.161);position:absolute;left:50%;transform:translateX(-50%);top:-72px;border-radius:50%;width:44px;height:44px}.paymentPromoDetailsModal .close-icon>img{height:25px}.paymentPromoDetailsModal .promoCodeBox{display:inline-block;border:1px dashed #d5d5d5;border-radius:4px;padding:5px 10px;margin:24px 0;font-size:21px}.paymentPromoDetailsModal .logo-coupon-desc img{flex-shrink:0}.paymentPromoDetailsModal .notesList{padding:20px 20px 0;border-top:.5px solid #9ea6b9}.paymentPromoDetailsModal .notesList li{font-size:14px;color:#939393;font-size:400;margin-bottom:18px}@media screen and (min-width:767px){.paymentPromoDetailsModal{padding:40x 60px!important}}.framer-card .image-wrap{background-color:#fff;overflow:hidden;position:relative;width:100%}.framer-card .image-wrap .collection-image{height:100%;width:100%;left:0;top:0;position:absolute;background-size:contain;background-repeat:no-repeat;background-position:50%}.framer-card .banner-type{width:100%;position:absolute;bottom:-40px;opacity:0;background-color:#000;color:#fff;padding:12px;font-size:14px;text-align:center;transition:bottom .25s linear,opacity .25s linear}.framer-card:hover .banner-type{bottom:0;opacity:1}.vertical-categoryWidget{padding:0 20px;margin-bottom:64px}.vertical-categoryWidget__container{width:100%;max-width:1400px}.vertical-categoryWidget__title{font-size:18px;margin:0 0 32px}.vertical-categoryWidget__box{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:25px}.vertical-categoryWidget .see-more-btn{padding-top:2rem}.vertical-categoryWidget .see-more-btn .expandable-btn{border:1px solid #000;padding:15px 20px;cursor:pointer;background-color:#fff;position:relative;color:#000}.vertical-categoryWidget .see-more-btn .expandable-btn>span{z-index:2;position:relative;color:inherit}.vertical-categoryWidget .see-more-btn .expandable-btn:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#000;transition:all .35s}.vertical-categoryWidget .see-more-btn .expandable-btn:hover{color:#fff}.vertical-categoryWidget .see-more-btn .expandable-btn:hover:after{width:100%}.vertical-categoryWidget2{padding:0 20px;margin-bottom:64px}.vertical-categoryWidget2__container{width:100%;max-width:1400px}.vertical-categoryWidget2__title{font-size:18px;margin:0 0 32px}.vertical-categoryWidget2__box{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:auto;-moz-column-gap:23px;column-gap:23px;row-gap:34px}@media screen and (max-width:767px){.vertical-categoryWidget2__box{grid-template-columns:repeat(4,1fr);-moz-column-gap:10px;column-gap:10px;row-gap:20px}}.vertical-categoryWidget2 .expandable-btn--container{padding-top:2rem}.vertical-categoryWidget2 .expandable-btn{border:.4px solid #e5e5e5;padding:10px 20px;cursor:pointer;background-color:#fff;position:relative;color:#000;width:100%}.vertical-categoryWidget2 .expandable-btn>span{z-index:2;position:relative;color:inherit;font-size:12px}@media screen and (min-width:768px){.vertical-categoryWidget2 .expandable-btn{padding:15px 20px;max-width:330px}.vertical-categoryWidget2 .expandable-btn>span{font-size:18px}}.vertical-categoryWidget2 .expandable-btn:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#000;transition:all .35s}.vertical-categoryWidget2 .expandable-btn:hover{color:#fff}.vertical-categoryWidget2 .expandable-btn:hover:after{width:100%}@media(min-width:767px){.vertical-categoryWidget{margin-bottom:72px}.vertical-categoryWidget__title{font-size:26px;margin:0 0 48px}.vertical-categoryWidget .see-more-btn{padding-top:3rem}.vertical-categoryWidget2{margin-bottom:72px}.vertical-categoryWidget2__title{font-size:26px;margin:0 0 48px}.vertical-categoryWidget2 .expandable-btn--container{padding-top:3rem}}.horizontal-CategoryWidget{margin-bottom:64px}.horizontal-CategoryWidget .title{font-size:18px;margin:0 0 32px}.horizontal-CategoryWidget .arrow-btns{top:50%;transform:translateY(-50%);z-index:10;padding:20px;height:5rem}@media screen and (max-width:766px){.horizontal-CategoryWidget .arrow-btns{padding:15px;height:4rem}}.horizontal-CategoryWidget .scroll-wrapper{display:flex;min-height:200px;overflow-y:hidden}.horizontal-CategoryWidget .scroll-wrapper::-webkit-scrollbar{height:0}.horizontal-CategoryWidget .scroll-wrapper:first-child{min-width:50px}.horizontal-CategoryWidget .scroll-wrapper>article{margin-right:24px;min-width:300px;max-width:300px;width:300px}.horizontal-CategoryWidget .scroll-wrapper .view-more-box--inner{border:.4px solid #6f6e6e;width:100%}.horizontal-CategoryWidget .scroll-wrapper .view-more-box--inner:hover{border-color:#000}.horizontal-CategoryWidget .scroll-wrapper .view-more-box--inner>span{position:relative;margin:0 auto;color:#6f6e6e;font-size:22px;letter-spacing:0;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.horizontal-CategoryWidget .scroll-wrapper .view-more-box--inner>span>span{position:absolute;bottom:-4px;left:0;background-color:#000;width:0;height:1px;transition:width .3s ease-in-out}.horizontal-CategoryWidget .scroll-wrapper .view-more-box:hover>div>span{color:#000}.horizontal-CategoryWidget .scroll-wrapper .view-more-box:hover>div>span>span{width:100%}.horizontal-CategoryWidget .scroll-wrapper::-webkit-scrollbar{width:0;border-radius:8px}.horizontal-CategoryWidget .scroll-wrapper::-webkit-scrollbar-track{background-color:transparent}.horizontal-CategoryWidget>.slick-initialized .slick-slide>div{margin:0 0 0 15px}.horizontal-CategoryWidget2{position:sticky}.horizontal-CategoryWidget2 .title{font-size:18px;margin:64px 0 14px}.horizontal-CategoryWidget2 .arrow-btns{top:66px;z-index:10;padding:20px;height:5rem}@media screen and (max-width:766px){.horizontal-CategoryWidget2 .arrow-btns{padding:15px;height:4rem}}.horizontal-CategoryWidget2 .scroll-wrapper{display:flex;overflow-y:hidden;padding:10px 0 20px}.horizontal-CategoryWidget2 .scroll-wrapper:first-child{min-width:50px}.horizontal-CategoryWidget2 .scroll-wrapper>article{margin-right:24px;min-width:300px;max-width:300px;width:300px}.horizontal-CategoryWidget2 .scroll-wrapper::-webkit-scrollbar{width:0;border-radius:8px}.horizontal-CategoryWidget2 .scroll-wrapper::-webkit-scrollbar-track{background-color:transparent}.horizontal-CategoryWidget2 .scroll-wrapper.custom-scroll{border-bottom:1px solid hsla(0,0%,44%,.251)}@media(min-width:767px){.horizontal-CategoryWidget{margin:0 0 72px}.horizontal-CategoryWidget .title{font-size:26px;margin:0 0 48px}.horizontal-CategoryWidget .scroll-wrapper{min-height:-moz-fit-content;min-height:fit-content}.horizontal-CategoryWidget .scroll-wrapper>.category-card-3{margin-right:24px;min-width:400px}.horizontal-CategoryWidget2 .title{font-size:26px;margin:70px 0 40px}.horizontal-CategoryWidget2 .scroll-wrapper{padding-bottom:30px}}.category-card-1{overflow:hidden;position:relative;cursor:pointer;height:auto}.category-card-1>img{width:100%;height:100%;transition:all .8s}.category-card-1 .image{background-size:cover;background-repeat:no-repeat;transition:all .7s}.category-card-1 .category-name{position:absolute;top:45%;left:50%;transform:translate(-50%,-44%);font-size:18px;font-weight:500;letter-spacing:0;width:100%;padding:0 20px;color:#fff;z-index:4;text-shadow:0 6px 10px rgba(0,0,0,.537);transition:transform .8s ease}.category-card-1 .category-btn{transform:translate(-50%,-20%)}.category-card-1 .category-btn,.category-card-1 .horizontal-category-btn{border-radius:30px;position:absolute;font-size:12px;top:78%;left:50%;padding:10px 15px;z-index:4;border:0;box-shadow:0 6px 26px rgba(0,0,0,.537);background-color:#fff;cursor:pointer;opacity:0;width:-moz-fit-content;width:fit-content;max-width:85%}.category-card-1 .horizontal-category-btn{transform:translate(-50%,-50%)}.category-card-1:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.302);z-index:2;transition:.5s;opacity:0}.category-card-1:hover>.image,.category-card-1:hover>img{transform:scale(1.1)}.category-card-1:hover>.category-name{transform:translate(-50%,-85%)}.category-card-1:hover>button{opacity:1;transform:translate(-50%,-200%);animation:fadeInUp .8s ease}.category-card-1:hover:before{opacity:1}.category-card-3{overflow:hidden;position:relative;cursor:pointer;background-color:#f4f4f4;min-height:4.5rem}.category-card-3>img{width:100%;height:100%;transition:all .8s;transform:scale(1.2)}.category-card-3 .category-btn{border-radius:0;max-width:85%;position:absolute;font-size:12px;bottom:15px;left:15px;padding:10px 30px;z-index:4;border:0;background-color:#fff;cursor:pointer}.category-card-3:hover>img{transform:scale(1.1);transform-origin:left}.category-card-3:hover>button{opacity:1;background-color:#000;color:#fff;transition:background-color .4s ease-in}.category-card-3:hover:before{opacity:1}.category-card-7{overflow:hidden;position:relative;cursor:pointer;background-color:#f4f4f4;border:none}.category-card-7>img{width:100%;height:100%}.category-card-7 .category-btn{border-radius:0;max-width:70%;position:absolute;font-size:12px;bottom:15px;left:15px;padding:10px 30px;z-index:4;border:0;box-shadow:0 6px 26px rgba(0,0,0,.537);background-color:#fff;cursor:pointer}.category-card-7:hover>img{transform-origin:left}.category-card-7:hover>button{opacity:1;background-color:#000;color:#fff;transition:background-color .8s ease-in}.category-card-7:hover:before{opacity:1}.category-card-7:before{top:-10px}.category-card-7:after,.category-card-7:before{content:"";z-index:99;position:absolute;left:32px;display:block;width:16px;height:16px;border-radius:16px;background-color:#e2e2e2}.category-card-7:after{bottom:-10px}.category-card-9{overflow:hidden;position:relative;cursor:pointer;height:auto}.category-card-9>img{width:100%;height:100%;transition:all .8s}.category-card-9 .category-name{position:absolute;top:45%;left:50%;transform:translate(-50%,-44%);font-size:18px;font-weight:500;letter-spacing:0;width:100%;padding:0 20px;color:#fff;z-index:10;margin:15px 0;text-shadow:0 6px 10px rgba(0,0,0,.537);transition:transform .8s ease}.category-card-9 .image{background-size:cover;background-repeat:no-repeat;transition:all .7s}.category-card-9 .category-btn{position:absolute;font-weight:500;font-size:12px;top:75%;left:50%;transform:translate(-50%);padding:10px 25px;z-index:4;border:0;box-shadow:0 6px 26px rgba(0,0,0,.333);background-color:#fff;cursor:pointer;opacity:0;width:-moz-fit-content;width:fit-content;max-width:85%}.category-card-9:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.302);z-index:2;transition:.5s;opacity:0}.category-card-9:hover>.image{transform:scale(1.1)}.category-card-9:hover>.category-name{transform:translate(-50%,-85%)}.category-card-9:hover>button{opacity:1;transform:translate(-50%,-200%);animation:fadeInUp .8s ease}.category-card-9:hover:before{opacity:1}.category-card-12>.image{border-radius:50%}.category-card-13{overflow:hidden;position:relative;cursor:pointer;height:auto}.category-card-13 .category-name{position:absolute;width:100%;bottom:0;left:0;right:0;font-size:12px;letter-spacing:.25px;font-weight:500;line-height:1.1;padding-left:5px;padding-right:5px;padding-bottom:13px;color:#fff;background:transparent linear-gradient(1turn,#000,rgba(84,84,84,0)) 0 0 no-repeat padding-box;opacity:.86}.category-card-11,.category-card-12{position:relative;cursor:pointer;height:auto}.category-card-11.horizontal-card,.category-card-12.horizontal-card{max-width:75px;min-width:75px;margin-right:10px;width:100%}.category-card-11>.category-name,.category-card-12>.category-name{font-size:12px;letter-spacing:.25px;font-weight:500;line-height:1.1;margin-top:10px}.category-card-11 .card-selected-indicator,.category-card-12 .card-selected-indicator{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px;position:absolute;bottom:0;height:5px;background-color:#000}.category-card-11>.image,.category-card-12>.image,.category-card-13>.image,.category-card-1>.image,.category-card-3>.image,.category-card-7>.image,.category-card-9>.image{background-color:#f4f4f4;position:relative;width:100%;background-position:top;background-repeat:no-repeat}@media(min-width:767px){.category-card-1 .category-btn{padding:15px 20px;font-size:18px;opacity:0;left:50%;top:65%}.category-card-9 .category-name{font-size:30px}.category-card-9 .category-btn{font-size:18px;width:135px;height:45px;top:62%}.category-card-11>.category-name{font-size:16px;letter-spacing:.33px}.category-card-11.horizontal-card{max-width:186px;min-width:186px;margin-right:31px}.category-card-12>.category-name{font-size:16px;letter-spacing:.33px}.category-card-12.horizontal-card{max-width:186px;min-width:186px;margin-right:31px}.category-card-13>.category-name{font-size:16px;letter-spacing:.33px}.category-card-13.horizontal-card{max-width:186px;min-width:186px;margin-right:31px}}@media(min-width:992px){.category-card-3 .category-btn{font-size:16px}.category-card-9 .category-name{font-size:30px}.category-card-9 .category-btn{font-size:18px;width:135px;height:45px;top:60%}}@keyframes fadeInUp{0%{opacity:0;transform:translateX(-50%,-78%)}to{opacity:1;transform:translate(-50%,-200%)}}@keyframes textUp{0%{transform:translate(-50%,100%)}to{transform:translate(-50%,-50%)}}@keyframes zoomin{0%{background-size:100%}to{background-size:150%}}.category-widget-9{padding:0 20px}.category-widget-9 .categoryWidget__container{margin:0 auto;width:100%;max-width:1400px}.category-widget-9 .categoryWidget__box{display:grid;row-gap:15px;-moz-column-gap:15px;column-gap:15px;grid-auto-rows:min-content;grid-template-columns:repeat(2,1fr)}.category-widget-9 .categoryWidget__box .card{cursor:pointer;height:auto;overflow:hidden;position:relative}.category-widget-9 .categoryWidget__box .card>img{box-shadow:0 3px 6px rgba(0,0,0,.161);transition:all .8s;width:100%;height:100%}@media screen and (max-width:766px){.category-widget-9 .categoryWidget__box{row-gap:5px;-moz-column-gap:5px;column-gap:5px}}.category-header{background-color:#fff;margin-left:auto;margin-right:auto;padding:20px 0;position:relative;z-index:1}@media screen and (max-width:766px){.category-header{padding-left:16px;padding-right:16px}}.category-header .category-breadcrumb{white-space:nowrap;color:#000;font-weight:400;font-size:22px}.category-header .category-breadcrumb .bottomborder{border-bottom:1.2px solid #000;width:0;position:absolute;bottom:-2px;left:0;transition:width .3s ease-in-out}.category-header .category-breadcrumb:hover .bottomborder{width:100%}@media screen and (max-width:766px){.category-header .category-breadcrumb{font-size:14px;margin-bottom:11px;margin-right:0}}.category-header .category-name{font-size:18px;font-weight:500;margin-bottom:0;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.category-header .product-count{font-size:18px;color:#000}@media screen and (max-width:766px){.category-header .product-count{text-align:center;font-size:14px;color:rgba(0,0,0,.5)}}.category-header.category-header-3 .divider,.category-header.category-header-4 .divider{width:33.3333%}@media screen and (max-width:766px){.category-header.category-header-3 .divider,.category-header.category-header-4 .divider{width:100%;margin-bottom:15px;justify-content:center;flex-direction:column}}.category-header.category-header-1{padding:40px 0}@media screen and (min-width:767px){.category-header.category-header-1{padding-left:20%;padding-right:20%}}.category-header.category-header-1 .category-breadcrumb-1{margin-bottom:10px;font-size:15px}@media screen and (max-width:766px){.category-header.category-header-1 .category-breadcrumb-1{font-size:12px;margin-bottom:7px}}.category-header.category-header-1 .category-name-1{width:80%;font-size:26px;margin:0 auto 10px;font-weight:600}@media screen and (max-width:766px){.category-header.category-header-1 .category-name-1{font-size:17px;margin-bottom:7px}}.category-header.category-header-1 .product-count-1{font-size:15px}@media screen and (max-width:766px){.category-header.category-header-1 .product-count-1{font-size:12px}}@media screen and (min-width:767px){.category-header.category-header-1 .filter-sorting{position:absolute;top:50%;right:0;transform:translate(-30%,-50%)}}@media screen and (max-width:766px){.category-header.category-header-1 .filter-sorting{margin-top:14px;max-width:100%}.category-header.category-header-1 .filter-sorting__box{border-right:none;border-left:none;justify-content:center}.category-header.category-header-1 .filter-sorting__box>p{margin-right:10px}}.category-header.category-pb6px{padding-bottom:6px!important}.category-header.category-header-2{padding:20px 0 40px}@media screen and (max-width:766px){.category-header.category-header-2{padding-left:16px;padding-right:16px;justify-content:flex-start;align-items:flex-start}}.category-header.category-header-2 .block-style{margin-bottom:12px}@media screen and (max-width:766px){.category-header.category-header-2 .block-style{margin-bottom:7px;flex-direction:column;align-items:flex-start}}.category-header.category-header-2 .category-breadcrumb-2{font-weight:400;font-size:18px}@media screen and (min-width:767px){.category-header.category-header-2 .category-breadcrumb-2{margin-right:.5rem}}@media screen and (max-width:766px){.category-header.category-header-2 .category-breadcrumb-2{font-size:12px}}.category-header.category-header-2 .category-name-2{font-size:18px;font-weight:600;padding-left:3px}@media screen and (max-width:766px){.category-header.category-header-2 .category-name-2{font-size:16px;padding-left:0}}.category-header.category-header-2 .product-count-2{font-size:15px}@media screen and (max-width:766px){.category-header.category-header-2 .product-count-2{font-size:12px;text-align:left;margin:0}}@media screen and (min-width:767px){.category-header.category-header-2 .filter-sorting{position:absolute;right:3%;top:-30%;transform:translateY(-50%)}}@media screen and (max-width:766px){.category-header.category-header-2 .filter-sorting{max-width:220px}}.category-header.category-header-3{display:flex;padding:20px 48px 40px}@media screen and (max-width:766px){.category-header.category-header-3{padding-left:16px;padding-right:16px;flex-direction:column}.category-header.category-header-3 .divider{align-items:flex-start;margin-bottom:0}.category-header.category-header-3 .divider:not(:last-child){margin-bottom:12px}}.category-header.category-header-3 .category-breadcrumb-3{font-weight:400;font-size:18px}@media screen and (min-width:767px){.category-header.category-header-3 .category-breadcrumb-3{margin-right:.5rem;padding-right:3px}}@media screen and (max-width:766px){.category-header.category-header-3 .category-breadcrumb-3{font-size:20px;display:none}}.category-header.category-header-3 .category-name-3{font-size:18px;font-weight:600}.category-header.category-header-3 .product-count-3{font-size:16px}@media screen and (max-width:766px){.category-header.category-header-3 .product-count-3{font-size:12px}}@media screen and (min-width:767px){.category-header.category-header-3 .filter-sorting{margin-left:auto}}@media screen and (max-width:766px){.category-header.category-header-3 .filter-sorting{max-width:100%}}.category-header.category-header-4{display:flex;padding:40px 70px}@media screen and (min-width:767px){.category-header.category-header-4{display:flex;align-items:center}}@media screen and (max-width:766px){.category-header.category-header-4{display:block;padding:20px}}.category-header.category-header-4 .category-breadcrumb-4{font-weight:400;font-size:22px}@media screen and (min-width:767px){.category-header.category-header-4 .category-breadcrumb-4{margin-right:.5rem}}@media screen and (max-width:766px){.category-header.category-header-4 .category-breadcrumb-4{font-size:20px}}.category-header.category-header-4 .category-name-4{font-size:22px;font-weight:600}@media screen and (max-width:766px){.category-header.category-header-4 .category-name-4{font-size:20px}}.horizontal-category-display-widget__title{font-size:18px;margin:64px 0 72px}.horizontal-category-display-widget .arrow-btns{top:50%;transform:translateY(-50%);z-index:10;padding:20px;height:5rem}@media screen and (max-width:766px){.horizontal-category-display-widget .arrow-btns{padding:15px;height:4rem}}.horizontal-category-display-widget .scroll-wrapper{display:flex;min-height:200px;overflow-y:hidden;padding:10px 0;scrollbar-width:none}.horizontal-category-display-widget .scroll-wrapper:first-child{min-width:50px}.horizontal-category-display-widget .scroll-wrapper>article{margin-right:24px;min-width:300px}.horizontal-category-display-widget .scroll-wrapper::-webkit-scrollbar{scrollbar-width:thin;width:0;border-radius:8px}.horizontal-category-display-widget .scroll-wrapper::-webkit-scrollbar-track{background-color:transparent}.horizontal-category-display-widget .scroll-wrapper .view-more-box--inner{border:.4px solid #6f6e6e;width:100%}.horizontal-category-display-widget .scroll-wrapper .view-more-box--inner:hover{border-color:#000}.horizontal-category-display-widget .scroll-wrapper .view-more-box--inner>span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.horizontal-category-display-widget .scroll-wrapper .view-more-box:hover>div>span{color:#000}.horizontal-category-display-widget .scroll-wrapper .view-more-box:hover>div>span>span{width:100%}.horizontal-category-display-widget>.slick-initialized .slick-slide>div{margin:0 0 0 15px}.horizontal-category-display-widget .category-card{margin-right:30px;width:300px;min-width:300px;max-width:300px}@media screen and (max-width:767px){.horizontal-category-display-widget .category-card{min-width:40vw;margin-right:10vw}}@media(min-width:767px){.horizontal-category-display-widget__title{font-size:26px}.horizontal-category-display-widget .scroll-wrapper>.category-card-3{margin-right:24px;min-width:400px}}.filter-sorting{position:relative;max-width:278px}.filter-sorting__box{border:1px solid #c7c7c7;padding:17px 21px}@media screen and (max-width:766px){.filter-sorting__box{padding:15px 21px}}.filter-sorting__box p{font-size:14px}@media screen and (max-width:766px){.filter-sorting__box p{font-size:12px}}.filter-sorting__box img{width:15px}@media screen and (max-width:766px){.filter-sorting__box img{width:12px}.filter-sorting__box{border:.4px solid #c7c7c7}}.filter-sorting__dropdown{background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:4px;position:absolute;display:none;width:100%;z-index:5;top:calc(100% + 2px);left:0;padding:14px 0}.filter-sorting__dropdown.active{display:inline-block}.filter-sorting__dropdown--item,.filter-sorting__dropdown__checkbox-container{padding:14px 21px;background-color:#fff;transition:background-color .1s linear;font-weight:500}.filter-sorting__dropdown--item:hover,.filter-sorting__dropdown__checkbox-container:hover{background-color:#f4f4f4}.filter-sorting__dropdown--item.active{color:#3b33ff}.filter-sorting__dropdown__checkbox-container p{font-size:inherit;color:inherit}.filter-sorting__dropdown__checkbox-container img{width:20px;height:20px}.filter-sorting__dropdown__checkbox-container .checkbox-empty{border:1px solid #c7c7c7;border-radius:4px;width:20px;height:20px}.filter-sorting__dropdown hr{margin:14px 0;border:none;border-top:1px solid hsla(0,0%,44%,.17)}.emiModal,.emiSelection{position:relative}.emiSelection .page-header{padding:12px 15px;position:fixed;top:0;left:0;width:100%;z-index:5;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.059)}.emiSelection .page-header>.header-text{font-size:17px}.emiSelection__header{background-color:#fff;z-index:1;display:block;border-bottom:.4px solid rgba(0,0,0,.239)}.emiSelection__header--item{cursor:pointer;display:inline-block;padding:16px 32px;font-size:14px;color:rgba(0,0,0,.38);font-weight:500}.emiSelection__header--item.active{color:#000}.emiSelection__header--item .active-banner{background-color:#000;width:100%;height:3px;bottom:0;left:0;position:absolute}@media screen and (max-width:767px){.emiSelection__header--item{width:50%;text-align:center}}.emiSelection__body{padding-top:26px}@media screen and (max-width:767px){.emiSelection__body{padding-left:16px;padding-right:16px}}.emiSelection__body--inner{max-width:556px;width:100%}.emiSelection__body .accordion{margin-bottom:45px}.emiSelection__body .accordion-item{margin-bottom:10px;border-radius:7px;border:.4px solid #c2c2c2;overflow:hidden}.emiSelection__body .accordion__header{padding:19px 24px;background-color:#f7f7f7}.emiSelection__body .accordion__body{border-top:.4px solid #c2c2c2;padding:23.5px 23px}.emiSelection__body .accordion__body .emi-table{width:100%;border-collapse:collapse}.emiSelection__body .accordion__body .emi-table *{text-align:left}.emiSelection__body .accordion__body .emi-table thead th{padding-top:13px;padding-bottom:13px;font-weight:400;color:#7b7b7b}.emiSelection__body .accordion__body .emi-table tbody tr:not(:last-child) td{border-bottom:.4px solid #c2c2c2}.emiSelection__body .accordion__body .emi-table tbody td{padding-top:15px;padding-bottom:11px}@media screen and (max-width:767px){.emiSelection__body .accordion__body{padding:10px 14px 20px}}@media screen and (min-width:768px){.emiSelection__header{position:sticky;top:0;left:0;padding-top:1rem}}@media screen and (max-width:767px){.emiSelection{padding-top:100px}.emiSelection .page-header>svg{width:22px}.emiSelection__header{position:fixed;top:48px;left:0;width:100%}.emiSelection .accordion__header--title{font-size:14px}.emiSelection .emi-table tbody td,.emiSelection .emi-table thead th{font-size:12px;padding-left:4px;padding-right:4px}}.bankOfferModal{position:relative}.bankOfferModal__header{border-radius:10px 10px 0 0;position:fixed;top:0;left:0;width:100%;background-color:#f8f8f8;padding:25px 30px}.bankOfferModal__header>p{margin:0;font-weight:600;font-size:18px}.bankOfferModal__body{display:flex;flex-direction:column;padding:92px 30px 25px;overflow-y:auto}.bankOfferModal__list{border-bottom:.4px solid #c3c3c3;padding-bottom:17px;margin-bottom:21px}.bankOfferModal__list--header{font-size:18px;font-weight:600;margin-bottom:10px}.bankOfferModal__list--desc{font-size:14px}.emiCardPayment{position:relative}.emiCardPayment .page-header{padding:12px 15px;position:fixed;top:0;left:0;width:100%;z-index:5;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.059)}.emiCardPayment .page-header>.header-text{font-size:17px}.emiCardPayment__header{margin:0 0 16px;font-size:16px;font-weight:600}.emiCardPayment__header>img{filter:grayscale(1);width:14px;margin-left:5px;cursor:pointer}.emiCardPayment .card-header-text{font-size:14px;color:#848484;margin-bottom:10px}.emiCardPayment .card-information-section--first{flex:4 1 100%;padding-right:15px}.emiCardPayment .card-information-section--second{flex:1 1 auto;padding-left:15px}.emiCardPayment .card-header-edit{font-size:14px;color:#3d6afd;position:relative;margin-bottom:10px}.emiCardPayment .emi-input,.emiCardPayment .emi-select{border-radius:7px;border:.4px solid #c2c2c2;background-color:#fff;padding:18px 22px}.emiCardPayment .emi-select{position:relative;width:100px;-webkit-appearance:none;-moz-appearance:none!important;appearance:none!important}.emiCardPayment .emi-select~img{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:14px}.emiCardPayment .emi-input.invalid{border-color:#dd0001}.emiCardPayment .emi-input::-moz-placeholder{color:#848484}.emiCardPayment .emi-input::placeholder{color:#848484}.emiCardPayment .affirmation-btn{background-color:#000;font-size:16px;color:#fff;padding:10px 30px;border:1px solid #000;outline:none}.emiCardPayment .edit-btn{border:1px solid #000;background-color:#fff;color:#000;font-weight:600;padding:10px 30px;font-size:16px;width:-moz-fit-content;width:fit-content;white-space:nowrap}.emiCardPayment .emi-option-accordion__header{background-color:#f7f7f7;padding:20px 24px;border-bottom:.5px solid #d6d6d6}.emiCardPayment .emi-option-accordion__header>p{font-size:16px}.emiCardPayment .emi-option-accordion__body{padding:30px 24px;background-color:#fff}.emiCardPayment .emi-option-accordion__body .emi-table{border-collapse:collapse}.emiCardPayment .emi-option-accordion__body .emi-table *{text-align:left}.emiCardPayment .emi-option-accordion__body .emi-table thead th{width:33.33%;padding:0 0 15px;font-weight:400;color:#7b7b7b}.emiCardPayment .emi-step-completed{border-radius:7px;border:.4px solid #c2c2c2;background-color:#fafafa;padding:18px 22px}.emiCardPayment .emi-step-completed>p{margin:0}.emiCardPayment .card-image{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.emiCardPayment small{position:absolute;left:0;top:calc(100% + 10px)}.emiCardPayment small.error{color:#ee7f7f}.emiCardPayment .cvvShowcasePopup{background-color:#fff;max-width:370px;border-radius:8px;width:100%;padding:20px;position:absolute;top:-180px;left:0;box-shadow:0 0 10px -2px rgba(0,0,0,.5)}.emiCardPayment .cvvShowcasePopup:before{content:"";bottom:-14px;left:102px;transform:translateX(-50%);position:absolute;border-top:15px solid #fefefe;border-left:15px solid transparent;border-right:15px solid transparent}.emiCardPayment .cvvShowcasePopup>p{margin:0 0 10px;font-size:12px}.emiCardPayment .cvvShowcasePopup>img{width:70%}@media screen and (max-width:767px){.emiCardPayment{padding:80px 16px 90px;min-height:100vh;display:flex;flex-direction:column}.emiCardPayment .mobile-affirm-btn-container{position:fixed;bottom:0;background-color:#fff;padding:20px 0;width:calc(100% - 32px);left:50%;transform:translateX(-50%)}.emiCardPayment .mobile-affirm-btn-container>.affirmation-btn{width:100%;padding:13px}.emiCardPayment__header{font-size:15px}.emiCardPayment .card-information-section--first{padding-right:0;margin-bottom:36px}.emiCardPayment .card-information-section--second{padding-left:0}.emiCardPayment .emi-option-accordion__header{padding:18px 10px}.emiCardPayment .emi-option-accordion__header>.custom-radio{flex:0 0 auto;width:18px}.emiCardPayment .emi-option-accordion__header>p{font-size:14px}.emiCardPayment .emi-option-accordion__body{padding:24px 9px}.emiCardPayment .emi-option-accordion__body .emi-table thead th{font-weight:600;font-size:12px;color:#7b7b7b;padding:0 5px 15px}.emiCardPayment .emi-option-accordion__body .emi-table thead th:first-child{width:40%}.emiCardPayment .emi-option-accordion__body .emi-table thead th:not(:first-child){width:30%}.emiCardPayment .emi-option-accordion__body .emi-table tbody td{font-size:14px;padding-left:5px;padding-right:5px}.emiCardPayment .affirmation-btn{font-size:14px;padding:8px 26px}.emiCardPayment .emi-step-completed{padding:19px 15px}.emiCardPayment .emi-step-completed>p{font-size:14px;line-height:20px}.emiCardPayment .emi-input,.emiCardPayment .emi-select{padding:18px 16px}.emiCardPayment small{top:110%}.emiCardPayment .cvvShowcasePopup:before{left:25%}}.custom-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;font:inherit;color:#000;width:18px;height:18px;border:.15em solid #000;border-radius:50%;position:relative}.custom-radio:checked{color:currentColor;border:.15em solid}.custom-radio:before{content:"";width:.6em;height:.6em;border-radius:50%;background-color:transparent;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.custom-radio:checked:before{content:"";background-color:currentColor}.logout-modal-content-container{padding-bottom:15px}.logout-modal-content-container .no-container{cursor:pointer;border-radius:4rem;width:139px;height:54px;border:1px solid #000}.logout-modal-content-container .yes-container{cursor:pointer;border-radius:4rem;width:139px;height:54px;border:1px solid rgba(0,0,0,.1);margin-left:14px}@media screen and (max-width:767px){.logout-modal-content-container{padding-right:11px}.logout-modal-content-container .no-container{cursor:pointer;border-radius:4rem;width:115px;height:45px;border:1px solid #000}.logout-modal-content-container .yes-container{cursor:pointer;border-radius:4rem;width:115px;height:45px;border:1px solid rgba(0,0,0,.1);margin-left:12px}}.header-1>img{max-width:80%!important;transform:translateY(3px)}.header-1-arrow-img{width:10px!important}.header-1-orderdropdown-container{background:#fff;transform:translate(281px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161)}.header-1-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-1-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-1-orderdropdown-container-item{cursor:pointer;border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.header-1-orderdropdown-container-item:nth-child(2){height:96px;border-top:none}.header-1-orderdropdown-container-item:nth-child(3){margin-top:-20px;border-top:none}.header-1-orderdropdown-container-nologin{background:#fff;transform:translate(281px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161);transform:translate(281px,117px)}.header-1-orderdropdown-container-nologin-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-1-orderdropdown-container-nologin-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-1-orderdropdown-container-nologin-item{cursor:pointer;border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.header-1-orderdropdown-container-nologin-item:nth-child(2){height:96px;border-top:none}.header-1-orderdropdown-container-nologin-item:nth-child(3){margin-top:-20px;border-top:none}.header-1-mobile-login-navigation-container{border-top:1px solid rgba(0,0,0,.11);width:100vw;transform:translate(-32px);padding-left:34px;padding-top:20px;padding-bottom:14px;height:26px}.header-1-mobile-login-navigation-container .mobile-translate-logout-text{transform:translate(41px,-25px)}.header-2>img{max-width:80%!important;transform:translateY(3px)}.header-2-arrow-img{width:10px!important}.header-2-orderdropdown-container{background:#fff;transform:translate(290px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161)}.header-2-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-2-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-2-orderdropdown-container-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.header-2-orderdropdown-container-item:nth-child(2){height:96px;border-top:none}.header-2-orderdropdown-container-item:nth-child(3){margin-top:-20px;border-top:none}.header-2-orderdropdown-container-nologin{background:#fff;transform:translate(290px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161);transform:translate(290px,117px)}.header-2-orderdropdown-container-nologin-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-2-orderdropdown-container-nologin-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-2-orderdropdown-container-nologin-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;padding:10px 10px 10px 20px}.header-2-orderdropdown-container-nologin-item:nth-child(2){height:96px;border-top:none}.header-2-orderdropdown-container-nologin-item:nth-child(3){margin-top:-20px;border-top:none}.header-2-mobile-login-navigation-container{border-top:1px solid rgba(0,0,0,.11);width:100vw;transform:translate(-32px);padding-left:34px;padding-top:20px;padding-bottom:14px;height:26px}.header-2-mobile-login-navigation-container .mobile-translate-logout-text{transform:translate(41px,-25px)}.header-3>img{max-width:80%!important;transform:translateY(3px)}.header-3-arrow-img{width:10px!important}.header-3-orderdropdown-container{background:#fff;transform:translate(293px,142px);box-shadow:0 3px 6px rgba(0,0,0,.161)}.header-3-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-3-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-3-orderdropdown-container-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;color:#000;padding:10px 10px 10px 20px}.header-3-orderdropdown-container-item:nth-child(2){height:96px;border-top:none}.header-3-orderdropdown-container-item:nth-child(3){margin-top:-20px;border-top:none}.header-3-orderdropdown-container-nologin{background:#fff;transform:translate(293px,142px);box-shadow:0 3px 6px rgba(0,0,0,.161);transform:translate(293px,117px)}.header-3-orderdropdown-container-nologin-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(110px,-5px) rotate(180deg);margin-top:-.4rem}.header-3-orderdropdown-container-nologin-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-3-orderdropdown-container-nologin-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;color:#000;padding:10px 10px 10px 20px}.header-3-orderdropdown-container-nologin-item:nth-child(2){height:96px;border-top:none}.header-3-orderdropdown-container-nologin-item:nth-child(3){margin-top:-20px;border-top:none}.header-3-mobile-login-navigation-container{border-top:1px solid rgba(0,0,0,.11);width:100vw;transform:translate(-32px);padding-left:34px;padding-top:20px;padding-bottom:14px;height:26px}.header-3-mobile-login-navigation-container .mobile-translate-logout-text{transform:translate(41px,-25px)}.header-7>img{max-width:80%!important;transform:translateY(3px)}.header-7-arrow-img{width:10px!important}.header-7-orderdropdown-container{background:#fff;transform:translate(-11px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161)}.header-7-orderdropdown-container-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(100px,-5px) rotate(180deg);margin-top:-.4rem}.header-7-orderdropdown-container-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-7-orderdropdown-container-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;color:#000;padding:10px 10px 10px 20px}.header-7-orderdropdown-container-item:nth-child(2){height:96px;border-top:none}.header-7-orderdropdown-container-item:nth-child(3){margin-top:-20px;border-top:none}.header-7-orderdropdown-container-nologin{background:#fff;transform:translate(-11px,145px);box-shadow:0 3px 6px rgba(0,0,0,.161);transform:translate(-11px,117px)}.header-7-orderdropdown-container-nologin-arrow{height:1px;width:20px;margin-left:2.5rem;transform:translate(100px,-5px) rotate(180deg);margin-top:-.4rem}.header-7-orderdropdown-container-nologin-arrow:before{content:"";border:10px solid transparent;border-top-color:#fff}.header-7-orderdropdown-container-nologin-item{border-top:1px solid rgba(0,0,0,.11);width:200px;height:60px;color:#000;padding:10px 10px 10px 20px}.header-7-orderdropdown-container-nologin-item:nth-child(2){height:96px;border-top:none}.header-7-orderdropdown-container-nologin-item:nth-child(3){margin-top:-20px;border-top:none}.header-7-mobile-login-navigation-container{border-top:1px solid rgba(0,0,0,.11);width:100vw;transform:translate(-32px);padding-left:34px;padding-top:20px;padding-bottom:14px;height:26px}.header-7-mobile-login-navigation-container .mobile-translate-logout-text{transform:translate(41px,-25px)}.header-logo-image{height:50px;width:50px}.footer-login-logout{width:-moz-fit-content;width:fit-content}.footer-login-logout .footer-login-logout-button{border:.2px solid #707070;text-align:center;padding:3px 8px;border-radius:4px;margin-top:12px;width:70px;height:27px}.footer-login-logout:hover{background:#f4f4f4}@media screen and (max-width:767px){.footer-login-logout{width:-moz-fit-content;width:fit-content}.footer-login-logout .footer-login-logout-button{border:.2px solid #707070;text-align:center;padding:3px 8px;border-radius:4px;margin-top:-12px;margin-bottom:13px;width:70px;height:27px}.footer-login-logout:hover{background:#f4f4f4}}.footer-button-phone-icon{width:11px;height:11px;position:relative;display:inline-block;top:0}.footer1-login-logout{width:70px;margin-top:12px;margin-bottom:5px}.footer1-login-logout .footer1-login-logout-button{border:.2px solid #707070;text-align:center;padding:3px 8px;border-radius:4px;width:70px;height:27px}.footer1-login-logout:hover{background:#f4f4f4}.footer-ads___width{width:877px}.digital-showroom__ads .container-width{width:90vw}.digital-showroom__ads .gif-height{height:13vh}@media screen and (min-width:767px){.digital-showroom__ads .container-width{width:187px}.digital-showroom__ads .gif-height{height:635px}.digital-showroom__ads .margin-left-container{margin-left:7.5vw}}.digital-showroom__ads__mb15rem{margin-bottom:15rem}.digital-showroom__ads__sticky_on_header{top:75px;position:sticky}.mb6-category-item-body{padding:10px 0 24px}.mb6-category-item-body.old-card-wrapper>section{display:grid;grid-auto-rows:auto;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center;justify-items:center}@media screen and (max-width:786px){.mb6-category-item-body{padding:20px}.mb6-category-item-body>section{grid-template-columns:repeat(2,1fr)}}.digital-showroom__ads_footer{width:187px;height:635px}.digital-showroom__ads_footermt_-4px{margin-top:-4px}.digital-showroom__ads_footermt_-2px{margin-top:-2px}.digital-showroom__ads_footer .container-width{width:90vw}.digital-showroom__ads_footer .gif-height{height:13vh}@media screen and (min-width:767px){.digital-showroom__ads_footer .container-width{width:187px}.digital-showroom__ads_footer .gif-height{height:635px}.digital-showroom__ads_footer .margin-left-container{margin-left:7.5vw}}.horizontal-reason-modal{position:absolute;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.082);width:395px;height:190px;border:1px solid #f0f0f0;margin-left:-158px;margin-top:1px}.horizontal-reason-modal .left-section,.horizontal-reason-modal .right-section{height:187px}.horizontal-reason-modal .left-section-text-body{color:#666;border-right:1px solid rgba(0,0,0,.09);width:160px}.horizontal-reason-modal .right-removead-section{border:1px solid #e4e5ec;border-radius:8px;color:#397ef5}.vertical-reason-modal{position:absolute;background:#fff;box-shadow:0 3px 6px rgba(0,0,0,.082);margin-left:-10.7rem;margin-top:2.1rem;width:11.8rem;height:14rem;display:flex}.vertical-reason-modal .top-section{border-bottom:1px solid rgba(0,0,0,.09)}.vertical-reason-modal .vertical-removead-section{border:1px solid rgba(0,0,0,.09);border-radius:8px;color:#397ef5}.mobile-reason-modal{position:absolute;background:#fff;margin-top:1.4rem;margin-left:-1rem;min-height:9rem;box-shadow:0 3px 6px rgba(0,0,0,.082);border:1px solid #f0f0f0;color:#666}.mobile-reason-modal .top-section{border-bottom:1px solid rgba(0,0,0,.09)}.mobile-reason-modal .remove-adsection{border:1px solid rgba(0,0,0,.09);border-radius:8px;color:#397ef5}.middle-body-mobile-reason-modal{position:absolute;background:#fff;margin-top:1.4rem;margin-left:-1.15rem;height:126px;box-shadow:0 3px 6px rgba(0,0,0,.082);border:1px solid #f0f0f0;color:#666}.middle-body-mobile-reason-modal .top-section{border-bottom:1px solid rgba(0,0,0,.09)}.middle-body-mobile-reason-modal .remove-adsection{border:1px solid rgba(0,0,0,.09);border-radius:8px;color:#397ef5}.collectionWidget1{position:relative}@media screen and (min-width:768px){.collectionWidget1{margin-bottom:72px}}@media screen and (max-width:767px){.collectionWidget1{padding:0 10px;margin-bottom:64px}}.collectionWidget1--header{margin:0;text-align:center}@media screen and (min-width:768px){.collectionWidget1--header{font-size:24px;margin-bottom:60px}}@media screen and (max-width:767px){.collectionWidget1--header{font-size:14px;margin-bottom:26px}}.collectionWidget1__body{display:flex;min-height:200px}.collectionWidget1__body.horizontal-view{-moz-column-gap:20px;column-gap:20px;overflow-x:auto;overflow-y:hidden;padding:0 20px 40px}.collectionWidget1__body.horizontal-view .cardWidget{width:220px;min-width:220px}.collectionWidget1__body.grid-view{padding:0 20px;max-width:1160px;width:100%;margin-left:auto;margin-right:auto;display:grid;grid-gap:15px;grid-template-columns:repeat(5,1fr);grid-auto-rows:max-content}.collectionWidget1__body.grid-view .cardWidget{max-width:100%}@media screen and (min-width:768px){.collectionWidget1__body{padding:60px 0;align-items:center}}.cardWidget{position:relative;cursor:pointer;overflow:hidden}.cardWidget.cardWidget1{width:100%;height:auto;max-width:220px;overflow:hidden}.cardWidget.cardWidget1 .cardWidgetImage{filter:brightness(80%)}.cardWidget.cardWidget1 .cardWidgetText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:16px;width:-moz-fit-content;width:fit-content;font-weight:500;text-align:center}@media screen and (max-width:786px){.cardWidget.cardWidget1 .cardWidgetText{font-size:14px}}.cardWidget.cardWidget1:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,.302);z-index:2;transition:.5s;opacity:0}.cardWidget.cardWidget2{width:100%;height:auto;max-width:220px;overflow:hidden}.cardWidget.cardWidget2 .cardWidgetText{color:#000;font-size:16px;font-weight:500;padding-top:12px;text-align:center}@media screen and (max-width:786px){.cardWidget.cardWidget2 .cardWidgetText{text-align:start;font-size:14px}}.cardWidget .cardWidgetImage{width:100%;background-repeat:no-repeat;transition:transform .2s linear,filter .2s linear}.cardWidget .cardWidgetImage.animation-none{transform:scale(1)}.cardWidget .cardWidgetImage.animation-zoom-in{transform:scale(1);filter:brightness(80%)}.cardWidget .cardWidgetImage.animation-zoom-out{transform:scale(1.2);filter:brightness(80%)}.cardWidget:hover .animation-zoom-in{transform:scale(1.2);filter:brightness(40%)}.cardWidget:hover .animation-zoom-out{transform:scale(1);filter:brightness(40%)}@media screen and (min-width:787px){.CollectionCategoryProductWidget1{margin-top:96px}}@media screen and (max-width:786px){.CollectionCategoryProductWidget1{margin-top:56px}}.CollectionCategoryProductWidget1__body{display:flex}.CollectionCategoryProductWidget1__body .left-section{border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;flex:0 0 248px}.CollectionCategoryProductWidget1__body .right-section{flex:1 1 auto;padding:0 20px 75px;margin:0 auto;max-width:940px;width:100%}.CollectionCategoryProductWidget1__body .right-section .collection-category-items .collection-heading{text-align:center;font-size:24px;font-weight:600;margin:0 0 38px}@media screen and (max-width:786px){.CollectionCategoryProductWidget1__body .right-section .collection-category-items .collection-heading{font-size:14px}}.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-header{font-size:18px;font-weight:500;margin:0}@media screen and (max-width:786px){.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-header{font-size:12px}}.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-body{padding:16px 0 24px}.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-body>section{display:grid;justify-self:center;justify-items:center;grid-auto-rows:auto}@media screen and (min-width:787px){.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-body>section{grid-template-columns:repeat(3,1fr);-moz-column-gap:30px;column-gap:30px;row-gap:20px}}@media screen and (max-width:786px){.CollectionCategoryProductWidget1__body .right-section .collection-category-items .category-items-section .category-item-body>section{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:15px}}.CollectionCategorySideRender{position:sticky;top:0}.CollectionCategorySideRender .collection-accordion,.CollectionCategorySideRender .collection-accordion__container{border-bottom:1px solid #e5e5e5}.CollectionCategorySideRender .collection-accordion__header{padding:20px 24px}.CollectionCategorySideRender .collection-accordion__header p{font-size:14px;font-weight:500;color:#000;padding-right:10px}.CollectionCategorySideRender .collection-accordion__header img{transition:transform .2s ease-out}.CollectionCategorySideRender .collection-accordion__body .body-list{padding:0 24px;list-style-type:none}.CollectionCategorySideRender .collection-accordion__body .body-list--item{font-size:14px;font-weight:400;color:#000;margin-bottom:14px;transition:color .15s linear}.CollectionCategorySideRender .collection-accordion__body .body-list--item:hover{color:#c23fd9}.CollectionCategorySideRender .collection-accordion__body .body-list--item.active{color:#a912c4}header .name-logo-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;max-width:100%}header .store-logo{height:40px;width:40px;margin-right:15px}header .store-name{font-size:18px;font-weight:600;display:inherit;width:100%;height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:767px){header .store-name{font-size:16px;height:16px;padding-right:10px}}.imageDescriptionModal .rodal-dialog{max-height:90%;max-width:80vw;padding:40px}@media screen and (max-width:767px){.imageDescriptionModal .rodal-dialog{min-width:100vw;height:101vh;border:none;padding:0}}@media screen and (min-width:787px){.sortAndFilterCollection{margin-top:96px}}@media screen and (max-width:786px){.sortAndFilterCollection{margin-top:56px}}.sortAndFilterCollection__body{display:flex}.sortAndFilterCollection__body .left-section{border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;flex:0 0 248px}.sortAndFilterCollection__body .right-section{flex:1 1 auto;padding:0 20px;margin:0 auto;max-width:940px;width:100%}.sortAndFilterCollection__body .right-section .collection-category-items .collection-heading{text-align:center;font-size:24px;font-weight:600;margin:0 0 38px}@media screen and (max-width:786px){.sortAndFilterCollection__body .right-section .collection-category-items .collection-heading{font-size:14px}}.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-header{font-size:18px;font-weight:500;margin:0}@media screen and (max-width:786px){.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-header{font-size:12px}}.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-body{padding:16px 0 24px}.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-body>section{display:grid;justify-self:center;justify-items:center;grid-auto-rows:auto}@media screen and (min-width:787px){.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-body>section{grid-template-columns:repeat(3,1fr);-moz-column-gap:93px;column-gap:93px;row-gap:28px;justify-self:baseline;justify-items:baseline}}@media screen and (max-width:786px){.sortAndFilterCollection__body .right-section .collection-category-items .category-items-section .category-item-body>section{grid-template-columns:repeat(2,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:15px;justify-self:center;justify-items:center}}.store-policies{display:flex;align-items:flex-start;justify-content:center;margin:0 clamp(15px,5%,40px)}.store-policies .policy-navbar{width:421px;position:sticky;top:124px;margin-right:43px;opacity:1;background-color:#fff}.store-policies .policy-navbar ul{list-style:none;border:1px solid #e2e2e2;border-radius:3px;width:100%}.store-policies .policy-navbar li{font-size:14px;padding:20px 30px 20px 20px;border-bottom:1px solid #e2e2e2;cursor:pointer;white-space:nowrap}.store-policies .policy-navbar li:last-child{border-bottom:0}.store-policies .policy-navbar .page-selected{border-right:3px solid #000;font-weight:600}.store-policies .policy-page{width:100%}.store-policies .policy-page .page-heading{margin-bottom:30px}.store-policies .policy-page .page-heading p{color:#818181;font-size:14px;margin:0}.store-policies .policy-page .page-heading h3{font-size:18px;margin:0 0 6px;font-weight:700}.store-policies .policy-page .page-content{margin:0;font-size:14px;line-height:1.8}.store-policies .policy-page .page-content h2{font-size:16px;font-weight:600}.store-policies .policy-page .page-content p{font-size:14px;line-height:1.8}.store-policies .policy-page .hide-page{display:none}@media screen and (max-width:766px){.store-policies{margin:0 auto 55px;width:100%!important;flex-direction:column;align-items:center}.store-policies .policy-navbar{margin-right:0;margin-bottom:20px;top:55px;width:100%;overflow-x:auto;box-shadow:0 2px 4px rgba(0,0,0,.067)}.store-policies .policy-navbar::-webkit-scrollbar{display:none;width:0;height:0}.store-policies .policy-navbar ul{display:flex;border:1px solid #e2e2e2;padding:0 10px;border-radius:0;width:-moz-fit-content;width:fit-content}.store-policies .policy-navbar li{border:0}.store-policies .policy-navbar .page-selected{border:0;border-bottom:3px solid #000!important;font-weight:600}.store-policies .policy-page{padding:0 20px}.store-policies .policy-page .page-heading{margin-bottom:25px}.store-policies .policy-page .page-heading p{font-size:14px}}.empty-widget-container{margin-bottom:72px}.empty-widget-container .no-spacing-top{margin-top:-72px}.empty-widget-container video{background-color:#fff}@media screen and (max-width:766px){.empty-widget-container{margin-bottom:64px}.empty-widget-container .no-spacing-top{margin-top:-64px}}.f2px{font-size:2px}.f4px{font-size:4px}.f6px{font-size:6px}.f8px{font-size:8px}.f10px{font-size:10px}.f12px{font-size:12px}.f14px{font-size:14px}.f16px{font-size:16px}.f18px{font-size:18px}.f20px{font-size:20px}.f22px{font-size:22px}.f24px{font-size:24px}.f26px{font-size:26px}.f28px{font-size:28px}.f30px{font-size:30px}.f32px{font-size:32px}.f34px{font-size:34px}.f36px{font-size:36px}.f38px{font-size:38px}.f40px{font-size:40px}.f42px{font-size:42px}.ma2px{margin:2px}.mb0px{margin-bottom:0}.mv2px{margin-top:2px;margin-bottom:2px}.mh2px{margin-left:2px;margin-right:2px}.mt2px{margin-top:2px}.mb2px{margin-bottom:2px}.ml2px{margin-left:2px}.mr2px{margin-right:2px}.ma4px{margin:4px}.mv4px{margin-top:4px;margin-bottom:4px}.mh4px{margin-left:4px;margin-right:4px}.mt4px{margin-top:4px}.mb4px{margin-bottom:4px}.ml4px{margin-left:4px}.mr4px{margin-right:4px}.ma6px{margin:6px}.mv6px{margin-top:6px;margin-bottom:6px}.mh6px{margin-left:6px;margin-right:6px}.mt6px{margin-top:6px}.mb6px{margin-bottom:6px}.ml6px{margin-left:6px}.mr6px{margin-right:6px}.ma8px{margin:8px}.mv8px{margin-top:8px;margin-bottom:8px}.mh8px{margin-left:8px;margin-right:8px}.mt8px{margin-top:8px}.mb8px{margin-bottom:8px}.ml8px{margin-left:8px}.mr8px{margin-right:8px}.ma10px{margin:10px}.mv10px{margin-top:10px;margin-bottom:10px}.mh10px{margin-left:10px;margin-right:10px}.mt10px{margin-top:10px}.mb10px{margin-bottom:10px}.ml10px{margin-left:10px}.mr10px{margin-right:10px}.ma12px{margin:12px}.mv12px{margin-top:12px;margin-bottom:12px}.mh12px{margin-left:12px;margin-right:12px}.mt12px{margin-top:12px}.mb12px{margin-bottom:12px}.ml12px{margin-left:12px}.mr12px{margin-right:12px}.ma14px{margin:14px}.mv14px{margin-top:14px;margin-bottom:14px}.mh14px{margin-left:14px;margin-right:14px}.mt14px{margin-top:14px}.mb14px{margin-bottom:14px}.ml14px{margin-left:14px}.mr14px{margin-right:14px}.ma16px{margin:16px}.mv16px{margin-top:16px;margin-bottom:16px}.mh16px{margin-left:16px;margin-right:16px}.mt16px{margin-top:16px}.mb16px{margin-bottom:16px}.ml16px{margin-left:16px}.mr16px{margin-right:16px}.ma18px{margin:18px}.mv18px{margin-top:18px;margin-bottom:18px}.mh18px{margin-left:18px;margin-right:18px}.mt18px{margin-top:18px}.mb18px{margin-bottom:18px}.ml18px{margin-left:18px}.mr18px{margin-right:18px}.ma20px{margin:20px}.mv20px{margin-top:20px;margin-bottom:20px}.mh20px{margin-left:20px;margin-right:20px}.mt20px{margin-top:20px}.mb20px{margin-bottom:20px}.ml20px{margin-left:20px}.mr20px{margin-right:20px}.ma22px{margin:22px}.mv22px{margin-top:22px;margin-bottom:22px}.mh22px{margin-left:22px;margin-right:22px}.mt22px{margin-top:22px}.mb22px{margin-bottom:22px}.ml22px{margin-left:22px}.mr22px{margin-right:22px}.ma24px{margin:24px}.mv24px{margin-top:24px;margin-bottom:24px}.mh24px{margin-left:24px;margin-right:24px}.mt24px{margin-top:24px}.mb24px{margin-bottom:24px}.ml24px{margin-left:24px}.mr24px{margin-right:24px}.ma26px{margin:26px}.mv26px{margin-top:26px;margin-bottom:26px}.mh26px{margin-left:26px;margin-right:26px}.mt26px{margin-top:26px}.mb26px{margin-bottom:26px}.ml26px{margin-left:26px}.mr26px{margin-right:26px}.ma28px{margin:28px}.mv28px{margin-top:28px;margin-bottom:28px}.mh28px{margin-left:28px;margin-right:28px}.mt28px{margin-top:28px}.mb28px{margin-bottom:28px}.ml28px{margin-left:28px}.mr28px{margin-right:28px}.ma30px{margin:30px}.mv30px{margin-top:30px;margin-bottom:30px}.mh30px{margin-left:30px;margin-right:30px}.mt30px{margin-top:30px}.mb30px{margin-bottom:30px}.ml30px{margin-left:30px}.mr30px{margin-right:30px}.ma32px{margin:32px}.mv32px{margin-top:32px;margin-bottom:32px}.mh32px{margin-left:32px;margin-right:32px}.mt32px{margin-top:32px}.mb32px{margin-bottom:32px}.ml32px{margin-left:32px}.mr32px{margin-right:32px}.ma34px{margin:34px}.mv34px{margin-top:34px;margin-bottom:34px}.mh34px{margin-left:34px;margin-right:34px}.mt34px{margin-top:34px}.mb34px{margin-bottom:34px}.ml34px{margin-left:34px}.mr34px{margin-right:34px}.ma36px{margin:36px}.mv36px{margin-top:36px;margin-bottom:36px}.mh36px{margin-left:36px;margin-right:36px}.mt36px{margin-top:36px}.mb36px{margin-bottom:36px}.ml36px{margin-left:36px}.mr36px{margin-right:36px}.ma38px{margin:38px}.mv38px{margin-top:38px;margin-bottom:38px}.mh38px{margin-left:38px;margin-right:38px}.mt38px{margin-top:38px}.mb38px{margin-bottom:38px}.ml38px{margin-left:38px}.mr38px{margin-right:38px}.ma40px{margin:40px}.mv40px{margin-top:40px;margin-bottom:40px}.mh40px{margin-left:40px;margin-right:40px}.mt40px{margin-top:40px}.mb40px{margin-bottom:40px}.ml40px{margin-left:40px}.mr40px{margin-right:40px}.ma56px{margin:56px}.mv56px{margin-top:56px;margin-bottom:56px}.mh56px{margin-left:56px;margin-right:56px}.mt56px{margin-top:56px}.mb56px{margin-bottom:56px}.ml56px{margin-left:56px}.mr56px{margin-right:56px}.pa2px{padding:2px}.pv2px{padding-top:2px;padding-bottom:2px}.ph2px{padding-left:2px;padding-right:2px}.pt2px{padding-top:2px}.pb2px{padding-bottom:2px}.pl2px{padding-left:2px}.pr2px{padding-right:2px}.pa4px{padding:4px}.pv4px{padding-top:4px;padding-bottom:4px}.ph4px{padding-left:4px;padding-right:4px}.pt4px{padding-top:4px}.pb4px{padding-bottom:4px}.pl4px{padding-left:4px}.pr4px{padding-right:4px}.pa6px{padding:6px}.pv6px{padding-top:6px;padding-bottom:6px}.ph6px{padding-left:6px;padding-right:6px}.pt6px{padding-top:6px}.pb6px{padding-bottom:6px}.pl6px{padding-left:6px}.pr6px{padding-right:6px}.pa8px{padding:8px}.pv8px{padding-top:8px;padding-bottom:8px}.ph8px{padding-left:8px;padding-right:8px}.pt8px{padding-top:8px}.pb8px{padding-bottom:8px}.pl8px{padding-left:8px}.pr8px{padding-right:8px}.pa10px{padding:10px}.pv10px{padding-top:10px;padding-bottom:10px}.ph10px{padding-left:10px;padding-right:10px}.pt10px{padding-top:10px}.pb10px{padding-bottom:10px}.pl10px{padding-left:10px}.pr10px{padding-right:10px}.pa12px{padding:12px}.pv12px{padding-top:12px;padding-bottom:12px}.ph12px{padding-left:12px;padding-right:12px}.pt12px{padding-top:12px}.pb12px{padding-bottom:12px}.pl12px{padding-left:12px}.pr12px{padding-right:12px}.pa14px{padding:14px}.pv14px{padding-top:14px;padding-bottom:14px}.ph14px{padding-left:14px;padding-right:14px}.pt14px{padding-top:14px}.pb14px{padding-bottom:14px}.pl14px{padding-left:14px}.pr14px{padding-right:14px}.pa16px{padding:16px}.pv16px{padding-top:16px;padding-bottom:16px}.ph16px{padding-left:16px;padding-right:16px}.pt16px{padding-top:16px}.pb16px{padding-bottom:16px}.pl16px{padding-left:16px}.pr16px{padding-right:16px}.pa18px{padding:18px}.pv18px{padding-top:18px;padding-bottom:18px}.ph18px{padding-left:18px;padding-right:18px}.pt18px{padding-top:18px}.pb18px{padding-bottom:18px}.pl18px{padding-left:18px}.pr18px{padding-right:18px}.pa20px{padding:20px}.pv20px{padding-top:20px;padding-bottom:20px}.ph20px{padding-left:20px;padding-right:20px}.pt20px{padding-top:20px}.pb20px{padding-bottom:20px}.pl20px{padding-left:20px}.pr20px{padding-right:20px}.pa22px{padding:22px}.pv22px{padding-top:22px;padding-bottom:22px}.ph22px{padding-left:22px;padding-right:22px}.pt22px{padding-top:22px}.pb22px{padding-bottom:22px}.pl22px{padding-left:22px}.pr22px{padding-right:22px}.pa24px{padding:24px}.pv24px{padding-top:24px;padding-bottom:24px}.ph24px{padding-left:24px;padding-right:24px}.pt24px{padding-top:24px}.pb24px{padding-bottom:24px}.pl24px{padding-left:24px}.pr24px{padding-right:24px}.pa26px{padding:26px}.pv26px{padding-top:26px;padding-bottom:26px}.ph26px{padding-left:26px;padding-right:26px}.pt26px{padding-top:26px}.pb26px{padding-bottom:26px}.pl26px{padding-left:26px}.pr26px{padding-right:26px}.pa28px{padding:28px}.pv28px{padding-top:28px;padding-bottom:28px}.ph28px{padding-left:28px;padding-right:28px}.pt28px{padding-top:28px}.pb28px{padding-bottom:28px}.pl28px{padding-left:28px}.pr28px{padding-right:28px}.pa30px{padding:30px}.pv30px{padding-top:30px;padding-bottom:30px}.ph30px{padding-left:30px;padding-right:30px}.pt30px{padding-top:30px}.pb30px{padding-bottom:30px}.pl30px{padding-left:30px}.pr30px{padding-right:30px}.pa32px{padding:32px}.pv32px{padding-top:32px;padding-bottom:32px}.ph32px{padding-left:32px;padding-right:32px}.pt32px{padding-top:32px}.pb32px{padding-bottom:32px}.pl32px{padding-left:32px}.pr32px{padding-right:32px}.pa34px{padding:34px}.pv34px{padding-top:34px;padding-bottom:34px}.ph34px{padding-left:34px;padding-right:34px}.pt34px{padding-top:34px}.pb34px{padding-bottom:34px}.pl34px{padding-left:34px}.pr34px{padding-right:34px}.pa36px{padding:36px}.pv36px{padding-top:36px;padding-bottom:36px}.ph36px{padding-left:36px;padding-right:36px}.pt36px{padding-top:36px}.pb36px{padding-bottom:36px}.pl36px{padding-left:36px}.pr36px{padding-right:36px}.pa38px{padding:38px}.pv38px{padding-top:38px;padding-bottom:38px}.ph38px{padding-left:38px;padding-right:38px}.pt38px{padding-top:38px}.pb38px{padding-bottom:38px}.pl38px{padding-left:38px}.pr38px{padding-right:38px}.pa40px{padding:40px}.pv40px{padding-top:40px;padding-bottom:40px}.ph40px{padding-left:40px;padding-right:40px}.pt40px{padding-top:40px}.pb40px{padding-bottom:40px}.pl40px{padding-left:40px}.pr40px{padding-right:40px}.pt70px{padding-top:70px}.mb180px{margin-bottom:180px}.mr76px{margin-right:76px}/*! TACHYONS v4.12.0 | http://tachyons.io *//*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}.border-box,a,article,aside,blockquote,body,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],legend,li,main,nav,ol,p,pre,section,table,td,textarea,th,tr,ul{box-sizing:border-box}.aspect-ratio{height:0;position:relative}.aspect-ratio--16x9{padding-bottom:56.25%}.aspect-ratio--9x16{padding-bottom:177.77%}.aspect-ratio--4x3{padding-bottom:75%}.aspect-ratio--3x4{padding-bottom:133.33%}.aspect-ratio--6x4{padding-bottom:66.6%}.aspect-ratio--4x6{padding-bottom:150%}.aspect-ratio--8x5{padding-bottom:62.5%}.aspect-ratio--5x8{padding-bottom:160%}.aspect-ratio--7x5{padding-bottom:71.42%}.aspect-ratio--5x7{padding-bottom:140%}.aspect-ratio--1x1{padding-bottom:100%}.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}img{max-width:100%}.cover{background-size:cover!important}.contain{background-size:contain!important}.bg-center{background-position:50%}.bg-center,.bg-top{background-repeat:no-repeat}.bg-top{background-position:top}.bg-right{background-position:100%}.bg-bottom,.bg-right{background-repeat:no-repeat}.bg-bottom{background-position:bottom}.bg-left{background-repeat:no-repeat;background-position:0}.outline{outline:1px solid}.outline-transparent{outline:1px solid transparent}.outline-0{outline:0}.ba{border-style:solid;border-width:1px}.bt{border-top-style:solid;border-top-width:1px}.br{border-right-style:solid;border-right-width:1px}.bb{border-bottom-style:solid;border-bottom-width:1px}.bl{border-left-style:solid;border-left-width:1px}.bn{border-style:none;border-width:0}.b--black{border-color:#000}.b--near-black{border-color:#111}.b--dark-gray{border-color:#333}.b--mid-gray{border-color:#555}.b--gray{border-color:#777}.b--silver{border-color:#999}.b--light-silver{border-color:#aaa}.b--moon-gray{border-color:#ccc}.b--light-gray{border-color:#eee}.b--near-white{border-color:#f4f4f4}.b--white{border-color:#fff}.b--white-90{border-color:hsla(0,0%,100%,.9)}.b--white-80{border-color:hsla(0,0%,100%,.8)}.b--white-70{border-color:hsla(0,0%,100%,.7)}.b--white-60{border-color:hsla(0,0%,100%,.6)}.b--white-50{border-color:hsla(0,0%,100%,.5)}.b--white-40{border-color:hsla(0,0%,100%,.4)}.b--white-30{border-color:hsla(0,0%,100%,.3)}.b--white-20{border-color:hsla(0,0%,100%,.2)}.b--white-10{border-color:hsla(0,0%,100%,.1)}.b--white-05{border-color:hsla(0,0%,100%,.05)}.b--white-025{border-color:hsla(0,0%,100%,.025)}.b--white-0125{border-color:hsla(0,0%,100%,.013)}.b--black-90{border-color:rgba(0,0,0,.9)}.b--black-80{border-color:rgba(0,0,0,.8)}.b--black-70{border-color:rgba(0,0,0,.7)}.b--black-60{border-color:rgba(0,0,0,.6)}.b--black-50{border-color:rgba(0,0,0,.5)}.b--black-40{border-color:rgba(0,0,0,.4)}.b--black-30{border-color:rgba(0,0,0,.3)}.b--black-20{border-color:rgba(0,0,0,.2)}.b--black-10{border-color:rgba(0,0,0,.1)}.b--black-05{border-color:rgba(0,0,0,.05)}.b--black-025{border-color:rgba(0,0,0,.025)}.b--black-0125{border-color:rgba(0,0,0,.013)}.b--dark-red{border-color:#e7040f}.b--red{border-color:#ff4136}.b--light-red{border-color:#ff725c}.b--orange{border-color:#ff6300}.b--gold{border-color:#ffb700}.b--yellow{border-color:gold}.b--light-yellow{border-color:#fbf1a9}.b--purple{border-color:#5e2ca5}.b--light-purple{border-color:#a463f2}.b--dark-pink{border-color:#d5008f}.b--hot-pink{border-color:#ff41b4}.b--pink{border-color:#ff80cc}.b--light-pink{border-color:#ffa3d7}.b--dark-green{border-color:#137752}.b--green{border-color:#19a974}.b--light-green{border-color:#9eebcf}.b--navy{border-color:#001b44}.b--dark-blue{border-color:#00449e}.b--blue{border-color:#357edd}.b--light-blue{border-color:#96ccff}.b--lightest-blue{border-color:#cdecff}.b--washed-blue{border-color:#f6fffe}.b--washed-green{border-color:#e8fdf5}.b--washed-yellow{border-color:#fffceb}.b--washed-red{border-color:#ffdfdf}.b--transparent{border-color:transparent}.b--inherit{border-color:inherit}.b--initial{border-color:initial}.b--unset{border-color:unset}.br0{border-radius:0}.br1{border-radius:.125rem}.br2{border-radius:.25rem}.br3{border-radius:.5rem}.br4{border-radius:1rem}.br-100{border-radius:100%}.br-pill{border-radius:9999px}.br--bottom{border-top-left-radius:0;border-top-right-radius:0}.br--top{border-bottom-right-radius:0}.br--right,.br--top{border-bottom-left-radius:0}.br--right{border-top-left-radius:0}.br--left{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit{border-radius:inherit}.br-initial{border-radius:initial}.br-unset{border-radius:unset}.b--dotted{border-style:dotted}.b--dashed{border-style:dashed}.b--solid{border-style:solid}.b--none{border-style:none}.bw0{border-width:0}.bw1{border-width:.125rem}.bw2{border-width:.25rem}.bw3{border-width:.5rem}.bw4{border-width:1rem}.bw5{border-width:2rem}.bt-0{border-top-width:0}.br-0{border-right-width:0}.bb-0{border-bottom-width:0}.bl-0{border-left-width:0}.shadow-1{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.pre{overflow-x:auto;overflow-y:hidden;overflow:scroll}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1{top:1rem}.right-1{right:1rem}.bottom-1{bottom:1rem}.left-1{left:1rem}.top-2{top:2rem}.right-2{right:2rem}.bottom-2{bottom:2rem}.left-2{left:2rem}.top--1{top:-1rem}.right--1{right:-1rem}.bottom--1{bottom:-1rem}.left--1{left:-1rem}.top--2{top:-2rem}.right--2{right:-2rem}.bottom--2{bottom:-2rem}.left--2{left:-2rem}.absolute--fill{top:0;right:0;bottom:0;left:0}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.cl{clear:left}.cr{clear:right}.cb{clear:both}.cn{clear:none}.dn{display:none}.di{display:inline}.db{display:block}.dib{display:inline-block}.dit{display:inline-table}.dt{display:table}.dtc{display:table-cell}.dt-row{display:table-row}.dt-row-group{display:table-row-group}.dt-column{display:table-column}.dt-column-group{display:table-column-group}.dt--fixed{table-layout:fixed;width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-auto{flex:1 1 auto;min-width:0;min-height:0}.flex-none{flex:none}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-row-reverse{flex-direction:row-reverse}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-stretch{align-content:stretch}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-last{order:99999}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.fl{float:left}.fl,.fr{_display:inline}.fr{float:right}.fn{float:none}.sans-serif{font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif}.serif{font-family:georgia,times,serif}.system-sans-serif{font-family:sans-serif}.system-serif{font-family:serif}.code,code{font-family:Consolas,monaco,monospace}.courier{font-family:Courier Next,courier,monospace}.helvetica{font-family:helvetica neue,helvetica,sans-serif}.avenir{font-family:avenir next,avenir,sans-serif}.athelas{font-family:athelas,georgia,serif}.georgia{font-family:georgia,serif}.times{font-family:times,serif}.bodoni{font-family:Bodoni MT,serif}.calisto{font-family:Calisto MT,serif}.garamond{font-family:garamond,serif}.baskerville{font-family:baskerville,serif}.i{font-style:italic}.fs-normal{font-style:normal}.normal{font-weight:400}.b{font-weight:700}.fw1{font-weight:100}.fw2{font-weight:200}.fw3{font-weight:300}.fw4{font-weight:400}.fw5{font-weight:500}.fw6{font-weight:600}.fw7{font-weight:700}.fw8{font-weight:800}.fw9{font-weight:900}.input-reset{-webkit-appearance:none;-moz-appearance:none}.button-reset::-moz-focus-inner,.input-reset::-moz-focus-inner{border:0;padding:0}.h1{height:1rem}.h2{height:2rem}.h3{height:4rem}.h4{height:8rem}.h5{height:16rem}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.min-h-100{min-height:100%}.vh-25{height:25vh}.vh-50{height:50vh}.vh-75{height:75vh}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.h-auto{height:auto}.h-inherit{height:inherit}.tracked{letter-spacing:.1em}.tracked-tight{letter-spacing:-.05em}.tracked-mega{letter-spacing:.25em}.lh-solid{line-height:1}.lh-title{line-height:1.25}.lh-copy{line-height:1.5}.link{text-decoration:none}.link,.link:active,.link:focus,.link:hover,.link:link,.link:visited{transition:color .15s ease-in}.link:focus{outline:1px dotted currentColor}.list{list-style-type:none}.mw-100{max-width:100%}.mw1{max-width:1rem}.mw2{max-width:2rem}.mw3{max-width:4rem}.mw4{max-width:8rem}.mw5{max-width:16rem}.mw6{max-width:32rem}.mw7{max-width:48rem}.mw8{max-width:64rem}.mw9{max-width:96rem}.mw-none{max-width:none}.w1{width:1rem}.w2{width:2rem}.w3{width:4rem}.w4{width:8rem}.w5{width:16rem}.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-33{width:33%}.w-34{width:34%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-75{width:75%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}.w-third{width:33.33333%}.w-two-thirds{width:66.66667%}.w-auto{width:auto}.overflow-visible{overflow:visible}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.overflow-x-visible{overflow-x:visible}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-visible{overflow-y:visible}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-y-auto{overflow-y:auto}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.o-100{opacity:1}.o-90{opacity:.9}.o-80{opacity:.8}.o-70{opacity:.7}.o-60{opacity:.6}.o-50{opacity:.5}.o-40{opacity:.4}.o-30{opacity:.3}.o-20{opacity:.2}.o-10{opacity:.1}.o-05{opacity:.05}.o-025{opacity:.025}.o-0{opacity:0}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-135{transform:rotate(135deg)}.rotate-180{transform:rotate(180deg)}.rotate-225{transform:rotate(225deg)}.rotate-270{transform:rotate(270deg)}.rotate-315{transform:rotate(315deg)}.black-90{color:rgba(0,0,0,.9)}.black-80{color:rgba(0,0,0,.8)}.black-70{color:rgba(0,0,0,.7)}.black-60{color:rgba(0,0,0,.6)}.black-50{color:rgba(0,0,0,.5)}.black-40{color:rgba(0,0,0,.4)}.black-30{color:rgba(0,0,0,.3)}.black-20{color:rgba(0,0,0,.2)}.black-10{color:rgba(0,0,0,.1)}.black-05{color:rgba(0,0,0,.05)}.white-90{color:hsla(0,0%,100%,.9)}.white-80{color:hsla(0,0%,100%,.8)}.white-70{color:hsla(0,0%,100%,.7)}.white-60{color:hsla(0,0%,100%,.6)}.white-50{color:hsla(0,0%,100%,.5)}.white-40{color:hsla(0,0%,100%,.4)}.white-30{color:hsla(0,0%,100%,.3)}.white-20{color:hsla(0,0%,100%,.2)}.white-10{color:hsla(0,0%,100%,.1)}.black{color:#000}.near-black{color:#111}.dark-gray{color:#333}.mid-gray{color:#555}.gray{color:#777}.silver{color:#999}.light-silver{color:#aaa}.moon-gray{color:#ccc}.light-gray{color:#eee}.near-white{color:#f4f4f4}.white{color:#fff}.dark-red{color:#e7040f}.red{color:#ff4136}.light-red{color:#ff725c}.orange{color:#ff6300}.gold{color:#ffb700}.yellow{color:gold}.light-yellow{color:#fbf1a9}.purple{color:#5e2ca5}.light-purple{color:#a463f2}.dark-pink{color:#d5008f}.hot-pink{color:#ff41b4}.pink{color:#ff80cc}.light-pink{color:#ffa3d7}.dark-green{color:#137752}.green{color:#19a974}.light-green{color:#9eebcf}.navy{color:#001b44}.dark-blue{color:#00449e}.blue{color:#357edd}.light-blue{color:#96ccff}.lightest-blue{color:#cdecff}.washed-blue{color:#f6fffe}.washed-green{color:#e8fdf5}.washed-yellow{color:#fffceb}.washed-red{color:#ffdfdf}.color-inherit{color:inherit}.bg-black-90{background-color:rgba(0,0,0,.9)}.bg-black-80{background-color:rgba(0,0,0,.8)}.bg-black-70{background-color:rgba(0,0,0,.7)}.bg-black-60{background-color:rgba(0,0,0,.6)}.bg-black-50{background-color:rgba(0,0,0,.5)}.bg-black-40{background-color:rgba(0,0,0,.4)}.bg-black-30{background-color:rgba(0,0,0,.3)}.bg-black-20{background-color:rgba(0,0,0,.2)}.bg-black-10{background-color:rgba(0,0,0,.1)}.bg-black-05{background-color:rgba(0,0,0,.05)}.bg-white-90{background-color:hsla(0,0%,100%,.9)}.bg-white-80{background-color:hsla(0,0%,100%,.8)}.bg-white-70{background-color:hsla(0,0%,100%,.7)}.bg-white-60{background-color:hsla(0,0%,100%,.6)}.bg-white-50{background-color:hsla(0,0%,100%,.5)}.bg-white-40{background-color:hsla(0,0%,100%,.4)}.bg-white-30{background-color:hsla(0,0%,100%,.3)}.bg-white-20{background-color:hsla(0,0%,100%,.2)}.bg-white-10{background-color:hsla(0,0%,100%,.1)}.bg-black{background-color:#000}.bg-near-black{background-color:#111}.bg-dark-gray{background-color:#333}.bg-mid-gray{background-color:#555}.bg-gray{background-color:#777}.bg-silver{background-color:#999}.bg-light-silver{background-color:#aaa}.bg-moon-gray{background-color:#ccc}.bg-light-gray{background-color:#eee}.bg-near-white{background-color:#f4f4f4}.bg-white{background-color:#fff}.bg-transparent{background-color:transparent}.bg-dark-red{background-color:#e7040f}.bg-red{background-color:#ff4136}.bg-light-red{background-color:#ff725c}.bg-orange{background-color:#ff6300}.bg-gold{background-color:#ffb700}.bg-yellow{background-color:gold}.bg-light-yellow{background-color:#fbf1a9}.bg-purple{background-color:#5e2ca5}.bg-light-purple{background-color:#a463f2}.bg-dark-pink{background-color:#d5008f}.bg-hot-pink{background-color:#ff41b4}.bg-pink{background-color:#ff80cc}.bg-light-pink{background-color:#ffa3d7}.bg-dark-green{background-color:#137752}.bg-green{background-color:#19a974}.bg-light-green{background-color:#9eebcf}.bg-navy{background-color:#001b44}.bg-dark-blue{background-color:#00449e}.bg-blue{background-color:#357edd}.bg-light-blue{background-color:#96ccff}.bg-lightest-blue{background-color:#cdecff}.bg-washed-blue{background-color:#f6fffe}.bg-washed-green{background-color:#e8fdf5}.bg-washed-yellow{background-color:#fffceb}.bg-washed-red{background-color:#ffdfdf}.bg-inherit{background-color:inherit}.hover-black:focus,.hover-black:hover{color:#000}.hover-near-black:focus,.hover-near-black:hover{color:#111}.hover-dark-gray:focus,.hover-dark-gray:hover{color:#333}.hover-mid-gray:focus,.hover-mid-gray:hover{color:#555}.hover-gray:focus,.hover-gray:hover{color:#777}.hover-silver:focus,.hover-silver:hover{color:#999}.hover-light-silver:focus,.hover-light-silver:hover{color:#aaa}.hover-moon-gray:focus,.hover-moon-gray:hover{color:#ccc}.hover-light-gray:focus,.hover-light-gray:hover{color:#eee}.hover-near-white:focus,.hover-near-white:hover{color:#f4f4f4}.hover-white:focus,.hover-white:hover{color:#fff}.hover-black-90:focus,.hover-black-90:hover{color:rgba(0,0,0,.9)}.hover-black-80:focus,.hover-black-80:hover{color:rgba(0,0,0,.8)}.hover-black-70:focus,.hover-black-70:hover{color:rgba(0,0,0,.7)}.hover-black-60:focus,.hover-black-60:hover{color:rgba(0,0,0,.6)}.hover-black-50:focus,.hover-black-50:hover{color:rgba(0,0,0,.5)}.hover-black-40:focus,.hover-black-40:hover{color:rgba(0,0,0,.4)}.hover-black-30:focus,.hover-black-30:hover{color:rgba(0,0,0,.3)}.hover-black-20:focus,.hover-black-20:hover{color:rgba(0,0,0,.2)}.hover-black-10:focus,.hover-black-10:hover{color:rgba(0,0,0,.1)}.hover-white-90:focus,.hover-white-90:hover{color:hsla(0,0%,100%,.9)}.hover-white-80:focus,.hover-white-80:hover{color:hsla(0,0%,100%,.8)}.hover-white-70:focus,.hover-white-70:hover{color:hsla(0,0%,100%,.7)}.hover-white-60:focus,.hover-white-60:hover{color:hsla(0,0%,100%,.6)}.hover-white-50:focus,.hover-white-50:hover{color:hsla(0,0%,100%,.5)}.hover-white-40:focus,.hover-white-40:hover{color:hsla(0,0%,100%,.4)}.hover-white-30:focus,.hover-white-30:hover{color:hsla(0,0%,100%,.3)}.hover-white-20:focus,.hover-white-20:hover{color:hsla(0,0%,100%,.2)}.hover-white-10:focus,.hover-white-10:hover{color:hsla(0,0%,100%,.1)}.hover-inherit:focus,.hover-inherit:hover{color:inherit}.hover-bg-black:focus,.hover-bg-black:hover{background-color:#000}.hover-bg-near-black:focus,.hover-bg-near-black:hover{background-color:#111}.hover-bg-dark-gray:focus,.hover-bg-dark-gray:hover{background-color:#333}.hover-bg-mid-gray:focus,.hover-bg-mid-gray:hover{background-color:#555}.hover-bg-gray:focus,.hover-bg-gray:hover{background-color:#777}.hover-bg-silver:focus,.hover-bg-silver:hover{background-color:#999}.hover-bg-light-silver:focus,.hover-bg-light-silver:hover{background-color:#aaa}.hover-bg-moon-gray:focus,.hover-bg-moon-gray:hover{background-color:#ccc}.hover-bg-light-gray:focus,.hover-bg-light-gray:hover{background-color:#eee}.hover-bg-near-white:focus,.hover-bg-near-white:hover{background-color:#f4f4f4}.hover-bg-white:focus,.hover-bg-white:hover{background-color:#fff}.hover-bg-transparent:focus,.hover-bg-transparent:hover{background-color:transparent}.hover-bg-black-90:focus,.hover-bg-black-90:hover{background-color:rgba(0,0,0,.9)}.hover-bg-black-80:focus,.hover-bg-black-80:hover{background-color:rgba(0,0,0,.8)}.hover-bg-black-70:focus,.hover-bg-black-70:hover{background-color:rgba(0,0,0,.7)}.hover-bg-black-60:focus,.hover-bg-black-60:hover{background-color:rgba(0,0,0,.6)}.hover-bg-black-50:focus,.hover-bg-black-50:hover{background-color:rgba(0,0,0,.5)}.hover-bg-black-40:focus,.hover-bg-black-40:hover{background-color:rgba(0,0,0,.4)}.hover-bg-black-30:focus,.hover-bg-black-30:hover{background-color:rgba(0,0,0,.3)}.hover-bg-black-20:focus,.hover-bg-black-20:hover{background-color:rgba(0,0,0,.2)}.hover-bg-black-10:focus,.hover-bg-black-10:hover{background-color:rgba(0,0,0,.1)}.hover-bg-white-90:focus,.hover-bg-white-90:hover{background-color:hsla(0,0%,100%,.9)}.hover-bg-white-80:focus,.hover-bg-white-80:hover{background-color:hsla(0,0%,100%,.8)}.hover-bg-white-70:focus,.hover-bg-white-70:hover{background-color:hsla(0,0%,100%,.7)}.hover-bg-white-60:focus,.hover-bg-white-60:hover{background-color:hsla(0,0%,100%,.6)}.hover-bg-white-50:focus,.hover-bg-white-50:hover{background-color:hsla(0,0%,100%,.5)}.hover-bg-white-40:focus,.hover-bg-white-40:hover{background-color:hsla(0,0%,100%,.4)}.hover-bg-white-30:focus,.hover-bg-white-30:hover{background-color:hsla(0,0%,100%,.3)}.hover-bg-white-20:focus,.hover-bg-white-20:hover{background-color:hsla(0,0%,100%,.2)}.hover-bg-white-10:focus,.hover-bg-white-10:hover{background-color:hsla(0,0%,100%,.1)}.hover-dark-red:focus,.hover-dark-red:hover{color:#e7040f}.hover-red:focus,.hover-red:hover{color:#ff4136}.hover-light-red:focus,.hover-light-red:hover{color:#ff725c}.hover-orange:focus,.hover-orange:hover{color:#ff6300}.hover-gold:focus,.hover-gold:hover{color:#ffb700}.hover-yellow:focus,.hover-yellow:hover{color:gold}.hover-light-yellow:focus,.hover-light-yellow:hover{color:#fbf1a9}.hover-purple:focus,.hover-purple:hover{color:#5e2ca5}.hover-light-purple:focus,.hover-light-purple:hover{color:#a463f2}.hover-dark-pink:focus,.hover-dark-pink:hover{color:#d5008f}.hover-hot-pink:focus,.hover-hot-pink:hover{color:#ff41b4}.hover-pink:focus,.hover-pink:hover{color:#ff80cc}.hover-light-pink:focus,.hover-light-pink:hover{color:#ffa3d7}.hover-dark-green:focus,.hover-dark-green:hover{color:#137752}.hover-green:focus,.hover-green:hover{color:#19a974}.hover-light-green:focus,.hover-light-green:hover{color:#9eebcf}.hover-navy:focus,.hover-navy:hover{color:#001b44}.hover-dark-blue:focus,.hover-dark-blue:hover{color:#00449e}.hover-blue:focus,.hover-blue:hover{color:#357edd}.hover-light-blue:focus,.hover-light-blue:hover{color:#96ccff}.hover-lightest-blue:focus,.hover-lightest-blue:hover{color:#cdecff}.hover-washed-blue:focus,.hover-washed-blue:hover{color:#f6fffe}.hover-washed-green:focus,.hover-washed-green:hover{color:#e8fdf5}.hover-washed-yellow:focus,.hover-washed-yellow:hover{color:#fffceb}.hover-washed-red:focus,.hover-washed-red:hover{color:#ffdfdf}.hover-bg-dark-red:focus,.hover-bg-dark-red:hover{background-color:#e7040f}.hover-bg-red:focus,.hover-bg-red:hover{background-color:#ff4136}.hover-bg-light-red:focus,.hover-bg-light-red:hover{background-color:#ff725c}.hover-bg-orange:focus,.hover-bg-orange:hover{background-color:#ff6300}.hover-bg-gold:focus,.hover-bg-gold:hover{background-color:#ffb700}.hover-bg-yellow:focus,.hover-bg-yellow:hover{background-color:gold}.hover-bg-light-yellow:focus,.hover-bg-light-yellow:hover{background-color:#fbf1a9}.hover-bg-purple:focus,.hover-bg-purple:hover{background-color:#5e2ca5}.hover-bg-light-purple:focus,.hover-bg-light-purple:hover{background-color:#a463f2}.hover-bg-dark-pink:focus,.hover-bg-dark-pink:hover{background-color:#d5008f}.hover-bg-hot-pink:focus,.hover-bg-hot-pink:hover{background-color:#ff41b4}.hover-bg-pink:focus,.hover-bg-pink:hover{background-color:#ff80cc}.hover-bg-light-pink:focus,.hover-bg-light-pink:hover{background-color:#ffa3d7}.hover-bg-dark-green:focus,.hover-bg-dark-green:hover{background-color:#137752}.hover-bg-green:focus,.hover-bg-green:hover{background-color:#19a974}.hover-bg-light-green:focus,.hover-bg-light-green:hover{background-color:#9eebcf}.hover-bg-navy:focus,.hover-bg-navy:hover{background-color:#001b44}.hover-bg-dark-blue:focus,.hover-bg-dark-blue:hover{background-color:#00449e}.hover-bg-blue:focus,.hover-bg-blue:hover{background-color:#357edd}.hover-bg-light-blue:focus,.hover-bg-light-blue:hover{background-color:#96ccff}.hover-bg-lightest-blue:focus,.hover-bg-lightest-blue:hover{background-color:#cdecff}.hover-bg-washed-blue:focus,.hover-bg-washed-blue:hover{background-color:#f6fffe}.hover-bg-washed-green:focus,.hover-bg-washed-green:hover{background-color:#e8fdf5}.hover-bg-washed-yellow:focus,.hover-bg-washed-yellow:hover{background-color:#fffceb}.hover-bg-washed-red:focus,.hover-bg-washed-red:hover{background-color:#ffdfdf}.hover-bg-inherit:focus,.hover-bg-inherit:hover{background-color:inherit}.pa0{padding:0}.pa1{padding:.25rem}.pa2{padding:.5rem}.pa3{padding:1rem}.pa4{padding:2rem}.pa5{padding:4rem}.pa6{padding:8rem}.pa7{padding:16rem}.pl0{padding-left:0}.pl1{padding-left:.25rem}.pl2{padding-left:.5rem}.pl3{padding-left:1rem}.pl4{padding-left:2rem}.pl5{padding-left:4rem}.pl6{padding-left:8rem}.pl7{padding-left:16rem}.pr0{padding-right:0}.pr1{padding-right:.25rem}.pr2{padding-right:.5rem}.pr3{padding-right:1rem}.pr4{padding-right:2rem}.pr5{padding-right:4rem}.pr6{padding-right:8rem}.pr7{padding-right:16rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.25rem}.pb2{padding-bottom:.5rem}.pb3{padding-bottom:1rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:4rem}.pb6{padding-bottom:8rem}.pb7{padding-bottom:16rem}.pt0{padding-top:0}.pt1{padding-top:.25rem}.pt2{padding-top:.5rem}.pt3{padding-top:1rem}.pt4{padding-top:2rem}.pt5{padding-top:4rem}.pt6{padding-top:8rem}.pt7{padding-top:16rem}.pv0{padding-top:0;padding-bottom:0}.pv1{padding-top:.25rem;padding-bottom:.25rem}.pv2{padding-top:.5rem;padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.pv4{padding-top:2rem;padding-bottom:2rem}.pv5{padding-top:4rem;padding-bottom:4rem}.pv6{padding-top:8rem;padding-bottom:8rem}.pv7{padding-top:16rem;padding-bottom:16rem}.ph0{padding-left:0;padding-right:0}.ph1{padding-left:.25rem;padding-right:.25rem}.ph2{padding-left:.5rem;padding-right:.5rem}.ph3{padding-left:1rem;padding-right:1rem}.ph4{padding-left:2rem;padding-right:2rem}.ph5{padding-left:4rem;padding-right:4rem}.ph6{padding-left:8rem;padding-right:8rem}.ph7{padding-left:16rem;padding-right:16rem}.ma0{margin:0}.ma1{margin:.25rem}.ma2{margin:.5rem}.ma3{margin:1rem}.ma4{margin:2rem}.ma5{margin:4rem}.ma6{margin:8rem}.ma7{margin:16rem}.ml0{margin-left:0}.ml1{margin-left:.25rem}.ml2{margin-left:.5rem}.ml3{margin-left:1rem}.ml4{margin-left:2rem}.ml5{margin-left:4rem}.ml6{margin-left:8rem}.ml7{margin-left:16rem}.mr0{margin-right:0}.mr1{margin-right:.25rem}.mr2{margin-right:.5rem}.mr3{margin-right:1rem}.mr4{margin-right:2rem}.mr5{margin-right:4rem}.mr6{margin-right:8rem}.mr7{margin-right:16rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.25rem}.mb2{margin-bottom:.5rem}.mb3{margin-bottom:1rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:4rem}.mb6{margin-bottom:8rem}.mb7{margin-bottom:16rem}.mt0{margin-top:0}.mt1{margin-top:.25rem}.mt2{margin-top:.5rem}.mt3{margin-top:1rem}.mt4{margin-top:2rem}.mt5{margin-top:4rem}.mt6{margin-top:8rem}.mt7{margin-top:16rem}.mv0{margin-top:0;margin-bottom:0}.mv1{margin-top:.25rem;margin-bottom:.25rem}.mv2{margin-top:.5rem;margin-bottom:.5rem}.mv3{margin-top:1rem;margin-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.mv5{margin-top:4rem;margin-bottom:4rem}.mv6{margin-top:8rem;margin-bottom:8rem}.mv7{margin-top:16rem;margin-bottom:16rem}.mh0{margin-left:0;margin-right:0}.mh1{margin-left:.25rem;margin-right:.25rem}.mh2{margin-left:.5rem;margin-right:.5rem}.mh3{margin-left:1rem;margin-right:1rem}.mh4{margin-left:2rem;margin-right:2rem}.mh5{margin-left:4rem;margin-right:4rem}.mh6{margin-left:8rem;margin-right:8rem}.mh7{margin-left:16rem;margin-right:16rem}.na1{margin:-.25rem}.na2{margin:-.5rem}.na3{margin:-1rem}.na4{margin:-2rem}.na5{margin:-4rem}.na6{margin:-8rem}.na7{margin:-16rem}.nl1{margin-left:-.25rem}.nl2{margin-left:-.5rem}.nl3{margin-left:-1rem}.nl4{margin-left:-2rem}.nl5{margin-left:-4rem}.nl6{margin-left:-8rem}.nl7{margin-left:-16rem}.nr1{margin-right:-.25rem}.nr2{margin-right:-.5rem}.nr3{margin-right:-1rem}.nr4{margin-right:-2rem}.nr5{margin-right:-4rem}.nr6{margin-right:-8rem}.nr7{margin-right:-16rem}.nb1{margin-bottom:-.25rem}.nb2{margin-bottom:-.5rem}.nb3{margin-bottom:-1rem}.nb4{margin-bottom:-2rem}.nb5{margin-bottom:-4rem}.nb6{margin-bottom:-8rem}.nb7{margin-bottom:-16rem}.nt1{margin-top:-.25rem}.nt2{margin-top:-.5rem}.nt3{margin-top:-1rem}.nt4{margin-top:-2rem}.nt5{margin-top:-4rem}.nt6{margin-top:-8rem}.nt7{margin-top:-16rem}.collapse{border-collapse:collapse;border-spacing:0}.striped--light-silver:nth-child(odd){background-color:#aaa}.striped--moon-gray:nth-child(odd){background-color:#ccc}.striped--light-gray:nth-child(odd){background-color:#eee}.striped--near-white:nth-child(odd){background-color:#f4f4f4}.stripe-light:nth-child(odd){background-color:hsla(0,0%,100%,.1)}.stripe-dark:nth-child(odd){background-color:rgba(0,0,0,.1)}.strike{text-decoration:line-through}.underline{text-decoration:underline}.no-underline{text-decoration:none}.tl{text-align:left}.tr{text-align:right}.tc{text-align:center}.tj{text-align:justify}.ttc{text-transform:capitalize}.ttl{text-transform:lowercase}.ttu{text-transform:uppercase}.ttn{text-transform:none}.f-6,.f-headline{font-size:6rem}.f-5,.f-subheadline{font-size:5rem}.f1{font-size:3rem}.f2{font-size:2.25rem}.f3{font-size:1.5rem}.f4{font-size:1.25rem}.f5{font-size:1rem}.f6{font-size:.875rem}.f7{font-size:.75rem}.measure{max-width:30em}.measure-wide{max-width:34em}.measure-narrow{max-width:20em}.indent{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps{font-variant:small-caps}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overflow-container{overflow-y:scroll}.center{margin-left:auto}.center,.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.clip{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal{white-space:normal}.nowrap{white-space:nowrap}.pre{white-space:pre}.v-base{vertical-align:baseline}.v-mid{vertical-align:middle}.v-top{vertical-align:top}.v-btm{vertical-align:bottom}.dim{opacity:1}.dim,.dim:focus,.dim:hover{transition:opacity .15s ease-in}.dim:focus,.dim:hover{opacity:.5}.dim:active{opacity:.8;transition:opacity .15s ease-out}.glow,.glow:focus,.glow:hover{transition:opacity .15s ease-in}.glow:focus,.glow:hover{opacity:1}.hide-child .child{opacity:0;transition:opacity .15s ease-in}.hide-child:active .child,.hide-child:focus .child,.hide-child:hover .child{opacity:1;transition:opacity .15s ease-in}.underline-hover:focus,.underline-hover:hover{text-decoration:underline}.grow{-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.grow:focus,.grow:hover{transform:scale(1.05)}.grow:active{transform:scale(.9)}.grow-large{-moz-osx-font-smoothing:grayscale;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-in-out}.grow-large:focus,.grow-large:hover{transform:scale(1.2)}.grow-large:active{transform:scale(.95)}.pointer:hover,.shadow-hover{cursor:pointer}.shadow-hover{position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:after{content:"";box-shadow:0 0 16px 2px rgba(0,0,0,.2);border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;transition:opacity .5s cubic-bezier(.165,.84,.44,1)}.shadow-hover:focus:after,.shadow-hover:hover:after{opacity:1}.bg-animate,.bg-animate:focus,.bg-animate:hover{transition:background-color .15s ease-in-out}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-999{z-index:999}.z-9999{z-index:9999}.z-max{z-index:2147483647}.z-inherit{z-index:inherit}.z-initial{z-index:auto}.z-unset{z-index:unset}.nested-copy-line-height ol,.nested-copy-line-height p,.nested-copy-line-height ul{line-height:1.5}.nested-headline-line-height h1,.nested-headline-line-height h2,.nested-headline-line-height h3,.nested-headline-line-height h4,.nested-headline-line-height h5,.nested-headline-line-height h6{line-height:1.25}.nested-list-reset ol,.nested-list-reset ul{padding-left:0;margin-left:0;list-style-type:none}.nested-copy-indent p+p{text-indent:1em;margin-top:0;margin-bottom:0}.nested-copy-separator p+p{margin-top:1.5em}.nested-img img{width:100%;max-width:100%;display:block}.nested-links a{color:#357edd;transition:color .15s ease-in}.nested-links a:focus,.nested-links a:hover{color:#96ccff;transition:color .15s ease-in}.debug *{outline:1px solid gold}.debug-white *{outline:1px solid #fff}.debug-black *{outline:1px solid #000}.debug-grid{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0}.debug-grid-16{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0}.debug-grid-8-solid{background:#fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0}.debug-grid-16-solid{background:#fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0}@media screen and (min-width:30em){.aspect-ratio-ns{height:0;position:relative}.aspect-ratio--16x9-ns{padding-bottom:56.25%}.aspect-ratio--9x16-ns{padding-bottom:177.77%}.aspect-ratio--4x3-ns{padding-bottom:75%}.aspect-ratio--3x4-ns{padding-bottom:133.33%}.aspect-ratio--6x4-ns{padding-bottom:66.6%}.aspect-ratio--4x6-ns{padding-bottom:150%}.aspect-ratio--8x5-ns{padding-bottom:62.5%}.aspect-ratio--5x8-ns{padding-bottom:160%}.aspect-ratio--7x5-ns{padding-bottom:71.42%}.aspect-ratio--5x7-ns{padding-bottom:140%}.aspect-ratio--1x1-ns{padding-bottom:100%}.aspect-ratio--object-ns{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-ns{background-size:cover!important}.contain-ns{background-size:contain!important}.bg-center-ns{background-position:50%}.bg-center-ns,.bg-top-ns{background-repeat:no-repeat}.bg-top-ns{background-position:top}.bg-right-ns{background-position:100%}.bg-bottom-ns,.bg-right-ns{background-repeat:no-repeat}.bg-bottom-ns{background-position:bottom}.bg-left-ns{background-repeat:no-repeat;background-position:0}.outline-ns{outline:1px solid}.outline-transparent-ns{outline:1px solid transparent}.outline-0-ns{outline:0}.ba-ns{border-style:solid;border-width:1px}.bt-ns{border-top-style:solid;border-top-width:1px}.br-ns{border-right-style:solid;border-right-width:1px}.bb-ns{border-bottom-style:solid;border-bottom-width:1px}.bl-ns{border-left-style:solid;border-left-width:1px}.bn-ns{border-style:none;border-width:0}.br0-ns{border-radius:0}.br1-ns{border-radius:.125rem}.br2-ns{border-radius:.25rem}.br3-ns{border-radius:.5rem}.br4-ns{border-radius:1rem}.br-100-ns{border-radius:100%}.br-pill-ns{border-radius:9999px}.br--bottom-ns{border-top-left-radius:0;border-top-right-radius:0}.br--top-ns{border-bottom-right-radius:0}.br--right-ns,.br--top-ns{border-bottom-left-radius:0}.br--right-ns{border-top-left-radius:0}.br--left-ns{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-ns{border-radius:inherit}.br-initial-ns{border-radius:initial}.br-unset-ns{border-radius:unset}.b--dotted-ns{border-style:dotted}.b--dashed-ns{border-style:dashed}.b--solid-ns{border-style:solid}.b--none-ns{border-style:none}.bw0-ns{border-width:0}.bw1-ns{border-width:.125rem}.bw2-ns{border-width:.25rem}.bw3-ns{border-width:.5rem}.bw4-ns{border-width:1rem}.bw5-ns{border-width:2rem}.bt-0-ns{border-top-width:0}.br-0-ns{border-right-width:0}.bb-0-ns{border-bottom-width:0}.bl-0-ns{border-left-width:0}.shadow-1-ns{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-ns{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-ns{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-ns{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-ns{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-ns{top:0}.left-0-ns{left:0}.right-0-ns{right:0}.bottom-0-ns{bottom:0}.top-1-ns{top:1rem}.left-1-ns{left:1rem}.right-1-ns{right:1rem}.bottom-1-ns{bottom:1rem}.top-2-ns{top:2rem}.left-2-ns{left:2rem}.right-2-ns{right:2rem}.bottom-2-ns{bottom:2rem}.top--1-ns{top:-1rem}.right--1-ns{right:-1rem}.bottom--1-ns{bottom:-1rem}.left--1-ns{left:-1rem}.top--2-ns{top:-2rem}.right--2-ns{right:-2rem}.bottom--2-ns{bottom:-2rem}.left--2-ns{left:-2rem}.absolute--fill-ns{top:0;right:0;bottom:0;left:0}.cl-ns{clear:left}.cr-ns{clear:right}.cb-ns{clear:both}.cn-ns{clear:none}.dn-ns{display:none}.di-ns{display:inline}.db-ns{display:block}.dib-ns{display:inline-block}.dit-ns{display:inline-table}.dt-ns{display:table}.dtc-ns{display:table-cell}.dt-row-ns{display:table-row}.dt-row-group-ns{display:table-row-group}.dt-column-ns{display:table-column}.dt-column-group-ns{display:table-column-group}.dt--fixed-ns{table-layout:fixed;width:100%}.flex-ns{display:flex}.inline-flex-ns{display:inline-flex}.flex-auto-ns{flex:1 1 auto;min-width:0;min-height:0}.flex-none-ns{flex:none}.flex-column-ns{flex-direction:column}.flex-row-ns{flex-direction:row}.flex-wrap-ns{flex-wrap:wrap}.flex-nowrap-ns{flex-wrap:nowrap}.flex-wrap-reverse-ns{flex-wrap:wrap-reverse}.flex-column-reverse-ns{flex-direction:column-reverse}.flex-row-reverse-ns{flex-direction:row-reverse}.items-start-ns{align-items:flex-start}.items-end-ns{align-items:flex-end}.items-center-ns{align-items:center}.items-baseline-ns{align-items:baseline}.items-stretch-ns{align-items:stretch}.self-start-ns{align-self:flex-start}.self-end-ns{align-self:flex-end}.self-center-ns{align-self:center}.self-baseline-ns{align-self:baseline}.self-stretch-ns{align-self:stretch}.justify-start-ns{justify-content:flex-start}.justify-end-ns{justify-content:flex-end}.justify-center-ns{justify-content:center}.justify-between-ns{justify-content:space-between}.justify-around-ns{justify-content:space-around}.content-start-ns{align-content:flex-start}.content-end-ns{align-content:flex-end}.content-center-ns{align-content:center}.content-between-ns{align-content:space-between}.content-around-ns{align-content:space-around}.content-stretch-ns{align-content:stretch}.order-0-ns{order:0}.order-1-ns{order:1}.order-2-ns{order:2}.order-3-ns{order:3}.order-4-ns{order:4}.order-5-ns{order:5}.order-6-ns{order:6}.order-7-ns{order:7}.order-8-ns{order:8}.order-last-ns{order:99999}.flex-grow-0-ns{flex-grow:0}.flex-grow-1-ns{flex-grow:1}.flex-shrink-0-ns{flex-shrink:0}.flex-shrink-1-ns{flex-shrink:1}.fl-ns{float:left}.fl-ns,.fr-ns{_display:inline}.fr-ns{float:right}.fn-ns{float:none}.i-ns{font-style:italic}.fs-normal-ns{font-style:normal}.normal-ns{font-weight:400}.b-ns{font-weight:700}.fw1-ns{font-weight:100}.fw2-ns{font-weight:200}.fw3-ns{font-weight:300}.fw4-ns{font-weight:400}.fw5-ns{font-weight:500}.fw6-ns{font-weight:600}.fw7-ns{font-weight:700}.fw8-ns{font-weight:800}.fw9-ns{font-weight:900}.h1-ns{height:1rem}.h2-ns{height:2rem}.h3-ns{height:4rem}.h4-ns{height:8rem}.h5-ns{height:16rem}.h-25-ns{height:25%}.h-50-ns{height:50%}.h-75-ns{height:75%}.h-100-ns{height:100%}.min-h-100-ns{min-height:100%}.vh-25-ns{height:25vh}.vh-50-ns{height:50vh}.vh-75-ns{height:75vh}.vh-100-ns{height:100vh}.min-vh-100-ns{min-height:100vh}.h-auto-ns{height:auto}.h-inherit-ns{height:inherit}.tracked-ns{letter-spacing:.1em}.tracked-tight-ns{letter-spacing:-.05em}.tracked-mega-ns{letter-spacing:.25em}.lh-solid-ns{line-height:1}.lh-title-ns{line-height:1.25}.lh-copy-ns{line-height:1.5}.mw-100-ns{max-width:100%}.mw1-ns{max-width:1rem}.mw2-ns{max-width:2rem}.mw3-ns{max-width:4rem}.mw4-ns{max-width:8rem}.mw5-ns{max-width:16rem}.mw6-ns{max-width:32rem}.mw7-ns{max-width:48rem}.mw8-ns{max-width:64rem}.mw9-ns{max-width:96rem}.mw-none-ns{max-width:none}.w1-ns{width:1rem}.w2-ns{width:2rem}.w3-ns{width:4rem}.w4-ns{width:8rem}.w5-ns{width:16rem}.w-10-ns{width:10%}.w-20-ns{width:20%}.w-25-ns{width:25%}.w-30-ns{width:30%}.w-33-ns{width:33%}.w-34-ns{width:34%}.w-40-ns{width:40%}.w-50-ns{width:50%}.w-60-ns{width:60%}.w-70-ns{width:70%}.w-75-ns{width:75%}.w-80-ns{width:80%}.w-90-ns{width:90%}.w-100-ns{width:100%}.w-third-ns{width:33.33333%}.w-two-thirds-ns{width:66.66667%}.w-auto-ns{width:auto}.overflow-visible-ns{overflow:visible}.overflow-hidden-ns{overflow:hidden}.overflow-scroll-ns{overflow:scroll}.overflow-auto-ns{overflow:auto}.overflow-x-visible-ns{overflow-x:visible}.overflow-x-hidden-ns{overflow-x:hidden}.overflow-x-scroll-ns{overflow-x:scroll}.overflow-x-auto-ns{overflow-x:auto}.overflow-y-visible-ns{overflow-y:visible}.overflow-y-hidden-ns{overflow-y:hidden}.overflow-y-scroll-ns{overflow-y:scroll}.overflow-y-auto-ns{overflow-y:auto}.static-ns{position:static}.relative-ns{position:relative}.absolute-ns{position:absolute}.fixed-ns{position:fixed}.rotate-45-ns{transform:rotate(45deg)}.rotate-90-ns{transform:rotate(90deg)}.rotate-135-ns{transform:rotate(135deg)}.rotate-180-ns{transform:rotate(180deg)}.rotate-225-ns{transform:rotate(225deg)}.rotate-270-ns{transform:rotate(270deg)}.rotate-315-ns{transform:rotate(315deg)}.pa0-ns{padding:0}.pa1-ns{padding:.25rem}.pa2-ns{padding:.5rem}.pa3-ns{padding:1rem}.pa4-ns{padding:2rem}.pa5-ns{padding:4rem}.pa6-ns{padding:8rem}.pa7-ns{padding:16rem}.pl0-ns{padding-left:0}.pl1-ns{padding-left:.25rem}.pl2-ns{padding-left:.5rem}.pl3-ns{padding-left:1rem}.pl4-ns{padding-left:2rem}.pl5-ns{padding-left:4rem}.pl6-ns{padding-left:8rem}.pl7-ns{padding-left:16rem}.pr0-ns{padding-right:0}.pr1-ns{padding-right:.25rem}.pr2-ns{padding-right:.5rem}.pr3-ns{padding-right:1rem}.pr4-ns{padding-right:2rem}.pr5-ns{padding-right:4rem}.pr6-ns{padding-right:8rem}.pr7-ns{padding-right:16rem}.pb0-ns{padding-bottom:0}.pb1-ns{padding-bottom:.25rem}.pb2-ns{padding-bottom:.5rem}.pb3-ns{padding-bottom:1rem}.pb4-ns{padding-bottom:2rem}.pb5-ns{padding-bottom:4rem}.pb6-ns{padding-bottom:8rem}.pb7-ns{padding-bottom:16rem}.pt0-ns{padding-top:0}.pt1-ns{padding-top:.25rem}.pt2-ns{padding-top:.5rem}.pt3-ns{padding-top:1rem}.pt4-ns{padding-top:2rem}.pt5-ns{padding-top:4rem}.pt6-ns{padding-top:8rem}.pt7-ns{padding-top:16rem}.pv0-ns{padding-top:0;padding-bottom:0}.pv1-ns{padding-top:.25rem;padding-bottom:.25rem}.pv2-ns{padding-top:.5rem;padding-bottom:.5rem}.pv3-ns{padding-top:1rem;padding-bottom:1rem}.pv4-ns{padding-top:2rem;padding-bottom:2rem}.pv5-ns{padding-top:4rem;padding-bottom:4rem}.pv6-ns{padding-top:8rem;padding-bottom:8rem}.pv7-ns{padding-top:16rem;padding-bottom:16rem}.ph0-ns{padding-left:0;padding-right:0}.ph1-ns{padding-left:.25rem;padding-right:.25rem}.ph2-ns{padding-left:.5rem;padding-right:.5rem}.ph3-ns{padding-left:1rem;padding-right:1rem}.ph4-ns{padding-left:2rem;padding-right:2rem}.ph5-ns{padding-left:4rem;padding-right:4rem}.ph6-ns{padding-left:8rem;padding-right:8rem}.ph7-ns{padding-left:16rem;padding-right:16rem}.ma0-ns{margin:0}.ma1-ns{margin:.25rem}.ma2-ns{margin:.5rem}.ma3-ns{margin:1rem}.ma4-ns{margin:2rem}.ma5-ns{margin:4rem}.ma6-ns{margin:8rem}.ma7-ns{margin:16rem}.ml0-ns{margin-left:0}.ml1-ns{margin-left:.25rem}.ml2-ns{margin-left:.5rem}.ml3-ns{margin-left:1rem}.ml4-ns{margin-left:2rem}.ml5-ns{margin-left:4rem}.ml6-ns{margin-left:8rem}.ml7-ns{margin-left:16rem}.mr0-ns{margin-right:0}.mr1-ns{margin-right:.25rem}.mr2-ns{margin-right:.5rem}.mr3-ns{margin-right:1rem}.mr4-ns{margin-right:2rem}.mr5-ns{margin-right:4rem}.mr6-ns{margin-right:8rem}.mr7-ns{margin-right:16rem}.mb0-ns{margin-bottom:0}.mb1-ns{margin-bottom:.25rem}.mb2-ns{margin-bottom:.5rem}.mb3-ns{margin-bottom:1rem}.mb4-ns{margin-bottom:2rem}.mb5-ns{margin-bottom:4rem}.mb6-ns{margin-bottom:8rem}.mb7-ns{margin-bottom:16rem}.mt0-ns{margin-top:0}.mt1-ns{margin-top:.25rem}.mt2-ns{margin-top:.5rem}.mt3-ns{margin-top:1rem}.mt4-ns{margin-top:2rem}.mt5-ns{margin-top:4rem}.mt6-ns{margin-top:8rem}.mt7-ns{margin-top:16rem}.mv0-ns{margin-top:0;margin-bottom:0}.mv1-ns{margin-top:.25rem;margin-bottom:.25rem}.mv2-ns{margin-top:.5rem;margin-bottom:.5rem}.mv3-ns{margin-top:1rem;margin-bottom:1rem}.mv4-ns{margin-top:2rem;margin-bottom:2rem}.mv5-ns{margin-top:4rem;margin-bottom:4rem}.mv6-ns{margin-top:8rem;margin-bottom:8rem}.mv7-ns{margin-top:16rem;margin-bottom:16rem}.mh0-ns{margin-left:0;margin-right:0}.mh1-ns{margin-left:.25rem;margin-right:.25rem}.mh2-ns{margin-left:.5rem;margin-right:.5rem}.mh3-ns{margin-left:1rem;margin-right:1rem}.mh4-ns{margin-left:2rem;margin-right:2rem}.mh5-ns{margin-left:4rem;margin-right:4rem}.mh6-ns{margin-left:8rem;margin-right:8rem}.mh7-ns{margin-left:16rem;margin-right:16rem}.na1-ns{margin:-.25rem}.na2-ns{margin:-.5rem}.na3-ns{margin:-1rem}.na4-ns{margin:-2rem}.na5-ns{margin:-4rem}.na6-ns{margin:-8rem}.na7-ns{margin:-16rem}.nl1-ns{margin-left:-.25rem}.nl2-ns{margin-left:-.5rem}.nl3-ns{margin-left:-1rem}.nl4-ns{margin-left:-2rem}.nl5-ns{margin-left:-4rem}.nl6-ns{margin-left:-8rem}.nl7-ns{margin-left:-16rem}.nr1-ns{margin-right:-.25rem}.nr2-ns{margin-right:-.5rem}.nr3-ns{margin-right:-1rem}.nr4-ns{margin-right:-2rem}.nr5-ns{margin-right:-4rem}.nr6-ns{margin-right:-8rem}.nr7-ns{margin-right:-16rem}.nb1-ns{margin-bottom:-.25rem}.nb2-ns{margin-bottom:-.5rem}.nb3-ns{margin-bottom:-1rem}.nb4-ns{margin-bottom:-2rem}.nb5-ns{margin-bottom:-4rem}.nb6-ns{margin-bottom:-8rem}.nb7-ns{margin-bottom:-16rem}.nt1-ns{margin-top:-.25rem}.nt2-ns{margin-top:-.5rem}.nt3-ns{margin-top:-1rem}.nt4-ns{margin-top:-2rem}.nt5-ns{margin-top:-4rem}.nt6-ns{margin-top:-8rem}.nt7-ns{margin-top:-16rem}.strike-ns{text-decoration:line-through}.underline-ns{text-decoration:underline}.no-underline-ns{text-decoration:none}.tl-ns{text-align:left}.tr-ns{text-align:right}.tc-ns{text-align:center}.tj-ns{text-align:justify}.ttc-ns{text-transform:capitalize}.ttl-ns{text-transform:lowercase}.ttu-ns{text-transform:uppercase}.ttn-ns{text-transform:none}.f-6-ns,.f-headline-ns{font-size:6rem}.f-5-ns,.f-subheadline-ns{font-size:5rem}.f1-ns{font-size:3rem}.f2-ns{font-size:2.25rem}.f3-ns{font-size:1.5rem}.f4-ns{font-size:1.25rem}.f5-ns{font-size:1rem}.f6-ns{font-size:.875rem}.f7-ns{font-size:.75rem}.measure-ns{max-width:30em}.measure-wide-ns{max-width:34em}.measure-narrow-ns{max-width:20em}.indent-ns{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-ns{font-variant:small-caps}.truncate-ns{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-ns{margin-left:auto}.center-ns,.mr-auto-ns{margin-right:auto}.ml-auto-ns{margin-left:auto}.clip-ns{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-ns{white-space:normal}.nowrap-ns{white-space:nowrap}.pre-ns{white-space:pre}.v-base-ns{vertical-align:baseline}.v-mid-ns{vertical-align:middle}.v-top-ns{vertical-align:top}.v-btm-ns{vertical-align:bottom}}@media screen and (min-width:30em)and (max-width:60em){.aspect-ratio-m{height:0;position:relative}.aspect-ratio--16x9-m{padding-bottom:56.25%}.aspect-ratio--9x16-m{padding-bottom:177.77%}.aspect-ratio--4x3-m{padding-bottom:75%}.aspect-ratio--3x4-m{padding-bottom:133.33%}.aspect-ratio--6x4-m{padding-bottom:66.6%}.aspect-ratio--4x6-m{padding-bottom:150%}.aspect-ratio--8x5-m{padding-bottom:62.5%}.aspect-ratio--5x8-m{padding-bottom:160%}.aspect-ratio--7x5-m{padding-bottom:71.42%}.aspect-ratio--5x7-m{padding-bottom:140%}.aspect-ratio--1x1-m{padding-bottom:100%}.aspect-ratio--object-m{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-m{background-size:cover!important}.contain-m{background-size:contain!important}.bg-center-m{background-position:50%}.bg-center-m,.bg-top-m{background-repeat:no-repeat}.bg-top-m{background-position:top}.bg-right-m{background-position:100%}.bg-bottom-m,.bg-right-m{background-repeat:no-repeat}.bg-bottom-m{background-position:bottom}.bg-left-m{background-repeat:no-repeat;background-position:0}.outline-m{outline:1px solid}.outline-transparent-m{outline:1px solid transparent}.outline-0-m{outline:0}.ba-m{border-style:solid;border-width:1px}.bt-m{border-top-style:solid;border-top-width:1px}.br-m{border-right-style:solid;border-right-width:1px}.bb-m{border-bottom-style:solid;border-bottom-width:1px}.bl-m{border-left-style:solid;border-left-width:1px}.bn-m{border-style:none;border-width:0}.br0-m{border-radius:0}.br1-m{border-radius:.125rem}.br2-m{border-radius:.25rem}.br3-m{border-radius:.5rem}.br4-m{border-radius:1rem}.br-100-m{border-radius:100%}.br-pill-m{border-radius:9999px}.br--bottom-m{border-top-left-radius:0;border-top-right-radius:0}.br--top-m{border-bottom-right-radius:0}.br--right-m,.br--top-m{border-bottom-left-radius:0}.br--right-m{border-top-left-radius:0}.br--left-m{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-m{border-radius:inherit}.br-initial-m{border-radius:initial}.br-unset-m{border-radius:unset}.b--dotted-m{border-style:dotted}.b--dashed-m{border-style:dashed}.b--solid-m{border-style:solid}.b--none-m{border-style:none}.bw0-m{border-width:0}.bw1-m{border-width:.125rem}.bw2-m{border-width:.25rem}.bw3-m{border-width:.5rem}.bw4-m{border-width:1rem}.bw5-m{border-width:2rem}.bt-0-m{border-top-width:0}.br-0-m{border-right-width:0}.bb-0-m{border-bottom-width:0}.bl-0-m{border-left-width:0}.shadow-1-m{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-m{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-m{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-m{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-m{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-m{top:0}.left-0-m{left:0}.right-0-m{right:0}.bottom-0-m{bottom:0}.top-1-m{top:1rem}.left-1-m{left:1rem}.right-1-m{right:1rem}.bottom-1-m{bottom:1rem}.top-2-m{top:2rem}.left-2-m{left:2rem}.right-2-m{right:2rem}.bottom-2-m{bottom:2rem}.top--1-m{top:-1rem}.right--1-m{right:-1rem}.bottom--1-m{bottom:-1rem}.left--1-m{left:-1rem}.top--2-m{top:-2rem}.right--2-m{right:-2rem}.bottom--2-m{bottom:-2rem}.left--2-m{left:-2rem}.absolute--fill-m{top:0;right:0;bottom:0;left:0}.cl-m{clear:left}.cr-m{clear:right}.cb-m{clear:both}.cn-m{clear:none}.dn-m{display:none}.di-m{display:inline}.db-m{display:block}.dib-m{display:inline-block}.dit-m{display:inline-table}.dt-m{display:table}.dtc-m{display:table-cell}.dt-row-m{display:table-row}.dt-row-group-m{display:table-row-group}.dt-column-m{display:table-column}.dt-column-group-m{display:table-column-group}.dt--fixed-m{table-layout:fixed;width:100%}.flex-m{display:flex}.inline-flex-m{display:inline-flex}.flex-auto-m{flex:1 1 auto;min-width:0;min-height:0}.flex-none-m{flex:none}.flex-column-m{flex-direction:column}.flex-row-m{flex-direction:row}.flex-wrap-m{flex-wrap:wrap}.flex-nowrap-m{flex-wrap:nowrap}.flex-wrap-reverse-m{flex-wrap:wrap-reverse}.flex-column-reverse-m{flex-direction:column-reverse}.flex-row-reverse-m{flex-direction:row-reverse}.items-start-m{align-items:flex-start}.items-end-m{align-items:flex-end}.items-center-m{align-items:center}.items-baseline-m{align-items:baseline}.items-stretch-m{align-items:stretch}.self-start-m{align-self:flex-start}.self-end-m{align-self:flex-end}.self-center-m{align-self:center}.self-baseline-m{align-self:baseline}.self-stretch-m{align-self:stretch}.justify-start-m{justify-content:flex-start}.justify-end-m{justify-content:flex-end}.justify-center-m{justify-content:center}.justify-between-m{justify-content:space-between}.justify-around-m{justify-content:space-around}.content-start-m{align-content:flex-start}.content-end-m{align-content:flex-end}.content-center-m{align-content:center}.content-between-m{align-content:space-between}.content-around-m{align-content:space-around}.content-stretch-m{align-content:stretch}.order-0-m{order:0}.order-1-m{order:1}.order-2-m{order:2}.order-3-m{order:3}.order-4-m{order:4}.order-5-m{order:5}.order-6-m{order:6}.order-7-m{order:7}.order-8-m{order:8}.order-last-m{order:99999}.flex-grow-0-m{flex-grow:0}.flex-grow-1-m{flex-grow:1}.flex-shrink-0-m{flex-shrink:0}.flex-shrink-1-m{flex-shrink:1}.fl-m{float:left}.fl-m,.fr-m{_display:inline}.fr-m{float:right}.fn-m{float:none}.i-m{font-style:italic}.fs-normal-m{font-style:normal}.normal-m{font-weight:400}.b-m{font-weight:700}.fw1-m{font-weight:100}.fw2-m{font-weight:200}.fw3-m{font-weight:300}.fw4-m{font-weight:400}.fw5-m{font-weight:500}.fw6-m{font-weight:600}.fw7-m{font-weight:700}.fw8-m{font-weight:800}.fw9-m{font-weight:900}.h1-m{height:1rem}.h2-m{height:2rem}.h3-m{height:4rem}.h4-m{height:8rem}.h5-m{height:16rem}.h-25-m{height:25%}.h-50-m{height:50%}.h-75-m{height:75%}.h-100-m{height:100%}.min-h-100-m{min-height:100%}.vh-25-m{height:25vh}.vh-50-m{height:50vh}.vh-75-m{height:75vh}.vh-100-m{height:100vh}.min-vh-100-m{min-height:100vh}.h-auto-m{height:auto}.h-inherit-m{height:inherit}.tracked-m{letter-spacing:.1em}.tracked-tight-m{letter-spacing:-.05em}.tracked-mega-m{letter-spacing:.25em}.lh-solid-m{line-height:1}.lh-title-m{line-height:1.25}.lh-copy-m{line-height:1.5}.mw-100-m{max-width:100%}.mw1-m{max-width:1rem}.mw2-m{max-width:2rem}.mw3-m{max-width:4rem}.mw4-m{max-width:8rem}.mw5-m{max-width:16rem}.mw6-m{max-width:32rem}.mw7-m{max-width:48rem}.mw8-m{max-width:64rem}.mw9-m{max-width:96rem}.mw-none-m{max-width:none}.w1-m{width:1rem}.w2-m{width:2rem}.w3-m{width:4rem}.w4-m{width:8rem}.w5-m{width:16rem}.w-10-m{width:10%}.w-20-m{width:20%}.w-25-m{width:25%}.w-30-m{width:30%}.w-33-m{width:33%}.w-34-m{width:34%}.w-40-m{width:40%}.w-50-m{width:50%}.w-60-m{width:60%}.w-70-m{width:70%}.w-75-m{width:75%}.w-80-m{width:80%}.w-90-m{width:90%}.w-100-m{width:100%}.w-third-m{width:33.33333%}.w-two-thirds-m{width:66.66667%}.w-auto-m{width:auto}.overflow-visible-m{overflow:visible}.overflow-hidden-m{overflow:hidden}.overflow-scroll-m{overflow:scroll}.overflow-auto-m{overflow:auto}.overflow-x-visible-m{overflow-x:visible}.overflow-x-hidden-m{overflow-x:hidden}.overflow-x-scroll-m{overflow-x:scroll}.overflow-x-auto-m{overflow-x:auto}.overflow-y-visible-m{overflow-y:visible}.overflow-y-hidden-m{overflow-y:hidden}.overflow-y-scroll-m{overflow-y:scroll}.overflow-y-auto-m{overflow-y:auto}.static-m{position:static}.relative-m{position:relative}.absolute-m{position:absolute}.fixed-m{position:fixed}.rotate-45-m{transform:rotate(45deg)}.rotate-90-m{transform:rotate(90deg)}.rotate-135-m{transform:rotate(135deg)}.rotate-180-m{transform:rotate(180deg)}.rotate-225-m{transform:rotate(225deg)}.rotate-270-m{transform:rotate(270deg)}.rotate-315-m{transform:rotate(315deg)}.pa0-m{padding:0}.pa1-m{padding:.25rem}.pa2-m{padding:.5rem}.pa3-m{padding:1rem}.pa4-m{padding:2rem}.pa5-m{padding:4rem}.pa6-m{padding:8rem}.pa7-m{padding:16rem}.pl0-m{padding-left:0}.pl1-m{padding-left:.25rem}.pl2-m{padding-left:.5rem}.pl3-m{padding-left:1rem}.pl4-m{padding-left:2rem}.pl5-m{padding-left:4rem}.pl6-m{padding-left:8rem}.pl7-m{padding-left:16rem}.pr0-m{padding-right:0}.pr1-m{padding-right:.25rem}.pr2-m{padding-right:.5rem}.pr3-m{padding-right:1rem}.pr4-m{padding-right:2rem}.pr5-m{padding-right:4rem}.pr6-m{padding-right:8rem}.pr7-m{padding-right:16rem}.pb0-m{padding-bottom:0}.pb1-m{padding-bottom:.25rem}.pb2-m{padding-bottom:.5rem}.pb3-m{padding-bottom:1rem}.pb4-m{padding-bottom:2rem}.pb5-m{padding-bottom:4rem}.pb6-m{padding-bottom:8rem}.pb7-m{padding-bottom:16rem}.pt0-m{padding-top:0}.pt1-m{padding-top:.25rem}.pt2-m{padding-top:.5rem}.pt3-m{padding-top:1rem}.pt4-m{padding-top:2rem}.pt5-m{padding-top:4rem}.pt6-m{padding-top:8rem}.pt7-m{padding-top:16rem}.pv0-m{padding-top:0;padding-bottom:0}.pv1-m{padding-top:.25rem;padding-bottom:.25rem}.pv2-m{padding-top:.5rem;padding-bottom:.5rem}.pv3-m{padding-top:1rem;padding-bottom:1rem}.pv4-m{padding-top:2rem;padding-bottom:2rem}.pv5-m{padding-top:4rem;padding-bottom:4rem}.pv6-m{padding-top:8rem;padding-bottom:8rem}.pv7-m{padding-top:16rem;padding-bottom:16rem}.ph0-m{padding-left:0;padding-right:0}.ph1-m{padding-left:.25rem;padding-right:.25rem}.ph2-m{padding-left:.5rem;padding-right:.5rem}.ph3-m{padding-left:1rem;padding-right:1rem}.ph4-m{padding-left:2rem;padding-right:2rem}.ph5-m{padding-left:4rem;padding-right:4rem}.ph6-m{padding-left:8rem;padding-right:8rem}.ph7-m{padding-left:16rem;padding-right:16rem}.ma0-m{margin:0}.ma1-m{margin:.25rem}.ma2-m{margin:.5rem}.ma3-m{margin:1rem}.ma4-m{margin:2rem}.ma5-m{margin:4rem}.ma6-m{margin:8rem}.ma7-m{margin:16rem}.ml0-m{margin-left:0}.ml1-m{margin-left:.25rem}.ml2-m{margin-left:.5rem}.ml3-m{margin-left:1rem}.ml4-m{margin-left:2rem}.ml5-m{margin-left:4rem}.ml6-m{margin-left:8rem}.ml7-m{margin-left:16rem}.mr0-m{margin-right:0}.mr1-m{margin-right:.25rem}.mr2-m{margin-right:.5rem}.mr3-m{margin-right:1rem}.mr4-m{margin-right:2rem}.mr5-m{margin-right:4rem}.mr6-m{margin-right:8rem}.mr7-m{margin-right:16rem}.mb0-m{margin-bottom:0}.mb1-m{margin-bottom:.25rem}.mb2-m{margin-bottom:.5rem}.mb3-m{margin-bottom:1rem}.mb4-m{margin-bottom:2rem}.mb5-m{margin-bottom:4rem}.mb6-m{margin-bottom:8rem}.mb7-m{margin-bottom:16rem}.mt0-m{margin-top:0}.mt1-m{margin-top:.25rem}.mt2-m{margin-top:.5rem}.mt3-m{margin-top:1rem}.mt4-m{margin-top:2rem}.mt5-m{margin-top:4rem}.mt6-m{margin-top:8rem}.mt7-m{margin-top:16rem}.mv0-m{margin-top:0;margin-bottom:0}.mv1-m{margin-top:.25rem;margin-bottom:.25rem}.mv2-m{margin-top:.5rem;margin-bottom:.5rem}.mv3-m{margin-top:1rem;margin-bottom:1rem}.mv4-m{margin-top:2rem;margin-bottom:2rem}.mv5-m{margin-top:4rem;margin-bottom:4rem}.mv6-m{margin-top:8rem;margin-bottom:8rem}.mv7-m{margin-top:16rem;margin-bottom:16rem}.mh0-m{margin-left:0;margin-right:0}.mh1-m{margin-left:.25rem;margin-right:.25rem}.mh2-m{margin-left:.5rem;margin-right:.5rem}.mh3-m{margin-left:1rem;margin-right:1rem}.mh4-m{margin-left:2rem;margin-right:2rem}.mh5-m{margin-left:4rem;margin-right:4rem}.mh6-m{margin-left:8rem;margin-right:8rem}.mh7-m{margin-left:16rem;margin-right:16rem}.na1-m{margin:-.25rem}.na2-m{margin:-.5rem}.na3-m{margin:-1rem}.na4-m{margin:-2rem}.na5-m{margin:-4rem}.na6-m{margin:-8rem}.na7-m{margin:-16rem}.nl1-m{margin-left:-.25rem}.nl2-m{margin-left:-.5rem}.nl3-m{margin-left:-1rem}.nl4-m{margin-left:-2rem}.nl5-m{margin-left:-4rem}.nl6-m{margin-left:-8rem}.nl7-m{margin-left:-16rem}.nr1-m{margin-right:-.25rem}.nr2-m{margin-right:-.5rem}.nr3-m{margin-right:-1rem}.nr4-m{margin-right:-2rem}.nr5-m{margin-right:-4rem}.nr6-m{margin-right:-8rem}.nr7-m{margin-right:-16rem}.nb1-m{margin-bottom:-.25rem}.nb2-m{margin-bottom:-.5rem}.nb3-m{margin-bottom:-1rem}.nb4-m{margin-bottom:-2rem}.nb5-m{margin-bottom:-4rem}.nb6-m{margin-bottom:-8rem}.nb7-m{margin-bottom:-16rem}.nt1-m{margin-top:-.25rem}.nt2-m{margin-top:-.5rem}.nt3-m{margin-top:-1rem}.nt4-m{margin-top:-2rem}.nt5-m{margin-top:-4rem}.nt6-m{margin-top:-8rem}.nt7-m{margin-top:-16rem}.strike-m{text-decoration:line-through}.underline-m{text-decoration:underline}.no-underline-m{text-decoration:none}.tl-m{text-align:left}.tr-m{text-align:right}.tc-m{text-align:center}.tj-m{text-align:justify}.ttc-m{text-transform:capitalize}.ttl-m{text-transform:lowercase}.ttu-m{text-transform:uppercase}.ttn-m{text-transform:none}.f-6-m,.f-headline-m{font-size:6rem}.f-5-m,.f-subheadline-m{font-size:5rem}.f1-m{font-size:3rem}.f2-m{font-size:2.25rem}.f3-m{font-size:1.5rem}.f4-m{font-size:1.25rem}.f5-m{font-size:1rem}.f6-m{font-size:.875rem}.f7-m{font-size:.75rem}.measure-m{max-width:30em}.measure-wide-m{max-width:34em}.measure-narrow-m{max-width:20em}.indent-m{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-m{font-variant:small-caps}.truncate-m{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-m{margin-left:auto}.center-m,.mr-auto-m{margin-right:auto}.ml-auto-m{margin-left:auto}.clip-m{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-m{white-space:normal}.nowrap-m{white-space:nowrap}.pre-m{white-space:pre}.v-base-m{vertical-align:baseline}.v-mid-m{vertical-align:middle}.v-top-m{vertical-align:top}.v-btm-m{vertical-align:bottom}}@media screen and (min-width:60em){.aspect-ratio-l{height:0;position:relative}.aspect-ratio--16x9-l{padding-bottom:56.25%}.aspect-ratio--9x16-l{padding-bottom:177.77%}.aspect-ratio--4x3-l{padding-bottom:75%}.aspect-ratio--3x4-l{padding-bottom:133.33%}.aspect-ratio--6x4-l{padding-bottom:66.6%}.aspect-ratio--4x6-l{padding-bottom:150%}.aspect-ratio--8x5-l{padding-bottom:62.5%}.aspect-ratio--5x8-l{padding-bottom:160%}.aspect-ratio--7x5-l{padding-bottom:71.42%}.aspect-ratio--5x7-l{padding-bottom:140%}.aspect-ratio--1x1-l{padding-bottom:100%}.aspect-ratio--object-l{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100}.cover-l{background-size:cover!important}.contain-l{background-size:contain!important}.bg-center-l{background-position:50%}.bg-center-l,.bg-top-l{background-repeat:no-repeat}.bg-top-l{background-position:top}.bg-right-l{background-position:100%}.bg-bottom-l,.bg-right-l{background-repeat:no-repeat}.bg-bottom-l{background-position:bottom}.bg-left-l{background-repeat:no-repeat;background-position:0}.outline-l{outline:1px solid}.outline-transparent-l{outline:1px solid transparent}.outline-0-l{outline:0}.ba-l{border-style:solid;border-width:1px}.bt-l{border-top-style:solid;border-top-width:1px}.br-l{border-right-style:solid;border-right-width:1px}.bb-l{border-bottom-style:solid;border-bottom-width:1px}.bl-l{border-left-style:solid;border-left-width:1px}.bn-l{border-style:none;border-width:0}.br0-l{border-radius:0}.br1-l{border-radius:.125rem}.br2-l{border-radius:.25rem}.br3-l{border-radius:.5rem}.br4-l{border-radius:1rem}.br-100-l{border-radius:100%}.br-pill-l{border-radius:9999px}.br--bottom-l{border-top-left-radius:0;border-top-right-radius:0}.br--top-l{border-bottom-right-radius:0}.br--right-l,.br--top-l{border-bottom-left-radius:0}.br--right-l{border-top-left-radius:0}.br--left-l{border-top-right-radius:0;border-bottom-right-radius:0}.br-inherit-l{border-radius:inherit}.br-initial-l{border-radius:initial}.br-unset-l{border-radius:unset}.b--dotted-l{border-style:dotted}.b--dashed-l{border-style:dashed}.b--solid-l{border-style:solid}.b--none-l{border-style:none}.bw0-l{border-width:0}.bw1-l{border-width:.125rem}.bw2-l{border-width:.25rem}.bw3-l{border-width:.5rem}.bw4-l{border-width:1rem}.bw5-l{border-width:2rem}.bt-0-l{border-top-width:0}.br-0-l{border-right-width:0}.bb-0-l{border-bottom-width:0}.bl-0-l{border-left-width:0}.shadow-1-l{box-shadow:0 0 4px 2px rgba(0,0,0,.2)}.shadow-2-l{box-shadow:0 0 8px 2px rgba(0,0,0,.2)}.shadow-3-l{box-shadow:2px 2px 4px 2px rgba(0,0,0,.2)}.shadow-4-l{box-shadow:2px 2px 8px 0 rgba(0,0,0,.2)}.shadow-5-l{box-shadow:4px 4px 8px 0 rgba(0,0,0,.2)}.top-0-l{top:0}.left-0-l{left:0}.right-0-l{right:0}.bottom-0-l{bottom:0}.top-1-l{top:1rem}.left-1-l{left:1rem}.right-1-l{right:1rem}.bottom-1-l{bottom:1rem}.top-2-l{top:2rem}.left-2-l{left:2rem}.right-2-l{right:2rem}.bottom-2-l{bottom:2rem}.top--1-l{top:-1rem}.right--1-l{right:-1rem}.bottom--1-l{bottom:-1rem}.left--1-l{left:-1rem}.top--2-l{top:-2rem}.right--2-l{right:-2rem}.bottom--2-l{bottom:-2rem}.left--2-l{left:-2rem}.absolute--fill-l{top:0;right:0;bottom:0;left:0}.cl-l{clear:left}.cr-l{clear:right}.cb-l{clear:both}.cn-l{clear:none}.dn-l{display:none}.di-l{display:inline}.db-l{display:block}.dib-l{display:inline-block}.dit-l{display:inline-table}.dt-l{display:table}.dtc-l{display:table-cell}.dt-row-l{display:table-row}.dt-row-group-l{display:table-row-group}.dt-column-l{display:table-column}.dt-column-group-l{display:table-column-group}.dt--fixed-l{table-layout:fixed;width:100%}.flex-l{display:flex}.inline-flex-l{display:inline-flex}.flex-auto-l{flex:1 1 auto;min-width:0;min-height:0}.flex-none-l{flex:none}.flex-column-l{flex-direction:column}.flex-row-l{flex-direction:row}.flex-wrap-l{flex-wrap:wrap}.flex-nowrap-l{flex-wrap:nowrap}.flex-wrap-reverse-l{flex-wrap:wrap-reverse}.flex-column-reverse-l{flex-direction:column-reverse}.flex-row-reverse-l{flex-direction:row-reverse}.items-start-l{align-items:flex-start}.items-end-l{align-items:flex-end}.items-center-l{align-items:center}.items-baseline-l{align-items:baseline}.items-stretch-l{align-items:stretch}.self-start-l{align-self:flex-start}.self-end-l{align-self:flex-end}.self-center-l{align-self:center}.self-baseline-l{align-self:baseline}.self-stretch-l{align-self:stretch}.justify-start-l{justify-content:flex-start}.justify-end-l{justify-content:flex-end}.justify-center-l{justify-content:center}.justify-between-l{justify-content:space-between}.justify-around-l{justify-content:space-around}.content-start-l{align-content:flex-start}.content-end-l{align-content:flex-end}.content-center-l{align-content:center}.content-between-l{align-content:space-between}.content-around-l{align-content:space-around}.content-stretch-l{align-content:stretch}.order-0-l{order:0}.order-1-l{order:1}.order-2-l{order:2}.order-3-l{order:3}.order-4-l{order:4}.order-5-l{order:5}.order-6-l{order:6}.order-7-l{order:7}.order-8-l{order:8}.order-last-l{order:99999}.flex-grow-0-l{flex-grow:0}.flex-grow-1-l{flex-grow:1}.flex-shrink-0-l{flex-shrink:0}.flex-shrink-1-l{flex-shrink:1}.fl-l{float:left}.fl-l,.fr-l{_display:inline}.fr-l{float:right}.fn-l{float:none}.i-l{font-style:italic}.fs-normal-l{font-style:normal}.normal-l{font-weight:400}.b-l{font-weight:700}.fw1-l{font-weight:100}.fw2-l{font-weight:200}.fw3-l{font-weight:300}.fw4-l{font-weight:400}.fw5-l{font-weight:500}.fw6-l{font-weight:600}.fw7-l{font-weight:700}.fw8-l{font-weight:800}.fw9-l{font-weight:900}.h1-l{height:1rem}.h2-l{height:2rem}.h3-l{height:4rem}.h4-l{height:8rem}.h5-l{height:16rem}.h-25-l{height:25%}.h-50-l{height:50%}.h-75-l{height:75%}.h-100-l{height:100%}.min-h-100-l{min-height:100%}.vh-25-l{height:25vh}.vh-50-l{height:50vh}.vh-75-l{height:75vh}.vh-100-l{height:100vh}.min-vh-100-l{min-height:100vh}.h-auto-l{height:auto}.h-inherit-l{height:inherit}.tracked-l{letter-spacing:.1em}.tracked-tight-l{letter-spacing:-.05em}.tracked-mega-l{letter-spacing:.25em}.lh-solid-l{line-height:1}.lh-title-l{line-height:1.25}.lh-copy-l{line-height:1.5}.mw-100-l{max-width:100%}.mw1-l{max-width:1rem}.mw2-l{max-width:2rem}.mw3-l{max-width:4rem}.mw4-l{max-width:8rem}.mw5-l{max-width:16rem}.mw6-l{max-width:32rem}.mw7-l{max-width:48rem}.mw8-l{max-width:64rem}.mw9-l{max-width:96rem}.mw-none-l{max-width:none}.w1-l{width:1rem}.w2-l{width:2rem}.w3-l{width:4rem}.w4-l{width:8rem}.w5-l{width:16rem}.w-10-l{width:10%}.w-20-l{width:20%}.w-25-l{width:25%}.w-30-l{width:30%}.w-33-l{width:33%}.w-34-l{width:34%}.w-40-l{width:40%}.w-50-l{width:50%}.w-60-l{width:60%}.w-70-l{width:70%}.w-75-l{width:75%}.w-80-l{width:80%}.w-90-l{width:90%}.w-100-l{width:100%}.w-third-l{width:33.33333%}.w-two-thirds-l{width:66.66667%}.w-auto-l{width:auto}.overflow-visible-l{overflow:visible}.overflow-hidden-l{overflow:hidden}.overflow-scroll-l{overflow:scroll}.overflow-auto-l{overflow:auto}.overflow-x-visible-l{overflow-x:visible}.overflow-x-hidden-l{overflow-x:hidden}.overflow-x-scroll-l{overflow-x:scroll}.overflow-x-auto-l{overflow-x:auto}.overflow-y-visible-l{overflow-y:visible}.overflow-y-hidden-l{overflow-y:hidden}.overflow-y-scroll-l{overflow-y:scroll}.overflow-y-auto-l{overflow-y:auto}.static-l{position:static}.relative-l{position:relative}.absolute-l{position:absolute}.fixed-l{position:fixed}.rotate-45-l{transform:rotate(45deg)}.rotate-90-l{transform:rotate(90deg)}.rotate-135-l{transform:rotate(135deg)}.rotate-180-l{transform:rotate(180deg)}.rotate-225-l{transform:rotate(225deg)}.rotate-270-l{transform:rotate(270deg)}.rotate-315-l{transform:rotate(315deg)}.pa0-l{padding:0}.pa1-l{padding:.25rem}.pa2-l{padding:.5rem}.pa3-l{padding:1rem}.pa4-l{padding:2rem}.pa5-l{padding:4rem}.pa6-l{padding:8rem}.pa7-l{padding:16rem}.pl0-l{padding-left:0}.pl1-l{padding-left:.25rem}.pl2-l{padding-left:.5rem}.pl3-l{padding-left:1rem}.pl4-l{padding-left:2rem}.pl5-l{padding-left:4rem}.pl6-l{padding-left:8rem}.pl7-l{padding-left:16rem}.pr0-l{padding-right:0}.pr1-l{padding-right:.25rem}.pr2-l{padding-right:.5rem}.pr3-l{padding-right:1rem}.pr4-l{padding-right:2rem}.pr5-l{padding-right:4rem}.pr6-l{padding-right:8rem}.pr7-l{padding-right:16rem}.pb0-l{padding-bottom:0}.pb1-l{padding-bottom:.25rem}.pb2-l{padding-bottom:.5rem}.pb3-l{padding-bottom:1rem}.pb4-l{padding-bottom:2rem}.pb5-l{padding-bottom:4rem}.pb6-l{padding-bottom:8rem}.pb7-l{padding-bottom:16rem}.pt0-l{padding-top:0}.pt1-l{padding-top:.25rem}.pt2-l{padding-top:.5rem}.pt3-l{padding-top:1rem}.pt4-l{padding-top:2rem}.pt5-l{padding-top:4rem}.pt6-l{padding-top:8rem}.pt7-l{padding-top:16rem}.pv0-l{padding-top:0;padding-bottom:0}.pv1-l{padding-top:.25rem;padding-bottom:.25rem}.pv2-l{padding-top:.5rem;padding-bottom:.5rem}.pv3-l{padding-top:1rem;padding-bottom:1rem}.pv4-l{padding-top:2rem;padding-bottom:2rem}.pv5-l{padding-top:4rem;padding-bottom:4rem}.pv6-l{padding-top:8rem;padding-bottom:8rem}.pv7-l{padding-top:16rem;padding-bottom:16rem}.ph0-l{padding-left:0;padding-right:0}.ph1-l{padding-left:.25rem;padding-right:.25rem}.ph2-l{padding-left:.5rem;padding-right:.5rem}.ph3-l{padding-left:1rem;padding-right:1rem}.ph4-l{padding-left:2rem;padding-right:2rem}.ph5-l{padding-left:4rem;padding-right:4rem}.ph6-l{padding-left:8rem;padding-right:8rem}.ph7-l{padding-left:16rem;padding-right:16rem}.ma0-l{margin:0}.ma1-l{margin:.25rem}.ma2-l{margin:.5rem}.ma3-l{margin:1rem}.ma4-l{margin:2rem}.ma5-l{margin:4rem}.ma6-l{margin:8rem}.ma7-l{margin:16rem}.ml0-l{margin-left:0}.ml1-l{margin-left:.25rem}.ml2-l{margin-left:.5rem}.ml3-l{margin-left:1rem}.ml4-l{margin-left:2rem}.ml5-l{margin-left:4rem}.ml6-l{margin-left:8rem}.ml7-l{margin-left:16rem}.mr0-l{margin-right:0}.mr1-l{margin-right:.25rem}.mr2-l{margin-right:.5rem}.mr3-l{margin-right:1rem}.mr4-l{margin-right:2rem}.mr5-l{margin-right:4rem}.mr6-l{margin-right:8rem}.mr7-l{margin-right:16rem}.mb0-l{margin-bottom:0}.mb1-l{margin-bottom:.25rem}.mb2-l{margin-bottom:.5rem}.mb3-l{margin-bottom:1rem}.mb4-l{margin-bottom:2rem}.mb5-l{margin-bottom:4rem}.mb6-l{margin-bottom:8rem}.mb7-l{margin-bottom:16rem}.mt0-l{margin-top:0}.mt1-l{margin-top:.25rem}.mt2-l{margin-top:.5rem}.mt3-l{margin-top:1rem}.mt4-l{margin-top:2rem}.mt5-l{margin-top:4rem}.mt6-l{margin-top:8rem}.mt7-l{margin-top:16rem}.mv0-l{margin-top:0;margin-bottom:0}.mv1-l{margin-top:.25rem;margin-bottom:.25rem}.mv2-l{margin-top:.5rem;margin-bottom:.5rem}.mv3-l{margin-top:1rem;margin-bottom:1rem}.mv4-l{margin-top:2rem;margin-bottom:2rem}.mv5-l{margin-top:4rem;margin-bottom:4rem}.mv6-l{margin-top:8rem;margin-bottom:8rem}.mv7-l{margin-top:16rem;margin-bottom:16rem}.mh0-l{margin-left:0;margin-right:0}.mh1-l{margin-left:.25rem;margin-right:.25rem}.mh2-l{margin-left:.5rem;margin-right:.5rem}.mh3-l{margin-left:1rem;margin-right:1rem}.mh4-l{margin-left:2rem;margin-right:2rem}.mh5-l{margin-left:4rem;margin-right:4rem}.mh6-l{margin-left:8rem;margin-right:8rem}.mh7-l{margin-left:16rem;margin-right:16rem}.na1-l{margin:-.25rem}.na2-l{margin:-.5rem}.na3-l{margin:-1rem}.na4-l{margin:-2rem}.na5-l{margin:-4rem}.na6-l{margin:-8rem}.na7-l{margin:-16rem}.nl1-l{margin-left:-.25rem}.nl2-l{margin-left:-.5rem}.nl3-l{margin-left:-1rem}.nl4-l{margin-left:-2rem}.nl5-l{margin-left:-4rem}.nl6-l{margin-left:-8rem}.nl7-l{margin-left:-16rem}.nr1-l{margin-right:-.25rem}.nr2-l{margin-right:-.5rem}.nr3-l{margin-right:-1rem}.nr4-l{margin-right:-2rem}.nr5-l{margin-right:-4rem}.nr6-l{margin-right:-8rem}.nr7-l{margin-right:-16rem}.nb1-l{margin-bottom:-.25rem}.nb2-l{margin-bottom:-.5rem}.nb3-l{margin-bottom:-1rem}.nb4-l{margin-bottom:-2rem}.nb5-l{margin-bottom:-4rem}.nb6-l{margin-bottom:-8rem}.nb7-l{margin-bottom:-16rem}.nt1-l{margin-top:-.25rem}.nt2-l{margin-top:-.5rem}.nt3-l{margin-top:-1rem}.nt4-l{margin-top:-2rem}.nt5-l{margin-top:-4rem}.nt6-l{margin-top:-8rem}.nt7-l{margin-top:-16rem}.strike-l{text-decoration:line-through}.underline-l{text-decoration:underline}.no-underline-l{text-decoration:none}.tl-l{text-align:left}.tr-l{text-align:right}.tc-l{text-align:center}.tj-l{text-align:justify}.ttc-l{text-transform:capitalize}.ttl-l{text-transform:lowercase}.ttu-l{text-transform:uppercase}.ttn-l{text-transform:none}.f-6-l,.f-headline-l{font-size:6rem}.f-5-l,.f-subheadline-l{font-size:5rem}.f1-l{font-size:3rem}.f2-l{font-size:2.25rem}.f3-l{font-size:1.5rem}.f4-l{font-size:1.25rem}.f5-l{font-size:1rem}.f6-l{font-size:.875rem}.f7-l{font-size:.75rem}.measure-l{max-width:30em}.measure-wide-l{max-width:34em}.measure-narrow-l{max-width:20em}.indent-l{text-indent:1em;margin-top:0;margin-bottom:0}.small-caps-l{font-variant:small-caps}.truncate-l{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.center-l{margin-left:auto}.center-l,.mr-auto-l{margin-right:auto}.ml-auto-l{margin-left:auto}.clip-l{position:fixed!important;_position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ws-normal-l{white-space:normal}.nowrap-l{white-space:nowrap}.pre-l{white-space:pre}.v-base-l{vertical-align:baseline}.v-mid-l{vertical-align:middle}.v-top-l{vertical-align:top}.v-btm-l{vertical-align:bottom}}.hellobar_container{display:flex;width:100%;justify-content:center;align-items:center;padding:.6rem 0;font-size:13px;z-index:0}.hellobar_container .swiper{width:100%;height:100%}.hellobar_container .swiper-slide{text-align:center;font-size:13px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:766px){.notify-product-container{margin-left:20px;margin-right:20px}}.notify-product-container .heading{font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:#414141}.notify-product-container .subheading{font-style:normal;font-weight:400;font-size:12px;line-height:22px;letter-spacing:-.14;color:#999}.notify-product-container .notify-product-input-container{display:flex}@media screen and (max-width:330px){.notify-product-container .notify-product-input-container{flex-direction:column}}.notify-product-container .notify-product-input-container .notify-product-input-box{padding:6px 12px;width:278px;height:40px;background:#fff;border:1px solid #dfdfdf;border-radius:4px;font-size:14px;margin-right:12px}.notify-product-container .notify-product-input-container .notify-cta-btn{width:154px;height:40px;background:#000;border:none;border-radius:5px;font-style:normal;font-weight:500;font-size:16px;line-height:22px;text-transform:capitalize;color:#fff;cursor:pointer}@media screen and (max-width:330px){.notify-product-container .notify-product-input-container .notify-cta-btn{width:278px;margin-top:16px}}.notify-product-container .invalid-email-text{font-weight:400;font-size:14px;line-height:22px;color:#eb5757}.Toastify__toast--warning,.Toastify__toast-body{font-family:Montserrat,sans-serif}.Toastify__toast--warning{background:#3d6afd!important;color:#fff;border-radius:4px;width:450px}@media screen and (max-width:766px){.Toastify__toast--warning{width:100%;margin:10px auto}}.SortingAndFiltersTabWrapper.Wrapper{position:absolute;left:-113%;height:100vh;display:flex}.SortingAndFiltersTabWrapper .SortingAndFiltersTab{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.SortingAndFiltersTabWrapper .SortingAndFiltersTab{position:fixed;background:#fff;z-index:6;bottom:0;left:0}.SortingAndFiltersTabWrapper .SortingAndFiltersTab.mobileDrawer{position:absolute;background:#fff;z-index:6;bottom:0;left:0}}.SortingAndFiltersTabWrapper .SortingAndFiltersTab .filterTab{display:flex;align-items:center;justify-items:center;padding:7px 8px 7px 11px;border:1px solid #d1d1d1;cursor:pointer}@media screen and (max-width:767px){.SortingAndFiltersTabWrapper .SortingAndFiltersTab .filterTab{width:50vw;display:flex;justify-content:center;height:48px;border-bottom:none;border-left:none;border-right:none}}.SortingAndFiltersTabWrapper .SortingAndFiltersTab .filterTab .filterText{margin-left:10px;font-size:16px}.SortingAndFiltersTabWrapper .SortingAndFiltersTab .dropDownContainer{position:absolute;display:flex;flex-direction:column;z-index:6;padding-left:22px;top:100%;margin-top:10px;left:0;min-width:233px;padding-top:25px;border:1px solid #d1d1d1;background:#fff}.SortingAndFiltersTabWrapper .SortingAndFiltersTab .spacing-flex{display:flex;flex-shrink:2;width:85%;animation-name:identifier;animation-duration:7s}@media screen and (max-width:767px){.SortingAndFiltersTabWrapper .SortingAndFiltersTab .spacing-flex{display:none}}@keyframes identifier{0%{width:85%}to{width:55%}}.SortAndFilteredItemsMid5>section{margin-top:24px;display:grid;justify-self:center;justify-items:center;grid-auto-rows:auto}@media screen and (min-width:767px){.SortAndFilteredItemsMid5>section{grid-template-columns:repeat(3,1fr);-moz-column-gap:3rem;column-gap:3rem;row-gap:2rem;justify-self:baseline;justify-items:baseline}}@media screen and (max-width:767px){.SortAndFilteredItemsMid5>section{grid-template-columns:repeat(2,1fr);margin-left:0;-moz-column-gap:20px;column-gap:20px;row-gap:15px;justify-self:center;justify-items:center}}.sortingTab{position:relative;align-items:center;justify-content:space-between;border:1px solid #d1d1d1;padding:9px;white-space:nowrap;font-size:14px;cursor:pointer;min-width:233px}.sortingTab,.sortingTab .sortingTabText{display:flex}.sortingTab .dropDownContainer{position:absolute;display:flex;flex-direction:column;z-index:6;padding-left:22px;top:100%;margin-top:10px;left:0;min-width:233px;padding-top:25px;border:1px solid #d1d1d1;background:#fff}.sortingTab .dropDownArrow{display:flex;align-items:center}.sortingTab .dropDownArrow:after,.sortingTab .dropDownArrow:before{content:"";padding:5px}.sortingTab .dropDownArrow>svg{transform:rotate(var(--showDropDownAngle))}.sortingTabMobile{display:flex;position:relative;align-items:center;justify-content:center;border:1px solid #d1d1d1;white-space:nowrap;font-size:14px;cursor:pointer;width:50vw;height:48px}.sortingTabMobile .sortingTabText{display:flex}.sortingTabMobile .dropDownContainerMobile{position:absolute;display:flex;flex-direction:column;z-index:6;padding-left:22px;top:-519%;margin-top:10px;left:-51vw;min-width:101vw;padding-top:25px;border:1px solid #d1d1d1;background:#fff}.sortingTabMobile .dropDownContainerMobile .sortByHeading{display:flex;flex-direction:column;font-size:16px}.sortingTabMobile .dropDownContainerMobile .sortByHeading .borderDiv{background-color:#ededed;width:100vw;height:1px;margin-top:16px;margin-bottom:22px;transform:scaleX(1.2)}.sortingTabMobile .dropDownArrow{display:flex;align-items:center}.filterDrawerWrapper{display:flex;border-right:1px solid #eaeaea;position:sticky;height:100vh;width:300px;background-color:#fff}@media screen and (max-width:767px){.filterDrawerWrapper{width:100vw;top:0}}.filterDrawerWrapper .filterDrawerMobileCtaContainer{display:flex;position:absolute;bottom:0;height:48px;width:100vw;justify-content:center;align-items:center;background:#fff}.filterDrawerWrapper .filterDrawerMobileCtaContainer .filterDrawerMobileCta{all:unset;display:flex;height:48px;width:50vw;justify-content:center;align-items:center;background:#fff;border:1px solid #e2e2e2}.filterDrawerWrapper .filterDrawerMobileCtaContainer .filterDrawerMobileCta :last-child{border-left:none}.SortAndFilteredItemsMid6>section{width:100%;max-width:1000px;display:grid;grid-template-rows:auto;justify-items:center;box-sizing:border-box;margin-bottom:3rem;margin-top:2rem;margin-left:20px}@media screen and (min-width:767px){.SortAndFilteredItemsMid6>section{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:2rem;-moz-column-gap:1.5rem;column-gap:1.5rem;width:-webkit-fill-available}}@media screen and (max-width:766px){.SortAndFilteredItemsMid6>section{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.5rem;-moz-column-gap:1rem;column-gap:1rem;padding:0 1rem}}.pay-now-box{border-bottom:none;padding-bottom:8px}.single-more-options{height:46px}.all-more-options{height:80px}.more-options-box{display:flex;width:418px;align-items:center;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.15);background:#fff;flex-direction:column;padding:0 272px 15px 16px;gap:10px}.more-options-box .more-options-heading-box{display:flex;align-items:center;gap:12px}.more-options-box .more-options-heading-box .more-options-heading{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:20px;white-space:nowrap}.more-options-box .more-options-heading-box .below-arrow{width:24px;max-width:100%;height:10px}.more-options-box .more-options-heading-box .arrow-down{transform:rotate(90deg)}.more-options-box .more-options-heading-box .arrow-up{transform:rotate(-90deg)}.more-options-box .cancel-order{color:var(--kinetic-colors-gray-gray-500,#222);font-size:16px;font-style:normal;font-weight:400;line-height:20px;align-self:flex-start}.cancel-option-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2}.cancel-option-modal-overlay .cancel-option-modal{display:flex;width:551px;padding:24px;flex-direction:column;align-items:flex-start;gap:19px;border-radius:8px;background:#fff;position:absolute;max-height:500px;overflow:auto;overflow-x:hidden;position:relative;min-height:430px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-headings{display:flex;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-headings .cancel-modal-main-heading{display:flex;justify-content:space-between;align-items:center;align-self:stretch}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-headings .cancel-modal-main-heading .cancel-modal-heading-text{color:#000;font-size:24px;font-style:normal;font-weight:600;line-height:20px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-headings .cancel-modal-main-heading .cancel-icon{width:24px;height:24px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-headings .cancel-modal-description{align-self:stretch;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-options-box{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-options-box .cancel-modal-option{display:flex;align-items:center;gap:8px}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-options-box .cancel-modal-option>input{width:24px;height:24px;accent-color:#000}.cancel-option-modal-overlay .cancel-option-modal .cancel-modal-static .cancel-modal-options-box .cancel-modal-option>label{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div{display:flex;justify-content:center;align-items:center;align-self:stretch;background:#fff;position:sticky;bottom:-6%;width:109%;transform:translateX(-4%);left:0;padding-bottom:11px;padding-top:12px}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div .cancel-order-btn{display:flex;padding:12px 16px;justify-content:center;align-items:center;width:92%;gap:8px;align-self:stretch;background:hsla(0,0%,5%,.4);border:0}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div .cancel-order-btn .cancel-order-btn-txt{color:var(--mobile-kinetic-ui-naturals-white,#fff);font-feature-settings:"clig" off,"liga" off;font-size:15px;font-style:normal;font-weight:600;line-height:20px}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div-selected{display:flex;justify-content:center;align-items:center;align-self:stretch;background:#fff;position:sticky;bottom:-6%;width:109%;transform:translateX(-4%);left:0;padding-bottom:11px;padding-top:12px}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div-selected .cancel-order-btn-selected{display:flex;padding:12px 16px;justify-content:center;align-items:center;width:92%;gap:8px;align-self:stretch;background:#0e0e0e;border:0}.cancel-option-modal-overlay .cancel-option-modal .cancel-order-div-selected .cancel-order-btn-selected .cancel-order-btn-txt-selected{color:var(--mobile-kinetic-ui-naturals-white,#fff);font-feature-settings:"clig" off,"liga" off;font-size:15px;font-style:normal;font-weight:600;line-height:20px}.cancel-option-modal-overlay .cancel-option-modal .custom-cancel-input-box{display:flex;width:503px;height:197px;align-items:flex-start;gap:10px;border-radius:8px;border:1px solid rgba(0,0,0,.3);min-height:80px;padding:15px 20px 20px}.cancel-option-modal-overlay .cancel-option-modal .custom-cancel-input-box .placeholder{color:rgba(0,0,0,.4);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cancel-option-modal-overlay-mobile{flex-shrink:0;background:#d3d3d3 50%/cover no-repeat;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:2}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile{display:flex;width:100%;padding:24px 16px;flex-direction:column;align-items:flex-end;gap:32px;flex-shrink:0;border-radius:12px 12px 0 0;background:#fff;position:absolute}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-main-heading-mobile{display:flex;align-items:center;gap:32px;align-self:stretch}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-main-heading-mobile .cancel-modal-heading-text-mobile{flex:1 0 0;color:var(--mobile-kinetic-ui-grey-grey-500,#222);font-size:20px;font-style:normal;font-weight:600;line-height:32px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-main-heading-mobile .cancel-icon-mobile{width:24px;height:24px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile{display:flex;flex-direction:column;align-items:flex-start;gap:32px;flex:1 0 0;align-self:stretch}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-modal-description-mobile{align-self:stretch;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-modal-options-mobile{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-modal-options-mobile .cancel-modal-option-mobile{display:flex;align-items:center;gap:8px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-modal-options-mobile .cancel-modal-option-mobile>input{width:24px;height:24px;accent-color:#000}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-modal-options-mobile .cancel-modal-option-mobile>label{color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .custom-cancel-input-box-mobile{display:flex;padding:12px;align-items:flex-start;gap:8px;flex:1 0 0;align-self:stretch;border-radius:8px;border:1px solid var(--mobile-kinetic-ui-grey-grey-50,#e9e9e9);background:var(--mobile-kinetic-ui-naturals-white,#fff)}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .custom-cancel-input-box-mobile .placeholder{flex:1 0 0;color:rgba(0,0,0,.4);font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-order-btn-mobile{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;background:hsla(0,0%,5%,.4);align-self:stretch;border:0}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-order-btn-mobile .cancel-order-btn-txt-mobile{color:var(--mobile-kinetic-ui-naturals-white,#fff);font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-order-btn-mobile-selected{display:flex;padding:12px 16px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;background:#0e0e0e;align-self:stretch}.cancel-option-modal-overlay-mobile .cancel-option-modal-mobile .cancel-modal-body-mobile .cancel-order-btn-mobile-selected .cancel-order-btn-txt-mobile-selected{color:var(--mobile-kinetic-ui-naturals-white,#fff);font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.more-options-bottom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:flex-end;justify-content:center;z-index:2}.more-options-bottom-overlay .more-options-bottom{display:flex;width:100%;height:84px;padding:24px 16px;flex-direction:column;align-items:flex-end;gap:32px;border-radius:12px 12px 0 0;background:#fff}.more-options-bottom-overlay .more-options-bottom .cancel-option-mobile{display:flex;align-items:center;gap:12px;align-self:stretch}.more-options-bottom-overlay .more-options-bottom .cancel-option-mobile .cancel-option-icoon-mobile{width:24px;height:24px}.more-options-bottom-overlay .more-options-bottom .cancel-option-mobile .cancel-option-mobile-text{color:var(--kinetic-colors-gray-gray-500,#222);font-size:16px;font-style:normal;font-weight:400;line-height:20px}.wb-sprite{background:url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/builder-sprite.dbf0e2d5.svg) no-repeat;background-size:2727px 525px;text-decoration:none;border:none;outline:none;width:16px;height:16px;cursor:pointer}.wb-sprite.forward-arrow{background-position:-809px -34px;width:20px;height:20px}.wb-sprite.forward-arrow.inverted{transform:rotate(-180deg)}.wb-sprite.backword-arrow{background-position:-893px -36px;width:20px;height:20px}.wb-sprite.ic-info-grey{background-position:-694px -36px}.wb-sprite.ic-six-dots{background-position:-1097px -32px;width:24px;height:24px}.wb-sprite.ic-arrow-down{background-position:-865px -36px;width:20px;height:20px;cursor:pointer}.wb-sprite.ic-arrow-down.inverted{transform:rotate(-180deg)}.wb-sprite.ic-align-left{background-position:-646px -60px}.wb-sprite.ic-align-left.faded{opacity:.7}.wb-sprite.ic-align-center{background-position:-694px -60px}.wb-sprite.ic-align-center.faded{opacity:.7}.wb-sprite.ic-align-right{background-position:-622px -84px}.wb-sprite.ic-align-right.faded{opacity:.7}.wb-sprite.ic-delete-grey{background-position:-1033px -36px;width:24px;height:24px;cursor:pointer}.wb-sprite.ic-delete-grey:hover{background-position:-1065px -36px}.wb-sprite.ic-cross-black{background-position:-921px -36px;width:20px;height:20px;cursor:pointer}.wb-sprite.ic-redirect-blue{background-position:-694px -108px}.wb-sprite.ic-plus-blue{background-position:-447px -38px;width:12px;height:12px}.wb-sprite.ic-checkbox-checked{background-position:-622px -56px;width:24px;height:24px}.wb-sprite.ic-box-checked{background-position:-598px -156px;width:16px;height:16px}.wb-sprite.ic-color-icon{background-position:-694px -180px;width:16px;height:16px}.wb-sprite.ic-color-icon-active{background-position:-646px -180px;width:16px;height:16px}.wb-sprite.ic-transparent{background-position:-670px -180px;width:16px;height:16px}.wb-sprite.ic-transparent-active{background-position:-598px -204px;width:16px;height:16px}.wb-sprite.ic-none{background-position:-1481px -32px;width:32px;height:32px}.wb-sprite.ic-underline{background-position:-2385px -32px;width:68px;height:36px}.wb-sprite.ic-underline-header{background-position:-2553px -32px;width:68px;height:36px}.wb-sprite.ic-background-box{background-position:-2469px -32px;width:68px;height:36px}.wb-sprite.ic-bold{background-position:-1161px -68px;width:24px;height:24px}.wb-sprite.ic-done-white{background-position:-467px -38px;width:12px;height:12px}.wb-sprite.ic-lock-icon{background-position:-865px -64px;width:20px;height:20px}.wb-sprite.ic-whatsapp{background-position:-1065px -68px;width:24px;height:24px}.wb-sprite.ic-cart-16{background-position:-622px -228px;width:16px;height:16px}.wb-sprite.ic-cart-20{background-position:-837px -92px;width:20px;height:20px}.wb-sprite.ic-cart{background-position:-1129px -68px;width:24px;height:24px}.wb-sprite.ic-cart-28{background-position:-1329px -36px;width:28px;height:28px}.wb-sprite.ic-cart-32{background-position:-1529px -80px;width:32px;height:32px}.wb-sprite.ic-search-16{background-position:-694px -204px;width:16px;height:16px}.wb-sprite.ic-search-20{background-position:-921px -64px;width:20px;height:20px}.wb-sprite.ic-search-20-grey{background-position:-893px -64px;width:20px;height:20px}.wb-sprite.ic-search{background-position:-1033px -68px;width:24px;height:24px}.wb-sprite.ic-search-28{background-position:-1257px -36px;width:28px;height:28px}.wb-sprite.ic-search-32{background-position:-1577px -32px;width:32px;height:32px}.wb-sprite.ic-user-16{background-position:-598px -228px;width:16px;height:16px}.wb-sprite.ic-user-20{background-position:-809px -92px;width:20px;height:20px}.wb-sprite.ic-user{background-position:-1097px -68px;width:24px;height:24px}.wb-sprite.ic-user-28{background-position:-1293px -36px;width:28px;height:28px}.wb-sprite.ic-user-32{background-position:-1481px -80px;width:32px;height:32px}.wb-sprite.ic-align-left-new{height:"16px";width:"16px";background-position:-622px -156px}.wb-sprite.ic-align-left-new.faded{opacity:.6}.wb-sprite.ic-align-center-new{height:"16px";width:"16px";background-position:-646px -156px}.wb-sprite.ic-align-center-new.faded{opacity:.6}.wb-sprite.ic-image{height:"24px";width:"24px";background-position:-811px -66px}.wb-sprite.ic-image.faded{opacity:.6}.wb-sprite.ic-align-right-new{height:"16px";width:"16px";background-position:-670px -156px}.wb-sprite.ic-align-right-new.faded{opacity:.6}.wb-sprite.ic-cross-circle{background-position:-597px -107px;width:18px;height:18px}.wb-sprite.ic-search-16{background-position:-670px -36px;width:18px;height:18px}.wb-sprite.ic-hamburger{background-position:-1161px -36px;width:24px;height:24px}.wb-sprite.ic-info-black{background-position:-622px -108px;width:16px;height:16px}.wb-sprite.ic-button-sharp{background-position:-2385px -84px;width:68px;height:28px}.wb-sprite.ic-button-rounded{background-position:-2469px -84px;width:68px;height:28px}.wb-sprite.ic-button-pill{background-position:-2553px -84px;width:68px;height:28px}.wb-sprite.ic-edit-icon{background-position:-1033px -100px;width:24px;height:24px}.wb-sprite.ic-delete{background-position:-1033px -36px;width:24px;height:24px}.wb-sprite.ic-square{background-position:-1065px -100px;width:24px;height:24px}.wb-sprite.ic-PortraitTall{background-position:-1097px -100px;width:24px;height:24px}.wb-sprite.ic-PortraitShort{background-position:-1129px -100px;width:24px;height:24px}.wb-sprite.ic-landscape{background-position:-1161px -100px;width:24px;height:24px}.wb-sprite.ic-landscape2{background-position:-1033px -132px;width:24px;height:24px}.wb-sprite.ic-circle{background-position:-1065px -132px;width:24px;height:24px}.wb-sprite.ic-blob{background-position:-1097px -132px;width:24px;height:24px}.wb-sprite.ic-arch{background-position:-1129px -132px;width:24px;height:24px}.wb-sprite.ic-simple-arrow{background-position:-1161px -132px;width:24px;height:24px}.wb-sprite.ic-arrow-circle{background-position:-1033px -164px;width:24px;height:24px}.wb-sprite.ic-arrow-rounded{background-position:-1065px -164px;width:24px;height:24px}.wb-sprite.ic-arrow-square{background-position:-1097px -164px;width:24px;height:24px}.wb-sprite.section-icon{background-position:-598px -276px;width:16px;height:16px}.wb-sprite.global-style-icon{background-position:-670px -276px;width:16px;height:16px}.wb-sprite.global-style-dropdown-icon{background-position:-865px -92px;width:20px;height:20px}.wb-sprite.plus-icon{background-position:-646px -252px;width:16px;height:16px}.wb-sprite.bag-icon{background-position:-670px -252px;width:16px;height:16px}.wb-sprite.cart-icon{background-position:-694px -252px;width:16px;height:16px}.wb-sprite.tag1-icon{background-position:-1033px -196px;width:24px;height:24px}.wb-sprite.tag2-icon{background-position:-1065px -196px;width:24px;height:24px}.wb-sprite.tag3-icon{background-position:-1097px -196px;width:24px;height:24px}.wb-sprite.tag-shape1{background-position:-2385px -128px;width:28px;height:16px}.wb-sprite.tag-shape3{background-position:-2419px -128px;width:28px;height:16px}.wb-sprite.tag-shape2{background-position:-2453px -128px;width:28px;height:16px}.wb-sprite.review-count1{background-position:-2385px -156px;width:60px;height:20px}.wb-sprite.review-count2{background-position:-2453px -156px;width:62px;height:20px}.wb-sprite.avg-rating{background-position:-2487px -128px;width:38px;height:20px}.wb-sprite.star-rating{background-position:-2531px -128px;width:92px;height:18px}.wb-sprite.redirect-indicator{background-position:-694px -108px;width:16px;height:16px}.wb-sprite.ic-cross-bg-black-lg{background-position:-1933px -32px;width:40px;height:40px}.wb-sprite.mute-lg{background-position:-1989px -32px;width:40px;height:40px}.wb-sprite.unmute-lg{background-position:-2045px -32px;width:40px;height:40px}.wb-sprite.whatsapp-type1{background-position:-1933px -88px;width:40px;height:40px}.wb-sprite.whatsapp-type2{background-position:-1989px -88px;width:40px;height:40px}.wb-sprite.whatsapp-type3{background-position:-2045px -88px;width:40px;height:40px}.wb-sprite.calendar-filter{background-position:-694px -276px;width:16px;height:16px}.wb-sprite.sort-filter{background-position:-598px -300px;width:16px;height:16px}.wb-sprite.rating-filter{background-position:-622px -300px;width:16px;height:16px}.wb-sprite.star-filter{background-position:-646px -300px;width:16px;height:16px}.wb-sprite.back-arrow-white{background-position:-2223px -32px;width:48px;height:48px}.custom-dropdown{font-family:Inter,sans-serif!important}.custom-dropdown .MuiFormControl-root{width:100%!important;border-radius:6px}.custom-dropdown .MuiFormControl-root:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.08)!important;border-radius:6px}.custom-dropdown .MuiFormLabel-root{font-family:Inter,sans-serif!important;position:absolute;top:50%;transform:translateY(-50%);padding-left:12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;word-break:break-all;right:20px;font-size:15px;font-weight:400;color:#111c36;opacity:.6}.custom-dropdown .MuiFormLabel-root:focus{color:#111c36;opacity:.6}.custom-dropdown .MuiFormLabel-filled{display:none!important}.custom-dropdown .MuiInputBase-root{font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:400!important;color:#111c36!important;border-radius:6px}.custom-dropdown .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:rgba(17,28,54,.12)!important}.custom-dropdown .MuiInputBase-root fieldset,.custom-dropdown .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid rgba(17,28,54,.122)!important}.custom-dropdown .MuiInputBase-input{padding:12px 32px 12px 12px;border-radius:6px!important}.custom-dropdown .MuiInputBase-input:hover{border-color:rgba(17,28,54,.12)!important}.custom-dropdown .MuiChip-filled.MuiChip-sizeMedium.MuiChip-filledDefault{height:auto;padding:0}.custom-dropdown .mui-select fieldset{border-color:#9a3131!important}.custom-dropdown .css-1yk1gt9-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid rgba(17,28,54,.12)!important}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation{box-shadow:0 2px 8px 0 rgba(46,50,58,.2)!important;border:1px solid rgba(17,28,54,.12)!important;border-radius:6px!important;margin-top:6px;max-height:400px!important;max-width:200px}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root{font-family:Inter,sans-serif!important;padding:8px 12px;font-size:15px;color:#111c36;font-weight:400;cursor:pointer!important}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root.Mui-selected{background:#fff!important}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root.Mui-selected.active{background:rgba(17,28,54,.06)!important}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root.Mui-selected.active span{font-weight:600!important}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root .MuiListItemText-root{white-space:normal}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiMenuItem-root .MuiListItemText-root span{font-family:Inter,sans-serif!important;font-size:15px;font-weight:400}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .MuiCheckbox-root{padding:1px 0}.custom-dropdown .MuiPaper-root.MuiMenu-paper.MuiPaper-elevation .search-menu-item:hover{background-color:#fff!important}@media screen and (max-width:639px){.MuiPaper-root.MuiMenu-paper.MuiPaper-elevation{border-radius:8px 8px 0 0!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:none;top:auto!important}.MuiBackdrop-root{background-color:gray!important;opacity:80%!important}.custom-dropdown .MuiFormControl-root{width:100%!important;height:auto!important;border-radius:6px;border:1px solid rgba(17,28,54,.122)}.custom-dropdown .MuiFormControl-root:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.08)!important}}.carousel-widget-slider .slick-list,.carousel-widget-slider .slick-slide,.carousel-widget-slider .slick-slider,.carousel-widget-slider .slick-track{height:100%}.carousel-widget-slider .slider-container{height:100%;position:relative}.carousel-widget-slider .slider-container+.slider-container{height:100%;display:none}.carousel-widget-slider .arrow-btns{top:50%;transform:translateY(-50%);z-index:1}.carousel-widget-slider .image-container{position:relative;display:flex;width:100%}.carousel-widget-slider .storeName-container{position:absolute;z-index:1;top:0;width:100%;height:100%;background:rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.carousel-widget-slider .storeName-image-container{width:4rem;height:4rem}.carousel-widget-slider .storeName-name{color:#fff}.carousel-widget-slider .storeName-description{width:100%;max-width:20rem}.placeholder\:tw-text-\[\#00000066\]::-moz-placeholder{color:#00000066}.placeholder\:tw-text-\[\#00000066\]::placeholder{color:#00000066}.placeholder\:tw-text-\[\#00000099\]::-moz-placeholder{color:#00000099}.placeholder\:tw-text-\[\#00000099\]::placeholder{color:#00000099}.placeholder\:tw-text-\[\#707070\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.placeholder\:tw-text-\[\#707070\]::placeholder{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.placeholder\:tw-text-\[\#999999\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.placeholder\:tw-text-\[\#999999\]::placeholder{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.before\:tw-absolute:before{content:var(--tw-content);position:absolute}.before\:tw-bottom-\[-1\.6px\]:before{content:var(--tw-content);bottom:-1.6px}.before\:tw-h-\[1\.5px\]:before{content:var(--tw-content);height:1.5px}.before\:tw-w-\[100\%\]:before{content:var(--tw-content);width:100%}.before\:tw-bg-\[\#2B74D8\]\/\[0\.8\]:before{content:var(--tw-content);background-color:rgba(43,116,216,.8)}.before\:tw-content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.first\:tw-mt-\[16px\]:first-child{margin-top:16px}.first\:tw-pt-0:first-child{padding-top:0}.first\:before\:tw-pointer-events-none:first-child:before{content:var(--tw-content);pointer-events:none}.first\:before\:tw-float-left:first-child:before{content:var(--tw-content);float:left}.first\:before\:tw-h-0:first-child:before{content:var(--tw-content);height:0}.first\:before\:tw-p-0:first-child:before{content:var(--tw-content);padding:0}.first\:before\:tw-font-inter:first-child:before{content:var(--tw-content);font-family:Inter,sans-serif}.first\:before\:tw-text-gray-400:first-child:before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.first\:before\:tw-content-\[attr\(data-placeholder\)\]:first-child:before{--tw-content:attr(data-placeholder);content:var(--tw-content)}.last\:tw-border-0:last-child{border-width:0}.last\:tw-border-none:last-child{border-style:none}.last\:tw-border-transparent:last-child{border-color:transparent}.hover\:tw-scale-\[1\.2\]:hover{--tw-scale-x:1.2;--tw-scale-y:1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:tw-rounded-\[5px\]:hover{border-radius:5px}.hover\:\!tw-border-none:hover{border-style:none!important}.hover\:\!tw-bg-\[\#111C360F\]:hover{background-color:#111c360f!important}.hover\:\!tw-bg-\[\#111C3614\]\/\[0\.08\]:hover{background-color:rgba(17,28,54,.08)!important}.hover\:\!tw-bg-\[\#111C36\]\/\[0\.04\]:hover{background-color:rgba(17,28,54,.04)!important}.hover\:\!tw-bg-transparent:hover{background-color:transparent!important}.hover\:tw-bg-\[\#111C3609\]:hover{background-color:#111c3609}.hover\:tw-bg-\[\#111C360A\]:hover{background-color:#111c360a}.hover\:tw-bg-\[\#111C360F\]:hover{background-color:#111c360f}.hover\:tw-bg-\[\#111C3614\]:hover{background-color:#111c3614}.hover\:tw-bg-\[\#111C36\]\/\[0\.04\]:hover{background-color:rgba(17,28,54,.04)}.hover\:tw-bg-\[\#171C2A0D\]:hover{background-color:#171c2a0d}.hover\:tw-bg-\[\#2B74D829\]:hover{background-color:#2b74d829}.hover\:tw-bg-\[\#F5F5F5\]:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity))}.hover\:tw-bg-\[\#F7F7F7\]:hover{--tw-bg-opacity:1;background-color:rgb(247 247 247/var(--tw-bg-opacity))}.hover\:tw-bg-\[\#ffffff4d\]:hover{background-color:#ffffff4d}.hover\:\!tw-font-semibold:hover{font-weight:600!important}.hover\:\!tw-text-newBlack:hover{--tw-text-opacity:1!important;color:rgb(17 28 54/var(--tw-text-opacity))!important}.hover\:tw-text-\[red\]:hover{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.hover\:tw-underline:hover{text-decoration-line:underline}.hover\:tw-opacity-70:hover{opacity:.7}.hover\:tw-shadow-button:hover{--tw-shadow:0px 1px 2px 0px #0000001f;--tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color)}.hover\:tw-shadow-button:hover,.hover\:tw-shadow-cust2:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:tw-shadow-cust2:hover{--tw-shadow:0px 2px 4px 0px rgba(0,0,0,.08);--tw-shadow-colored:0px 2px 4px 0px var(--tw-shadow-color)}.hover\:tw-shadow-globalSet:hover{--tw-shadow:0px 2px 8px 0px #c4c6cc52;--tw-shadow-colored:0px 2px 8px 0px var(--tw-shadow-color)}.hover\:tw-shadow-globalSet:hover,.hover\:tw-shadow-header:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:tw-shadow-header:hover{--tw-shadow:0px 4px 12px 0px hsla(225,7%,78%,.32);--tw-shadow-colored:0px 4px 12px 0px var(--tw-shadow-color)}.hover\:tw-shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:\!tw-grayscale-0:hover{--tw-grayscale:grayscale(0)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.focus\:tw-bg-\[\#AAD7F8\]:focus{--tw-bg-opacity:1;background-color:rgb(170 215 248/var(--tw-bg-opacity))}@media (min-width:360px){.xs\:tw-w-\[90vw\]{width:90vw}}@media (min-width:768px){.md\:tw-static{position:static}.md\:tw-absolute{position:absolute}.md\:tw-left-\[20px\]{left:20px}.md\:tw-left-\[8px\]{left:8px}.md\:tw-right-\[-16px\]{right:-16px}.md\:tw-right-\[32px\]{right:32px}.md\:tw-right-\[8px\]{right:8px}.md\:tw-top-\[-1rem\]{top:-1rem}.md\:tw-top-\[20px\]{top:20px}.md\:tw-top-\[42px\]{top:42px}.md\:tw-mx-0{margin-left:0;margin-right:0}.md\:tw-mx-auto{margin-left:auto;margin-right:auto}.md\:\!tw-mt-\[16px\]{margin-top:16px!important}.md\:tw-mb-0{margin-bottom:0}.md\:tw-ml-0{margin-left:0}.md\:tw-mr-\[0px\]{margin-right:0}.md\:tw-mt-\[16px\]{margin-top:16px}.md\:tw-mt-\[2\.5px\]{margin-top:2.5px}.md\:tw-mt-\[36px\]{margin-top:36px}.md\:tw-block{display:block}.md\:tw-h-\[100px\]{height:100px}.md\:tw-h-\[14px\]{height:14px}.md\:tw-h-\[518px\]{height:518px}.md\:tw-h-fit{height:-moz-fit-content;height:fit-content}.md\:\!tw-max-h-\[60\%\]{max-height:60%!important}.md\:\!tw-min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.md\:\!tw-w-\[130px\]{width:130px!important}.md\:\!tw-w-\[400px\]{width:400px!important}.md\:\!tw-w-fit{width:-moz-fit-content!important;width:fit-content!important}.md\:tw-w-\[1000px\]{width:1000px}.md\:tw-w-\[100px\]{width:100px}.md\:tw-w-\[125px\]{width:125px}.md\:tw-w-\[14px\]{width:14px}.md\:tw-w-\[256px\]{width:256px}.md\:tw-w-\[434px\]{width:434px}.md\:tw-w-\[560px\]{width:560px}.md\:tw-w-\[78\%\]{width:78%}.md\:tw-w-\[80\%\]{width:80%}.md\:tw-w-auto{width:auto}.md\:tw-w-fit{width:-moz-fit-content;width:fit-content}.md\:tw-w-full{width:100%}.md\:tw-w-min{width:-moz-min-content;width:min-content}.md\:\!tw-min-w-\[740px\]{min-width:740px!important}.md\:\!tw-min-w-\[780px\]{min-width:780px!important}.md\:tw-min-w-\[100\%\]{min-width:100%}.md\:tw-min-w-\[672px\]{min-width:672px}.md\:\!tw-max-w-\[380px\]{max-width:380px!important}.md\:\!tw-max-w-\[480px\]{max-width:480px!important}.md\:tw-max-w-\[1100px\]{max-width:1100px}.md\:tw-max-w-\[20vw\]{max-width:20vw}.md\:tw-max-w-\[500px\]{max-width:500px}.md\:tw-max-w-\[550px\]{max-width:550px}.md\:tw-flex-none{flex:none}.md\:tw-rotate-0{--tw-rotate:0deg}.md\:tw-rotate-0,.md\:tw-scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:tw-scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.md\:tw-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:tw-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:tw-flex-row{flex-direction:row}.md\:tw-flex-row-reverse{flex-direction:row-reverse}.md\:tw-items-start{align-items:flex-start}.md\:tw-items-end{align-items:flex-end}.md\:tw-items-center{align-items:center}.md\:tw-justify-start{justify-content:flex-start}.md\:\!tw-justify-end{justify-content:flex-end!important}.md\:tw-justify-between{justify-content:space-between}.md\:tw-gap-0{gap:0}.md\:tw-gap-\[0\.75rem\]{gap:.75rem}.md\:tw-gap-\[12px\]{gap:12px}.md\:tw-gap-\[14px\]{gap:14px}.md\:tw-gap-\[16px\]{gap:16px}.md\:tw-gap-\[24px\]{gap:24px}.md\:tw-gap-\[32px\]{gap:32px}.md\:tw-gap-\[36px\]{gap:36px}.md\:tw-gap-\[64px\]{gap:64px}.md\:tw-gap-\[84px\]{gap:84px}.md\:tw-gap-\[8px\]{gap:8px}.md\:\!tw-overflow-visible{overflow:visible!important}.md\:tw-overflow-visible{overflow:visible}.md\:\!tw-rounded{border-radius:.25rem!important}.md\:\!tw-rounded-\[16px\]{border-radius:16px!important}.md\:\!tw-rounded-\[8px\]{border-radius:8px!important}.md\:tw-rounded-\[0px\]{border-radius:0}.md\:tw-rounded-\[8px\]{border-radius:8px}.md\:tw-rounded-lg{border-radius:.5rem}.md\:tw-rounded-none{border-radius:0}.md\:tw-border{border-width:1px}.md\:tw-border-x-0{border-left-width:0;border-right-width:0}.md\:tw-border-b{border-bottom-width:1px}.md\:tw-border-b-0{border-bottom-width:0}.md\:tw-border-r{border-right-width:1px}.md\:tw-border-t{border-top-width:1px}.md\:\!tw-border-solid{border-style:solid!important}.md\:tw-border-solid{border-style:solid}.md\:\!tw-border-none{border-style:none!important}.md\:tw-border-none{border-style:none}.md\:tw-border-\[\#E9E9E9\]{--tw-border-opacity:1;border-color:rgb(233 233 233/var(--tw-border-opacity))}.md\:tw-border-\[\#EAEAEC\]{--tw-border-opacity:1;border-color:rgb(234 234 236/var(--tw-border-opacity))}.md\:tw-bg-transparent{background-color:transparent}.md\:tw-p-0{padding:0}.md\:tw-p-\[20px\]{padding:20px}.md\:tw-p-\[24px\]{padding:24px}.md\:\!tw-px-0{padding-left:0!important;padding-right:0!important}.md\:\!tw-px-\[24px\]{padding-left:24px!important;padding-right:24px!important}.md\:\!tw-px-\[32px\]{padding-left:32px!important;padding-right:32px!important}.md\:\!tw-px-\[40px\]{padding-left:40px!important;padding-right:40px!important}.md\:\!tw-py-\[14px\]{padding-top:14px!important;padding-bottom:14px!important}.md\:tw-px-0{padding-left:0;padding-right:0}.md\:tw-px-\[0\.75rem\]{padding-left:.75rem;padding-right:.75rem}.md\:tw-px-\[18px\]{padding-left:18px;padding-right:18px}.md\:tw-px-\[24px\]{padding-left:24px;padding-right:24px}.md\:tw-px-\[30px\]{padding-left:30px;padding-right:30px}.md\:tw-px-\[32px\]{padding-left:32px;padding-right:32px}.md\:tw-py-\[0\.75rem\]{padding-top:.75rem;padding-bottom:.75rem}.md\:tw-py-\[12px\]{padding-top:12px;padding-bottom:12px}.md\:tw-py-\[16px\]{padding-top:16px;padding-bottom:16px}.md\:tw-py-\[21px\]{padding-top:21px;padding-bottom:21px}.md\:tw-py-\[24px\]{padding-top:24px;padding-bottom:24px}.md\:tw-py-\[42px\]{padding-top:42px;padding-bottom:42px}.md\:\!tw-pt-0{padding-top:0!important}.md\:tw-pb-\[0px\]{padding-bottom:0}.md\:tw-pb-\[10px\]{padding-bottom:10px}.md\:tw-pb-\[13px\]{padding-bottom:13px}.md\:tw-pb-\[24px\]{padding-bottom:24px}.md\:tw-pb-\[32px\]{padding-bottom:32px}.md\:tw-pl-0{padding-left:0}.md\:tw-pl-\[20px\]{padding-left:20px}.md\:tw-pl-\[46px\]{padding-left:46px}.md\:tw-pr-\[16px\]{padding-right:16px}.md\:tw-pr-\[32px\]{padding-right:32px}.md\:tw-pt-\[10px\]{padding-top:10px}.md\:tw-pt-\[24px\]{padding-top:24px}.md\:tw-pt-\[32px\]{padding-top:32px}.md\:tw-pt-\[36px\]{padding-top:36px}.md\:tw-pt-\[40px\]{padding-top:40px}.md\:tw-pt-\[4px\]{padding-top:4px}.md\:tw-text-left{text-align:left}.md\:\!tw-text-\[16px\]{font-size:16px!important}.md\:\!tw-text-\[16px\]\/\[20px\]{font-size:16px!important;line-height:20px!important}.md\:\!tw-text-\[18px\]\/\[20px\]{font-size:18px!important;line-height:20px!important}.md\:tw-text-\[0\.875rem\]{font-size:.875rem}.md\:tw-text-\[1\.5rem\]{font-size:1.5rem}.md\:tw-text-\[12px\]{font-size:12px}.md\:tw-text-\[13px\]\/\[20px\]{font-size:13px;line-height:20px}.md\:tw-text-\[14px\]{font-size:14px}.md\:tw-text-\[14px\]\/\[17px\]{font-size:14px;line-height:17px}.md\:tw-text-\[14px\]\/\[20px\]{font-size:14px;line-height:20px}.md\:tw-text-\[14px\]\/\[22px\]{font-size:14px;line-height:22px}.md\:tw-text-\[15px\]\/\[20px\]{font-size:15px;line-height:20px}.md\:tw-text-\[15px\]\/\[24px\]{font-size:15px;line-height:24px}.md\:tw-text-\[16px\]{font-size:16px}.md\:tw-text-\[16px\]\/\[20px\]{font-size:16px;line-height:20px}.md\:tw-text-\[16px\]\/\[24px\]{font-size:16px;line-height:24px}.md\:tw-text-\[18px\]\/7{font-size:18px;line-height:1.75rem}.md\:tw-text-\[18px\]\/\[20px\]{font-size:18px;line-height:20px}.md\:tw-text-\[18px\]\/\[24px\]{font-size:18px;line-height:24px}.md\:tw-text-\[18px\]\/\[28px\]{font-size:18px;line-height:28px}.md\:tw-text-\[1rem\]{font-size:1rem}.md\:tw-text-\[20px\]\/\[24px\]{font-size:20px;line-height:24px}.md\:tw-text-\[22px\]\/\[34px\]{font-size:22px;line-height:34px}.md\:tw-text-\[24px\]\/\[32px\]{font-size:24px;line-height:32px}.md\:tw-text-\[32px\]\/\[44px\]{font-size:32px;line-height:44px}.md\:tw-text-\[36px\]\/\[50px\]{font-size:36px;line-height:50px}.md\:tw-text-\[40px\]{font-size:40px}.md\:tw-text-sm{font-size:.875rem;line-height:1.25rem}.md\:tw-font-medium{font-weight:500}.md\:tw-font-normal{font-weight:400}.md\:tw-font-semibold{font-weight:600}}@media (min-width:976px){.lg\:tw-max-w-\[980px\]{max-width:980px}@media (min-width:768px){.lg\:md\:\!tw-px-0{padding-left:0!important;padding-right:0!important}}}@media (min-width:1024px){.xl\:tw-max-w-\[1080px\]{max-width:1080px}}@media (min-width:1280px){.xxl\:tw-max-w-\[1180px\]{max-width:1180px}}@media (display-mode:standalone){.pwa\:tw-hidden{display:none}}@media (min-width:200px) and (max-width:720px){.sm\:\!tw-ml-0{margin-left:0!important}.sm\:\!tw-mt-\[14px\]{margin-top:14px!important}.sm\:\!tw-mt-\[25px\]{margin-top:25px!important}.sm\:tw-mt-4{margin-top:4px}.sm\:tw-hidden{display:none}.sm\:tw-w-full{width:100%}.sm\:tw-text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}}.\[\&\.collectionName\]\:\!tw-font-medium.collectionName{font-weight:500!important}.\[\&\:hover\>\*\:nth-child\(1\)\]\:tw-opacity-\[0\]:hover>:first-child{opacity:0}.\[\&\:hover\>\*\:nth-child\(2\)\]\:tw-opacity-\[1\]:hover>:nth-child(2){opacity:1}.\[\&\:hover\]\:tw-shadow-\[0px_2px_2px_0px_\#00000040\]:hover{--tw-shadow:0px 2px 2px 0px #00000040;--tw-shadow-colored:0px 2px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\[\&\:hover_\.addToCtaButtonForProduct\]\:tw-pointer-events-auto:hover .addToCtaButtonForProduct{pointer-events:auto}.\[\&\:hover_\.addToCtaButtonForProduct\]\:tw-opacity-\[1\]:hover .addToCtaButtonForProduct{opacity:1}.\[\&\>\*\:nth-child\(1\)\]\:\!tw-w-max>:first-child{width:-moz-max-content!important;width:max-content!important}.\[\&\>\*\:nth-child\(2\)\]\:\!tw-justify-center>:nth-child(2){justify-content:center!important}.\[\&\>\*\:nth-child\(2\)\]\:tw-delay-\[700ms\]>:nth-child(2){transition-delay:.7s}.\[\&\>\*\:nth-child\(even\)\]\:\!tw-max-w-\[50\%\]>:nth-child(2n){max-width:50%!important}.\[\&\>\*\:nth-child\(even\)\]\:\!tw-max-w-\[70\%\]>:nth-child(2n){max-width:70%!important}.\[\&\>\*\:nth-child\(even\)\]\:tw-max-w-\[33\%\]>:nth-child(2n){max-width:33%}.\[\&\>\*\:nth-child\(even\)\]\:tw-max-w-\[54\%\]>:nth-child(2n){max-width:54%}.\[\&\>\*\:nth-child\(even\)\]\:\!tw-flex-grow>:nth-child(2n){flex-grow:1!important}.\[\&\>\*\:nth-child\(even\)\]\:\!tw-flex-grow-0>:nth-child(2n){flex-grow:0!important}.\[\&\>\*\:nth-child\(even\)\]\:\!tw-justify-center>:nth-child(2n){justify-content:center!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-w-\[24\%\]>:nth-child(odd){width:24%!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-w-\[45\%\]>:nth-child(odd){width:45%!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-max-w-\[250px\]>:nth-child(odd){max-width:250px!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-max-w-\[calc\(50\%_-_18\%\)\]>:nth-child(odd){max-width:calc(50% - 18%)!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-flex-grow>:nth-child(odd){flex-grow:1!important}.\[\&\>\*\:nth-child\(odd\)\]\:\!tw-flex-grow-0>:nth-child(odd){flex-grow:0!important}.\[\&\>\*\]\:tw-m-0>*{margin:0}.\[\&\>\*\]\:tw-text-\[14px\]>*{font-size:14px}.\[\&\>\*\]\:tw-font-normal>*{font-weight:400}.\[\&\>\*\]\:tw-text-inherit>*{color:inherit}.\[\&\>\*\]\:tw-duration-\[800ms\]>*{transition-duration:.8s}.\[\&\>\.deleteIcon\]\:hover\:tw-hidden:hover>.deleteIcon,.\[\&\>\.deleteRedIcon\]\:tw-hidden>.deleteRedIcon{display:none}.\[\&\>\.deleteRedIcon\]\:hover\:tw-block:hover>.deleteRedIcon,.\[\&\>\.underline-comp\]\:hover\:tw-block:hover>.underline-comp,.\[\&\>\.underline-comp\]\:tw-block>.underline-comp{display:block}.\[\&\>\:first-child\:nth-last-child\(2\)\]\:\!tw-relative>:first-child:nth-last-child(2){position:relative!important}.\[\&\>\:first-child\:nth-last-child\(2\)\]\:\!tw-left-\[50\%\]>:first-child:nth-last-child(2){left:50%!important}.\[\&\>\:first-child\:nth-last-child\(2\)\]\:\!tw-left-\[calc\(50\%_-_10px\)\]>:first-child:nth-last-child(2){left:calc(50% - 10px)!important}.\[\&\>\:first-child\:nth-last-child\(2\)\]\:\!tw-translate-x-\[-50\%\]>:first-child:nth-last-child(2){--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.\[\&\>\:first-child\:nth-last-child\(2\)\]\:\!tw-justify-center>:first-child:nth-last-child(2){justify-content:center!important}.\[\&\>\:first-child\]\:\!tw-flex>:first-child{display:flex!important}.\[\&\>\:first-child\]\:\!tw-max-w-\[calc\(50\%_-_18\%\)\]>:first-child{max-width:calc(50% - 18%)!important}.\[\&\>\:first-child\]\:\!tw-flex-grow-0>:first-child{flex-grow:0!important}.\[\&\>\:first-child\]\:\!tw-justify-start>:first-child{justify-content:flex-start!important}.\[\&\>\:first-child\]\:\!tw-overflow-hidden>:first-child{overflow:hidden!important}.\[\&\>\:first-child\]\:\!tw-overflow-x-hidden>:first-child{overflow-x:hidden!important}.\[\&\>\:last-child\]\:\!tw-ml-auto>:last-child{margin-left:auto!important}.\[\&\>\:last-child\]\:\!tw-flex>:last-child{display:flex!important}.\[\&\>\:last-child\]\:\!tw-max-w-\[48\%\]>:last-child{max-width:48%!important}.\[\&\>\:last-child\]\:\!tw-max-w-\[50\%\]>:last-child{max-width:50%!important}.\[\&\>\:last-child\]\:\!tw-max-w-\[80\%\]>:last-child{max-width:80%!important}.\[\&\>\:last-child\]\:tw-max-w-\[calc\(50\%_-_18\%\)\]>:last-child{max-width:calc(50% - 18%)}.\[\&\>\:last-child\]\:\!tw-flex-grow-0>:last-child{flex-grow:0!important}.\[\&\>\:last-child\]\:\!tw-justify-end>:last-child{justify-content:flex-end!important}.\[\&\>\:last-child\]\:\!tw-overflow-hidden>:last-child{overflow:hidden!important}.\[\&\>\:last-child\]\:\!tw-overflow-x-hidden>:last-child{overflow-x:hidden!important}.\[\&\>\:nth-child\(2\)\]\:\!tw-ml-auto>:nth-child(2){margin-left:auto!important}.\[\&\>div\>p\]\:tw-text-\[13px\]>div>p{font-size:13px}.\[\&\>div\>p\]\:tw-font-semibold>div>p{font-weight:600}.\[\&\>div\>p\]\:tw-text-newBlack>div>p{--tw-text-opacity:1;color:rgb(17 28 54/var(--tw-text-opacity))}.\[\&\>div\]\:tw-flex>div{display:flex}.\[\&\>div\]\:tw-items-center>div{align-items:center}.\[\&\>div\]\:tw-gap-\[2px\]>div{gap:2px}.\[\&\>div\]\:tw-gap-\[4px\]>div{gap:4px}.\[\&\>div\]\:\!tw-border-l-0>div{border-left-width:0!important}.\[\&\>div\]\:\!tw-pl-0>div{padding-left:0!important}.\[\&\>p\]\:tw-m-0>p{margin:0}.\[\&\>p\]\:\!tw-text-ellipsis>p{text-overflow:ellipsis!important}.\[\&\>p\]\:\!tw-whitespace-nowrap>p{white-space:nowrap!important}.\[\&\>p\]\:\!tw-font-inter>p{font-family:Inter,sans-serif!important}.\[\&\>p\]\:before\:\!tw-bottom-\[-4px\]>p:before{content:var(--tw-content);bottom:-4px!important}.\[\&\>p\]\:before\:\!tw-z-\[100\]>p:before{content:var(--tw-content);z-index:100!important}.\[\&\>p\]\:before\:\!tw-bg-\[\#2B74D8\]>p:before{content:var(--tw-content);--tw-bg-opacity:1!important;background-color:rgb(43 116 216/var(--tw-bg-opacity))!important}.\[\&\>p\]\:before\:\!tw-bg-\[\#ffffff\]>p:before{content:var(--tw-content);--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.\[\&_\.addToCtaButtonForProduct\]\:tw-pointer-events-none .addToCtaButtonForProduct{pointer-events:none}.\[\&_\.addToCtaButtonForProduct\]\:tw-hidden .addToCtaButtonForProduct{display:none}.\[\&_\.addToCtaButtonForProduct\]\:tw-opacity-0 .addToCtaButtonForProduct{opacity:0}.\[\&_\.addToCtaButtonForProduct\]\:\!tw-transition-all .addToCtaButtonForProduct{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\[\&_\.configSetter\+\.drag-handler-icon\]\:hover\:\!tw-hidden:hover .configSetter+.drag-handler-icon{display:none!important}.\[\&_\.configSetterWrapper\]\:hover\:\!tw-flex:hover .configSetterWrapper,.\[\&_\.configSetter\]\:hover\:\!tw-flex:hover .configSetter{display:flex!important}.\[\&_\.underline-comp\]\:hover\:tw-block:hover .underline-comp{display:block}.\[\&_\.widgetListItem\]\:hover\:tw-max-w-\[46\%\]:hover .widgetListItem{max-width:46%}.\[\&_p\]\:before\:\!tw-hidden p:before{content:var(--tw-content);display:none!important}.list-card-main-container{max-width:1005px;width:100%;margin:0 auto}.list-card-main-container .view-more-item-box{width:251px}.list-card-main-container .list-card{width:100%;background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:6px;margin:0 17.5px 35px;padding:28px 20px;height:auto;overflow:hidden;word-break:break-word}.list-card-main-container .list-card>p{line-height:19px}.list-card-main-container .list-card:hover .action-container{cursor:pointer;display:flex;background:rgba(0,0,0,.7) 0 0 no-repeat padding-box;border-radius:6px}.list-card-main-container .list-card .card-image{width:37px;height:37px;object-fit:cover;border-radius:50%;margin-right:12px}.list-card-main-container .list-card .action-container{display:none;top:0;left:0;right:0;bottom:0}.list-card-main-container .list-card .action-container .edit-btn{background:#fff 0 0 no-repeat padding-box;border:.4px solid #000;border-radius:23px;height:36px;min-width:110px;font-size:14px;font-weight:600;margin-bottom:10px}.list-card-main-container .list-card .action-container .remove-btn{border:.4px solid #fff;border-radius:23px;height:36px;min-width:110px;color:#fff;background:transparent}.list-card-main-container .list-card .action-container button>img{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;left:5px}.list-card-main-container .add-new-card{background:rgba(0,0,0,.027) 0 0 no-repeat padding-box;border:1px dashed #000;border-radius:5px;width:251px;height:269px;font-size:20px;font-weight:500;cursor:pointer;margin:0 17.5px 35px}.list-card-main-container .add-new-card .plus-sign{font-size:50px;font-weight:300}@media screen and (min-width:767px){.list-card-main-container .list-card{max-width:300px;min-width:270px}}@media screen and (max-width:766px){.list-card-main-container .list-card{margin:0 0 35px}}.testimonial-main-container{background:#fff!important;padding:0 50px;overflow:auto;margin-bottom:72px}@media screen and (max-width:766px){.testimonial-main-container{margin-bottom:64px}}.testimonial-main-container .section-title{margin:0 0 48px;max-width:100%}.testimonial-main-container .section-title .heading{font-size:26px}@media screen and (max-width:766px){.testimonial-main-container .section-title .heading{font-size:18px}.testimonial-main-container .section-title{margin:0 0 36px}}.testimonial-main-container .title-hover{padding:8px 12px;border-radius:9px}.testimonial-main-container .title-hover:hover{cursor:pointer;background:#000;color:#fff;font-weight:700}@media screen and (max-width:766px){.testimonial-main-container{padding:0 15px 50px}.testimonial-main-container .section-title .heading{font-size:18px}}.social-media-template-1-container{width:100%;background:#fff;margin:0 auto;padding:50px}.social-media-template-1-container .store-image{width:83px;height:83px;border-radius:50%;object-fit:contain;margin-bottom:15px;border:4px solid #000}.social-media-template-1-container .store-image img{width:40px;height:40px;object-fit:cover;margin:17px}.social-media-template-1-container .store-image:hover .hover-store-image{display:flex}.social-media-template-1-container .store-image .hover-store-image{display:none;top:0;left:0;right:0;bottom:0;border-radius:50%;background:rgba(0,0,0,.525) 0 0 no-repeat padding-box}.social-media-template-1-container .store-image .hover-store-image .image-edit-btn{width:68px;height:18px;background:#fff 0 0 no-repeat padding-box;border-radius:16px;font-size:8px;font-weight:700;border:none}.social-media-template-1-container .section-title{margin-bottom:33px}.social-media-template-1-container .section-title .title-hover{padding:8px 12px;border-radius:9px}.social-media-template-1-container .section-title .title-hover:hover{cursor:pointer;background:#000;color:#fff;font-weight:700}.social-media-template-1-container .add-new-btn{font-size:20px;font-weight:500;width:452px;height:54px;border:1px dashed #000;border-radius:35px;margin-top:12px}.social-media-template-1-container .social-media-links{background:#fff 0 0 no-repeat padding-box;box-shadow:0 -3px 30px rgba(0,0,0,.059);border:1px solid #ebebeb;border-radius:35px;height:54px;margin-bottom:12px;padding:8px 12px;width:100%;max-width:452px}.social-media-template-1-container .social-media-links .media-text{font-size:18px;font-weight:600}.social-media-template-1-container .social-media-links>img{width:38px;height:38px;border-radius:50px;top:50%;transform:translateY(-50%);left:12px}.social-media-template-1-container .social-media-links:hover .action-container{cursor:pointer;display:flex;background:rgba(0,0,0,.7) 0 0 no-repeat padding-box}.social-media-template-1-container .social-media-links .action-container{display:none;top:0;left:0;right:0;bottom:0;border-radius:35px}.social-media-template-1-container .social-media-links .action-container .edit-btn{background:#fff 0 0 no-repeat padding-box;border:.400000006px solid #000;border-radius:23px;height:36px;min-width:100px;font-size:14px;font-weight:600;margin-left:9px}.social-media-template-1-container .social-media-links .action-container .remove-btn{border:.400000006px solid #fff;border-radius:23px;height:36px;min-width:120px;font-size:14px;font-weight:600;color:#fff;background:#545454 0 0 no-repeat padding-box;margin-right:9px;display:flex;align-items:center}.social-media-template-1-container .social-media-links .action-container .remove-btn>img{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;left:4px}@media screen and (max-width:766px){.social-media-template-1-container{padding:15px 15px 50px}}.templateHeader{height:75px;left:0;top:0;background-color:#fff;justify-content:center;padding:0 48px;z-index:9999}.templateHeader,.templateHeader__inner{width:100%;display:flex;align-items:center}.templateHeader__inner{justify-content:space-between}.templateHeader__inner>.templateHeader__inner--subsection{display:flex;align-items:inherit}.templateHeader__inner>.templateHeader__inner--subsection>img{margin-left:32px}.templateHeader .store-name{font-weight:600;font-size:18px;text-transform:uppercase}.templateFooter{width:100%;display:flex;justify-content:space-between;padding:45px 48px;background-color:#fff}.templateFooter__section{flex:1}.templateFooter .footer-shop-desc{padding-right:25px}.templateFooter .footer-shop-desc .top-section{display:flex;align-items:center;margin-bottom:45px}.templateFooter .footer-shop-desc .top-section img{margin-right:18px}.templateFooter .footer-shop-desc .top-section h2{font-size:20px}.templateFooter .footer-shop-desc .bottom-section h4{font-size:14px}.templateFooter .footer-shop-desc .bottom-section .desc-text{font-size:12px;margin:0;max-width:270px;width:100%;line-height:18px}.templateFooter .desc-text__view-more{font-size:12px;margin:0;line-height:18px;font-weight:600}.templateFooter .store-information{display:flex;flex-direction:column}.templateFooter .store-information h4{font-size:14px}.templateFooter .store-information .address-text{font-size:12px;margin:0;max-width:270px;width:100%;line-height:18px}.templateFooter .store-information__subsection{display:flex;align-items:center;margin-bottom:13px}.templateFooter .store-information__subsection span{margin-right:8px;width:15px}.templateFooter .store-information__subsection p{font-size:12px;margin:0}.templateFooter .store-information .find-us h4{font-size:14px}.templateFooter .store-information .find-us div{display:flex;align-items:center}.templateFooter .store-information .find-us div img{margin-right:15px}.templateNavItems{display:flex;align-items:center;margin-left:30px}.templateNavItems__item{font-weight:400;font-size:14px;text-transform:capitalize;margin-left:18px;position:relative}.templateNavItems__item>span{margin-left:10px}.templateNavItems__item>span img{height:10px}.templateNavItems__item:hover{text-decoration:underline}.templateNavItems.vertical-nav{flex-direction:column;align-items:flex-start;margin:0 30px 0 0}.templateNavItems.vertical-nav .templateNavItems__item{margin:0 0 14px}.templateNavItems.vertical-nav .template-dropdown-nav{top:-20px;left:70px}.templateNavItems.vertical-nav .template-dropdown-nav:before{content:"";border:none}.template-dropdown-nav{display:inline-block;position:absolute;top:30px;left:0;box-shadow:0 -3px 6px rgba(0,0,0,.071)}.template-dropdown-nav:before{content:"";position:absolute;border:10px solid transparent;border-bottom-color:#fff;top:-20px;left:10px}.template-dropdown-nav__items{background-color:#fff;padding:11px 0;max-height:290px;overflow-y:auto;width:190px;scrollbar-color:#000 transparent;scrollbar-width:thin}.template-dropdown-nav__items::-webkit-scrollbar{width:5px;border-radius:8px}.template-dropdown-nav__items::-webkit-scrollbar-track{background-color:transparent}.template-dropdown-nav__items::-webkit-scrollbar-thumb{background-color:#000}.template-dropdown-nav__item{display:block;width:100%;padding:0 18px;margin:0 0 14px}.faq-template-1-container{width:100%;background:#fff;margin:0 auto;padding:50px}.faq-template-1-container .heading{margin-bottom:30px}.faq-template-1-container .question-box{background:#fff 0 0 no-repeat padding-box;border:1px solid #ebebeb;border-radius:4px;text-align:left;margin-bottom:12px;max-width:768px}.faq-template-1-container .question-box .question-title{padding:20px 26px}.faq-template-1-container .question-box .question-title>span{padding-right:20px}.faq-template-1-container .question-box .question-title.show-border{border-bottom:1px solid #ebebeb}.faq-template-1-container .question-box .question-desc{padding:20px 26px;line-height:19px}.faq-template-1-container .question-box:hover .action-container{cursor:pointer;display:flex;background:rgba(0,0,0,.7) 0 0 no-repeat padding-box}.faq-template-1-container .question-box .action-container{display:none;top:0;left:0;right:0;bottom:0;border-radius:4px}.faq-template-1-container .question-box .action-container .edit-btn{background:#fff 0 0 no-repeat padding-box;border:.400000006px solid #000;border-radius:23px;height:36px;min-width:100px;font-size:14px;font-weight:600;margin-left:9px}.faq-template-1-container .question-box .action-container .remove-btn{border:.400000006px solid #fff;border-radius:23px;height:36px;min-width:120px;font-size:14px;font-weight:600;color:#fff;background:#545454 0 0 no-repeat padding-box;margin-right:9px;display:flex;align-items:center;padding-left:12px}.faq-template-1-container .question-box .action-container .remove-btn img{margin-right:8px}.faq-template-1-container .add-new-btn{font-size:20px;font-weight:500;width:100%;max-width:768px;padding:20px 26px;border:1px dashed #000;border-radius:4px}@media screen and (max-width:767px){.faq-template-1-container{padding:15px 15px 50px}.faq-template-1-container .heading{font-size:18px}.faq-template-1-container .question-box .question-title{font-weight:600;font-size:14px;padding:16px 22px}.faq-template-1-container .question-desc{font-size:14px;padding:16px 22px}}.blog-card-main-container{width:100%;max-width:1005px;margin:0 auto}.blog-card-main-container .view-more-item-box{width:100%!important;max-width:420px;margin-right:17.5px!important}.blog-card-main-container .list-card-blog{max-width:420px;width:100%;height:500px;background:#fff 0 0 no-repeat padding-box;margin:0 17.5px 35px;box-shadow:0 3px 6px rgba(0,0,0,.161);border-radius:12px;overflow:hidden}.blog-card-main-container .list-card-blog:hover .action-container{cursor:pointer;display:flex;background:rgba(0,0,0,.7) 0 0 no-repeat padding-box;border-radius:6px}.blog-card-main-container .list-card-blog .card-image{margin-right:0;width:100%;height:100%;border-radius:0}.blog-card-main-container .list-card-blog .action-container{display:none;top:0;left:0;right:0;bottom:0}.blog-card-main-container .list-card-blog .action-container .edit-btn{background:#fff 0 0 no-repeat padding-box;border:.4px solid #000;border-radius:23px;height:36px;min-width:110px;font-size:14px;font-weight:600;margin-bottom:10px}.blog-card-main-container .list-card-blog .action-container .remove-btn{border:.4px solid #fff;border-radius:23px;height:36px;min-width:110px;color:#fff;background:transparent}.blog-card-main-container .list-card-blog .action-container button>img{position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;left:5px}.blog-card-main-container .list-card-blog .card-body{margin-top:3rem;padding:0 28px 20px}.blog-card-main-container .list-card-blog .card-body__text{line-height:19px}.blog-card-main-container .blog-image{width:420px;height:265px;background:#ededed 0 0 no-repeat padding-box;border:1px solid #ebebeb;border-radius:6px 6px 0 0}.blog-card-main-container .date-box{min-width:89px;width:-moz-fit-content;width:fit-content;height:79px;position:absolute;background:#0d0e0f 0 0 no-repeat padding-box;box-shadow:0 -3px 30px rgba(0,0,0,.059);border-radius:15px;color:#fff;padding:7px;bottom:-25px;left:25px}.blog-card-main-container .date-box>.month-selected{font-size:14px}.blog-main-container{background:#fff!important;padding:0 50px;overflow:auto;margin-bottom:72px}@media screen and (max-width:766px){.blog-main-container{margin-bottom:64px}}.blog-main-container .section-title{margin:0 0 48px;max-width:100%}@media screen and (max-width:766px){.blog-main-container .section-title{margin:0 0 36px}}.blog-main-container .section-title .heading{font-size:26px}@media screen and (max-width:766px){.blog-main-container .section-title .heading{font-size:18px}}.blog-main-container .title-hover{padding:8px 12px;border-radius:9px}.blog-main-container .title-hover:hover{cursor:pointer;background:#000;color:#fff;font-weight:700}.blog-main-container .add-new-card-blog{background:rgba(0,0,0,.027) 0 0 no-repeat padding-box;border:1px dashed #000;border-radius:5px;width:420px;height:500px;margin:0 17.5px 35px;cursor:pointer;font-size:20px;font-weight:500}.blog-main-container .add-new-card-blog .plus-sign{font-size:50px;font-weight:300}@media screen and (max-width:767px){.blog-main-container{padding:15px 15px 50px}.blog-main-container .section-title{margin-top:0}.blog-main-container .section-title .heading{font-size:18px}.blog-card-main-container{width:100%}.blog-card-main-container .view-more-box{margin-right:0!important}.blog-card-main-container .blog-image{width:100%}.blog-card-main-container .list-card-blog{width:100%;height:auto;margin:0 0 35px}.blog-card-main-container .list-card-blog .card-body{margin-top:4rem;padding:8px 22px 20px}}.view-more-btn--container{margin-top:calc(3rem - 35px)}@media screen and (max-width:766px){.view-more-btn--container{margin-top:calc(2rem - 35px)}}.view-more-btn{border:1px solid #000;padding:15px 20px;cursor:pointer;background-color:#fff;position:relative;color:#000}.view-more-btn>span{z-index:2;position:relative;color:inherit}.view-more-btn:after{position:absolute;content:"";top:0;left:0;width:0;height:100%;background:#000;transition:all .35s}.view-more-btn:hover{color:#fff}.view-more-btn:hover:after{width:100%}[data-widget]>.widgetFrame_widgetFrameContainer__d7bOC>.widgetFrame_widgetHandle__p_8K6{opacity:0}[data-widget]>.widgetFrame_widgetFrameContainer__d7bOC>.widgetFrame_widgetHandle__p_8K6 .widgetFrame_widgetHandleIcon__0g5mx{display:flex;font-size:16px;font-weight:600}[data-widget]:hover>.widgetFrame_widgetFrameContainer__d7bOC>.widgetFrame_widgetHandle__p_8K6{opacity:1}.widgetFrame_widgetFrameContainer__d7bOC{position:absolute;top:0;transform:translateY(-50%);width:100%;z-index:99;display:inherit}.widgetFrame_widgetFrameContainer__d7bOC.widgetFrame_alwaysVisible__y2emt{width:100%}.widgetFrame_widgetFrameContainer__d7bOC.widgetFrame_alwaysVisible__y2emt>.widgetFrame_widgetHandle__p_8K6{background-color:rgba(0,0,0,.5);opacity:1}.widgetFrame_widgetFrameContainer__d7bOC.widgetFrame_alwaysVisible__y2emt>.widgetFrame_widgetHandle__p_8K6 .widgetFrame_widgetName__s5n1o{opacity:1}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_widgetHandle__p_8K6{opacity:0;display:flex;align-items:center;font-size:.75em;padding:.125rem .5rem;z-index:1000000;color:#fff;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--widget-highlight-color)}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_widgetHandleIcon__0g5mx{display:none;font-size:1rem;padding:.25rem;cursor:pointer;border-right:1px solid hsla(0,0%,83%,.779)}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_widgetHandleIcon__0g5mx:last-child{border-right:none}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_widgetHandleIcon__0g5mx:hover{box-shadow:inset 0 0 10px 10px rgba(0,0,0,.125)}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_widgetName__s5n1o{padding:.25rem .5rem}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_dragIndicator__STfFB{transform:rotate(90deg)}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_disabled__5xvdr{opacity:.5;pointer-events:none}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_centerHandle__DDbyG{right:0;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.widgetFrame_widgetFrameContainer__d7bOC .widgetFrame_centerHandle__DDbyG .widgetFrame_delete__eKiU3:hover{box-shadow:inset 0 0 10px 10px red}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/slick.25572f22.eot);src:url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/slick.653a4cbb.woff) format("woff"),url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(https://cdn.dotpe.in/ds_assets/a077156bdcb298b9028e252f79f241f11d6d5599/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.colorPicker_backgroundPreview__X88xU{width:10rem;height:1.5rem}.colorPicker_colorPickerPopover__CiaLg{padding:.5rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.jsonFormBuilder_widgetFormGroup__Q_ryc{display:flex;flex-direction:column;margin-bottom:.5em;align-items:flex-start}.jsonFormBuilder_widgetFormGroup__Q_ryc label{font-size:.75em;margin-bottom:.125rem}.jsonFormBuilder_widgetFormGroup__Q_ryc .jsonFormBuilder-input,.jsonFormBuilder_widgetFormGroup__Q_ryc input,.jsonFormBuilder_widgetFormGroup__Q_ryc select{border-radius:.25em;font-size:.8rem;padding:.125em .25em;border:1px solid #666}.jsonFormBuilder_widgetFormLabel__fMkQa{display:flex;flex-direction:row;gap:.5em;align-items:center}.jsonFormBuilder_widgetFormGroupArrayItem__vI3Gb{background-color:#fff;margin-bottom:var(--spacing-16)}.jsonFormBuilder_widgetFormGroupArrayItem__vI3Gb .jsonFormBuilder_dragHandle__lEJAc{color:#999;cursor:move;text-align:center;box-shadow:inset 0 -2px 0 -1px #ddd}.widgetDnD_builderDnd__5AEqs{flex-direction:row;flex:1}.widgetDnD_widgetContainer__X3_vE{position:relative;display:flex;width:100%;flex-direction:column}.widgetDnD_builderWidgets__j702i{height:100%;overflow:auto}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetBox__sEuKW{border:1px solid #aaa;padding:.5rem;margin:.5rem;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;cursor:move}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetBox__sEuKW .hidden{display:none}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetBox__sEuKW .widgetDnD_widgetName__DGTnt{font-size:.8rem;text-align:center}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetBox__sEuKW .widgetDnD_widgetThumb__752v7{width:100%;height:auto}.widgetDnD_builderWidgets__j702i .widgetDnD_searchWidget__7Zpw2{border:1px solid #aaa;padding:.5rem;margin:.5rem;border-radius:.5rem;width:calc(100% - 1rem);box-sizing:border-box}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetGroup__uTQB4{padding-bottom:.5rem}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetGroup__uTQB4 .widgetDnD_widgetGroupName__Bvb_f{text-transform:capitalize;padding:0 .5rem}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetGroup__uTQB4 .widgetDnD_widgetGroupList__31VIU{display:flex;flex-wrap:wrap}.widgetDnD_builderWidgets__j702i .widgetDnD_widgetGroup__uTQB4 .widgetDnD_icon__vfiP5{width:calc(50% - 1rem)}.widgetDnDBuilder_pageContainer__yUSe3{width:100%;container:pageContainer/inline-size;overflow-x:hidden;border-radius:20px;height:86vh;transition:max-width .3s;margin-top:-48px}.widgetDnDBuilder_pageContainer__yUSe3.widgetDnDBuilder_forNewAdminBuilder__Pj35F{border-radius:8px;margin-top:-60px;height:89.4vh}.widgetDnDBuilder_pageContainer__yUSe3.widgetDnDBuilder_desktop__0DFGp{box-shadow:0 4px 18px hsla(0,0%,7%,.08)}.widgetDnDBuilder_pageContainer__yUSe3.widgetDnDBuilder_mobile__NjERP{max-width:360px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.widgetDnDBuilder_builderPage__84VdY{flex:1;width:100%;display:flex;flex-direction:column;padding:24px 33px 0}.widgetDnDBuilder_builderPage__84VdY.widgetDnDBuilder_forNewAdminBuilder__Pj35F{padding:6px 12px 0 0}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_builderUtilitySection__0asr7{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_builderUtilitySection__0asr7 .widgetDnDBuilder_domainInfo__yosGW{background:#eaf2fd;border:1px solid #bfd8f9;border-radius:60px;padding:11px;font-weight:400;font-size:14px;line-height:20px;display:flex;align-items:center;gap:.5rem}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_widgetBox__6t_AF{position:relative;--widget-highlight-color:#4285f4}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_widgetBox__6t_AF:hover{box-shadow:0 0 0 1px var(--widget-highlight-color);background-color:rgba(66,133,244,.05);background:repeating-linear-gradient(45deg,rgba(66,133,244,.05) 1%,rgba(66,133,244,.1) 2%)}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_widgetBox__6t_AF:not(.rendered){display:flex;height:5rem;border:2px solid #888;overflow:hidden;flex-direction:row;align-items:center;justify-content:center;font-size:2rem;border-radius:.5rem;height:auto;width:auto}.widgetDnDBuilder_builderPage__84VdY .widgetDnDBuilder_widgetBox__6t_AF:not(.rendered) .widgetDnDBuilder_widgetThumb__a7VdL{height:3rem}.widgetDnDBuilder_builderPage__84VdY .placeholder{opacity:.75;margin:.5em;border-radius:.25em;display:flex;align-items:center;justify-content:center;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:rgba(0,0,0,.1)}.widgetDnDBuilder_builderPage__84VdY .widget-2-col{min-height:5rem;border:1px solid #999;display:flex;flex-direction:row}.widgetDnDBuilder_builderPage__84VdY .widget-2-col .widget-2-col{padding-top:.5rem;display:flex;flex-direction:row}.widgetDnDBuilder_builderPage__84VdY .widget-2-col .col-2-child{flex:1;min-height:5rem}.widgetDnDBuilder_builderPage__84VdY .widget-2-col .col-2-child:empty{background-color:rgba(66,133,244,.2);border-radius:.5rem;margin:0 .25rem;border:.25rem dashed rgba(66,133,244,.4);display:flex;align-items:center;justify-content:center}.widgetDnDBuilder_builderPage__84VdY .widget-2-col .col-2-child:empty:hover{background-color:rgba(66,133,244,.25)}.widgetDnDBuilder_builderPage__84VdY .widget-2-col .col-2-child:empty:before{content:"Drag here to add a widget."}.widgetDnDBuilder_builderPage__84VdY .col-2-child .widgetDnDBuilder_widgetBox__6t_AF{height:100%;width:100%}.widgetDnDBuilder_builderPage__84VdY .removingWidget{overflow:hidden;max-height:0!important;background-color:rgba(255,0,0,.5);transition:.2s}.widgetDnDBuilder_builderPage__84VdY #page-builder{width:100%}.widgetDnDBuilder_builderPage__84VdY #page-builder:empty{min-height:10rem;background:repeating-linear-gradient(135deg,rgba(0,0,0,.05) 1%,rgba(0,0,0,.1) 2%);opacity:.5}.widgetDnDBuilder_builderPage__84VdY #page-builder:empty:hover{opacity:1}.widgetDnDBuilder_builderPage__84VdY .sortable-ghost{transition:.25s;opacity:.5}.widgetDnDBuilder_widgetDnDHeader__dPn12{padding:var(--spacing-8);box-shadow:var(--shadows-appBar);z-index:var(--zIndex-appBar);display:flex;flex-direction:row;justify-content:space-between}.widgetDnDBuilder_widgetDnDHeader__dPn12 .widgetDnDBuilder_widgetDnDHeaderActions__r4kwv{display:flex;gap:var(--spacing-8)}.widgetDnDBuilder_devicesSelector__KH6bV{display:flex;gap:.5rem;justify-content:center}.widgetDnDBuilder_devicesSelector__KH6bV .widgetDnDBuilder_deviceIcon__Vy_pw{width:2rem;height:2rem;font-size:1rem;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.2);cursor:pointer;margin-right:var(--spacing-8);border-radius:var(--borderRadius-md)}.widgetDnDBuilder_devicesSelector__KH6bV .widgetDnDBuilder_deviceIcon__Vy_pw:hover{background-color:rgba(0,0,0,.15)}.widgetDnDBuilder_devicesSelector__KH6bV .widgetDnDBuilder_deviceIcon__Vy_pw:active{background-color:rgba(0,0,0,.25)}.widgetDnDBuilder_devicesSelector__KH6bV .widgetDnDBuilder_deviceIcon__Vy_pw.widgetDnDBuilder_selected__TFdfh{box-shadow:0 0 0 2px #666}@media screen and (min-width:768px){.widgetDnDBuilder_pageContainer__yUSe3 .hide-desktop{display:none}}@media screen and (max-width:767px){.widgetDnDBuilder_pageContainer__yUSe3 .hide-mobile{display:none}}@container pageContainer (min-width: 768px){.widgetDnDBuilder_pageContainer__yUSe3 .hide-desktop{display:none}}@container pageContainer (max-width: 767px){.widgetDnDBuilder_pageContainer__yUSe3 .hide-mobile{display:none}}.widgetDnDBuilder_visible-mobile-block__q6yfJ{display:none!important}.widgetDnDBuilder_visible-desktop-block__fp0AR{display:block!important}.widgetDnDBuilder_visible-mobile-flex__BiCoT{display:none!important}.widgetDnDBuilder_visible-desktop-flex__sCg2x{display:flex!important}.widgetDnDBuilder_visible-mobile-ib__IqZoS{display:none!important}.widgetDnDBuilder_visible-desktop-ib__Ff_ro{display:inline-block!important}.widgetDnDBuilder_visible-mobile__RKVHA{display:none!important}.widgetDnDBuilder_visible-desktop__6aQAe{display:flex!important}@container pageContainer (max-width: 767px){.widgetDnDBuilder_visible-mobile__RKVHA{display:block!important}.widgetDnDBuilder_visible-desktop__6aQAe{display:none!important}.widgetDnDBuilder_visible-mobile-block__q6yfJ{display:block!important}.widgetDnDBuilder_visible-desktop-block__fp0AR{display:none!important}.widgetDnDBuilder_visible-mobile-flex__BiCoT{display:flex!important}.widgetDnDBuilder_visible-desktop-flex__sCg2x{display:none!important}.widgetDnDBuilder_visible-mobile-ib__IqZoS{display:inline-block!important}.widgetDnDBuilder_visible-desktop-ib__Ff_ro{display:none!important}}.widgetDnDBuilder_addWidgetViaMainSection__EE1of{display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto;display:block;width:100%;cursor:pointer}.widgetDnDBuilder_addWidgetViaMainSection__EE1of .widgetDnDBuilder_content__jYRSQ{display:flex;align-items:center;position:absolute;left:48.54%;top:-15px;z-index:1000;gap:6px;border-radius:5px;transition:background-color .3s ease-in-out}.widgetDnDBuilder_addWidgetViaMainSection__EE1of .widgetDnDBuilder_content__jYRSQ>span{font-size:12px;color:#fff;opacity:0;padding-right:10px;transition:opacity .3s ease-in-out}.widgetDnDBuilder_addWidgetViaMainSection__EE1of .widgetDnDBuilder_content__jYRSQ:hover{background-color:#4285f4}.widgetDnDBuilder_addWidgetViaMainSection__EE1of .widgetDnDBuilder_content__jYRSQ:hover .widgetDnDBuilder_iconImg__oXoNh{fill:#4285f4}.widgetDnDBuilder_addWidgetViaMainSection__EE1of .widgetDnDBuilder_content__jYRSQ:hover span{opacity:1}.widgetDnDBuilder_iframe-content__VpBhO{margin:0 auto;max-width:427px;width:100%;overflow:auto}.widgetDnDBuilder_iframe-content__VpBhO.widgetDnDBuilder_desktop-view__oAuOe{width:80%;max-width:1000px}.widgetDnDBuilder_iframe-content__VpBhO iframe{width:100%}
/*# sourceMappingURL=aea996ebb6995a19.css.map*/