:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top: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:var(--toastify-toast-min-height);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:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.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__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,: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:rgb(59 130 246/0.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: }::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:rgb(59 130 246/0.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: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.absolute{position:absolute}.relative{position:relative}.right-0{right:0}.top-20{top:5rem}.top-28{top:7rem}.top-9{top:2.25rem}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.aspect-video{aspect-ratio:16/9}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-2\/3{width:66.666667%}.w-2\/6{width:33.333333%}.w-20{width:5rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-8{width:2rem}.w-80{width:20rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.max-w-lg{max-width:32rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{--tw-rotate:180deg}.rotate-180,.scale-100{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))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-50{--tw-scale-x:.5;--tw-scale-y:.5;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))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-progress{cursor:progress}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.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}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-baseline{align-self:baseline}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border{border-width:1px}.border-none{border-style:none}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.\!bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-48{padding-left:12rem;padding-right:12rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-20{padding-left:5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-1\.5xl{font-size:22px;line-height:30px}.text-2xl{font-size:24px;line-height:32px}.text-5xl{font-size:48px;line-height:74px}.text-\[8px\]{font-size:8px}.text-base{font-size:16px;line-height:24px}.text-lg{font-size:18px;line-height:28px}.text-sm{font-size:14px;line-height:20px}.text-xl{font-size:20px;line-height:28px}.text-xs{font-size:12px;line-height:16px}.text-xxs{font-size:10px;line-height:14px}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.filter{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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@font-face{font-family:light-font;src:url(/assets/fonts/Inter-Light.ttf);font-display:swap}@font-face{font-family:regular-font;src:url(/assets/fonts/Inter-Regular.ttf);font-display:swap}@font-face{font-family:medium-font;src:url(/assets/fonts/Inter-Medium.ttf);font-display:swap}@font-face{font-family:bold-font;src:url(/assets/fonts/Inter-SemiBold.ttf);font-display:swap}@font-face{font-family:extra-bold-font;src:url(/assets/fonts/Inter-Bold.ttf);font-display:swap}body{margin:0;font-family:regular-font;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:all .5s ease;background:var(--white);color:var(--black);height:100%;width:100%}::-webkit-scrollbar{width:0;height:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-moz-user-select:text;user-select:text;-webkit-user-select:text;-webkit-tap-highlight-color:rgba(0,0,0,0)}input,textarea{text-transform:none;-webkit-touch-callout:default!important;-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.app ::-moz-selection{background:transparent}.app ::selection{background:transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style-type:none;margin:0;padding:0}a{color:initial}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}#root,.app,.router,body,html{height:100%;width:100%;-webkit-tap-highlight-color:transparent;background:var(--white)}table{width:100%;border-collapse:separate;border-spacing:0 50px}body{overflow:hidden!important}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.2,1.2,1.2)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes pulse-low{0%{transform:scaleX(1)}50%{transform:scale3d(1.03,1.03,1.03)}to{transform:scaleX(1)}}.pulse-low{animation-name:pulse-low}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes 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:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes 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:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes 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:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes 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)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{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)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:.5s;animation-fill-mode:backwards}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.delay-01s{animation-delay:.1s}.animated.delay-02s{animation-delay:.2s}.animated.delay-03s{animation-delay:.3s}.animated.delay-04s,.animated.delay-05s{animation-delay:.5s}.animated.delay-06s{animation-delay:.6s}.animated.delay-07s{animation-delay:.7s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(prefers-reduced-motion),(print){.animated{animation:unset!important;transition:none!important}}.up-to-down-scale{animation-name:upToDownScaleAnim;animation-duration:.5s;transform-origin:top center}@keyframes upToDownScaleAnim{0%{opacity:0;transform:scaleY(.5)}to{opacity:1;transform:scaleY(1)}}.down-to-up-scale{animation-name:DownToUpScaleAnim;animation-duration:.5s;transform-origin:bottom center}@keyframes DownToUpScaleAnim{0%{opacity:0;transform:scaleY(.5)}to{opacity:1;transform:scaleY(1)}}.clicking-animation{cursor:pointer;transition:all .5s ease}.clicking-animation:active{transform:scale(.8)}.translate-y{transform:translateY(-50%)}.translate_rotate{transform:translateY(-50%) rotate(180deg)}:root{--theme-1:#00643c;--theme-2:#00c800;--theme-3:#d2f5d2;--secondary-pink:#aa0082;--light-secondary-pink:#ffbef0;--primary-purple:#720ac7;--secondary-purple:#e1b9ff;--white:#ffffff;--light-white:#fafafa;--theme-yellow:#fff000;--light-yellow:#ffffeb;--green-1:#007346;--green-2:#008750;--green-3:#00a064;--green-4:#5abe96;--green-5:#b4e6d2;--green-light-1:#37d737;--green-light-2:#6ee66e;--green-light-3:#82f082;--green-light-4:#b9f5b9;--green-light-5:#d2f5d2;--blue:#2b80ff;--primary-light-blue:#f4f9ff;--red:#ea4335;--light-red:#fcf4f5;--light-red:#ffedee;--orange:#f29100;--light-orange:#ffeed6;--disabled-color:#959595;--light-gray:#e5e5e5;--dark-gray:#aaa;--dark-gray-1:#4f4f4f;--dark-gray-2:#707070;--dark-gray-3:#999999;--light-gray-1:#aaaaaa;--light-gray-2:#d0d0d0;--light-gray-3:#eeeeee;--light-gray-4:#fafafa;--transparent:rgba(0,0,0,0);--transparent-07:rgba(0,0,0,0.07);--transparent-5:rgba(0,0,0,0.5);--golden:#fbbc05;--light-pink-2:#ffe6e6;--light-orange-2:#faeae0;--light-blue-2:#c8e6f4;--success-bg:#eaf8f4;--success-clr:#1f8268;--pending-bg:#fff9db;--pending-clr:#e18d00;--failed-bg:#fff2eb;--failed-clr:#c3002d;--light-gray-5:#f4f5f7;--light-gray-6:#dfe1e6;--neutral-black:#1c1f2c;--extended-violet:#722ed1;--light-magenta:#ffd6f5;--extended-magenta:#aa0082;--dark-yellow:#aa4900;--light-yellow-2:#fff9db}[data-theme=light]{--black:#000000;--white:#ffffff;--off-white:#fcfcfc;--shadow-color:rgba(0,0,0,0.15);--border-color:#d0d0d0;--light-black:#4f4f4f;--gray:#eeeeee;--skeleton-white:#dce0e5;--skeleton-shine:#f0f2f4}[data-theme=dark]{--black:#ffffff;--white:#000000;--off-white:#101012;--shadow-color:rgb(152 149 149/18%);--border-color:#292929;--light-black:#292929;--gray:#4f4f4f;--skeleton-white:#2d2d2e;--skeleton-shine:#171818}.clr-theme-1{color:var(--theme-1)}.clr-primary-purple{color:var(--primary-purple)}.clr-theme-2{color:var(--theme-2)}.clr-secondary-pink{color:var(--secondary-pink)!important}.clr-secondary-purple{color:var(--secondary-purple)!important}.clr-light-1{color:var(--light-gray-1)}.clr-light-2{color:var(--light-gray-2)}.clr-light-3{color:var(--light-gray-3)}.clr-dark-1{color:var(--dark-gray-1)}.clr-dark-2{color:var(--dark-gray-2)}.clr-dark-3{color:var(--dark-gray-3)}.clr-disabled{color:var(--disabled-color)}.clr-black{color:var(--black)}.clr-white{color:var(--white)}.clr-red{color:var(--red)}.clr-orange{color:var(--orange)}.clr-gray{color:var(--dark-gray)}.clr-green-3{color:var(--green-3)}.clr-light-black{color:var(--light-black)}.clr-golden{color:var(--golden)}.clr-white-imp{color:var(--white)!important}.clr-disabled-imp{color:var(--disabled-color)!important}.bg-white{background:var(--white)}.bg-black{background:var(--black)}.bg-red{background:var(--red)}.bg-light-green{background:var(--green-light-5)}.bg-green-3{background:var(--green-3)}.bg-orange{background:var(--orange)}.bg-transparent{background:rgba(0,0,0,0)!important}.bg-theme-1{background:var(--theme-1)}.bg-primary-blue{background:var(--primary-light-blue)}.bg-dark-secondary-pink{background:var(--secondary-pink)}.bg-dark-secondary-purple{background:var(--secondary-purple)}.bg-theme-2{background:var(--theme-2)}.bg-theme-3{background:var(--theme-3)}.bg-secondary-pink{background:var(--light-secondary-pink)}.bg-gray{background:var(--gray)}.bg-light-gray-1{background:var(--light-gray-1)}.bg-light-gray-2{background:var(--light-gray-2)}.bg-light-gray-3{background:var(--light-gray-3)}.bg-dark-gray-1{background:var(--dark-gray-1)}.bg-dark-gray-2{background:var(--dark-gray-2)}.bg-dark-gray-3{background:var(--dark-gray-3)}.bg-red-light{background:var(--light-red)}.bg-orange-light{background:var(--light-orange)}.bg-light-red{background:var(--light-red)}.font-light{font-family:light-font}.font-heavy{font-family:bold-font;line-height:1.5}.font-regular{font-family:regular-font}.font-medium{font-family:medium-font}.font-extra-heavy{font-family:extra-bold-font}.border-bottom,.border-none{border:none!important}.border-bottom{border-bottom:1px solid var(--border-color)!important}.border-bottom-2{border:none!important;border-bottom:2px solid var(--border-color)!important}.border-bottom-0{border:none!important;border-bottom:0 solid var(--border-color)!important}.border-right{border:none!important;border-right:1px solid var(--border-color)!important}.border-left{border:none!important;border-left:1px solid var(--border-color)!important}.border-top-bottom{border-top:1px solid var(--border-color)!important;border-bottom:1px solid var(--border-color)!important}.border-top{border:none!important;border-top:1px solid var(--border-color)!important}.heavy-border{border:3px solid var(--border-color)}.border-bottom-heavy{border:none!important;border-bottom:2.5px solid var(--border-color)!important}.full-border{border:1px solid var(--border-color)}.full-theme-border{border:1px solid var(--theme)}.full-success-border{border:1px solid var(--green-3)}.full-pending-border{border:1px solid var(--orange)}.full-failed-border{border:1px solid var(--red)}.dashed-border{border:1px dashed var(--border-color)!important}.dashed-theme-1-border{border:1px dashed var(--theme-1)}.dashed-border-bottom{border-bottom:1px dashed var(--border-color)!important}.dashed-border-top{border-top:1px dashed var(--border-color)!important}.red-border{border-color:var(--red)!important}.theme-yellow-border{border-color:var(--theme-yellow)!important}.theme-border{border-color:var(--theme)!important}.theme-border-left{border:none!important;border-left:1px solid var(--theme)!important}.theme-3-border-right{border:none!important;border-right:1px solid var(--theme-3)!important}.success-border-left{border:none!important;border-left:1px solid var(--green-3)!important}.stepper-border-left{border:none!important;border-left:2px dashed var(--light-gray-3)!important}.orange-border{border:1px solid var(--orange)!important}.divider{width:100%;border-width:.1px!important}.width-inherit{width:inherit}.width100{width:100%}.width100vw{width:100vw!important}.w-98{width:98%}.maxh-50vh{max-height:50vh}.min-width-9{min-width:9rem}.box-shadow{box-shadow:0 4px 4px rgba(0,0,0,.16)}.box-shadow-2{box-shadow:0 1px 1px rgba(9,30,66,.125),0 0 1px rgba(9,30,66,.12)}.box-shadow-3{box-shadow:0 0 8px 0 rgba(0,0,0,.1215686275)}.drop-shadow{filter:drop-shadow(0 2px 25px rgba(0,0,0,.15))}.bg-light-gray-4{background:var(--light-gray-4)}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-1{-webkit-line-clamp:1}.text-ellipsis-1,.text-ellipsis-2{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.text-ellipsis-2{-webkit-line-clamp:2}.text-ellipsis-3{-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;fill:var(--theme-1)}.page-section{max-width:63rem;padding-left:9px;padding-right:9px;margin:24px auto 0}.horizontal-divider-dashed{width:100%;border-top:1.5px dashed var(--gray)}.page-container{width:100%;display:flex;justify-content:center;align-items:center}.w-page-content{width:1040px}.w-page-content-l{width:1240px}.max-w-page-content{max-width:1040px}.max-w-page-content-l{max-width:1240px}.width-36vw{width:36vw}.curve-background{height:135px;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.curve-background:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:var(--light-gray-4);border-radius:0 0 50% 50%/0 0 50% 50%;transform:scaleX(1.5)}.img-blend-multiply{mix-blend-mode:multiply}.footer-background{height:100%;width:100%;background-image:url(/assets/icons/wave-element.svg),linear-gradient(45deg,#00623f -2.59%,#f1ffec 123.19%);background-size:100% 100%;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.curve-foot{z-index:1;width:100%;height:115px;background:radial-gradient(circle at 50% -3500px,transparent 97%,var(--light-gray-4) 0) top;background-size:100% 100%;background-repeat:no-repeat;position:absolute;bottom:0}.no-box-shadow{box-shadow:none!important}.listNumber{list-style:decimal}.h-112{height:26rem}.object-fill-imp{-o-object-fit:fill!important;object-fit:fill!important}.scrollBar::-webkit-scrollbar{width:.5rem!important;background-color:var(--light-gray-3);padding:0 4px}.scrollBar::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}.scrollBar::-webkit-scrollbar-thumb{background-color:var(--theme-2);border-radius:.5rem;padding:0 4px}.vertical-divider{border-left:.1px solid var(--dark-gray-3);height:20px}.br-50{border-radius:50%}.discount-strip{width:60px;height:30px;background-color:var(--primary-purple);position:absolute;left:-10px;z-index:1;top:8%}.discount-strip:before{content:"";border:4px solid rgba(0,0,0,0);border-top:0;border-right:10px solid #000;position:absolute;bottom:-4px;left:-4px}.discount-strip:after{content:"";border:15px solid rgba(0,0,0,0);border-left:0;border-top:15px solid var(--primary-purple);border-bottom:15px solid var(--primary-purple);position:absolute;right:-14px;background-color:rgba(0,0,0,0)}.bonus-percentage-strip{background-color:var(--theme-2);position:absolute;left:-10px;z-index:1;top:8%;transform:rotateY(180deg);width:53px;height:22px;right:-10px;left:unset}.bonus-percentage-strip:before{content:"";border:4px solid rgba(0,0,0,0);border-top:0;border-right:10px solid #000;position:absolute;bottom:-4px;left:-4px}.bonus-percentage-strip:after{content:"";position:absolute;background-color:rgba(0,0,0,0);right:-6px;border:6px solid rgba(0,0,0,0);border-top:11px solid var(--theme-2);border-bottom:11px solid var(--theme-2)}.bonus-percentage-strip-text{transform:rotateY(180deg);margin-left:4px}.not-visible{visibility:hidden}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-6{flex:6}.flex-7{flex:7}.flex-8{flex:8}.flex-9{flex:9}.flex-10{flex:10}.content-center{align-items:center;display:flex;justify-content:center}.icon{display:inline-block;vertical-align:middle}.icon--free{width:auto;height:auto}.icon--theme-color{fill:var(--theme-1)}.icon--theme-2-color{fill:var(--theme-2)}.icon--theme-3-color{fill:var(--theme-3)}.icon--extraLarge{width:40px;height:40px}.icon--extraLarge path{transform:scaleX(2.5) scaleY(2.5)}.icon--large{width:32px;height:32px}.icon--large path{transform:scaleX(2) scaleY(2)}.icon--medium{width:24px;height:24px}.icon--medium path{transform:scaleX(1.5) scaleY(1.5)}.icon--regular{width:16px;height:16px}.icon--regular path{transform:scaleX(1) scaleY(1)}.icon--small{width:12px;height:12px}.icon--small path{transform:scaleX(.75) scaleY(.75)}.icon--tiny{width:8px;height:8px}.icon--tiny path{transform:scaleX(.5) scaleY(.5)}.item-card__container{width:auto;height:auto;max-width:95%;min-height:165px;box-shadow:0 2px 25px rgba(0,0,0,.15);border-radius:10px;transition:all 1s ease}.item-card__container .item-card__image-container{position:relative;width:100%;margin:auto}.item-card__container .item-card__image-container.aspect-1-1:after{padding-top:100%}.item-card__container .item-card__image-container.aspect-2-1:after{padding-top:50%}.item-card__container .item-card__image-content{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;right:0;left:0}.item-card__container .item-card__image{width:100%}.item-card__container svg path{fill:var(--golden)}.item-card-points{height:34px}.content{width:auto;white-space:nowrap}.headerClass{position:static;padding:2rem 1.25rem}.headerClass .headerContent{position:relative;z-index:99}.earn-product .item-card__container{box-shadow:0 2px 8px rgba(0,0,0,.15);margin-right:20px;background:var(--white)}.banner-card{width:calc(100% - 2.5rem)}.horizontal-list{width:100%;overflow-x:scroll;overflow-y:hidden}.bg-home-footer{background:var(--green-4);background-repeat:no-repeat;background-position:100%;background-size:contain}.section-header span{font-weight:700}.theme-1-svg-icon-filled path{fill:var(--theme-1);stroke:none}.theme-1-svg-icon-outline path{fill:none;stroke:var(--theme-1)}.theme-1-svg-icon-background rect{fill:var(--theme-1);stroke:none}.theme-1-text-color{color:var(--theme-1)}.theme-1-border{border:1px solid var(--theme-1)}.theme-1-background,.theme-1-background-hover:hover,.theme-1-bg{background-color:var(--theme-1)}.theme-1-text-color-hover:hover{color:var(--theme-1)}.theme-1-dotted-1-border{border:1px dotted var(--theme-1)}.theme-1-dotted-1-border-bottom{border-bottom:1px dotted var(--theme-1)}.theme-1-dotted-1-border-top{border-top:1px dotted var(--theme-1)}.theme-1-dotted-1-border-left{border-left:1px dotted var(--theme-1)}.theme-1-dotted-1-border-right{border-right:1px dotted var(--theme-1)}.theme-1-solid-1-border{border:1px solid var(--theme-1)}.theme-1-solid-1-border-bottom{border-bottom:1px solid var(--theme-1)}.theme-1-solid-1-border-top{border-top:1px solid var(--theme-1)}.theme-1-solid-1-border-left{border-left:1px solid var(--theme-1)}.theme-1-solid-1-border-right{border-right:1px solid var(--theme-1)}.theme-1-dashed-1-border{border:1px dashed var(--theme-1)}.theme-1-dashed-1-border-bottom{border-bottom:1px dashed var(--theme-1)}.theme-1-dashed-1-border-top{border-top:1px dashed var(--theme-1)}.theme-1-dashed-1-border-left{border-left:1px dashed var(--theme-1)}.theme-1-dashed-1-border-right{border-right:1px dashed var(--theme-1)}.theme-2-svg-icon-filled path{fill:var(--theme-2);stroke:none}.theme-2-svg-icon-outline path{fill:none;stroke:var(--theme-2)}.theme-2-svg-icon-background rect{fill:var(--theme-2);stroke:none}.theme-2-text-color{color:var(--theme-2)}.theme-2-border{border:1px solid var(--theme-2)}.theme-2-background,.theme-2-background-hover:hover,.theme-2-bg{background-color:var(--theme-2)}.theme-2-text-color-hover:hover{color:var(--theme-2)}.theme-2-dotted-1-border{border:1px dotted var(--theme-2)}.theme-2-dotted-1-border-bottom{border-bottom:1px dotted var(--theme-2)}.theme-2-dotted-1-border-top{border-top:1px dotted var(--theme-2)}.theme-2-dotted-1-border-left{border-left:1px dotted var(--theme-2)}.theme-2-dotted-1-border-right{border-right:1px dotted var(--theme-2)}.theme-2-solid-1-border{border:1px solid var(--theme-2)}.theme-2-solid-1-border-bottom{border-bottom:1px solid var(--theme-2)}.theme-2-solid-1-border-top{border-top:1px solid var(--theme-2)}.theme-2-solid-1-border-left{border-left:1px solid var(--theme-2)}.theme-2-solid-1-border-right{border-right:1px solid var(--theme-2)}.theme-2-dashed-1-border{border:1px dashed var(--theme-2)}.theme-2-dashed-1-border-bottom{border-bottom:1px dashed var(--theme-2)}.theme-2-dashed-1-border-top{border-top:1px dashed var(--theme-2)}.theme-2-dashed-1-border-left{border-left:1px dashed var(--theme-2)}.theme-2-dashed-1-border-right{border-right:1px dashed var(--theme-2)}.theme-3-svg-icon-filled path{fill:var(--theme-3);stroke:none}.theme-3-svg-icon-outline path{fill:none;stroke:var(--theme-3)}.theme-3-svg-icon-background rect{fill:var(--theme-3);stroke:none}.theme-3-text-color{color:var(--theme-3)}.theme-3-border{border:1px solid var(--theme-3)}.theme-3-background,.theme-3-background-hover:hover,.theme-3-bg{background-color:var(--theme-3)}.theme-3-text-color-hover:hover{color:var(--theme-3)}.theme-3-dotted-1-border{border:1px dotted var(--theme-3)}.theme-3-dotted-1-border-bottom{border-bottom:1px dotted var(--theme-3)}.theme-3-dotted-1-border-top{border-top:1px dotted var(--theme-3)}.theme-3-dotted-1-border-left{border-left:1px dotted var(--theme-3)}.theme-3-dotted-1-border-right{border-right:1px dotted var(--theme-3)}.theme-3-solid-1-border{border:1px solid var(--theme-3)}.theme-3-solid-1-border-bottom{border-bottom:1px solid var(--theme-3)}.theme-3-solid-1-border-top{border-top:1px solid var(--theme-3)}.theme-3-solid-1-border-left{border-left:1px solid var(--theme-3)}.theme-3-solid-1-border-right{border-right:1px solid var(--theme-3)}.theme-3-dashed-1-border{border:1px dashed var(--theme-3)}.theme-3-dashed-1-border-bottom{border-bottom:1px dashed var(--theme-3)}.theme-3-dashed-1-border-top{border-top:1px dashed var(--theme-3)}.theme-3-dashed-1-border-left{border-left:1px dashed var(--theme-3)}.theme-3-dashed-1-border-right{border-right:1px dashed var(--theme-3)}.primary-light-blue-svg-icon-filled path{fill:var(--primary-light-blue);stroke:none}.primary-light-blue-svg-icon-outline path{fill:none;stroke:var(--primary-light-blue)}.primary-light-blue-svg-icon-background rect{fill:var(--primary-light-blue);stroke:none}.primary-light-blue-text-color{color:var(--primary-light-blue)}.primary-light-blue-border{border:1px solid var(--primary-light-blue)}.primary-light-blue-background,.primary-light-blue-background-hover:hover,.primary-light-blue-bg{background-color:var(--primary-light-blue)}.primary-light-blue-text-color-hover:hover{color:var(--primary-light-blue)}.primary-light-blue-dotted-1-border{border:1px dotted var(--primary-light-blue)}.primary-light-blue-dotted-1-border-bottom{border-bottom:1px dotted var(--primary-light-blue)}.primary-light-blue-dotted-1-border-top{border-top:1px dotted var(--primary-light-blue)}.primary-light-blue-dotted-1-border-left{border-left:1px dotted var(--primary-light-blue)}.primary-light-blue-dotted-1-border-right{border-right:1px dotted var(--primary-light-blue)}.primary-light-blue-solid-1-border{border:1px solid var(--primary-light-blue)}.primary-light-blue-solid-1-border-bottom{border-bottom:1px solid var(--primary-light-blue)}.primary-light-blue-solid-1-border-top{border-top:1px solid var(--primary-light-blue)}.primary-light-blue-solid-1-border-left{border-left:1px solid var(--primary-light-blue)}.primary-light-blue-solid-1-border-right{border-right:1px solid var(--primary-light-blue)}.primary-light-blue-dashed-1-border{border:1px dashed var(--primary-light-blue)}.primary-light-blue-dashed-1-border-bottom{border-bottom:1px dashed var(--primary-light-blue)}.primary-light-blue-dashed-1-border-top{border-top:1px dashed var(--primary-light-blue)}.primary-light-blue-dashed-1-border-left{border-left:1px dashed var(--primary-light-blue)}.primary-light-blue-dashed-1-border-right{border-right:1px dashed var(--primary-light-blue)}.secondary-purple-svg-icon-filled path{fill:var(--secondary-purple);stroke:none}.secondary-purple-svg-icon-outline path{fill:none;stroke:var(--secondary-purple)}.secondary-purple-svg-icon-background rect{fill:var(--secondary-purple);stroke:none}.secondary-purple-text-color{color:var(--secondary-purple)}.secondary-purple-border{border:1px solid var(--secondary-purple)}.secondary-purple-background,.secondary-purple-background-hover:hover,.secondary-purple-bg{background-color:var(--secondary-purple)}.secondary-purple-text-color-hover:hover{color:var(--secondary-purple)}.secondary-purple-dotted-1-border{border:1px dotted var(--secondary-purple)}.secondary-purple-dotted-1-border-bottom{border-bottom:1px dotted var(--secondary-purple)}.secondary-purple-dotted-1-border-top{border-top:1px dotted var(--secondary-purple)}.secondary-purple-dotted-1-border-left{border-left:1px dotted var(--secondary-purple)}.secondary-purple-dotted-1-border-right{border-right:1px dotted var(--secondary-purple)}.secondary-purple-solid-1-border{border:1px solid var(--secondary-purple)}.secondary-purple-solid-1-border-bottom{border-bottom:1px solid var(--secondary-purple)}.secondary-purple-solid-1-border-top{border-top:1px solid var(--secondary-purple)}.secondary-purple-solid-1-border-left{border-left:1px solid var(--secondary-purple)}.secondary-purple-solid-1-border-right{border-right:1px solid var(--secondary-purple)}.secondary-purple-dashed-1-border{border:1px dashed var(--secondary-purple)}.secondary-purple-dashed-1-border-bottom{border-bottom:1px dashed var(--secondary-purple)}.secondary-purple-dashed-1-border-top{border-top:1px dashed var(--secondary-purple)}.secondary-purple-dashed-1-border-left{border-left:1px dashed var(--secondary-purple)}.secondary-purple-dashed-1-border-right{border-right:1px dashed var(--secondary-purple)}.secondary-pink-svg-icon-filled path{fill:var(--secondary-pink);stroke:none}.secondary-pink-svg-icon-outline path{fill:none;stroke:var(--secondary-pink)}.secondary-pink-svg-icon-background rect{fill:var(--secondary-pink);stroke:none}.secondary-pink-text-color{color:var(--secondary-pink)}.secondary-pink-border{border:1px solid var(--secondary-pink)}.secondary-pink-background,.secondary-pink-background-hover:hover,.secondary-pink-bg{background-color:var(--secondary-pink)}.secondary-pink-text-color-hover:hover{color:var(--secondary-pink)}.secondary-pink-dotted-1-border{border:1px dotted var(--secondary-pink)}.secondary-pink-dotted-1-border-bottom{border-bottom:1px dotted var(--secondary-pink)}.secondary-pink-dotted-1-border-top{border-top:1px dotted var(--secondary-pink)}.secondary-pink-dotted-1-border-left{border-left:1px dotted var(--secondary-pink)}.secondary-pink-dotted-1-border-right{border-right:1px dotted var(--secondary-pink)}.secondary-pink-solid-1-border{border:1px solid var(--secondary-pink)}.secondary-pink-solid-1-border-bottom{border-bottom:1px solid var(--secondary-pink)}.secondary-pink-solid-1-border-top{border-top:1px solid var(--secondary-pink)}.secondary-pink-solid-1-border-left{border-left:1px solid var(--secondary-pink)}.secondary-pink-solid-1-border-right{border-right:1px solid var(--secondary-pink)}.secondary-pink-dashed-1-border{border:1px dashed var(--secondary-pink)}.secondary-pink-dashed-1-border-bottom{border-bottom:1px dashed var(--secondary-pink)}.secondary-pink-dashed-1-border-top{border-top:1px dashed var(--secondary-pink)}.secondary-pink-dashed-1-border-left{border-left:1px dashed var(--secondary-pink)}.secondary-pink-dashed-1-border-right{border-right:1px dashed var(--secondary-pink)}.light-secondary-pink-svg-icon-filled path{fill:var(--light-secondary-pink);stroke:none}.light-secondary-pink-svg-icon-outline path{fill:none;stroke:var(--light-secondary-pink)}.light-secondary-pink-svg-icon-background rect{fill:var(--light-secondary-pink);stroke:none}.light-secondary-pink-text-color{color:var(--light-secondary-pink)}.light-secondary-pink-border{border:1px solid var(--light-secondary-pink)}.light-secondary-pink-background,.light-secondary-pink-background-hover:hover,.light-secondary-pink-bg{background-color:var(--light-secondary-pink)}.light-secondary-pink-text-color-hover:hover{color:var(--light-secondary-pink)}.light-secondary-pink-dotted-1-border{border:1px dotted var(--light-secondary-pink)}.light-secondary-pink-dotted-1-border-bottom{border-bottom:1px dotted var(--light-secondary-pink)}.light-secondary-pink-dotted-1-border-top{border-top:1px dotted var(--light-secondary-pink)}.light-secondary-pink-dotted-1-border-left{border-left:1px dotted var(--light-secondary-pink)}.light-secondary-pink-dotted-1-border-right{border-right:1px dotted var(--light-secondary-pink)}.light-secondary-pink-solid-1-border{border:1px solid var(--light-secondary-pink)}.light-secondary-pink-solid-1-border-bottom{border-bottom:1px solid var(--light-secondary-pink)}.light-secondary-pink-solid-1-border-top{border-top:1px solid var(--light-secondary-pink)}.light-secondary-pink-solid-1-border-left{border-left:1px solid var(--light-secondary-pink)}.light-secondary-pink-solid-1-border-right{border-right:1px solid var(--light-secondary-pink)}.light-secondary-pink-dashed-1-border{border:1px dashed var(--light-secondary-pink)}.light-secondary-pink-dashed-1-border-bottom{border-bottom:1px dashed var(--light-secondary-pink)}.light-secondary-pink-dashed-1-border-top{border-top:1px dashed var(--light-secondary-pink)}.light-secondary-pink-dashed-1-border-left{border-left:1px dashed var(--light-secondary-pink)}.light-secondary-pink-dashed-1-border-right{border-right:1px dashed var(--light-secondary-pink)}.red-svg-icon-filled path{fill:var(--red);stroke:none}.red-svg-icon-outline path{fill:none;stroke:var(--red)}.red-svg-icon-background rect{fill:var(--red);stroke:none}.red-text-color{color:var(--red)}.red-border{border:1px solid var(--red)}.red-background,.red-background-hover:hover,.red-bg{background-color:var(--red)}.red-text-color-hover:hover{color:var(--red)}.red-dotted-1-border{border:1px dotted var(--red)}.red-dotted-1-border-bottom{border-bottom:1px dotted var(--red)}.red-dotted-1-border-top{border-top:1px dotted var(--red)}.red-dotted-1-border-left{border-left:1px dotted var(--red)}.red-dotted-1-border-right{border-right:1px dotted var(--red)}.red-solid-1-border{border:1px solid var(--red)}.red-solid-1-border-bottom{border-bottom:1px solid var(--red)}.red-solid-1-border-top{border-top:1px solid var(--red)}.red-solid-1-border-left{border-left:1px solid var(--red)}.red-solid-1-border-right{border-right:1px solid var(--red)}.red-dashed-1-border{border:1px dashed var(--red)}.red-dashed-1-border-bottom{border-bottom:1px dashed var(--red)}.red-dashed-1-border-top{border-top:1px dashed var(--red)}.red-dashed-1-border-left{border-left:1px dashed var(--red)}.red-dashed-1-border-right{border-right:1px dashed var(--red)}.light-red-svg-icon-filled path{fill:var(--light-red);stroke:none}.light-red-svg-icon-outline path{fill:none;stroke:var(--light-red)}.light-red-svg-icon-background rect{fill:var(--light-red);stroke:none}.light-red-text-color{color:var(--light-red)}.light-red-border{border:1px solid var(--light-red)}.light-red-background,.light-red-background-hover:hover,.light-red-bg{background-color:var(--light-red)}.light-red-text-color-hover:hover{color:var(--light-red)}.light-red-dotted-1-border{border:1px dotted var(--light-red)}.light-red-dotted-1-border-bottom{border-bottom:1px dotted var(--light-red)}.light-red-dotted-1-border-top{border-top:1px dotted var(--light-red)}.light-red-dotted-1-border-left{border-left:1px dotted var(--light-red)}.light-red-dotted-1-border-right{border-right:1px dotted var(--light-red)}.light-red-solid-1-border{border:1px solid var(--light-red)}.light-red-solid-1-border-bottom{border-bottom:1px solid var(--light-red)}.light-red-solid-1-border-top{border-top:1px solid var(--light-red)}.light-red-solid-1-border-left{border-left:1px solid var(--light-red)}.light-red-solid-1-border-right{border-right:1px solid var(--light-red)}.light-red-dashed-1-border{border:1px dashed var(--light-red)}.light-red-dashed-1-border-bottom{border-bottom:1px dashed var(--light-red)}.light-red-dashed-1-border-top{border-top:1px dashed var(--light-red)}.light-red-dashed-1-border-left{border-left:1px dashed var(--light-red)}.light-red-dashed-1-border-right{border-right:1px dashed var(--light-red)}.green-3-svg-icon-filled path{fill:var(--green-3);stroke:none}.green-3-svg-icon-outline path{fill:none;stroke:var(--green-3)}.green-3-svg-icon-background rect{fill:var(--green-3);stroke:none}.green-3-text-color{color:var(--green-3)}.green-3-border{border:1px solid var(--green-3)}.green-3-background,.green-3-background-hover:hover,.green-3-bg{background-color:var(--green-3)}.green-3-text-color-hover:hover{color:var(--green-3)}.green-3-dotted-1-border{border:1px dotted var(--green-3)}.green-3-dotted-1-border-bottom{border-bottom:1px dotted var(--green-3)}.green-3-dotted-1-border-top{border-top:1px dotted var(--green-3)}.green-3-dotted-1-border-left{border-left:1px dotted var(--green-3)}.green-3-dotted-1-border-right{border-right:1px dotted var(--green-3)}.green-3-solid-1-border{border:1px solid var(--green-3)}.green-3-solid-1-border-bottom{border-bottom:1px solid var(--green-3)}.green-3-solid-1-border-top{border-top:1px solid var(--green-3)}.green-3-solid-1-border-left{border-left:1px solid var(--green-3)}.green-3-solid-1-border-right{border-right:1px solid var(--green-3)}.green-3-dashed-1-border{border:1px dashed var(--green-3)}.green-3-dashed-1-border-bottom{border-bottom:1px dashed var(--green-3)}.green-3-dashed-1-border-top{border-top:1px dashed var(--green-3)}.green-3-dashed-1-border-left{border-left:1px dashed var(--green-3)}.green-3-dashed-1-border-right{border-right:1px dashed var(--green-3)}.orange-svg-icon-filled path{fill:var(--orange);stroke:none}.orange-svg-icon-outline path{fill:none;stroke:var(--orange)}.orange-svg-icon-background rect{fill:var(--orange);stroke:none}.orange-text-color{color:var(--orange)}.orange-border{border:1px solid var(--orange)}.orange-background,.orange-background-hover:hover,.orange-bg{background-color:var(--orange)}.orange-text-color-hover:hover{color:var(--orange)}.orange-dotted-1-border{border:1px dotted var(--orange)}.orange-dotted-1-border-bottom{border-bottom:1px dotted var(--orange)}.orange-dotted-1-border-top{border-top:1px dotted var(--orange)}.orange-dotted-1-border-left{border-left:1px dotted var(--orange)}.orange-dotted-1-border-right{border-right:1px dotted var(--orange)}.orange-solid-1-border{border:1px solid var(--orange)}.orange-solid-1-border-bottom{border-bottom:1px solid var(--orange)}.orange-solid-1-border-top{border-top:1px solid var(--orange)}.orange-solid-1-border-left{border-left:1px solid var(--orange)}.orange-solid-1-border-right{border-right:1px solid var(--orange)}.orange-dashed-1-border{border:1px dashed var(--orange)}.orange-dashed-1-border-bottom{border-bottom:1px dashed var(--orange)}.orange-dashed-1-border-top{border-top:1px dashed var(--orange)}.orange-dashed-1-border-left{border-left:1px dashed var(--orange)}.orange-dashed-1-border-right{border-right:1px dashed var(--orange)}.light-orange-svg-icon-filled path{fill:var(--light-orange);stroke:none}.light-orange-svg-icon-outline path{fill:none;stroke:var(--light-orange)}.light-orange-svg-icon-background rect{fill:var(--light-orange);stroke:none}.light-orange-text-color{color:var(--light-orange)}.light-orange-border{border:1px solid var(--light-orange)}.light-orange-background,.light-orange-background-hover:hover,.light-orange-bg{background-color:var(--light-orange)}.light-orange-text-color-hover:hover{color:var(--light-orange)}.light-orange-dotted-1-border{border:1px dotted var(--light-orange)}.light-orange-dotted-1-border-bottom{border-bottom:1px dotted var(--light-orange)}.light-orange-dotted-1-border-top{border-top:1px dotted var(--light-orange)}.light-orange-dotted-1-border-left{border-left:1px dotted var(--light-orange)}.light-orange-dotted-1-border-right{border-right:1px dotted var(--light-orange)}.light-orange-solid-1-border{border:1px solid var(--light-orange)}.light-orange-solid-1-border-bottom{border-bottom:1px solid var(--light-orange)}.light-orange-solid-1-border-top{border-top:1px solid var(--light-orange)}.light-orange-solid-1-border-left{border-left:1px solid var(--light-orange)}.light-orange-solid-1-border-right{border-right:1px solid var(--light-orange)}.light-orange-dashed-1-border{border:1px dashed var(--light-orange)}.light-orange-dashed-1-border-bottom{border-bottom:1px dashed var(--light-orange)}.light-orange-dashed-1-border-top{border-top:1px dashed var(--light-orange)}.light-orange-dashed-1-border-left{border-left:1px dashed var(--light-orange)}.light-orange-dashed-1-border-right{border-right:1px dashed var(--light-orange)}.disabled-color-svg-icon-filled path{fill:var(--disabled-color);stroke:none}.disabled-color-svg-icon-outline path{fill:none;stroke:var(--disabled-color)}.disabled-color-svg-icon-background rect{fill:var(--disabled-color);stroke:none}.disabled-color-text-color{color:var(--disabled-color)}.disabled-color-border{border:1px solid var(--disabled-color)}.disabled-color-background,.disabled-color-background-hover:hover,.disabled-color-bg{background-color:var(--disabled-color)}.disabled-color-text-color-hover:hover{color:var(--disabled-color)}.disabled-color-dotted-1-border{border:1px dotted var(--disabled-color)}.disabled-color-dotted-1-border-bottom{border-bottom:1px dotted var(--disabled-color)}.disabled-color-dotted-1-border-top{border-top:1px dotted var(--disabled-color)}.disabled-color-dotted-1-border-left{border-left:1px dotted var(--disabled-color)}.disabled-color-dotted-1-border-right{border-right:1px dotted var(--disabled-color)}.disabled-color-solid-1-border{border:1px solid var(--disabled-color)}.disabled-color-solid-1-border-bottom{border-bottom:1px solid var(--disabled-color)}.disabled-color-solid-1-border-top{border-top:1px solid var(--disabled-color)}.disabled-color-solid-1-border-left{border-left:1px solid var(--disabled-color)}.disabled-color-solid-1-border-right{border-right:1px solid var(--disabled-color)}.disabled-color-dashed-1-border{border:1px dashed var(--disabled-color)}.disabled-color-dashed-1-border-bottom{border-bottom:1px dashed var(--disabled-color)}.disabled-color-dashed-1-border-top{border-top:1px dashed var(--disabled-color)}.disabled-color-dashed-1-border-left{border-left:1px dashed var(--disabled-color)}.disabled-color-dashed-1-border-right{border-right:1px dashed var(--disabled-color)}.light-gray-svg-icon-filled path{fill:var(--light-gray);stroke:none}.light-gray-svg-icon-outline path{fill:none;stroke:var(--light-gray)}.light-gray-svg-icon-background rect{fill:var(--light-gray);stroke:none}.light-gray-text-color{color:var(--light-gray)}.light-gray-border{border:1px solid var(--light-gray)}.light-gray-background,.light-gray-background-hover:hover,.light-gray-bg{background-color:var(--light-gray)}.light-gray-text-color-hover:hover{color:var(--light-gray)}.light-gray-dotted-1-border{border:1px dotted var(--light-gray)}.light-gray-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray)}.light-gray-dotted-1-border-top{border-top:1px dotted var(--light-gray)}.light-gray-dotted-1-border-left{border-left:1px dotted var(--light-gray)}.light-gray-dotted-1-border-right{border-right:1px dotted var(--light-gray)}.light-gray-solid-1-border{border:1px solid var(--light-gray)}.light-gray-solid-1-border-bottom{border-bottom:1px solid var(--light-gray)}.light-gray-solid-1-border-top{border-top:1px solid var(--light-gray)}.light-gray-solid-1-border-left{border-left:1px solid var(--light-gray)}.light-gray-solid-1-border-right{border-right:1px solid var(--light-gray)}.light-gray-dashed-1-border{border:1px dashed var(--light-gray)}.light-gray-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray)}.light-gray-dashed-1-border-top{border-top:1px dashed var(--light-gray)}.light-gray-dashed-1-border-left{border-left:1px dashed var(--light-gray)}.light-gray-dashed-1-border-right{border-right:1px dashed var(--light-gray)}.dark-gray-svg-icon-filled path{fill:var(--dark-gray);stroke:none}.dark-gray-svg-icon-outline path{fill:none;stroke:var(--dark-gray)}.dark-gray-svg-icon-background rect{fill:var(--dark-gray);stroke:none}.dark-gray-text-color{color:var(--dark-gray)}.dark-gray-border{border:1px solid var(--dark-gray)}.dark-gray-background,.dark-gray-background-hover:hover,.dark-gray-bg{background-color:var(--dark-gray)}.dark-gray-text-color-hover:hover{color:var(--dark-gray)}.dark-gray-dotted-1-border{border:1px dotted var(--dark-gray)}.dark-gray-dotted-1-border-bottom{border-bottom:1px dotted var(--dark-gray)}.dark-gray-dotted-1-border-top{border-top:1px dotted var(--dark-gray)}.dark-gray-dotted-1-border-left{border-left:1px dotted var(--dark-gray)}.dark-gray-dotted-1-border-right{border-right:1px dotted var(--dark-gray)}.dark-gray-solid-1-border{border:1px solid var(--dark-gray)}.dark-gray-solid-1-border-bottom{border-bottom:1px solid var(--dark-gray)}.dark-gray-solid-1-border-top{border-top:1px solid var(--dark-gray)}.dark-gray-solid-1-border-left{border-left:1px solid var(--dark-gray)}.dark-gray-solid-1-border-right{border-right:1px solid var(--dark-gray)}.dark-gray-dashed-1-border{border:1px dashed var(--dark-gray)}.dark-gray-dashed-1-border-bottom{border-bottom:1px dashed var(--dark-gray)}.dark-gray-dashed-1-border-top{border-top:1px dashed var(--dark-gray)}.dark-gray-dashed-1-border-left{border-left:1px dashed var(--dark-gray)}.dark-gray-dashed-1-border-right{border-right:1px dashed var(--dark-gray)}.dark-gray-1-svg-icon-filled path{fill:var(--dark-gray-1);stroke:none}.dark-gray-1-svg-icon-outline path{fill:none;stroke:var(--dark-gray-1)}.dark-gray-1-svg-icon-background rect{fill:var(--dark-gray-1);stroke:none}.dark-gray-1-text-color{color:var(--dark-gray-1)}.dark-gray-1-border{border:1px solid var(--dark-gray-1)}.dark-gray-1-background,.dark-gray-1-background-hover:hover,.dark-gray-1-bg{background-color:var(--dark-gray-1)}.dark-gray-1-text-color-hover:hover{color:var(--dark-gray-1)}.dark-gray-1-dotted-1-border{border:1px dotted var(--dark-gray-1)}.dark-gray-1-dotted-1-border-bottom{border-bottom:1px dotted var(--dark-gray-1)}.dark-gray-1-dotted-1-border-top{border-top:1px dotted var(--dark-gray-1)}.dark-gray-1-dotted-1-border-left{border-left:1px dotted var(--dark-gray-1)}.dark-gray-1-dotted-1-border-right{border-right:1px dotted var(--dark-gray-1)}.dark-gray-1-solid-1-border{border:1px solid var(--dark-gray-1)}.dark-gray-1-solid-1-border-bottom{border-bottom:1px solid var(--dark-gray-1)}.dark-gray-1-solid-1-border-top{border-top:1px solid var(--dark-gray-1)}.dark-gray-1-solid-1-border-left{border-left:1px solid var(--dark-gray-1)}.dark-gray-1-solid-1-border-right{border-right:1px solid var(--dark-gray-1)}.dark-gray-1-dashed-1-border{border:1px dashed var(--dark-gray-1)}.dark-gray-1-dashed-1-border-bottom{border-bottom:1px dashed var(--dark-gray-1)}.dark-gray-1-dashed-1-border-top{border-top:1px dashed var(--dark-gray-1)}.dark-gray-1-dashed-1-border-left{border-left:1px dashed var(--dark-gray-1)}.dark-gray-1-dashed-1-border-right{border-right:1px dashed var(--dark-gray-1)}.dark-gray-2-svg-icon-filled path{fill:var(--dark-gray-2);stroke:none}.dark-gray-2-svg-icon-outline path{fill:none;stroke:var(--dark-gray-2)}.dark-gray-2-svg-icon-background rect{fill:var(--dark-gray-2);stroke:none}.dark-gray-2-text-color{color:var(--dark-gray-2)}.dark-gray-2-border{border:1px solid var(--dark-gray-2)}.dark-gray-2-background,.dark-gray-2-background-hover:hover,.dark-gray-2-bg{background-color:var(--dark-gray-2)}.dark-gray-2-text-color-hover:hover{color:var(--dark-gray-2)}.dark-gray-2-dotted-1-border{border:1px dotted var(--dark-gray-2)}.dark-gray-2-dotted-1-border-bottom{border-bottom:1px dotted var(--dark-gray-2)}.dark-gray-2-dotted-1-border-top{border-top:1px dotted var(--dark-gray-2)}.dark-gray-2-dotted-1-border-left{border-left:1px dotted var(--dark-gray-2)}.dark-gray-2-dotted-1-border-right{border-right:1px dotted var(--dark-gray-2)}.dark-gray-2-solid-1-border{border:1px solid var(--dark-gray-2)}.dark-gray-2-solid-1-border-bottom{border-bottom:1px solid var(--dark-gray-2)}.dark-gray-2-solid-1-border-top{border-top:1px solid var(--dark-gray-2)}.dark-gray-2-solid-1-border-left{border-left:1px solid var(--dark-gray-2)}.dark-gray-2-solid-1-border-right{border-right:1px solid var(--dark-gray-2)}.dark-gray-2-dashed-1-border{border:1px dashed var(--dark-gray-2)}.dark-gray-2-dashed-1-border-bottom{border-bottom:1px dashed var(--dark-gray-2)}.dark-gray-2-dashed-1-border-top{border-top:1px dashed var(--dark-gray-2)}.dark-gray-2-dashed-1-border-left{border-left:1px dashed var(--dark-gray-2)}.dark-gray-2-dashed-1-border-right{border-right:1px dashed var(--dark-gray-2)}.dark-gray-3-svg-icon-filled path{fill:var(--dark-gray-3);stroke:none}.dark-gray-3-svg-icon-outline path{fill:none;stroke:var(--dark-gray-3)}.dark-gray-3-svg-icon-background rect{fill:var(--dark-gray-3);stroke:none}.dark-gray-3-text-color{color:var(--dark-gray-3)}.dark-gray-3-border{border:1px solid var(--dark-gray-3)}.dark-gray-3-background,.dark-gray-3-background-hover:hover,.dark-gray-3-bg{background-color:var(--dark-gray-3)}.dark-gray-3-text-color-hover:hover{color:var(--dark-gray-3)}.dark-gray-3-dotted-1-border{border:1px dotted var(--dark-gray-3)}.dark-gray-3-dotted-1-border-bottom{border-bottom:1px dotted var(--dark-gray-3)}.dark-gray-3-dotted-1-border-top{border-top:1px dotted var(--dark-gray-3)}.dark-gray-3-dotted-1-border-left{border-left:1px dotted var(--dark-gray-3)}.dark-gray-3-dotted-1-border-right{border-right:1px dotted var(--dark-gray-3)}.dark-gray-3-solid-1-border{border:1px solid var(--dark-gray-3)}.dark-gray-3-solid-1-border-bottom{border-bottom:1px solid var(--dark-gray-3)}.dark-gray-3-solid-1-border-top{border-top:1px solid var(--dark-gray-3)}.dark-gray-3-solid-1-border-left{border-left:1px solid var(--dark-gray-3)}.dark-gray-3-solid-1-border-right{border-right:1px solid var(--dark-gray-3)}.dark-gray-3-dashed-1-border{border:1px dashed var(--dark-gray-3)}.dark-gray-3-dashed-1-border-bottom{border-bottom:1px dashed var(--dark-gray-3)}.dark-gray-3-dashed-1-border-top{border-top:1px dashed var(--dark-gray-3)}.dark-gray-3-dashed-1-border-left{border-left:1px dashed var(--dark-gray-3)}.dark-gray-3-dashed-1-border-right{border-right:1px dashed var(--dark-gray-3)}.light-gray-1-svg-icon-filled path{fill:var(--light-gray-1);stroke:none}.light-gray-1-svg-icon-outline path{fill:none;stroke:var(--light-gray-1)}.light-gray-1-svg-icon-background rect{fill:var(--light-gray-1);stroke:none}.light-gray-1-text-color{color:var(--light-gray-1)}.light-gray-1-border{border:1px solid var(--light-gray-1)}.light-gray-1-background,.light-gray-1-background-hover:hover,.light-gray-1-bg{background-color:var(--light-gray-1)}.light-gray-1-text-color-hover:hover{color:var(--light-gray-1)}.light-gray-1-dotted-1-border{border:1px dotted var(--light-gray-1)}.light-gray-1-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray-1)}.light-gray-1-dotted-1-border-top{border-top:1px dotted var(--light-gray-1)}.light-gray-1-dotted-1-border-left{border-left:1px dotted var(--light-gray-1)}.light-gray-1-dotted-1-border-right{border-right:1px dotted var(--light-gray-1)}.light-gray-1-solid-1-border{border:1px solid var(--light-gray-1)}.light-gray-1-solid-1-border-bottom{border-bottom:1px solid var(--light-gray-1)}.light-gray-1-solid-1-border-top{border-top:1px solid var(--light-gray-1)}.light-gray-1-solid-1-border-left{border-left:1px solid var(--light-gray-1)}.light-gray-1-solid-1-border-right{border-right:1px solid var(--light-gray-1)}.light-gray-1-dashed-1-border{border:1px dashed var(--light-gray-1)}.light-gray-1-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray-1)}.light-gray-1-dashed-1-border-top{border-top:1px dashed var(--light-gray-1)}.light-gray-1-dashed-1-border-left{border-left:1px dashed var(--light-gray-1)}.light-gray-1-dashed-1-border-right{border-right:1px dashed var(--light-gray-1)}.light-gray-2-svg-icon-filled path{fill:var(--light-gray-2);stroke:none}.light-gray-2-svg-icon-outline path{fill:none;stroke:var(--light-gray-2)}.light-gray-2-svg-icon-background rect{fill:var(--light-gray-2);stroke:none}.light-gray-2-text-color{color:var(--light-gray-2)}.light-gray-2-border{border:1px solid var(--light-gray-2)}.light-gray-2-background,.light-gray-2-background-hover:hover,.light-gray-2-bg{background-color:var(--light-gray-2)}.light-gray-2-text-color-hover:hover{color:var(--light-gray-2)}.light-gray-2-dotted-1-border{border:1px dotted var(--light-gray-2)}.light-gray-2-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray-2)}.light-gray-2-dotted-1-border-top{border-top:1px dotted var(--light-gray-2)}.light-gray-2-dotted-1-border-left{border-left:1px dotted var(--light-gray-2)}.light-gray-2-dotted-1-border-right{border-right:1px dotted var(--light-gray-2)}.light-gray-2-solid-1-border{border:1px solid var(--light-gray-2)}.light-gray-2-solid-1-border-bottom{border-bottom:1px solid var(--light-gray-2)}.light-gray-2-solid-1-border-top{border-top:1px solid var(--light-gray-2)}.light-gray-2-solid-1-border-left{border-left:1px solid var(--light-gray-2)}.light-gray-2-solid-1-border-right{border-right:1px solid var(--light-gray-2)}.light-gray-2-dashed-1-border{border:1px dashed var(--light-gray-2)}.light-gray-2-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray-2)}.light-gray-2-dashed-1-border-top{border-top:1px dashed var(--light-gray-2)}.light-gray-2-dashed-1-border-left{border-left:1px dashed var(--light-gray-2)}.light-gray-2-dashed-1-border-right{border-right:1px dashed var(--light-gray-2)}.light-gray-3-svg-icon-filled path{fill:var(--light-gray-3);stroke:none}.light-gray-3-svg-icon-outline path{fill:none;stroke:var(--light-gray-3)}.light-gray-3-svg-icon-background rect{fill:var(--light-gray-3);stroke:none}.light-gray-3-text-color{color:var(--light-gray-3)}.light-gray-3-border{border:1px solid var(--light-gray-3)}.light-gray-3-background,.light-gray-3-background-hover:hover,.light-gray-3-bg{background-color:var(--light-gray-3)}.light-gray-3-text-color-hover:hover{color:var(--light-gray-3)}.light-gray-3-dotted-1-border{border:1px dotted var(--light-gray-3)}.light-gray-3-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray-3)}.light-gray-3-dotted-1-border-top{border-top:1px dotted var(--light-gray-3)}.light-gray-3-dotted-1-border-left{border-left:1px dotted var(--light-gray-3)}.light-gray-3-dotted-1-border-right{border-right:1px dotted var(--light-gray-3)}.light-gray-3-solid-1-border{border:1px solid var(--light-gray-3)}.light-gray-3-solid-1-border-bottom{border-bottom:1px solid var(--light-gray-3)}.light-gray-3-solid-1-border-top{border-top:1px solid var(--light-gray-3)}.light-gray-3-solid-1-border-left{border-left:1px solid var(--light-gray-3)}.light-gray-3-solid-1-border-right{border-right:1px solid var(--light-gray-3)}.light-gray-3-dashed-1-border{border:1px dashed var(--light-gray-3)}.light-gray-3-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray-3)}.light-gray-3-dashed-1-border-top{border-top:1px dashed var(--light-gray-3)}.light-gray-3-dashed-1-border-left{border-left:1px dashed var(--light-gray-3)}.light-gray-3-dashed-1-border-right{border-right:1px dashed var(--light-gray-3)}.light-gray-4-svg-icon-filled path{fill:var(--light-gray-4);stroke:none}.light-gray-4-svg-icon-outline path{fill:none;stroke:var(--light-gray-4)}.light-gray-4-svg-icon-background rect{fill:var(--light-gray-4);stroke:none}.light-gray-4-text-color{color:var(--light-gray-4)}.light-gray-4-border{border:1px solid var(--light-gray-4)}.light-gray-4-background,.light-gray-4-background-hover:hover,.light-gray-4-bg{background-color:var(--light-gray-4)}.light-gray-4-text-color-hover:hover{color:var(--light-gray-4)}.light-gray-4-dotted-1-border{border:1px dotted var(--light-gray-4)}.light-gray-4-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray-4)}.light-gray-4-dotted-1-border-top{border-top:1px dotted var(--light-gray-4)}.light-gray-4-dotted-1-border-left{border-left:1px dotted var(--light-gray-4)}.light-gray-4-dotted-1-border-right{border-right:1px dotted var(--light-gray-4)}.light-gray-4-solid-1-border{border:1px solid var(--light-gray-4)}.light-gray-4-solid-1-border-bottom{border-bottom:1px solid var(--light-gray-4)}.light-gray-4-solid-1-border-top{border-top:1px solid var(--light-gray-4)}.light-gray-4-solid-1-border-left{border-left:1px solid var(--light-gray-4)}.light-gray-4-solid-1-border-right{border-right:1px solid var(--light-gray-4)}.light-gray-4-dashed-1-border{border:1px dashed var(--light-gray-4)}.light-gray-4-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray-4)}.light-gray-4-dashed-1-border-top{border-top:1px dashed var(--light-gray-4)}.light-gray-4-dashed-1-border-left{border-left:1px dashed var(--light-gray-4)}.light-gray-4-dashed-1-border-right{border-right:1px dashed var(--light-gray-4)}.light-gray-5-svg-icon-filled path{fill:var(--light-gray-5);stroke:none}.light-gray-5-svg-icon-outline path{fill:none;stroke:var(--light-gray-5)}.light-gray-5-svg-icon-background rect{fill:var(--light-gray-5);stroke:none}.light-gray-5-text-color{color:var(--light-gray-5)}.light-gray-5-border{border:1px solid var(--light-gray-5)}.light-gray-5-background,.light-gray-5-background-hover:hover,.light-gray-5-bg{background-color:var(--light-gray-5)}.light-gray-5-text-color-hover:hover{color:var(--light-gray-5)}.light-gray-5-dotted-1-border{border:1px dotted var(--light-gray-5)}.light-gray-5-dotted-1-border-bottom{border-bottom:1px dotted var(--light-gray-5)}.light-gray-5-dotted-1-border-top{border-top:1px dotted var(--light-gray-5)}.light-gray-5-dotted-1-border-left{border-left:1px dotted var(--light-gray-5)}.light-gray-5-dotted-1-border-right{border-right:1px dotted var(--light-gray-5)}.light-gray-5-solid-1-border{border:1px solid var(--light-gray-5)}.light-gray-5-solid-1-border-bottom{border-bottom:1px solid var(--light-gray-5)}.light-gray-5-solid-1-border-top{border-top:1px solid var(--light-gray-5)}.light-gray-5-solid-1-border-left{border-left:1px solid var(--light-gray-5)}.light-gray-5-solid-1-border-right{border-right:1px solid var(--light-gray-5)}.light-gray-5-dashed-1-border{border:1px dashed var(--light-gray-5)}.light-gray-5-dashed-1-border-bottom{border-bottom:1px dashed var(--light-gray-5)}.light-gray-5-dashed-1-border-top{border-top:1px dashed var(--light-gray-5)}.light-gray-5-dashed-1-border-left{border-left:1px dashed var(--light-gray-5)}.light-gray-5-dashed-1-border-right{border-right:1px dashed var(--light-gray-5)}.theme-yellow-svg-icon-filled path{fill:var(--theme-yellow);stroke:none}.theme-yellow-svg-icon-outline path{fill:none;stroke:var(--theme-yellow)}.theme-yellow-svg-icon-background rect{fill:var(--theme-yellow);stroke:none}.theme-yellow-text-color{color:var(--theme-yellow)}.theme-yellow-border{border:1px solid var(--theme-yellow)}.theme-yellow-background,.theme-yellow-background-hover:hover,.theme-yellow-bg{background-color:var(--theme-yellow)}.theme-yellow-text-color-hover:hover{color:var(--theme-yellow)}.theme-yellow-dotted-1-border{border:1px dotted var(--theme-yellow)}.theme-yellow-dotted-1-border-bottom{border-bottom:1px dotted var(--theme-yellow)}.theme-yellow-dotted-1-border-top{border-top:1px dotted var(--theme-yellow)}.theme-yellow-dotted-1-border-left{border-left:1px dotted var(--theme-yellow)}.theme-yellow-dotted-1-border-right{border-right:1px dotted var(--theme-yellow)}.theme-yellow-solid-1-border{border:1px solid var(--theme-yellow)}.theme-yellow-solid-1-border-bottom{border-bottom:1px solid var(--theme-yellow)}.theme-yellow-solid-1-border-top{border-top:1px solid var(--theme-yellow)}.theme-yellow-solid-1-border-left{border-left:1px solid var(--theme-yellow)}.theme-yellow-solid-1-border-right{border-right:1px solid var(--theme-yellow)}.theme-yellow-dashed-1-border{border:1px dashed var(--theme-yellow)}.theme-yellow-dashed-1-border-bottom{border-bottom:1px dashed var(--theme-yellow)}.theme-yellow-dashed-1-border-top{border-top:1px dashed var(--theme-yellow)}.theme-yellow-dashed-1-border-left{border-left:1px dashed var(--theme-yellow)}.theme-yellow-dashed-1-border-right{border-right:1px dashed var(--theme-yellow)}.black-svg-icon-filled path{fill:var(--black);stroke:none}.black-svg-icon-outline path{fill:none;stroke:var(--black)}.black-svg-icon-background rect{fill:var(--black);stroke:none}.black-text-color{color:var(--black)}.black-border{border:1px solid var(--black)}.black-background,.black-background-hover:hover,.black-bg{background-color:var(--black)}.black-text-color-hover:hover{color:var(--black)}.black-dotted-1-border{border:1px dotted var(--black)}.black-dotted-1-border-bottom{border-bottom:1px dotted var(--black)}.black-dotted-1-border-top{border-top:1px dotted var(--black)}.black-dotted-1-border-left{border-left:1px dotted var(--black)}.black-dotted-1-border-right{border-right:1px dotted var(--black)}.black-solid-1-border{border:1px solid var(--black)}.black-solid-1-border-bottom{border-bottom:1px solid var(--black)}.black-solid-1-border-top{border-top:1px solid var(--black)}.black-solid-1-border-left{border-left:1px solid var(--black)}.black-solid-1-border-right{border-right:1px solid var(--black)}.black-dashed-1-border{border:1px dashed var(--black)}.black-dashed-1-border-bottom{border-bottom:1px dashed var(--black)}.black-dashed-1-border-top{border-top:1px dashed var(--black)}.black-dashed-1-border-left{border-left:1px dashed var(--black)}.black-dashed-1-border-right{border-right:1px dashed var(--black)}.light-pink-2-svg-icon-filled path{fill:VAR(--light-pink-2);stroke:none}.light-pink-2-svg-icon-outline path{fill:none;stroke:VAR(--light-pink-2)}.light-pink-2-svg-icon-background rect{fill:VAR(--light-pink-2);stroke:none}.light-pink-2-text-color{color:VAR(--light-pink-2)}.light-pink-2-border{border:1px solid VAR(--light-pink-2)}.light-pink-2-background,.light-pink-2-background-hover:hover,.light-pink-2-bg{background-color:VAR(--light-pink-2)}.light-pink-2-text-color-hover:hover{color:VAR(--light-pink-2)}.light-pink-2-dotted-1-border{border:1px dotted VAR(--light-pink-2)}.light-pink-2-dotted-1-border-bottom{border-bottom:1px dotted VAR(--light-pink-2)}.light-pink-2-dotted-1-border-top{border-top:1px dotted VAR(--light-pink-2)}.light-pink-2-dotted-1-border-left{border-left:1px dotted VAR(--light-pink-2)}.light-pink-2-dotted-1-border-right{border-right:1px dotted VAR(--light-pink-2)}.light-pink-2-solid-1-border{border:1px solid VAR(--light-pink-2)}.light-pink-2-solid-1-border-bottom{border-bottom:1px solid VAR(--light-pink-2)}.light-pink-2-solid-1-border-top{border-top:1px solid VAR(--light-pink-2)}.light-pink-2-solid-1-border-left{border-left:1px solid VAR(--light-pink-2)}.light-pink-2-solid-1-border-right{border-right:1px solid VAR(--light-pink-2)}.light-pink-2-dashed-1-border{border:1px dashed VAR(--light-pink-2)}.light-pink-2-dashed-1-border-bottom{border-bottom:1px dashed VAR(--light-pink-2)}.light-pink-2-dashed-1-border-top{border-top:1px dashed VAR(--light-pink-2)}.light-pink-2-dashed-1-border-left{border-left:1px dashed VAR(--light-pink-2)}.light-pink-2-dashed-1-border-right{border-right:1px dashed VAR(--light-pink-2)}.light-orange-2-svg-icon-filled path{fill:VAR(--light-orange-2);stroke:none}.light-orange-2-svg-icon-outline path{fill:none;stroke:VAR(--light-orange-2)}.light-orange-2-svg-icon-background rect{fill:VAR(--light-orange-2);stroke:none}.light-orange-2-text-color{color:VAR(--light-orange-2)}.light-orange-2-border{border:1px solid VAR(--light-orange-2)}.light-orange-2-background,.light-orange-2-background-hover:hover,.light-orange-2-bg{background-color:VAR(--light-orange-2)}.light-orange-2-text-color-hover:hover{color:VAR(--light-orange-2)}.light-orange-2-dotted-1-border{border:1px dotted VAR(--light-orange-2)}.light-orange-2-dotted-1-border-bottom{border-bottom:1px dotted VAR(--light-orange-2)}.light-orange-2-dotted-1-border-top{border-top:1px dotted VAR(--light-orange-2)}.light-orange-2-dotted-1-border-left{border-left:1px dotted VAR(--light-orange-2)}.light-orange-2-dotted-1-border-right{border-right:1px dotted VAR(--light-orange-2)}.light-orange-2-solid-1-border{border:1px solid VAR(--light-orange-2)}.light-orange-2-solid-1-border-bottom{border-bottom:1px solid VAR(--light-orange-2)}.light-orange-2-solid-1-border-top{border-top:1px solid VAR(--light-orange-2)}.light-orange-2-solid-1-border-left{border-left:1px solid VAR(--light-orange-2)}.light-orange-2-solid-1-border-right{border-right:1px solid VAR(--light-orange-2)}.light-orange-2-dashed-1-border{border:1px dashed VAR(--light-orange-2)}.light-orange-2-dashed-1-border-bottom{border-bottom:1px dashed VAR(--light-orange-2)}.light-orange-2-dashed-1-border-top{border-top:1px dashed VAR(--light-orange-2)}.light-orange-2-dashed-1-border-left{border-left:1px dashed VAR(--light-orange-2)}.light-orange-2-dashed-1-border-right{border-right:1px dashed VAR(--light-orange-2)}.light-blue-2-svg-icon-filled path{fill:VAR(--light-blue-2);stroke:none}.light-blue-2-svg-icon-outline path{fill:none;stroke:VAR(--light-blue-2)}.light-blue-2-svg-icon-background rect{fill:VAR(--light-blue-2);stroke:none}.light-blue-2-text-color{color:VAR(--light-blue-2)}.light-blue-2-border{border:1px solid VAR(--light-blue-2)}.light-blue-2-background,.light-blue-2-background-hover:hover,.light-blue-2-bg{background-color:VAR(--light-blue-2)}.light-blue-2-text-color-hover:hover{color:VAR(--light-blue-2)}.light-blue-2-dotted-1-border{border:1px dotted VAR(--light-blue-2)}.light-blue-2-dotted-1-border-bottom{border-bottom:1px dotted VAR(--light-blue-2)}.light-blue-2-dotted-1-border-top{border-top:1px dotted VAR(--light-blue-2)}.light-blue-2-dotted-1-border-left{border-left:1px dotted VAR(--light-blue-2)}.light-blue-2-dotted-1-border-right{border-right:1px dotted VAR(--light-blue-2)}.light-blue-2-solid-1-border{border:1px solid VAR(--light-blue-2)}.light-blue-2-solid-1-border-bottom{border-bottom:1px solid VAR(--light-blue-2)}.light-blue-2-solid-1-border-top{border-top:1px solid VAR(--light-blue-2)}.light-blue-2-solid-1-border-left{border-left:1px solid VAR(--light-blue-2)}.light-blue-2-solid-1-border-right{border-right:1px solid VAR(--light-blue-2)}.light-blue-2-dashed-1-border{border:1px dashed VAR(--light-blue-2)}.light-blue-2-dashed-1-border-bottom{border-bottom:1px dashed VAR(--light-blue-2)}.light-blue-2-dashed-1-border-top{border-top:1px dashed VAR(--light-blue-2)}.light-blue-2-dashed-1-border-left{border-left:1px dashed VAR(--light-blue-2)}.light-blue-2-dashed-1-border-right{border-right:1px dashed VAR(--light-blue-2)}.white-svg-icon-filled path{fill:VAR(--white);stroke:none}.white-svg-icon-outline path{fill:none;stroke:VAR(--white)}.white-svg-icon-background rect{fill:VAR(--white);stroke:none}.white-text-color{color:VAR(--white)}.white-border{border:1px solid VAR(--white)}.white-background,.white-background-hover:hover,.white-bg{background-color:VAR(--white)}.white-text-color-hover:hover{color:VAR(--white)}.white-dotted-1-border{border:1px dotted VAR(--white)}.white-dotted-1-border-bottom{border-bottom:1px dotted VAR(--white)}.white-dotted-1-border-top{border-top:1px dotted VAR(--white)}.white-dotted-1-border-left{border-left:1px dotted VAR(--white)}.white-dotted-1-border-right{border-right:1px dotted VAR(--white)}.white-solid-1-border{border:1px solid VAR(--white)}.white-solid-1-border-bottom{border-bottom:1px solid VAR(--white)}.white-solid-1-border-top{border-top:1px solid VAR(--white)}.white-solid-1-border-left{border-left:1px solid VAR(--white)}.white-solid-1-border-right{border-right:1px solid VAR(--white)}.white-dashed-1-border{border:1px dashed VAR(--white)}.white-dashed-1-border-bottom{border-bottom:1px dashed VAR(--white)}.white-dashed-1-border-top{border-top:1px dashed VAR(--white)}.white-dashed-1-border-left{border-left:1px dashed VAR(--white)}.white-dashed-1-border-right{border-right:1px dashed VAR(--white)}.border-color-svg-icon-filled path{fill:VAR(--border-color);stroke:none}.border-color-svg-icon-outline path{fill:none;stroke:VAR(--border-color)}.border-color-svg-icon-background rect{fill:VAR(--border-color);stroke:none}.border-color-text-color{color:VAR(--border-color)}.border-color-border{border:1px solid VAR(--border-color)}.border-color-background,.border-color-background-hover:hover,.border-color-bg{background-color:VAR(--border-color)}.border-color-text-color-hover:hover{color:VAR(--border-color)}.border-color-dotted-1-border{border:1px dotted VAR(--border-color)}.border-color-dotted-1-border-bottom{border-bottom:1px dotted VAR(--border-color)}.border-color-dotted-1-border-top{border-top:1px dotted VAR(--border-color)}.border-color-dotted-1-border-left{border-left:1px dotted VAR(--border-color)}.border-color-dotted-1-border-right{border-right:1px dotted VAR(--border-color)}.border-color-solid-1-border{border:1px solid VAR(--border-color)}.border-color-solid-1-border-bottom{border-bottom:1px solid VAR(--border-color)}.border-color-solid-1-border-top{border-top:1px solid VAR(--border-color)}.border-color-solid-1-border-left{border-left:1px solid VAR(--border-color)}.border-color-solid-1-border-right{border-right:1px solid VAR(--border-color)}.border-color-dashed-1-border{border:1px dashed VAR(--border-color)}.border-color-dashed-1-border-bottom{border-bottom:1px dashed VAR(--border-color)}.border-color-dashed-1-border-top{border-top:1px dashed VAR(--border-color)}.border-color-dashed-1-border-left{border-left:1px dashed VAR(--border-color)}.border-color-dashed-1-border-right{border-right:1px dashed VAR(--border-color)}.success-bg-svg-icon-filled path{fill:var(--success-bg);stroke:none}.success-bg-svg-icon-outline path{fill:none;stroke:var(--success-bg)}.success-bg-svg-icon-background rect{fill:var(--success-bg);stroke:none}.success-bg-text-color{color:var(--success-bg)}.success-bg-border{border:1px solid var(--success-bg)}.success-bg-background,.success-bg-background-hover:hover,.success-bg-bg{background-color:var(--success-bg)}.success-bg-text-color-hover:hover{color:var(--success-bg)}.success-bg-dotted-1-border{border:1px dotted var(--success-bg)}.success-bg-dotted-1-border-bottom{border-bottom:1px dotted var(--success-bg)}.success-bg-dotted-1-border-top{border-top:1px dotted var(--success-bg)}.success-bg-dotted-1-border-left{border-left:1px dotted var(--success-bg)}.success-bg-dotted-1-border-right{border-right:1px dotted var(--success-bg)}.success-bg-solid-1-border{border:1px solid var(--success-bg)}.success-bg-solid-1-border-bottom{border-bottom:1px solid var(--success-bg)}.success-bg-solid-1-border-top{border-top:1px solid var(--success-bg)}.success-bg-solid-1-border-left{border-left:1px solid var(--success-bg)}.success-bg-solid-1-border-right{border-right:1px solid var(--success-bg)}.success-bg-dashed-1-border{border:1px dashed var(--success-bg)}.success-bg-dashed-1-border-bottom{border-bottom:1px dashed var(--success-bg)}.success-bg-dashed-1-border-top{border-top:1px dashed var(--success-bg)}.success-bg-dashed-1-border-left{border-left:1px dashed var(--success-bg)}.success-bg-dashed-1-border-right{border-right:1px dashed var(--success-bg)}.success-clr-svg-icon-filled path{fill:var(--success-clr);stroke:none}.success-clr-svg-icon-outline path{fill:none;stroke:var(--success-clr)}.success-clr-svg-icon-background rect{fill:var(--success-clr);stroke:none}.success-clr-text-color{color:var(--success-clr)}.success-clr-border{border:1px solid var(--success-clr)}.success-clr-background,.success-clr-background-hover:hover,.success-clr-bg{background-color:var(--success-clr)}.success-clr-text-color-hover:hover{color:var(--success-clr)}.success-clr-dotted-1-border{border:1px dotted var(--success-clr)}.success-clr-dotted-1-border-bottom{border-bottom:1px dotted var(--success-clr)}.success-clr-dotted-1-border-top{border-top:1px dotted var(--success-clr)}.success-clr-dotted-1-border-left{border-left:1px dotted var(--success-clr)}.success-clr-dotted-1-border-right{border-right:1px dotted var(--success-clr)}.success-clr-solid-1-border{border:1px solid var(--success-clr)}.success-clr-solid-1-border-bottom{border-bottom:1px solid var(--success-clr)}.success-clr-solid-1-border-top{border-top:1px solid var(--success-clr)}.success-clr-solid-1-border-left{border-left:1px solid var(--success-clr)}.success-clr-solid-1-border-right{border-right:1px solid var(--success-clr)}.success-clr-dashed-1-border{border:1px dashed var(--success-clr)}.success-clr-dashed-1-border-bottom{border-bottom:1px dashed var(--success-clr)}.success-clr-dashed-1-border-top{border-top:1px dashed var(--success-clr)}.success-clr-dashed-1-border-left{border-left:1px dashed var(--success-clr)}.success-clr-dashed-1-border-right{border-right:1px dashed var(--success-clr)}.pending-bg-svg-icon-filled path{fill:var(--pending-bg);stroke:none}.pending-bg-svg-icon-outline path{fill:none;stroke:var(--pending-bg)}.pending-bg-svg-icon-background rect{fill:var(--pending-bg);stroke:none}.pending-bg-text-color{color:var(--pending-bg)}.pending-bg-border{border:1px solid var(--pending-bg)}.pending-bg-background,.pending-bg-background-hover:hover,.pending-bg-bg{background-color:var(--pending-bg)}.pending-bg-text-color-hover:hover{color:var(--pending-bg)}.pending-bg-dotted-1-border{border:1px dotted var(--pending-bg)}.pending-bg-dotted-1-border-bottom{border-bottom:1px dotted var(--pending-bg)}.pending-bg-dotted-1-border-top{border-top:1px dotted var(--pending-bg)}.pending-bg-dotted-1-border-left{border-left:1px dotted var(--pending-bg)}.pending-bg-dotted-1-border-right{border-right:1px dotted var(--pending-bg)}.pending-bg-solid-1-border{border:1px solid var(--pending-bg)}.pending-bg-solid-1-border-bottom{border-bottom:1px solid var(--pending-bg)}.pending-bg-solid-1-border-top{border-top:1px solid var(--pending-bg)}.pending-bg-solid-1-border-left{border-left:1px solid var(--pending-bg)}.pending-bg-solid-1-border-right{border-right:1px solid var(--pending-bg)}.pending-bg-dashed-1-border{border:1px dashed var(--pending-bg)}.pending-bg-dashed-1-border-bottom{border-bottom:1px dashed var(--pending-bg)}.pending-bg-dashed-1-border-top{border-top:1px dashed var(--pending-bg)}.pending-bg-dashed-1-border-left{border-left:1px dashed var(--pending-bg)}.pending-bg-dashed-1-border-right{border-right:1px dashed var(--pending-bg)}.pending-clr-svg-icon-filled path{fill:var(--pending-clr);stroke:none}.pending-clr-svg-icon-outline path{fill:none;stroke:var(--pending-clr)}.pending-clr-svg-icon-background rect{fill:var(--pending-clr);stroke:none}.pending-clr-text-color{color:var(--pending-clr)}.pending-clr-border{border:1px solid var(--pending-clr)}.pending-clr-background,.pending-clr-background-hover:hover,.pending-clr-bg{background-color:var(--pending-clr)}.pending-clr-text-color-hover:hover{color:var(--pending-clr)}.pending-clr-dotted-1-border{border:1px dotted var(--pending-clr)}.pending-clr-dotted-1-border-bottom{border-bottom:1px dotted var(--pending-clr)}.pending-clr-dotted-1-border-top{border-top:1px dotted var(--pending-clr)}.pending-clr-dotted-1-border-left{border-left:1px dotted var(--pending-clr)}.pending-clr-dotted-1-border-right{border-right:1px dotted var(--pending-clr)}.pending-clr-solid-1-border{border:1px solid var(--pending-clr)}.pending-clr-solid-1-border-bottom{border-bottom:1px solid var(--pending-clr)}.pending-clr-solid-1-border-top{border-top:1px solid var(--pending-clr)}.pending-clr-solid-1-border-left{border-left:1px solid var(--pending-clr)}.pending-clr-solid-1-border-right{border-right:1px solid var(--pending-clr)}.pending-clr-dashed-1-border{border:1px dashed var(--pending-clr)}.pending-clr-dashed-1-border-bottom{border-bottom:1px dashed var(--pending-clr)}.pending-clr-dashed-1-border-top{border-top:1px dashed var(--pending-clr)}.pending-clr-dashed-1-border-left{border-left:1px dashed var(--pending-clr)}.pending-clr-dashed-1-border-right{border-right:1px dashed var(--pending-clr)}.failed-bg-svg-icon-filled path{fill:var(--failed-bg);stroke:none}.failed-bg-svg-icon-outline path{fill:none;stroke:var(--failed-bg)}.failed-bg-svg-icon-background rect{fill:var(--failed-bg);stroke:none}.failed-bg-text-color{color:var(--failed-bg)}.failed-bg-border{border:1px solid var(--failed-bg)}.failed-bg-background,.failed-bg-background-hover:hover,.failed-bg-bg{background-color:var(--failed-bg)}.failed-bg-text-color-hover:hover{color:var(--failed-bg)}.failed-bg-dotted-1-border{border:1px dotted var(--failed-bg)}.failed-bg-dotted-1-border-bottom{border-bottom:1px dotted var(--failed-bg)}.failed-bg-dotted-1-border-top{border-top:1px dotted var(--failed-bg)}.failed-bg-dotted-1-border-left{border-left:1px dotted var(--failed-bg)}.failed-bg-dotted-1-border-right{border-right:1px dotted var(--failed-bg)}.failed-bg-solid-1-border{border:1px solid var(--failed-bg)}.failed-bg-solid-1-border-bottom{border-bottom:1px solid var(--failed-bg)}.failed-bg-solid-1-border-top{border-top:1px solid var(--failed-bg)}.failed-bg-solid-1-border-left{border-left:1px solid var(--failed-bg)}.failed-bg-solid-1-border-right{border-right:1px solid var(--failed-bg)}.failed-bg-dashed-1-border{border:1px dashed var(--failed-bg)}.failed-bg-dashed-1-border-bottom{border-bottom:1px dashed var(--failed-bg)}.failed-bg-dashed-1-border-top{border-top:1px dashed var(--failed-bg)}.failed-bg-dashed-1-border-left{border-left:1px dashed var(--failed-bg)}.failed-bg-dashed-1-border-right{border-right:1px dashed var(--failed-bg)}.failed-clr-svg-icon-filled path{fill:var(--failed-clr);stroke:none}.failed-clr-svg-icon-outline path{fill:none;stroke:var(--failed-clr)}.failed-clr-svg-icon-background rect{fill:var(--failed-clr);stroke:none}.failed-clr-text-color{color:var(--failed-clr)}.failed-clr-border{border:1px solid var(--failed-clr)}.failed-clr-background,.failed-clr-background-hover:hover,.failed-clr-bg{background-color:var(--failed-clr)}.failed-clr-text-color-hover:hover{color:var(--failed-clr)}.failed-clr-dotted-1-border{border:1px dotted var(--failed-clr)}.failed-clr-dotted-1-border-bottom{border-bottom:1px dotted var(--failed-clr)}.failed-clr-dotted-1-border-top{border-top:1px dotted var(--failed-clr)}.failed-clr-dotted-1-border-left{border-left:1px dotted var(--failed-clr)}.failed-clr-dotted-1-border-right{border-right:1px dotted var(--failed-clr)}.failed-clr-solid-1-border{border:1px solid var(--failed-clr)}.failed-clr-solid-1-border-bottom{border-bottom:1px solid var(--failed-clr)}.failed-clr-solid-1-border-top{border-top:1px solid var(--failed-clr)}.failed-clr-solid-1-border-left{border-left:1px solid var(--failed-clr)}.failed-clr-solid-1-border-right{border-right:1px solid var(--failed-clr)}.failed-clr-dashed-1-border{border:1px dashed var(--failed-clr)}.failed-clr-dashed-1-border-bottom{border-bottom:1px dashed var(--failed-clr)}.failed-clr-dashed-1-border-top{border-top:1px dashed var(--failed-clr)}.failed-clr-dashed-1-border-left{border-left:1px dashed var(--failed-clr)}.failed-clr-dashed-1-border-right{border-right:1px dashed var(--failed-clr)}.dark-yellow-svg-icon-filled path{fill:var(--dark-yellow);stroke:none}.dark-yellow-svg-icon-outline path{fill:none;stroke:var(--dark-yellow)}.dark-yellow-svg-icon-background rect{fill:var(--dark-yellow);stroke:none}.dark-yellow-text-color{color:var(--dark-yellow)}.dark-yellow-border{border:1px solid var(--dark-yellow)}.dark-yellow-background,.dark-yellow-background-hover:hover,.dark-yellow-bg{background-color:var(--dark-yellow)}.dark-yellow-text-color-hover:hover{color:var(--dark-yellow)}.dark-yellow-dotted-1-border{border:1px dotted var(--dark-yellow)}.dark-yellow-dotted-1-border-bottom{border-bottom:1px dotted var(--dark-yellow)}.dark-yellow-dotted-1-border-top{border-top:1px dotted var(--dark-yellow)}.dark-yellow-dotted-1-border-left{border-left:1px dotted var(--dark-yellow)}.dark-yellow-dotted-1-border-right{border-right:1px dotted var(--dark-yellow)}.dark-yellow-solid-1-border{border:1px solid var(--dark-yellow)}.dark-yellow-solid-1-border-bottom{border-bottom:1px solid var(--dark-yellow)}.dark-yellow-solid-1-border-top{border-top:1px solid var(--dark-yellow)}.dark-yellow-solid-1-border-left{border-left:1px solid var(--dark-yellow)}.dark-yellow-solid-1-border-right{border-right:1px solid var(--dark-yellow)}.dark-yellow-dashed-1-border{border:1px dashed var(--dark-yellow)}.dark-yellow-dashed-1-border-bottom{border-bottom:1px dashed var(--dark-yellow)}.dark-yellow-dashed-1-border-top{border-top:1px dashed var(--dark-yellow)}.dark-yellow-dashed-1-border-left{border-left:1px dashed var(--dark-yellow)}.dark-yellow-dashed-1-border-right{border-right:1px dashed var(--dark-yellow)}.light-yellow-2-svg-icon-filled path{fill:var(--light-yellow-2);stroke:none}.light-yellow-2-svg-icon-outline path{fill:none;stroke:var(--light-yellow-2)}.light-yellow-2-svg-icon-background rect{fill:var(--light-yellow-2);stroke:none}.light-yellow-2-text-color{color:var(--light-yellow-2)}.light-yellow-2-border{border:1px solid var(--light-yellow-2)}.light-yellow-2-background,.light-yellow-2-background-hover:hover,.light-yellow-2-bg{background-color:var(--light-yellow-2)}.light-yellow-2-text-color-hover:hover{color:var(--light-yellow-2)}.light-yellow-2-dotted-1-border{border:1px dotted var(--light-yellow-2)}.light-yellow-2-dotted-1-border-bottom{border-bottom:1px dotted var(--light-yellow-2)}.light-yellow-2-dotted-1-border-top{border-top:1px dotted var(--light-yellow-2)}.light-yellow-2-dotted-1-border-left{border-left:1px dotted var(--light-yellow-2)}.light-yellow-2-dotted-1-border-right{border-right:1px dotted var(--light-yellow-2)}.light-yellow-2-solid-1-border{border:1px solid var(--light-yellow-2)}.light-yellow-2-solid-1-border-bottom{border-bottom:1px solid var(--light-yellow-2)}.light-yellow-2-solid-1-border-top{border-top:1px solid var(--light-yellow-2)}.light-yellow-2-solid-1-border-left{border-left:1px solid var(--light-yellow-2)}.light-yellow-2-solid-1-border-right{border-right:1px solid var(--light-yellow-2)}.light-yellow-2-dashed-1-border{border:1px dashed var(--light-yellow-2)}.light-yellow-2-dashed-1-border-bottom{border-bottom:1px dashed var(--light-yellow-2)}.light-yellow-2-dashed-1-border-top{border-top:1px dashed var(--light-yellow-2)}.light-yellow-2-dashed-1-border-left{border-left:1px dashed var(--light-yellow-2)}.light-yellow-2-dashed-1-border-right{border-right:1px dashed var(--light-yellow-2)}.divider{height:.2px;background-color:var(--light-gray-2)}.image{-o-object-fit:contain;object-fit:contain}.opacity-0{opacity:0}.opacity-30{opacity:30%}.opacity-50{opacity:50%}.opacity-70{opacity:70%}.opacity-100{opacity:100%}.aspect-1-1{aspect-ratio:1/1}.aspect-2-1{aspect-ratio:2/1}.aspect-3-1{aspect-ratio:3/1}.aspect-3-2{aspect-ratio:3/2}.aspect-auto{aspect-ratio:auto}.width-110{width:110%}.width-100{width:100%}.width-75{width:75%}.width-90{width:90%}.width-95{width:95%}.width-66{width:66%}.width-50{width:50%}.width-48{width:48%}.width-40{width:40%}.width-30{width:30%}.width-33{width:33%}.width-34{width:34%}.width-25{width:25%}.width-auto{width:auto}.width-max{width:-moz-max-content;width:max-content}.min-height-0{min-height:0}.height-110{height:110%}.height-100{height:100%}.height-75{height:75%}.height-90{height:90%}.height-95{height:95%}.height-66{height:66%}.height-50{height:50%}.height-48{height:48%}.height-40{height:40%}.height-30{height:30%}.height-33{height:33%}.height-34{height:34%}.height-25{height:25%}.height-auto{height:auto}.height-max{height:-moz-max-content;height:max-content}.dot{width:.6rem;background:var(--light-gray-2);border:2px solid var(--light-gray-2);border-radius:50%;transition:.3s}.dot,.dot-filled{height:.6rem;margin:0 5px;cursor:pointer}.dot-filled{background:var(--theme-2);border:2px solid var(--theme-2);border-radius:50%;width:2.5rem;border-radius:2.5rem}.verify-otp-card-container{height:-moz-fit-content;height:fit-content}.filter-header__tile{border:none!important}.dashed-divider{border-bottom:1px dashed var(--light-gray-2)}.modal,.modal-mask{top:0;left:0;width:100%;height:100%;z-index:100;display:flex;align-items:center;justify-content:center}.modal{position:fixed}.modal-mask{position:absolute;background:rgba(28,28,28,.75)}.modal-rectangle{width:60px;height:6px;border-radius:2px;background-color:var(--border-color);position:absolute;top:-10px;left:0;right:0;margin:auto}.modal-rectangle.ios{top:-10px}.modal-dialog{min-width:500px;overflow-y:auto;position:absolute;margin:auto;z-index:101;padding:10px;transition:all none .25s}.modal-dialog .modal-inner-content{display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.2);border-radius:20px;background:var(--white)}.modal-dialog .modal-inner-content .heading-section p{font-size:1.5rem}.modal-dialog .modal-inner-content .heading-section img{height:auto;width:auto;-o-object-fit:contain;object-fit:contain}.modal-dialog .modal-inner-content .modal-heading{color:var(--dark-bush);font-size:1.125rem;margin-top:23px;margin-bottom:6px}.modal-dialog .modal-inner-content .modal-content{color:var(--dark-bush);font-weight:300;font-size:.875rem;line-height:20px;margin-top:0}.modal-dialog:focus{outline:none}.modal-close{left:0;position:fixed;cursor:pointer;bottom:0;height:44px;width:100%;background:#f1f1f1;color:#000;text-align:center;display:flex;align-items:center;justify-content:space-around}.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)}.close-icon{align-self:flex-end}@keyframes modal-fade-enter{0%{opacity:0}}.modal-fade-enter{animation:modal-fade-enter ease-in both}@keyframes modal-fade-leave{to{opacity:0}}.modal-fade-leave{animation:modal-fade-leave ease-out both}@keyframes modal-zoom-enter{0%{transform:scale3d(.3,.3,.3)}}@keyframes modal-zoom-leave{to{transform:scale3d(.3,.3,.3)}}.modal-zoom-leave{animation:modal-zoom-leave both}@keyframes modal-slideDown-enter{0%{transform:translate3d(0,-100px,0)}}@keyframes modal-slideDown-leave{to{transform:translate3d(0,-100px,0)}}.modal-slideDown-leave{animation:modal-slideDown-leave both}@keyframes modal-slideLeft-enter{0%{transform:translate3d(-150px,0,0)}}@keyframes modal-slideLeft-leave{to{transform:translate3d(-150px,0,0)}}.modal-slideLeft-leave{animation:modal-slideLeft-leave both}@keyframes modal-slideRight-enter{0%{transform:translate3d(150px,0,0)}}@keyframes modal-slideRight-leave{to{transform:translate3d(150px,0,0)}}.modal-slideRight-leave{animation:modal-slideRight-leave both}@keyframes modal-flip-enter{0%{transform:perspective(400px) rotateX(60deg)}70%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px)}}.modal-flip-enter{animation:modal-flip-enter ease-in both;backface-visibility:visible!important}@keyframes modal-flip-leave{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-15deg)}to{transform:perspective(400px) rotateX(45deg)}}.modal-flip-leave{animation:modal-flip-leave both;backface-visibility:visible!important}@keyframes modal-rotate-enter{0%{transform:rotate(-180deg) scale3d(.3,.3,.3)}}.modal-rotate-enter{animation:modal-rotate-enter both;transform-origin:center}@keyframes modal-rotate-leave{to{transform:rotate(180deg) scale3d(.3,.3,.3)}}.modal-rotate-leave{animation:modal-rotate-leave both;transform-origin:center}@keyframes modal-door-enter{0%{transform:scaleX(0)}}@keyframes modal-door-leave{60%{transform:scaleX(.01)}to{transform:scale3d(0,1,.1)}}.modal-door-leave{animation:modal-door-leave both}.top-action{position:absolute;right:20px;background-color:var(--pale-grey-two);border-radius:100%;top:20px;padding:10px}.c18,.c18 h2{margin:0}.cards{padding-top:20px}.card{width:245px;margin-bottom:20px;margin-right:20px}.card-3:nth-child(3n),.card-4:nth-child(4n){margin-right:0}.left-panel{width:245px}.profile-details__card-container{height:-moz-fit-content;height:fit-content;background:#fff;box-shadow:0 .25rem .25rem rgba(0,0,0,.16);margin-top:1.25rem;margin-bottom:1.25rem}.profile-address-card-input{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#999;font-size:15px;font-weight:400}.profile-address-card-label{font-style:normal;font-weight:300;font-size:13px;line-height:20px;color:#999}.verify-label{top:0;right:0}.calendar-icon{top:24px;right:0}.otp-input-container{box-shadow:0 2px 2px rgba(0,0,0,.1),inset 0 -1px 0 #aaa;border-radius:5px 5px 0 0;margin-right:6px;font-size:24px;color:#1c1c1c;width:64px;height:64px;text-align:center}.otp-input-container__invalid{box-shadow:0 2px 2px rgba(0,0,0,.1),inset 0 -1.5px 0 #ea5045}.flex-space-between{display:flex;justify-content:space-between;align-items:flex-start}.otp-input-wrapper{max-height:18rem}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.slider{padding-top:2px}.slider__track{border-radius:3px;height:3px;width:100%;z-index:1}.slider__range{border-radius:3px;height:6px;z-index:2}.thumb{pointer-events:none;position:absolute;height:0;width:110%;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.thumb--zindex-3{z-index:3}.thumb--zindex-4{z-index:4}.thumb--zindex-5{z-index:5}.thumb::-webkit-slider-thumb{-webkit-appearance:none;background-color:var(--theme-2);border-radius:50%;cursor:pointer;height:20px;width:20px;margin-top:8px;pointer-events:all;position:relative}.thumb::-moz-range-thumb{background-color:var(--theme-2);border:none;border-radius:50%;cursor:pointer;height:20px;width:20px;margin-top:8px;pointer-events:all;position:relative}.top-moz-range{top:5.2rem}.range-bg-color{background-color:#e5f2ea}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none;color:var(--theme-1);font-size:25px}.react-calendar__navigation button:disabled{background-color:#f0f0f0;color:VAR(--dark-gray-1)}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{color:var(--theme-1)}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__century-view__decades__decade.react-calendar__tile--active,.react-calendar__century-view__decades__decade.react-calendar__tile--hasActive,.react-calendar__decade-view__years__year.react-calendar__tile--active,.react-calendar__decade-view__years__year.react-calendar__tile--hasActive,.react-calendar__year-view__months__month.react-calendar__tile--active,.react-calendar__year-view__months__month.react-calendar__tile--hasActive{border:5px solid #fff;border-radius:12px}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px}.react-calendar__month-view__days__day{aspect-ratio:1/1}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#fff}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background-color:var(--theme-3)}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background-color:var(--theme-1)}.react-calendar__tile--active{background:var(--theme-3);border-radius:100%}.react-calendar__tile--hasActive,.react-calendar__tile--rangeEnd,.react-calendar__tile--rangeStart{background:var(--theme-1);color:#fff;border-radius:100%}.react-calendar__navigation__label__labelText{font-size:.875rem;line-height:.875rem}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:var(--theme-1);color:#fff}.points-ledger__calendar,.points-ledger__date-filter{z-index:10;margin-top:20px;box-shadow:0 2px 25px rgba(0,0,0,.15)}.address-card-container{width:auto;height:80vh;background:#fff;box-shadow:0 2px 25px rgba(0,0,0,.15);border-radius:10px}.add-address__address-list{width:auto;height:-moz-fit-content;height:fit-content;background:#fff}.dotted-divider{border:none;border-top:1px dotted #d0d0d0!important}.theme-btn{border:none;padding:12px 20px;outline:none;letter-spacing:.5px}.theme-btn.large,.theme-btn.medium{padding:16px 24px}.theme-btn.rounded{border-radius:20px}.theme-btn.text-right{text-align:right}.theme-btn.variant-outline-theme-1{border:1px solid var(--theme-1);background:rgba(0,0,0,0);color:var(--theme-1)}.theme-btn.variant-outline-theme-2{border:1px solid var(--theme-2);background:rgba(0,0,0,0);color:var(--theme-2)}.theme-btn.variant-outline-theme-3{border:1px solid var(--theme-3);background:rgba(0,0,0,0);color:var(--theme-3)}.theme-btn.variant-outline-secondary-pink{border:1px solid var(--secondary-pink);background:rgba(0,0,0,0);color:var(--secondary-pink)}.theme-btn.variant-outline-secondary-purple{border:1px solid var(--secondary-purple);background:rgba(0,0,0,0);color:var(--secondary-purple)}.theme-btn.variant-outline-success{border:1px solid var(--green-3);background:rgba(0,0,0,0);color:var(--green-3)}.theme-btn.variant-outline-danger{border:1px solid var(--red);background:rgba(0,0,0,0);color:var(--red)}.theme-btn.variant-outline-pending{border:1px solid var(--orange);background:rgba(0,0,0,0);color:var(--orange)}.theme-btn.variant-outline-white{border:1.75px solid var(--theme-1);background:rgba(0,0,0,0);color:var(--theme-1)}.theme-btn.variant-no-outline-theme{background:rgba(0,0,0,0);border:none;color:var(--theme-1)}.theme-btn.variant-no-outline-secondary-purple{background:rgba(0,0,0,0);border:none;color:var(--secondary-purple)}.theme-btn.variant-no-outline-secondary-pink{background:rgba(0,0,0,0);border:none;color:var(--secondary-pink)}.theme-btn.variant-no-outline-success{border:none;background:rgba(0,0,0,0);color:var(--green-3)}.theme-btn.variant-no-outline-danger{border:none;background:rgba(0,0,0,0);color:var(--red)}.theme-btn.variant-no-outline-pending{border:none;background:rgba(0,0,0,0);color:var(--orange)}.theme-btn.variant-no-outline-white{border:none;background:rgba(0,0,0,0);color:var(--theme-1)}.theme-btn.variant-light-text-outline-theme{border:1px solid var(--border-color);background:rgba(0,0,0,0);color:var(--dark-gray-1)}.theme-btn[disabled]{opacity:.9;pointer-events:none;border-color:var(--border-color)!important}.btn-small{padding:8px}.btnLoaderClass{width:98px;height:100%;margin:-10px auto}.form-card-container{width:40vw;height:-moz-fit-content;height:fit-content;background:var(--white)}.BharatPeBenefitTable{box-shadow:0 2px 25px rgba(0,0,0,.15);background:#fff;margin:4px,4px;width:100%}.BharatPeBenefitTable .firstCol,.BharatPeBenefitTable .middleCol{border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color);width:25%}.BharatPeBenefitTable .lastCol{border-bottom:1px solid var(--border-color);width:25%}.table-heading{width:auto;background:var(--theme-1);color:var(--white);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid var(--border-color)}.view-all-benefits{border-top:1px solid var(--border-color);color:var(--green-3)}.SemiBoldCustom200{font-family:SemiBold;font-size:12px;font-weight:800;vertical-align:baseline}.vert-align-bottom{vertical-align:top}.maxw_25{max-width:25%}.input-container{position:relative}.input-container input{text-align:left;outline:none;letter-spacing:1px;cursor:text;line-height:1.71;background:rgba(0,0,0,0)}.input-container input:focus,.input-container input:not([value=""]){border-color:var(--theme-1)}.input-container input:focus~.input-label,.input-container input:not([value=""])~.input-label{top:-5px;font-size:.875rem}.input-container input.input__element--invalid{border-color:var(--red)}.input-container input::-moz-placeholder{color:var(--disabled-color);font-size:1rem;font-family:medium-font}.input-container input::placeholder{color:var(--disabled-color);font-size:1rem;font-family:medium-font}.input-container .input-label{position:absolute;top:20%;transition:all .25s ease-in-out;letter-spacing:1px;font-size:1rem}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.card-border{border-radius:10px 10px 10px 10px}.card-border-top{border-radius:10px 10px 0 0}.loyalty-points-card__gradient-theme-background{background:linear-gradient(90deg,var(--theme-2) 0,var(--theme-1) 99.73%)}.loader-container{background:#fff;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999998}.loader-container .loader-content{background:#fff;border-radius:50%;height:60px;width:60px}.loader-container .loader-content .loader{border-radius:50%;width:60px}.loader-container .text-animation{background:rgba(0,0,0,0);background-size:200%;animation:loader 2s infinite alternate-reverse}.overlay-loader-container{background:rgba(255,255,255,.7);height:100%;left:0;position:absolute;top:0;width:100%}.overlay-loader-container .loader-content{border-radius:50%;height:60px;width:60px}.overlay-loader-container .loader-content .loader{border-radius:50%;width:60px}.overlay-loader-container .text-animation{background:rgba(0,0,0,0);background-size:200%;animation:loader 2s infinite alternate-reverse}.loader-content{height:60px}.loader-content,.loader-content .loader{border-radius:50%;width:60px}@keyframes loader{0%{background-position:-100% 0;transform:scale(1.02)}to{background-position:100% 0;transform:scale(1)}}.radio-tooltip .tooltip-text{white-space:nowrap;top:0;left:0;transform:translateY(-110%);font-size:90%!important}.md-radio{border-radius:6px;padding:10px}.md-radio.md-radio-inline{display:inline-block}.md-radio input[type=radio]{display:none}.md-radio input[type=radio]:checked+label:before{border-color:var(--theme-1);animation:ripple .2s linear forwards}.md-radio input[type=radio]:checked+label:after{transform:scale(1)}.md-radio label{display:flex;justify-content:flex-start;align-items:center;position:relative;margin-bottom:0;cursor:pointer;vertical-align:bottom;width:-moz-max-content;width:max-content}.md-radio label:after,.md-radio label:before{content:"";border-radius:50%;transition:all .3s ease;transition-property:transform,border-color}.md-radio label:before{left:0;top:2px;width:1rem;height:1rem;border:2px solid rgba(0,0,0,.54);margin-right:8px}.md-radio label:after{position:absolute;left:.25rem;width:.5rem;height:.5rem;transform:scale(0);background:var(--theme-1)}