: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, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.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:.5s}.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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html{font-size:14px}body{font-family:Verdana,sans-serif;margin:0;font-size:14px;background-color:#fff}.react-responsive-modal-root .react-responsive-modal-closeButton{outline:none;transition:all .2s ease-in-out;top:.3rem;right:.4rem}.react-responsive-modal-root .react-responsive-modal-closeButton:hover svg{transform:scale(1.1)}.react-responsive-modal-root .react-responsive-modal-modal{min-height:10rem}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{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,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;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,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{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}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}*,:before,:after{--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 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-top-12{top:-3rem}.bottom-0{bottom:0}.left-0{left:0}.left-1{left:.25rem}.left-2\/4{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-16{right:4rem}.right-4{right:1rem}.right-8{right:2rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-2{top:.5rem}.top-4{top:1rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-9{margin-left:2.25rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-7{margin-top:1.75rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.min-h-24{min-height:6rem}.min-h-36{min-height:9rem}.min-h-4{min-height:1rem}.min-h-72{min-height:18rem}.min-h-96{min-height:24rem}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-1\/6{width:16.666667%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.333333%}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[240px\]{width:240px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-12{min-width:3rem}.min-w-16{min-width:4rem}.min-w-24{min-width:6rem}.min-w-32{min-width:8rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.min-w-72{min-width:18rem}.min-w-96{min-width:24rem}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.max-w-40{max-width:10rem}.max-w-48{max-width:12rem}.max-w-80{max-width:20rem}.max-w-96{max-width:24rem}.max-w-full{max-width:100%}.max-w-screen-sm{max-width:640px}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-start{align-items:flex-start}.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}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.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))}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-solid{border-style:solid}.border-none{border-style:none}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.border-fuchsia-600{--tw-border-opacity: 1;border-color:rgb(192 38 211 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(127 29 29 / var(--tw-border-opacity))}.border-slate-500{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity))}.border-stone-100{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity))}.border-stone-400{--tw-border-opacity: 1;border-color:rgb(168 162 158 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(133 77 14 / var(--tw-border-opacity))}.bg-accent{background-color:hsl(var(--accent))}.bg-background{background-color:hsl(var(--background))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/80{background-color:#000c}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.bg-fuchsia-700{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.bg-stone-300{--tw-bg-opacity: 1;background-color:rgb(214 211 209 / var(--tw-bg-opacity))}.bg-stone-700{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(161 98 7 / var(--tw-bg-opacity))}.bg-opacity-80{--tw-bg-opacity: .8}.fill-current{fill:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.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-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-24{padding-top:6rem}.pt-44{padding-top:11rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.tracking-widest{letter-spacing:.1em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-400{--tw-shadow-color: #a8a29e;--tw-shadow: var(--tw-shadow-colored)}.shadow-stone-700{--tw-shadow-color: #44403c;--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-1{outline-width:1px}.outline-gray-400{outline-color:#9ca3af}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-slate-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);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)}.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,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.zoom-in{--tw-enter-scale: 0}.zoom-in-95{--tw-enter-scale: .95}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}button,input,optgroup,select,textarea,label,*{font-size:1rem}.table th,.table td{white-space:wrap!important}@font-face{font-family:TCCC-UnityCondensed-Bold;font-weight:700;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityCondensed-Bold.otf) format("opentype"),url(/fonts/TCCC-UnityCondensed-Bold.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityCondensed-Bold.svg) format("svg"),url(/fonts/TCCC-UnityCondensed-Bold.ttf) format("truetype"),url(/fonts/TCCC-UnityCondensed-Bold.woff2) format("woff2"),url(/fonts/TCCC-UnityCondensed-Bold.woff) format("woff")}@font-face{font-family:TCCC-UnityCondensed-Medium;font-weight:600;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityCondensed-Medium.otf) format("opentype"),url(/fonts/TCCC-UnityCondensed-Medium.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityCondensed-Medium.svg) format("svg"),url(/fonts/TCCC-UnityCondensed-Medium.ttf) format("truetype"),url(/fonts/TCCC-UnityCondensed-Medium.woff2) format("woff2"),url(/fonts/TCCC-UnityCondensed-Medium.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Black;font-weight:800;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityHeadline-Black.otf) format("opentype"),url(/fonts/TCCC-UnityHeadline-Black.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityHeadline-Black.svg) format("svg"),url(/fonts/TCCC-UnityHeadline-Black.ttf) format("truetype"),url(/fonts/TCCC-UnityHeadline-Black.woff2) format("woff2"),url(/fonts/TCCC-UnityHeadline-Black.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Bold;font-weight:700;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityHeadline-Bold.otf) format("opentype"),url(/fonts/TCCC-UnityHeadline-Bold.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityHeadline-Bold.svg) format("svg"),url(/fonts/TCCC-UnityHeadline-Bold.ttf) format("truetype"),url(/fonts/TCCC-UnityHeadline-Bold.woff2) format("woff2"),url(/fonts/TCCC-UnityHeadline-Bold.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Light;font-weight:300;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityHeadline-Light.otf) format("opentype"),url(/fonts/TCCC-UnityHeadline-Light.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityHeadline-Light.svg) format("svg"),url(/fonts/TCCC-UnityHeadline-Light.ttf) format("truetype"),url(/fonts/TCCC-UnityHeadline-Light.woff2) format("woff2"),url(/fonts/TCCC-UnityHeadline-Light.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Medium;font-weight:600;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityHeadline-Medium.otf) format("opentype"),url(/fonts/TCCC-UnityHeadline-Medium.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityHeadline-Medium.svg) format("svg"),url(/fonts/TCCC-UnityHeadline-Medium.ttf) format("truetype"),url(/fonts/TCCC-UnityHeadline-Medium.woff2) format("woff2"),url(/fonts/TCCC-UnityHeadline-Medium.woff) format("woff")}@font-face{font-family:TCCC-UnityText-Medium_1;font-weight:600;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.otf) format("opentype"),url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.eot?#iefix) format("eot"),url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.svg) format("svg"),url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.ttf) format("truetype"),url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.woff2) format("woff2"),url(/fonts/TCCC-UNITYTEXT-MEDIUM_1.woff) format("woff")}@font-face{font-family:TCCC-UnityText-Black;font-weight:800;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityText-Black.otf) format("opentype"),url(/fonts/TCCC-UnityText-Black.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityText-Black.svg) format("svg"),url(/fonts/TCCC-UnityText-Black.ttf) format("truetype"),url(/fonts/TCCC-UnityText-Black.woff2) format("woff2"),url(/fonts/TCCC-UnityText-Black.woff) format("woff")}@font-face{font-family:TCCC-UnityText-Medium;font-weight:600;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityText-Medium.otf) format("opentype"),url(/fonts/TCCC-UnityText-Medium.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityText-Medium.svg) format("svg"),url(/fonts/TCCC-UnityText-Medium.ttf) format("truetype"),url(/fonts/TCCC-UnityText-Medium.woff2) format("woff2"),url(/fonts/TCCC-UnityText-Medium.woff) format("woff")}@font-face{font-family:TCCC-UnityText-Regular;font-weight:400;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityText-Regular.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityText-Regular.svg) format("svg"),url(/fonts/TCCC-UnityText-Regular.ttf) format("truetype"),url(/fonts/TCCC-UnityText-Regular.woff2) format("woff2"),url(/fonts/TCCC-UnityText-Regular.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Regular_0;font-weight:400;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.otf) format("opentype"),url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.eot?#iefix) format("eot"),url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.svg) format("svg"),url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.ttf) format("truetype"),url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.woff2) format("woff2"),url(/fonts/TCCC-UNITYHEADLINE-REGULAR_0.woff) format("woff")}@font-face{font-family:TCCC-UnityHeadline-Regular;font-weight:400;font-stretch:normal;unicode-range:U+0020-FB02;src:url(/fonts/TCCC-UnityHeadline-Regular.otf) format("opentype"),url(/fonts/TCCC-UnityHeadline-Regular.eot?#iefix) format("eot"),url(/fonts/TCCC-UnityHeadline-Regular.svg) format("svg"),url(/fonts/TCCC-UnityHeadline-Regular.ttf) format("truetype"),url(/fonts/TCCC-UnityHeadline-Regular.woff2) format("woff2"),url(/fonts/TCCC-UnityHeadline-Regular.woff) format("woff")}@font-face{font-family:YouRO-Regular;src:url(/fonts/YouRO-Regular.ttf)}.containerLayoutMcp{display:flex}.containerLayoutMcp .renderPage{padding:1rem 55px;flex-grow:1;height:calc(100vh - 5.1vw);overflow:auto}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerLayoutMcp .renderPage{padding:1rem;padding-top:26vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerLayoutMcp .renderPage{padding:1rem;padding-top:26vw}}.layout-header{z-index:999;border-bottom:3px solid rgba(255,255,255,.2);background:#000000e6;font-family:TCCC-UnityText-Medium,Verdana,sans-serif}.layout-header nav ul li{border-left:solid 1px rgba(255,255,255,.2)}.layout-header nav ul li:last-child{border-right:solid 1px rgba(255,255,255,.2)}.containerAutentificareMcp{display:flex;align-items:center;justify-content:center;height:calc(100vh - 5.1vw);flex-direction:column}.containerAutentificareMcp .siteLogo{margin-bottom:1vw;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .siteLogo{margin-bottom:4vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .siteLogo{margin-bottom:4vw}}.containerAutentificareMcp .siteLogo img{width:6vw}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .siteLogo img{width:25vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .siteLogo img{width:25vw}}.containerAutentificareMcp .siteLogo .yearLogo{color:#fe1717;font-family:TCCC-UnityText-Medium,sans-serif;margin-left:1vw;font-size:1.8229166667vw}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .siteLogo .yearLogo{font-size:6.9444444444vw;margin-left:4vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .siteLogo .yearLogo{font-size:6.9444444444vw;margin-left:4vw}}.containerAutentificareMcp .localActions{background:#fe1717;padding:2rem;border-right:10px solid #b81313;border-radius:1rem;position:relative}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .localActions{border-right:initial;border-bottom:10px solid #b81313}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .localActions{border-right:initial;border-bottom:10px solid #b81313}}.containerAutentificareMcp .localActions .shape{background-color:#fe1717;width:2.6vw;height:7vw;position:absolute;right:-2.5vw;top:2.5vw;clip-path:polygon(0 0,100% 6%,100% 92%,0% 100%);z-index:20}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .localActions .shape{right:25vw;height:25vw;width:8vw;bottom:-16vw;top:initial;transform:rotate(90deg)}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .localActions .shape{right:25vw;height:25vw;width:8vw;bottom:-16vw;top:initial;transform:rotate(90deg)}}.containerAutentificareMcp .localActions .shape2{background-color:#b81313;width:2.8vw;height:7vw;position:absolute;right:-3.3vw;top:3.2vw;clip-path:polygon(0 0,95% 6%,95% 92%,0% 100%);z-index:10}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerAutentificareMcp .localActions .shape2{right:27vw;height:25vw;width:8vw;bottom:-19vw;top:initial;transform:rotate(90deg)}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerAutentificareMcp .localActions .shape2{right:27vw;height:25vw;width:8vw;bottom:-19vw;top:initial;transform:rotate(90deg)}}.containerMeniu{display:flex;width:100%;position:relative;z-index:1000;justify-content:flex-end;align-items:center;color:#fff;background-color:#000;height:5.1vw;border-bottom:3px solid #fe1717;box-shadow:0 .5rem .9rem -.1rem #0000004d}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerMeniu{display:none}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerMeniu{display:none}}.containerMeniu .logoWebsite{display:flex;align-items:center;width:8.1vw;height:6.7vw;position:relative;font-size:0;box-sizing:border-box;position:absolute;background-color:#fe1717;left:2.3vw;top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:4px solid #fe1717;border-right:4px solid #fe1717;box-shadow:0 10px 14px -1px #0000004d}.containerMeniu .logoWebsite .logoWebsiteBlack{background-color:#000;width:8.1vw;height:6.5vw;margin-left:-.2vw;border-bottom-right-radius:8px;border-bottom-left-radius:8px;display:flex;align-items:center}.containerMeniu .logoWebsite .logoWebsiteBlack img{width:71%;cursor:pointer;margin-left:1.3vw}.containerMeniu .logoRightMenu{width:33.3%;text-align:right;font-size:0}.containerMeniu .logoRightMenu img{width:28.6%;margin-right:3.3vw}.containerMenuMobile{display:none}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerMenuMobile{display:initial}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerMenuMobile{display:initial}}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerMenuMobile .menuSubLayoutItems{display:initial!important}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerMenuMobile .menuSubLayoutItems{display:initial!important}}.containerMenuMobile .hbMenu{position:fixed;display:flex;width:100%;align-items:center;background-color:#000;z-index:10;height:15vw;border-bottom:3px solid #fe1717;box-shadow:0 .5rem .9rem -.1rem #0000004d}.containerMenuMobile .hbMenu .logoWebsite{display:flex;align-items:center;width:25vw;height:22vw;position:relative;font-size:0;box-sizing:border-box;position:absolute;background-color:#fe1717;left:5vw;top:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-bottom:4px solid #fe1717;border-right:4px solid #fe1717;box-shadow:0 10px 14px -1px #0000004d}.containerMenuMobile .hbMenu .logoWebsite .logoWebsiteBlack{background-color:#000;width:25vw;height:21vw;margin-left:-1.3vw;border-bottom-right-radius:8px;border-bottom-left-radius:8px;display:flex;align-items:center}.containerMenuMobile .hbMenu .logoWebsite .logoWebsiteBlack img{width:71%;cursor:pointer;margin-left:3vw}.containerMenuMobile .hbMenu .hbBtn{width:10vw;position:absolute;right:5vw}.containerMenuMobile .hbMenu .hbBtn .line{margin:2vw 0;width:100%;height:2px;border-radius:25%;background-color:#fff;transition:.5s}.containerMenuMobile .hbMenu .hbBtn .line.l1{transform:rotate(45deg)}.containerMenuMobile .hbMenu .hbBtn .line.l2{display:none}.containerMenuMobile .hbMenu .hbBtn .line.l3{margin-top:-2.55vw;transform:rotate(135deg)}.menu-sidebar-container{position:relative}.menu-sidebar-container .shape{display:none;width:40px;height:114px;position:absolute;right:-28px;bottom:80px;clip-path:polygon(0 0,100% 6%,100% 92%,0% 100%);z-index:20}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container .shape{display:none}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container .shape{display:none}}.menu-sidebar-container .shape2{display:none;background-color:#b81313;width:45px;height:114px;position:absolute;right:-40px;bottom:90px;clip-path:polygon(0 0,95% 6%,95% 92%,0% 100%);z-index:10}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container .shape2{display:none}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container .shape2{display:none}}.menu-sidebar-container .hbBtn{width:10vw;position:absolute;right:5vw;z-index:1000;top:5vw;display:none}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container .hbBtn{display:initial}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container .hbBtn{display:initial}}.menu-sidebar-container .hbBtn .line{margin:2vw 0;width:100%;height:2px;border-radius:25%;background-color:#fff;transition:.5s}.menu-sidebar-container .hbBtn .line.l1{transform:rotate(45deg)}.menu-sidebar-container .hbBtn .line.l2{display:none}.menu-sidebar-container .hbBtn .line.l3{margin-top:-2.55vw;transform:rotate(135deg)}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container.collapseMenu .hbBtn{right:-95vw;top:2vw}.menu-sidebar-container.collapseMenu .ps-sidebar-container{border-right:0!important}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container.collapseMenu .hbBtn{right:-95vw;top:2vw}.menu-sidebar-container.collapseMenu .ps-sidebar-container{border-right:0!important}}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container{width:100%;position:absolute}.menu-sidebar-container.collapseMenu{width:0}.menu-sidebar-container.collapseMenu .ps-sidebar-root{width:0!important;min-width:0!important}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container{width:100%;position:absolute}.menu-sidebar-container.collapseMenu{width:0}.menu-sidebar-container.collapseMenu .ps-sidebar-root{width:0!important;min-width:0!important}}.menu-sidebar-container .ps-sidebar-root{width:250px;min-width:250px}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container .ps-sidebar-root{width:100%}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container .ps-sidebar-root{width:100%}}.menu-sidebar-container .ps-sidebar-root.ps-collapsed{width:80px;min-width:80px}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container{background-color:#0000001a;color:#000;height:calc(100vh - 5.1vw);display:flex;flex-direction:column;overflow-x:hidden!important;overflow-y:hidden!important;padding-top:2.5rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container{top:15vw;height:calc(100vh - 15vw);background-color:#ffffffe6}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container{top:15vw;height:calc(100vh - 15vw);background-color:#ffffffe6}}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menuitem-root .ps-menu-label{font-size:16px}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menuitem-root .ps-menu-label a{color:#000}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menuitem-root.active{background-color:#0003;color:#b81313!important}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menuitem-root .ps-submenu-content .ps-menu-label{font-size:14px!important}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menu-button{color:#000;font-weight:700}.menu-sidebar-container .ps-sidebar-root .ps-sidebar-container .ps-menu-button:hover{background-color:#b81313!important}.menu-sidebar-container .menu-items{display:flex;flex-direction:column;flex-grow:1}.menu-sidebar-container .pro-footer img{width:25px;filter:brightness(0)}.table{table-layout:auto}.table tr{border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.table tr:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.table thead tr{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));font-weight:500;box-shadow:0 2px 2px -1px #0006}.table thead tr th,.table thead tr td{box-shadow:0 2px 2px -1px #0009}.table th,.table td{white-space:nowrap;border-width:1px;--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity));padding:.5rem .75rem}.table.table-hover tr:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.table.table-hover tr:hover>td:first-child{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.pagination{display:flex;margin-top:.25rem}.pagination .page-item{min-width:2rem;margin-right:.125rem;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));padding:.25rem .125rem;text-align:center;vertical-align:middle}.pagination .page-item:hover{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity))}.pagination .page-item{border-width:1px}.pagination .page-item.active{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.pagination .page-item.active.page-loading{display:flex;justify-content:center;align-items:center;font-size:0;--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.pagination .page-item.active.page-loading svg{width:1rem;height:1rem}.pagination .page-item.active.page-loading:has(.page-item-anim) .page-link{display:none}.main .table{margin-top:.25rem}.main .table thead tr{position:sticky;top:3.2rem;z-index:19}#sd-app-modal-root-modal-id-cc-mcpn .table thead tr{position:sticky;top:0;z-index:19}body{padding:0;margin:0}a{text-decoration:none;color:#000}img{width:100%}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.mobHide{display:none}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.mobHide{display:none}}.mobShow{display:none}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.mobShow{display:initial}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.mobShow{display:initial}}*{box-sizing:border-box}input{-webkit-appearance:none}input[type=checkbox]{-webkit-appearance:auto!important}.containerConturiAdaugaAcord .titlePage{text-align:center;text-transform:uppercase;font-family:TCCC-UnityText-Black,sans-serif;font-size:1.2rem;padding:0 0 1rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .titlePage{padding-bottom:1.5rem}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .titlePage{padding-bottom:1.5rem}}.containerConturiAdaugaAcord .button{background-color:#fe1717;width:100%;padding:.7rem 1rem;margin:1rem 0}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .button{padding:.7rem}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .button{padding:.7rem}}.containerConturiAdaugaAcord .button.cauta-locatie{margin:0 .5rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .button.cauta-locatie{padding:.83rem 1rem}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .button.cauta-locatie{padding:.83rem 1rem}}.containerConturiAdaugaAcord .button.descarca-formular{margin-top:0}.containerConturiAdaugaAcord .button:hover{color:#000!important}.containerConturiAdaugaAcord .inputStd{margin-bottom:1rem}.containerConturiAdaugaAcord .inputStd.inputStd-locatie,.containerConturiAdaugaAcord .inputStd.inputStd-cod_sap{margin-bottom:0}.containerConturiAdaugaAcord .inputStd .input-iban .errors{display:initial;color:#000!important}.containerConturiAdaugaAcord .inputStd .nameLabel{font-weight:700;color:#838383}.containerConturiAdaugaAcord .inputStd .errors{display:none;font-size:.8vw;font-weight:700;margin:0}.containerConturiAdaugaAcord .inputSap-btn{display:flex;width:35%;align-items:flex-end}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .inputSap-btn{width:100%}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .inputSap-btn{width:100%}}.containerConturiAdaugaAcord .formular-acord{display:flex;flex-direction:column;align-items:center}.containerConturiAdaugaAcord .formular-acord .form{width:50%;display:flex;align-items:center;flex-direction:column}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .formular-acord .form{width:100%}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .formular-acord .form{width:100%}}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense{display:flex;flex-direction:column;align-items:center}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .intrebare{font-size:.8vw;font-family:TCCC-UnityText-Regular,sans-serif;margin-bottom:.35vw;font-weight:700;color:#838383}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .intrebare{font-size:4.1666666667vw;margin-top:1rem}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .intrebare{font-size:4.1666666667vw;margin-top:1rem}}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife{display:flex}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife{flex-direction:column}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife{flex-direction:column}}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife .layerCheckboxWithText{margin:0 .5rem}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife .layerCheckboxWithText .textCheckbox{font-size:.7rem;cursor:pointer;font-family:TCCC-UnityText-Regular,sans-serif;margin-bottom:.35vw;font-weight:700;color:#838383;margin:0!important}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife .layerCheckboxWithText .textCheckbox{font-size:3.125vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .bife .layerCheckboxWithText .textCheckbox{font-size:3.125vw}}.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .info{font-size:.6vw;text-align:center;font-family:TCCC-UnityText-Regular,sans-serif;font-weight:700;color:#838383;margin-top:.5rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .info{font-size:3.125vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerConturiAdaugaAcord .formular-acord .form .checkbox-recompense .info{font-size:3.125vw}}.containerConturiAdaugaAcord .formular-acord .form .btn-formular{display:flex}.containerConturiAdaugaAcord .formular-acord .form .btn-formular .button{margin:1rem .5rem}.stl__rsm__modal__content span,.modal__content__action_request_result__messages span{display:block;padding:.6rem .5rem;border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.stl__rsm__modal__content span:nth-child(odd),.modal__content__action_request_result__messages span:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.stl__rsm__modal__content .action-message--error,.modal__content__action_request_result__messages .action-message--error{color:#fe1717}.stl__rsm__modal__content .action-message--success,.modal__content__action_request_result__messages .action-message--success{color:green}.stl__rsm__modal__content h5,.modal__content__action_request_result__messages h5{text-align:center;margin-top:1rem}.stl__rsm__modal__content h5:first-child,.modal__content__action_request_result__messages h5:first-child{margin-top:0}.modal-modify-bd-location{min-height:30vw;min-width:50vw}.select-container{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-weight:500;--tw-ring-offset-color: hsl(var(--background));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.select-container:focus-visible{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--ring));--tw-ring-offset-width: 2px}.select-container:disabled{pointer-events:none;opacity:.5}.select-container{height:2.5rem}.select-container{border-width:1px;border-color:hsl(var(--input));--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.select-container:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.select-container.multi-value-max-width .react-select__multi-value__label{max-width:120px}.select-container.multi-value-max-width .layerCheckboxWithText{display:inline-block}.select-container.multi-value-max-width .layerCheckboxWithText .checkbox{width:1.5rem}.select-container.multi-value-max-width .react-select__option{text-align:left!important}.select-container.dateIntervalFilter{width:0!important;border:0!important}.select-container.dateIntervalFilter .react-select__control{opacity:0;pointer-events:none}.select-container.dateIntervalFilter .react-select__menu{width:200px}.select-container .react-select__control{width:100%;box-sizing:border-box;color:#000;line-height:inherit;min-height:initial;font-family:TCCC-UnityText-Regular,sans-serif!important;border:0;min-width:10rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.select-container .react-select__control .react-select__single-value{color:#000;z-index:100;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.select-container .react-select__control .react-select__value-container--is-multi{height:2.2rem!important;overflow:auto!important}.select-container .react-select__control .react-select__value-container--is-multi .react-select__input-container{height:1.9rem!important}.select-container .react-select__control .react-select__value-container--is-multi .react-select__multi-value{height:0;width:0;opacity:0;margin:.5px 0 0}.select-container .react-select__control .react-select__value-container--is-multi .react-select__multi-value__label,.select-container .react-select__control .react-select__value-container--is-multi .react-select__multi-value__remove{display:none}.select-container .react-select__control .react-select__placeholder{color:#00000080!important;z-index:40}.select-container .react-select__control .react-select__input-container{color:#000;border:0;height:inherit!important;background-size:100% 100%;background-repeat:no-repeat;margin:0!important;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.select-container .react-select__indicator{z-index:10;background-size:100% 100%;padding:0 5px!important;background-repeat:no-repeat}.select-container .react-select__indicator svg{height:20px!important;width:20px!important;color:#000!important}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.select-container .react-select__indicator svg{height:1rem!important;width:1rem!important}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.select-container .react-select__indicator svg{height:1rem!important;width:1rem!important}}.select-container .react-select__indicator-separator{display:none}.select-container .react-select__input-container{color:#000}.select-container .react-select__menu{color:#000;z-index:888!important;height:auto}.select-container .react-select__menu .react-select__menu-list{max-height:21rem;overflow:scroll}.select-container .react-select__menu .react-select__option{font-size:.8vw;cursor:pointer;font-family:TCCC-UnityText-Regular,sans-serif!important;text-align:center;overflow:hidden;text-wrap:wrap}.select-container .react-select__menu .react-select__option--is-focused{color:#fff;background:#000}.select-container .react-select__menu .react-select__option--is-selected{color:#fff;background:#fe1717}.select-container.no-max-height .react-select__menu .react-select__menu-list{max-height:initial;overflow:scroll}.cantitateNumber{width:100%;color:#000}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.cantitateNumber{margin-top:5px}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.cantitateNumber{margin-top:5px}}.cantitateNumber .react-select__indicator{display:none}.cantitateNumber .label-select{position:relative;transition:0s!important;width:45%}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.cantitateNumber .label-select{width:100%}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.cantitateNumber .label-select{width:100%}}.cantitateNumber .label-select .react-select__control{width:100%;box-sizing:border-box;border:3px solid #000000!important;border-radius:.5vw;padding-left:0;color:#000;line-height:inherit;min-height:initial;font-style:initial;font-family:TCCC-UnityText-Regular,sans-serif!important;box-shadow:initial}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.cantitateNumber .label-select .react-select__control{border-radius:7px}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.cantitateNumber .label-select .react-select__control{border-radius:7px}}.cantitateNumber .label-select .react-select__control .react-select__single-value{color:#000;z-index:40;font-size:1.2vw;font-weight:700;font-style:initial;padding:0}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.cantitateNumber .label-select .react-select__control .react-select__single-value{font-size:5vw;padding:1vw 0}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.cantitateNumber .label-select .react-select__control .react-select__single-value{font-size:5vw;padding:1vw 0}}.cantitateNumber .label-select .react-select__control .react-select__input-container{border:0;height:inherit!important;background-size:100% 100%;background-repeat:no-repeat;padding:.4vw!important;margin:0!important}.cantitateNumber .label-select .react-select__indicator{background-size:100% 100%;padding:0 5px!important;background-repeat:no-repeat}.cantitateNumber .label-select .react-select__indicator svg{height:1.2vw!important;width:1.2vw!important;color:#392630!important}.cantitateNumber .label-select .react-select__indicator-separator{display:none}.cantitateNumber .label-select .react-select__input-container{color:#000}.cantitateNumber .label-select .react-select__menu{color:#000;z-index:98888!important}.cantitateNumber .label-select .react-select__menu .react-select__option{font-size:1vw;font-weight:700;cursor:pointer;font-family:TCCC-UnityText-Regular,sans-serif!important;font-style:initial;padding:.1vw}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.cantitateNumber .label-select .react-select__menu .react-select__option{font-size:5vw;padding:2vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.cantitateNumber .label-select .react-select__menu .react-select__option{font-size:5vw;padding:2vw}}.cantitateNumber .label-select .react-select__menu .react-select__option--is-focused{color:#fff}.cantitateNumber .label-select .react-select__menu .react-select__option--is-selected{color:#fff;background-color:#3b8dff}.cantitateNumber .arrowUpDown{font-size:.6vw;margin-right:.1vw}.cantitateNumber .arrowUpDown .arrowSelectUp{transform:rotate(-45deg);line-height:.2}.cantitateNumber .arrowUpDown .arrowSelectDown{transform:rotate(45deg);line-height:.2}.layerCheckboxLine{margin-top:-.6vw;margin-bottom:1.2vw}.layerCheckboxLine .requiredLine{display:flex;align-items:center}.layerCheckboxLine .requiredLine .required{display:flex;align-items:center;font-style:italic;font-size:1.25vw;width:5%;color:#b7b7b7}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.layerCheckboxLine .requiredLine .required{font-size:6.25vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.layerCheckboxLine .requiredLine .required{font-size:6.25vw}}.layerCheckboxLine .requiredLine .required.inactive{width:0;opacity:0}.layerCheckboxLine .requiredLine .line{height:1px;width:100%;background-color:#b7b7b7}.layerCheckboxLine .textCheckbox{font-style:italic;font-size:.73vw;height:auto;color:#838383;font-weight:initial;padding:0;line-height:.9vw;width:100%;text-align:justify;margin-top:1%;margin-bottom:2%;cursor:pointer}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.layerCheckboxLine .textCheckbox{font-size:4vw;line-height:6vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.layerCheckboxLine .textCheckbox{font-size:4vw;line-height:6vw}}.layerCheckboxLine .textCheckbox .bold{font-family:TCCC-UnityText-Black,sans-serif;font-style:italic;text-decoration:underline}.layerCheckboxLine .checkbox-line{display:flex;align-items:center}.layerCheckboxLine .checkbox-line .line{height:1px;width:100%;background-color:#b7b7b7}.layerCheckboxLine .checkbox-line .checkbox{width:1.6vw;padding:.3rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.layerCheckboxLine .checkbox-line .checkbox{width:10vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.layerCheckboxLine .checkbox-line .checkbox{width:10vw}}.layerCheckboxLine .checkbox-line .checkbox img{cursor:pointer}.layerCheckboxLine .textRequired{color:#b7b7b7;font-style:italic;font-size:.7vw;margin-top:-.3vw}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.layerCheckboxLine .textRequired{font-size:3vw;margin-top:0}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.layerCheckboxLine .textRequired{font-size:3vw;margin-top:0}}.layerCheckboxWithText{display:flex;align-items:center;margin-right:.2vw}.layerCheckboxWithText .textCheckbox{margin-right:.2vw}.layerCheckboxWithText .checkbox{display:flex;width:1.6vw;padding:.3rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.layerCheckboxWithText .checkbox{width:9vw;margin-left:1vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.layerCheckboxWithText .checkbox{width:9vw;margin-left:1vw}}.layerCheckboxWithText .checkbox img{cursor:pointer}.inputStd{width:100%;color:#fff;margin-bottom:2.1vw}.inputStd.defaultInputClass{color:#000;margin-bottom:0}.inputStd.defaultInputClass .nameLabel{font-size:1rem;font-weight:initial;margin-bottom:0;margin-left:.25rem}.inputStd.defaultInputClass input{background:#f3f4f6;border:1px solid rgb(75,85,99);font-size:1rem;padding:6.2px;color:#000;font-family:inherit}.inputStd.defaultInputClass input:focus,.inputStd.defaultInputClass input:hover{outline:none!important;box-shadow:initial;border-radius:5px}.inputStd .nameLabel{font-size:.8vw;margin-bottom:.35vw;font-weight:700}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.inputStd .nameLabel{font-size:4.1666666667vw;margin-bottom:2vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.inputStd .nameLabel{font-size:4.1666666667vw;margin-bottom:2vw}}.inputStd.inputStd-cod .nameLabel{padding-bottom:.3rem}.inputStd.file{cursor:pointer}.inputStd.file .inputText{color:#898686;display:flex;align-items:center;justify-content:center;font-size:.8vw;font-family:TCCC-UnityText-Regular,sans-serif;background:#eaeaea;padding:.775rem;border:0;border-radius:5px}.inputStd.file .inputText:focus,.inputStd.file .inputText:hover{outline:none!important;box-shadow:inset 0 2px 10px #1618191a,0 0 6px 1px #000;border-radius:0rem}.inputStd.file .inputText img{width:1rem}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.inputStd.file .inputText{font-size:4.1666666667vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.inputStd.file .inputText{font-size:4.1666666667vw}}.inputStd.file .errors{color:red;margin:0;font-size:.8vw;font-weight:700}.inputStd.file img{width:2rem;margin-left:.5rem}.inputStd.file input{display:none}.inputStd input{width:100%;box-sizing:border-box;border:0;padding:.7rem 1.5rem;font-style:italic;outline:none!important;font-size:.8vw;color:#838383;line-height:inherit;font-family:TCCC-UnityText-Regular,sans-serif;background:#eaeaea;border-radius:5px}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.inputStd input{font-size:4.1666666667vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.inputStd input{font-size:4.1666666667vw}}.inputStd input:focus,.inputStd input:hover{outline:none!important;box-shadow:inset 0 2px 10px #1618191a,0 0 6px 1px #000;border-radius:0rem}.backToTop{text-align:center;width:100%}.backToTop img{width:4vw;cursor:pointer}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.backToTop img{width:20vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.backToTop img{width:20vw}}.containerToolTip{position:relative}.containerToolTip .popupToolTip{position:absolute;max-width:30vw;white-space:nowrap;bottom:0;left:50%;transform:translate(-50%);z-index:1000}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerToolTip .popupToolTip{max-width:80vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerToolTip .popupToolTip{max-width:80vw}}.containerToolTip .popupToolTip .contentChild{background:#fff;border:1px solid #c9c9c9;box-shadow:0 0 10px -5px #000;border-radius:5px;overflow:hidden}.containerToolTip .popupToolTip .contentChild .titleTooltip{background:#f6f6f6;border-bottom:1px solid #e5e5e5;color:#000;font-size:.8vw;text-align:left;padding:.3vw .3vw .3vw 1vw}.containerToolTip .popupToolTip .contentChild .propsChildren{padding:.5vw .7vw}.containerToolTip .popupToolTip .arrowToolTip{font-size:2vw;line-height:0;color:#fff;text-shadow:0px 1px 1px #a2a2a2}.react-responsive-modal-modal{margin:0;padding:0;border:1px solid rgba(0,0,0,.2);border-radius:6px;min-width:60vw}.react-responsive-modal-modal .react-responsive-modal-closeButton svg{fill:#0003}.react-responsive-modal-modal .modal-app-container-content .title-closeBtn{width:100%;display:flex;align-items:center;border-bottom:1px solid #e5e5e5;padding-top:15px;padding-bottom:10px}.react-responsive-modal-modal .modal-app-container-content .title-closeBtn .titlePopup{font-weight:100;width:90%;font-size:1vw;margin-bottom:1vw;line-height:1;text-align:left}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.react-responsive-modal-modal .modal-app-container-content .title-closeBtn .titlePopup{font-size:5.2083333333vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.react-responsive-modal-modal .modal-app-container-content .title-closeBtn .titlePopup{font-size:5.2083333333vw}}.react-responsive-modal-modal .modal-app-container-content .contentPopup{white-space:break-spaces;padding:15px}.react-responsive-modal-modal .modal-app-container-content .buttonModal{width:100%;text-align:right;padding-top:15px;padding-bottom:0;border-top:1px solid #e5e5e5}.react-responsive-modal-modal .modal-app-container-content .buttonModal button{background:transparent;border:1px solid #c2c2c2;padding:.3vw .5vw;border-radius:5px;margin:.5vw;cursor:pointer;font-size:.8vw;font-weight:700}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.react-responsive-modal-modal .modal-app-container-content .buttonModal button{padding:0 3vw;height:8vw;font-size:4vw;margin:2vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.react-responsive-modal-modal .modal-app-container-content .buttonModal button{padding:0 3vw;height:8vw;font-size:4vw;margin:2vw}}.containerModalConfirmButton .background{width:100%;height:100%;position:fixed;top:0;left:0;background:#00000080;transform:scale(0);z-index:9000}.containerModalConfirmButton .background.active{transform:scale(1)}.containerModalConfirmButton .background.active .bodyPopup{margin-top:0;transition:.5s}.containerModalConfirmButton .background .container{display:flex;justify-content:center;align-items:center;height:100vh}.containerModalConfirmButton .background .bodyPopup{width:600px;max-height:80vh;background:#fff;border-radius:10px;margin-top:-50vw;z-index:10000;position:relative;color:#000;overflow:auto;display:flex;flex-direction:column;align-items:center;overflow:hidden;box-sizing:border-box}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerModalConfirmButton .background .bodyPopup{width:95%}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerModalConfirmButton .background .bodyPopup{width:95%}}.containerModalConfirmButton .background .bodyPopup .title-closeBtn{width:100%;display:flex;align-items:center}.containerModalConfirmButton .background .bodyPopup .title-closeBtn .titlePopup{font-weight:100;width:90%;font-size:1.5vw;margin-bottom:20px;letter-spacing:5px;line-height:1;text-align:left}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerModalConfirmButton .background .bodyPopup .title-closeBtn .titlePopup{font-size:5.2083333333vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerModalConfirmButton .background .bodyPopup .title-closeBtn .titlePopup{font-size:5.2083333333vw}}.containerModalConfirmButton .background .bodyPopup .title-closeBtn .closeXPop{width:10%;text-align:right;right:0;top:.8vw;margin-right:1vw;font-size:1.5vw;color:#b6b6b6}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerModalConfirmButton .background .bodyPopup .title-closeBtn .closeXPop{font-size:6vw;margin-right:4vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerModalConfirmButton .background .bodyPopup .title-closeBtn .closeXPop{font-size:6vw;margin-right:4vw}}.containerModalConfirmButton .background .bodyPopup .title-closeBtn .closeXPop:hover{cursor:pointer}.containerModalConfirmButton .background .bodyPopup .contentPopup{white-space:break-spaces;width:100%;padding:1vw;font-size:.8854166667vw;border-bottom:1px solid #c2c2c2;border-top:1px solid #c2c2c2;box-sizing:border-box}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerModalConfirmButton .background .bodyPopup .contentPopup{font-size:4.1666666667vw;padding:4vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerModalConfirmButton .background .bodyPopup .contentPopup{font-size:4.1666666667vw;padding:4vw}}.containerModalConfirmButton .background .bodyPopup .buttonModal{width:100%;text-align:right}.containerModalConfirmButton .background .bodyPopup .buttonModal button{background:transparent;border:1px solid #c2c2c2;padding:.3vw .5vw;border-radius:5px;margin:.5vw;cursor:pointer;font-size:.8vw;font-weight:700}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerModalConfirmButton .background .bodyPopup .buttonModal button{padding:0 3vw;height:8vw;font-size:4vw;margin:2vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.containerModalConfirmButton .background .bodyPopup .buttonModal button{padding:0 3vw;height:8vw;font-size:4vw;margin:2vw}}.modal-text-center .title-closeBtn{border-bottom:0!important}.modal-text-center .contentPopup{text-align:center}.modal-text-center .buttonModal{border-top:0!important}.button{display:block;margin:0 3%;width:30%;border-radius:5px;background-color:#000;text-align:center;font-family:TCCC-UnityText-Medium,sans-serif;color:#fff;cursor:pointer;font-size:.9rem;line-height:.9rem;padding:.65vw 0;text-decoration:none;position:relative;border:0}.button.w-full{width:100%}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.button{font-size:3.5vw!important;display:block;width:45%;padding:3vw 0;margin-bottom:5vw;margin-top:1vw}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.button{font-size:3.5vw!important;display:block;width:45%;padding:3vw 0;margin-bottom:5vw;margin-top:1vw}}.button:hover{color:#fe1717!important}.button.login-black-btn{padding-left:0;margin:0}.button.login-black-btn:hover{background-color:#000!important}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.button.login-black-btn{margin-top:2rem}}@media screen and (max-width: 420px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 480px) and (orientation: portrait),screen and (min-width: 360px) and (max-width: 640px) and (orientation: portrait),screen and (min-width: 412px) and (max-width: 732px) and (orientation: portrait),screen and (min-width: 320px) and (max-width: 568px) and (orientation: portrait),screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait),screen and (min-width: 414px) and (max-width: 736px) and (orientation: portrait),screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait),screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: portrait){.button.login-black-btn{margin-top:2rem}}.button .loader{opacity:0;display:flex;justify-content:center;align-items:center;position:absolute;top:calc(50% - .75rem);left:calc(50% - .75rem);width:1.5rem;height:1.5rem}.button.loading{color:transparent!important}.button.loading .icon{opacity:0}.button.loading:hover{background-color:#de082a;color:transparent!important}.button.loading:hover.black{background:#000;color:#fff}.button.loading .loader{opacity:1}.containerMyEditor{flex-grow:1;display:flex;flex-direction:column}.containerMyEditor .myEditor{width:100%;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;border:1px solid #000;background:#e2e8f0;padding:4px;border-radius:7px}.containerMyEditor .myEditor .containerContentEditable{flex-grow:1;overflow:auto;border:1px solid #797979;border-radius:7px;box-sizing:border-box;display:flex;position:relative;font-family:no-font;font-size:initial!important}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative{width:100%;height:100%}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable{width:100%;flex-grow:1;display:flex;min-height:6rem}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable .ProseMirror{background:#fff;color:#000;box-sizing:border-box;padding:15px;flex-grow:1}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable .ProseMirror p:first-child{padding:0!important;margin:0!important}@media screen and (max-width: 420px),screen and (min-width: 320px) and (max-width: 480px),screen and (min-width: 360px) and (max-width: 640px),screen and (min-width: 412px) and (max-width: 732px),screen and (min-width: 320px) and (max-width: 568px),screen and (min-width: 375px) and (max-width: 667px),screen and (min-width: 414px) and (max-width: 767px){.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable .ProseMirror img{max-width:100%}}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable .ProseMirror a{display:inline-block;color:#00f;cursor:pointer}.containerMyEditor .myEditor .containerContentEditable .editorPosRelative .contentEditable .ProseMirror.ProseMirror-focused:focus-visible{outline:0}.containerMyEditor .myEditor .containerContentEditable .showCodeEditor{display:none}.containerMyEditor .myEditor .containerContentEditable .showCodeEditor.active-editor-source-cod-aria{display:initial;position:absolute;padding:.5rem;width:100%;background:#fff;min-height:100%}.containerMyEditor .myEditor .containerContentEditable.resizeInProgress{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.containerMyEditor .myEditor .containerMenuToolsEditor{display:flex;background:#fff;color:#000;margin-bottom:10px;border-radius:10px;padding:5px 10px;flex-wrap:wrap;align-items:center;border:2px solid transparent!important}.containerMyEditor .myEditor .containerMenuToolsEditor .overlayBackMenuItemsEditor{width:100%;height:100%;border-radius:10px;left:0;top:0;position:absolute}.containerMyEditor .myEditor .containerMenuToolsEditor .tool{width:30px;height:30px;display:flex;justify-content:center;align-items:center;margin-right:5px;margin-bottom:5px;margin-top:5px;border-radius:3px;font-weight:700;line-height:1;box-sizing:border-box;font-size:20px;border:1px solid transparent}.containerMyEditor .myEditor .containerMenuToolsEditor .tool:hover{border:1px solid #000;cursor:pointer}.containerMyEditor .myEditor .containerMenuToolsEditor .tool .lineColor{background-color:#000;width:100%;height:3px;margin-top:-1px}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.active{color:#000}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.active:hover{border:2px solid #000}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customToolColorText{width:initial!important}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customToolColorText .containerToolTip{display:flex}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customToolColorText .arrowDownTextAlign{font-size:.8rem}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customToolColorText .containerColorTextTool{line-height:1;display:flex;align-items:center;margin:.2rem}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customToolColorText .containerColorTextTool .propsChildren{padding:0!important}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customTool{width:initial!important;font-weight:initial!important;border:0!important}.containerMyEditor .myEditor .containerMenuToolsEditor .tool.customTool .containerFontFamilyTool{width:140px}.svg-loader{display:flex;position:relative;align-content:space-around;justify-content:center}.svg-loader.white .loader-svg{stroke:#fff}.svg-loader.white .loader-svg.bg{stroke:#000000b3}.svg-loader .animate{stroke-dasharray:242.6;animation:loader-animation 1s cubic-bezier(1,1,1,1) 0s infinite}.svg-container{height:1.2rem;width:1.2rem}.svg-container .loader-svg{position:absolute;left:0;right:0;top:0;bottom:0;fill:none;stroke-width:5px;stroke-linecap:round;stroke:#f9001a}.svg-container .loader-svg.bg{stroke-width:8px;stroke:#f9001a33}.svg-container .loader-svg.animate{stroke-dasharray:242.6;animation:loader-animation 1s cubic-bezier(1,1,1,1) 0s infinite}.svg-container.white .loader-svg{stroke:#fff}.svg-container.white .loader-svg.bg{stroke-width:8px;stroke:#fff3}@keyframes loader-animation{0%{stroke-dasharray:40 242.6;stroke-dashoffset:0}50%{stroke-dasharray:141.3;stroke-dashoffset:141.3}to{stroke-dasharray:40 242.6;stroke-dashoffset:282.6}}.min-w-vw-15{min-width:15vw}.min-w-vw-20{min-width:20vw}.min-w-vw-25{min-width:25vw}.min-w-vw-30{min-width:30vw}.min-w-vw-40{min-width:40vw}.min-w-vw-50{min-width:50vw}.z-100{z-index:100}.z-101{z-index:101}.z-150{z-index:150}.z-200{z-index:200}.z-300{z-index:300}.z-400{z-index:400}.z-500{z-index:500}.z-1000{z-index:1000}.z-1500{z-index:1500}td{position:relative}div:has(>.sdImagePreviewOverlayPanel),td:has(>.sdImagePreviewOverlayPanel){position:relative}.sdImagePreviewOverlayPanel{position:absolute;min-width:200px;min-height:50px;background:#fff;z-index:5001}.sdImagePreviewOverlayPanel img{width:100%;min-height:50px;max-width:400px}.sdImagePreviewOverlayPanel.border-std{border:solid 2px #efefef}.sdImagePreviewOverlayPanel.positionMeTop{top:unset}.sd-btn-media-preview{cursor:pointer;z-index:5004}.my-draggable{position:fixed;cursor:move}.autocomplete-input-panel-container .suggestion__panel{background-color:#f3f4f6;border:1px solid rgb(75,85,99);border-radius:calc(.5rem - 2px);height:15rem}.dismiss-x-container{position:absolute;right:7px;top:10px;cursor:pointer}.dismiss-x-container .dismiss__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#000;fill:none;animation:strokeDismiss .5s cubic-bezier(.65,0,.45,1) forwards}.dismiss-x-container .dismiss__svg{border-radius:50%;display:block;stroke-width:2;stroke:#fff;stroke-miterlimit:10;margin:10% auto;box-shadow:inset 0 0 #374151;animation:fillDismiss .3s ease-in-out .3s forwards,scale .2s ease-in-out .5s both}.dismiss-x-container .dismiss__x{transform-origin:50% 50%;stroke-dasharray:29;stroke-dashoffset:29;animation:strokeDismiss .2s cubic-bezier(.65,0,.45,1) .5s forwards}@keyframes strokeDismiss{to{stroke-dashoffset:0}}@keyframes scaleDismiss{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fillDismiss{to{box-shadow:inset 0 0 0 30px #374151}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-slate-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.placeholder\:text-slate-500::placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity))}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:bg-blue-600:active{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:bg-slate-100[aria-selected=true]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:text-slate-900[aria-selected=true]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[state\=checked\]\:bg-green-600[data-state=checked]{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.data-\[state\=on\]\:bg-accent[data-state=on]{background-color:hsl(var(--accent))}.data-\[state\=on\]\:bg-blue-400[data-state=on]{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.data-\[state\=on\]\:bg-gray-600[data-state=on]{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.data-\[state\=on\]\:bg-green-400[data-state=on]{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity))}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=unchecked\]\:bg-gray-400[data-state=unchecked]{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:hsl(var(--accent-foreground))}.data-\[state\=on\]\:text-white[data-state=on]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[state\=on\]\:shadow-gray-100[data-state=on]{--tw-shadow-color: #f3f4f6;--tw-shadow: var(--tw-shadow-colored)}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:max-w-sm{max-width:24rem}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-1\/3{width:33.333333%}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1024px){.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-slate-500 [cmdk-group-heading]{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.react-responsive-modal-root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px #00000040;margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-overlay,.react-responsive-modal-container,.react-responsive-modal-modal{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}
