:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}

/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-red-700:oklch(50.5% .213 27.518);--color-cyan-400:oklch(78.9% .154 211.53);--color-blue-500:oklch(62.3% .214 259.815);--color-purple-600:oklch(55.8% .288 302.321);--color-pink-600:oklch(59.2% .249 .584);--color-neutral-700:oklch(37.1% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--radius-md:.375rem;--radius-xl:.75rem;--ease-in-out:cubic-bezier(.4,0,.2,1);--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden}.absolute,.sr-only{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.top-0{top:calc(var(--spacing)*0)}.top-1\/2{top:50%}.top-\[0\]{top:0}.top-\[65\%\]{top:65%}.right-0{right:calc(var(--spacing)*0)}.right-\[0\]{right:0}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-\[0\]{bottom:0}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-\[-10\%\]{left:-10%}.-z-10{z-index:calc(10*-1)}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.z-1000{z-index:1000}.z-\[-1\]{z-index:-1}.z-\[-10\]{z-index:-10}.z-\[0\]{z-index:0}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[10\]{z-index:10}.z-\[20\]{z-index:20}.z-\[30\]{z-index:30}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.z-\[1000\]{z-index:1000}.m-auto{margin:auto}.mx-\[-60px\]{margin-inline:-60px}.mx-auto{margin-inline:auto}.my-\[-100px\]{margin-block:-100px}.my-\[24px\]{margin-block:24px}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-14{margin-top:calc(var(--spacing)*14)}.mt-\[-30px\]{margin-top:-30px}.mt-\[-50px\]{margin-top:-50px}.mt-\[-210px\]{margin-top:-210px}.mt-\[-500px\]{margin-top:-500px}.mt-\[10px\]{margin-top:10px}.mt-\[24px\]{margin-top:24px}.mt-\[32px\]{margin-top:32px}.mt-\[48px\]{margin-top:48px}.mt-\[80px\]{margin-top:80px}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-\[-200px\]{margin-right:-200px}.mr-\[30px\]{margin-right:30px}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-\[-200px\]{margin-bottom:-200px}.mb-\[4px\]{margin-bottom:4px}.mb-\[24px\]{margin-bottom:24px}.mb-\[44px\]{margin-bottom:44px}.ml-\[-100px\]{margin-left:-100px}.ml-\[2px\]{margin-left:2px}.ml-\[10px\]{margin-left:10px}.ml-\[20px\]{margin-left:20px}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.aspect-square{aspect-ratio:1}.h-\[4px\]{height:4px}.h-\[14px\]{height:14px}.h-\[24px\]{height:24px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[32px\]{height:32px}.h-\[34px\]{height:34px}.h-\[37px\]{height:37px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[46px\]{height:46px}.h-\[47px\]{height:47px}.h-\[50\%\]{height:50%}.h-\[60px\]{height:60px}.h-\[100px\]{height:100px}.h-\[140px\]{height:140px}.h-\[178px\]{height:178px}.h-\[191px\]{height:191px}.h-\[194px\]{height:194px}.h-\[215px\]{height:215px}.h-\[235px\]{height:235px}.h-\[276px\]{height:276px}.h-\[300px\]{height:300px}.h-\[320px\]{height:320px}.h-\[350px\]{height:350px}.h-\[351px\]{height:351px}.h-\[443px\]{height:443px}.h-\[482px\]{height:482px}.h-\[484px\]{height:484px}.h-\[490px\]{height:490px}.h-\[500px\]{height:500px}.h-\[631px\]{height:631px}.h-\[835px\]{height:835px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[462px\]{max-height:462px}.min-h-\[88px\]{min-height:88px}.min-h-\[225px\]{min-height:225px}.min-h-\[270px\]{min-height:270px}.min-h-\[300px\]{min-height:300px}.min-h-\[350px\]{min-height:350px}.min-h-\[540px\]{min-height:540px}.min-h-\[550px\]{min-height:550px}.min-h-\[600px\]{min-height:600px}.min-h-\[calc\(100vh-88px\)\]{min-height:calc(100vh - 88px)}.min-h-screen{min-height:100vh}.w-\[4px\]{width:4px}.w-\[24px\]{width:24px}.w-\[40px\]{width:40px}.w-\[50\%\]{width:50%}.w-\[62px\]{width:62px}.w-\[63px\]{width:63px}.w-\[80\%\]{width:80%}.w-\[90\%\]{width:90%}.w-\[92px\]{width:92px}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[130px\]{width:130px}.w-\[135px\]{width:135px}.w-\[136px\]{width:136px}.w-\[140px\]{width:140px}.w-\[145px\]{width:145px}.w-\[150px\]{width:150px}.w-\[154px\]{width:154px}.w-\[170px\]{width:170px}.w-\[200px\]{width:200px}.w-\[207px\]{width:207px}.w-\[228px\]{width:228px}.w-\[232px\]{width:232px}.w-\[260px\]{width:260px}.w-\[300px\]{width:300px}.w-\[327px\]{width:327px}.w-\[350px\]{width:350px}.w-\[351px\]{width:351px}.w-\[368px\]{width:368px}.w-\[369px\]{width:369px}.w-\[398px\]{width:398px}.w-\[500px\]{width:500px}.w-\[767px\]{width:767px}.w-\[1200px\]{width:1200px}.w-full{width:100%}.w-max{width:max-content}.max-w-\[400px\]{max-width:400px}.max-w-\[570px\]{max-width:570px}.max-w-\[700px\]{max-width:700px}.max-w-\[1440px\]{max-width:1440px}.max-w-md{max-width:var(--container-md)}.min-w-\[104px\]{min-width:104px}.min-w-\[154px\]{min-width:154px}.min-w-\[327px\]{min-width:327px}.min-w-\[350px\]{min-width:350px}.min-w-\[400px\]{min-width:400px}.min-w-\[570px\]{min-width:570px}.min-w-\[744px\]{min-width:744px}.min-w-\[910px\]{min-width:910px}.min-w-\[1100px\]{min-width:1100px}.min-w-\[2060px\]{min-width:2060px}.flex-1{flex:1}.-translate-x-1\/2{--tw-translate-x:calc(calc(1/2*100%)*-1)}.-translate-x-1\/2,.translate-x-0{translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0)}.translate-x-full{--tw-translate-x:100%}.-translate-y-1\/2,.translate-x-full{translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1/2*100%)*-1)}.translate-z-\[100px\]{--tw-translate-z:100px;translate:var(--tw-translate-x)var(--tw-translate-y)var(--tw-translate-z)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.touch-auto{touch-action:auto}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-\[0px\]{gap:0}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[8px\]{gap:8px}.gap-\[12px\]{gap:12px}.gap-\[14px\]{gap:14px}.gap-\[18px\]{gap:18px}.gap-\[19px\]{gap:19px}.gap-\[24px\]{gap:24px}.gap-\[28px\]{gap:28px}.gap-\[32px\]{gap:32px}.gap-\[33px\]{gap:33px}.gap-\[44px\]{gap:44px}.gap-\[50px\]{gap:50px}.gap-\[56px\]{gap:56px}.gap-\[120px\]{gap:120px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.rounded{border-radius:.25rem}.rounded-\[8px\]{border-radius:8px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[18px\]{border-radius:18px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-\[44px\]{border-radius:44px}.rounded-\[99px\]{border-radius:99px}.rounded-full{border-radius:3.40282e+38px}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border,.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-\[4px\]{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l-4,.border-l-\[4px\]{border-left-style:var(--tw-border-style);border-left-width:4px}.border-none{--tw-border-style:none;border-style:none}.border-\[\#00AEEF\]{border-color:#00aeef}.border-\[\#0000001A\]{border-color:#0000001a}.border-\[\#007A53\]{border-color:#007a53}.border-\[\#007A531A\]{border-color:#007a531a}.border-\[\#007A5366\]{border-color:#007a5366}.border-\[\#00454D66\]{border-color:#00454d66}.border-\[\#00454D\]{border-color:#00454d}.border-\[\#07629966\]{border-color:#07629966}.border-\[\#D4D4D4\]{border-color:#d4d4d4}.border-\[\#D7D7D9\]{border-color:#d7d7d9}.border-\[\#D7D7D9\]\/25{border-color:oklab(87.9746% .000764459 -.00260699/.25)}.border-\[\#EBEBEC\]{border-color:#ebebec}.border-\[\#EE1F9A\]{border-color:#ee1f9a}.border-\[\#F5F5F6\]{border-color:#f5f5f6}.border-\[\#FA7878\]{border-color:#fa7878}.border-\[\#FFCF01\]{border-color:#ffcf01}.border-\[\#FFD10066\]{border-color:#ffd10066}.border-\[\#FFFFFF1A\]{border-color:#ffffff1a}.border-\[\#FFFFFF33\]{border-color:#fff3}.border-\[\#FFFFFF66\]{border-color:#fff6}.border-\[transparent\]{border-color:#0000}.border-\[white\]{border-color:#fff}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.bg-\[\#0C0C0C\]{background-color:#0c0c0c}.bg-\[\#00AEEF0D\]{background-color:#00aeef0d}.bg-\[\#00AEEF\]{background-color:#00aeef}.bg-\[\#0000001A\]{background-color:#0000001a}.bg-\[\#2C2C2C\]{background-color:#2c2c2c}.bg-\[\#3B3B3B\]{background-color:#3b3b3b}.bg-\[\#3F0C0E\]{background-color:#3f0c0e}.bg-\[\#007A53\]{background-color:#007a53}.bg-\[\#007A530D\]{background-color:#007a530d}.bg-\[\#007A531A\]{background-color:#007a531a}.bg-\[\#00454D1A\]{background-color:#00454d1a}.bg-\[\#00454D\]{background-color:#00454d}.bg-\[\#623F83\]{background-color:#623f83}.bg-\[\#00744F\]{background-color:#00744f}.bg-\[\#2679C4\]{background-color:#2679c4}.bg-\[\#58595B33\]{background-color:#58595b33}.bg-\[\#076299\]{background-color:#076299}.bg-\[\#282828\]{background-color:#282828}.bg-\[\#323232\]{background-color:#323232}.bg-\[\#EC008C0D\]{background-color:#ec008c0d}.bg-\[\#EE1F9A\]{background-color:#ee1f9a}.bg-\[\#F5F5F6\]{background-color:#f5f5f6}.bg-\[\#FA7878\]{background-color:#fa7878}.bg-\[\#FA78781A\]{background-color:#fa78781a}.bg-\[\#FFCF01\]{background-color:#ffcf01}.bg-\[\#FFCF011A\]{background-color:#ffcf011a}.bg-\[\#FFFFFF1A\]{background-color:#ffffff1a}.bg-\[\#FFFFFF33\]{background-color:#fff3}.bg-\[\#FFFFFF\]{background-color:#fff}.bg-\[rgba\(236\,0\,140\,1\)\]{background-color:#ec008c}.bg-\[transparent\]{background-color:#0000}.bg-\[white\]{background-color:#fff}.bg-black{background-color:var(--color-black)}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\[linear-gradient\(to_bottom\,_\#0A0A0A\,_\#3B3B3B\)\]{background-image:linear-gradient(#0a0a0a,#3b3b3b)}.bg-\[linear-gradient\(to_bottom\,_\#623E83\,_\#2479C5\)\]{background-image:linear-gradient(#623e83,#2479c5)}.bg-\[url\(\'\/college\/back4\.png\'\)\]{background-image:url(/college/back4.png)}.bg-\[url\(\'\/gridsmart\/again\.svg\'\)\]{background-image:url(/gridsmart/again.svg)}.bg-\[url\(\'\/looper\.svg\'\)\]{background-image:url(/looper.svg)}.bg-none{background-image:none}.from-purple-600{--tw-gradient-from:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-blue-500{--tw-gradient-via:var(--color-blue-500);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.to-cyan-400{--tw-gradient-to:var(--color-cyan-400);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.bg-\[length\:166px_200px\]{background-size:166px 200px}.bg-\[length\:400\%_400\%\]{background-size:400% 400%}.bg-\[length\:534px_600px\]{background-size:534px 600px}.bg-cover{background-size:cover}.bg-\[top_right\]{background-position:100% 0}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat{background-repeat:repeat}.fill-white{fill:var(--color-white)}.object-cover{object-fit:cover}.p-2{padding:calc(var(--spacing)*2)}.p-6{padding:calc(var(--spacing)*6)}.p-\[4px\]{padding:4px}.p-\[14px\]{padding:14px}.p-\[16px\]{padding:16px}.p-\[24px\]{padding:24px}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-\[4px\]{padding-inline:4px}.px-\[10px\]{padding-inline:10px}.px-\[14px\]{padding-inline:14px}.px-\[24px\]{padding-inline:24px}.px-\[32px\]{padding-inline:32px}.px-\[80px\]{padding-inline:80px}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-8{padding-block:calc(var(--spacing)*8)}.py-\[6px\]{padding-block:6px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.py-\[14px\]{padding-block:14px}.py-\[24px\]{padding-block:24px}.py-\[44px\]{padding-block:44px}.py-\[56px\]{padding-block:56px}.pt-\[14px\]{padding-top:14px}.pt-\[18px\]{padding-top:18px}.pt-\[24px\]{padding-top:24px}.pt-\[54px\]{padding-top:54px}.pb-\[0px\]{padding-bottom:0}.pb-\[24px\]{padding-bottom:24px}.pb-\[44px\]{padding-bottom:44px}.pl-5{padding-left:calc(var(--spacing)*5)}.pl-\[14px\]{padding-left:14px}.pl-\[24px\]{padding-left:24px}.text-center{text-align:center}.text-left{text-align:left}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[32px\]{font-size:32px}.text-\[44px\]{font-size:44px}.text-\[46px\]{font-size:46px}.text-\[52px\]{font-size:52px}.text-\[54px\]{font-size:54px}.text-\[70px\]{font-size:70px}.text-\[120px\]{font-size:120px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-\[26px\]{--tw-leading:26px;line-height:26px}.leading-\[32px\]{--tw-leading:32px;line-height:32px}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[300\]{--tw-font-weight:300;font-weight:300}.font-\[400\]{--tw-font-weight:400;font-weight:400}.font-\[500\]{--tw-font-weight:500;font-weight:500}.font-\[700\]{--tw-font-weight:700;font-weight:700}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-\[\#00AEEF\]{color:#00aeef}.text-\[\#2C2C2C\]{color:#2c2c2c}.text-\[\#007A53\]{color:#007a53}.text-\[\#7E7E7E\]{color:#7e7e7e}.text-\[\#041C2C\]{color:#041c2c}.text-\[\#0077A8\]{color:#0077a8}.text-\[\#00744F\]{color:#00744f}.text-\[\#282828\]{color:#282828}.text-\[\#323232\]{color:#323232}.text-\[\#414042\]{color:#414042}.text-\[\#535353\]{color:#535353}.text-\[\#696969\]{color:#696969}.text-\[\#C4177F\]{color:#c4177f}.text-\[\#D4D4D4\]{color:#d4d4d4}.text-\[\#D32F2F\]{color:#d32f2f}.text-\[\#EC008C\]{color:#ec008c}.text-\[\#EE1F9A\]{color:#ee1f9a}.text-\[\#FA7878\]{color:#fa7878}.text-\[\#FFCF01\]{color:#ffcf01}.text-\[\#FFE300\]{color:#ffe300}.text-\[\#FFFFFFB2\]{color:#ffffffb2}.text-\[\#FFFFFFCC\]{color:#fffc}.text-\[\#FFFFFF\]{color:#fff}.text-\[rgba\(83\,83\,83\,1\)\]{color:#535353}.text-\[rgba\(105\,105\,105\,1\)\]{color:#696969}.text-\[rgba\(236\,0\,140\,1\)\]{color:#ec008c}.text-\[white\]{color:#fff}.text-black{color:var(--color-black)}.text-blue-500{color:var(--color-blue-500)}.text-neutral-700{color:var(--color-neutral-700)}.text-pink-600{color:var(--color-pink-600)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.text-white\/70{color:#ffffffb3}@supports (color:color-mix(in lab,red,red)){.text-white\/70{color:color-mix(in oklab,var(--color-white)70%,transparent)}}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-40{opacity:.4}.opacity-100{opacity:1}.opacity-\[0\.2\]{opacity:.2}.opacity-\[0\.9\]{opacity:.9}.mix-blend-overlay{mix-blend-mode:overlay}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-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,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\]{--tw-ease:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.will-change-transform{will-change:transform}.perspective-\[1600px\]{perspective:1600px}@media (hover:hover){.group-hover\:bg-white:is(:where(.group):hover *){background-color:var(--color-white)}.group-hover\:text-black:is(:where(.group):hover *){color:var(--color-black)}}.placeholder\:text-\[\#A0A0A0\]::placeholder{color:#a0a0a0}.placeholder\:uppercase::placeholder{text-transform:uppercase}@media (hover:hover){.hover\:border-\[\#00454D66\]:hover{border-color:#00454d66}.hover\:border-\[\#EBEBEC\]:hover{border-color:#ebebec}.hover\:border-\[\#FFCF0166\]:hover{border-color:#ffcf0166}.hover\:bg-\[\#C4177F\]\/10:hover{background-color:oklab(54.6528% .213479 -.0327004/.1)}.hover\:bg-\[\#F5F5F6\]:hover{background-color:#f5f5f6}.hover\:bg-\[\#FFCF010D\]:hover{background-color:#ffcf010d}.hover\:bg-\[transparent\]:hover{background-color:#0000}.hover\:bg-pink-600:hover{background-color:var(--color-pink-600)}.hover\:text-\[\#0077A8\]:hover{color:#0077a8}.hover\:text-\[\#323232\]:hover{color:#323232}.hover\:text-red-700:hover{color:var(--color-red-700)}.hover\:opacity-90:hover{opacity:.9}}.focus\:not-sr-only:focus{clip-path:none;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.focus\:absolute:focus{position:absolute}.focus\:top-4:focus{top:calc(var(--spacing)*4)}.focus\:left-4:focus{left:calc(var(--spacing)*4)}.focus\:z-\[9999\]:focus{z-index:9999}.focus\:rounded-md:focus{border-radius:var(--radius-md)}.focus\:border-\[\#EC008C\]\/25:focus{border-color:oklab(61.572% .251783 -.0213983/.25)}.focus\:bg-\[\#EE1F9A\]:focus{background-color:#ee1f9a}.focus\:px-4:focus{padding-inline:calc(var(--spacing)*4)}.focus\:py-2:focus{padding-block:calc(var(--spacing)*2)}.focus\:text-sm:focus{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.focus\:font-bold:focus{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.focus\:text-white:focus{color:var(--color-white)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (min-width:40rem){.sm\:mt-0{margin-top:calc(var(--spacing)*0)}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:min-h-\[480px\]{min-height:480px}.sm\:min-h-\[672px\]{min-height:672px}.sm\:min-h-full{min-height:100%}.sm\:min-w-\[480px\]{min-width:480px}.sm\:min-w-full{min-width:100%}}@media (min-width:48rem){.md\:h-\[350px\]{height:350px}.md\:h-\[351px\]{height:351px}.md\:h-\[500px\]{height:500px}.md\:h-\[501px\]{height:501px}.md\:h-\[699px\]{height:699px}.md\:h-\[700px\]{height:700px}.md\:min-h-\[900px\]{min-height:900px}.md\:w-\[350px\]{width:350px}.md\:w-\[351px\]{width:351px}.md\:w-\[500px\]{width:500px}.md\:w-\[501px\]{width:501px}.md\:w-\[699px\]{width:699px}.md\:w-\[700px\]{width:700px}.md\:text-\[16px\]{font-size:16px}}@media (min-width:64rem){.lg\:pointer-events-auto{pointer-events:auto}.lg\:top-\[70px\]{top:70px}.lg\:bottom-\[0px\]{bottom:0}.lg\:m-0{margin:calc(var(--spacing)*0)}.lg\:mx-\[-43px\]{margin-inline:-43px}.lg\:my-\[56px\]{margin-block:56px}.lg\:mt-0{margin-top:calc(var(--spacing)*0)}.lg\:mt-\[-100px\]{margin-top:-100px}.lg\:mt-\[-200px\]{margin-top:-200px}.lg\:mt-\[20px\]{margin-top:20px}.lg\:mt-\[32px\]{margin-top:32px}.lg\:mt-\[100px\]{margin-top:100px}.lg\:mr-4{margin-right:calc(var(--spacing)*4)}.lg\:mr-\[-100px\]{margin-right:-100px}.lg\:mb-\[100px\]{margin-bottom:100px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:aspect-auto{aspect-ratio:auto}.lg\:h-\[24px\]{height:24px}.lg\:h-\[32px\]{height:32px}.lg\:h-\[44px\]{height:44px}.lg\:h-\[50\%\]{height:50%}.lg\:h-\[52px\]{height:52px}.lg\:h-\[55px\]{height:55px}.lg\:h-\[60px\]{height:60px}.lg\:h-\[64px\]{height:64px}.lg\:h-\[70px\]{height:70px}.lg\:h-\[150px\]{height:150px}.lg\:h-\[299px\]{height:299px}.lg\:h-\[300px\]{height:300px}.lg\:h-\[356px\]{height:356px}.lg\:h-\[428px\]{height:428px}.lg\:h-\[450px\]{height:450px}.lg\:h-\[452px\]{height:452px}.lg\:h-\[462px\]{height:462px}.lg\:h-\[500px\]{height:500px}.lg\:h-\[501px\]{height:501px}.lg\:h-\[589px\]{height:589px}.lg\:h-\[600px\]{height:600px}.lg\:h-\[610px\]{height:610px}.lg\:h-\[687px\]{height:687px}.lg\:h-\[688px\]{height:688px}.lg\:h-\[700px\]{height:700px}.lg\:h-\[754px\]{height:754px}.lg\:h-\[758px\]{height:758px}.lg\:h-\[775px\]{height:775px}.lg\:h-\[793px\]{height:793px}.lg\:h-\[804px\]{height:804px}.lg\:h-\[805px\]{height:805px}.lg\:h-\[817px\]{height:817px}.lg\:h-\[855px\]{height:855px}.lg\:h-\[872px\]{height:872px}.lg\:h-full{height:100%}.lg\:min-h-\[140px\]{min-height:140px}.lg\:min-h-\[600px\]{min-height:600px}.lg\:min-h-\[620px\]{min-height:620px}.lg\:min-h-\[1100px\]{min-height:1100px}.lg\:min-h-\[1330px\]{min-height:1330px}.lg\:min-h-screen{min-height:100vh}.lg\:w-\[32px\]{width:32px}.lg\:w-\[33\%\]{width:33%}.lg\:w-\[44px\]{width:44px}.lg\:w-\[45\%\]{width:45%}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[60px\]{width:60px}.lg\:w-\[64px\]{width:64px}.lg\:w-\[70px\]{width:70px}.lg\:w-\[90vw\]{width:90vw}.lg\:w-\[140px\]{width:140px}.lg\:w-\[215px\]{width:215px}.lg\:w-\[220px\]{width:220px}.lg\:w-\[248px\]{width:248px}.lg\:w-\[250px\]{width:250px}.lg\:w-\[262px\]{width:262px}.lg\:w-\[279px\]{width:279px}.lg\:w-\[300px\]{width:300px}.lg\:w-\[363px\]{width:363px}.lg\:w-\[367px\]{width:367px}.lg\:w-\[384px\]{width:384px}.lg\:w-\[410px\]{width:410px}.lg\:w-\[413px\]{width:413px}.lg\:w-\[438px\]{width:438px}.lg\:w-\[500px\]{width:500px}.lg\:w-\[501px\]{width:501px}.lg\:w-\[518px\]{width:518px}.lg\:w-\[536px\]{width:536px}.lg\:w-\[687px\]{width:687px}.lg\:w-\[688px\]{width:688px}.lg\:w-\[696px\]{width:696px}.lg\:w-\[804px\]{width:804px}.lg\:w-\[805px\]{width:805px}.lg\:w-\[1028px\]{width:1028px}.lg\:w-\[1200px\]{width:1200px}.lg\:w-full{width:100%}.lg\:max-w-\[1028px\]{max-width:1028px}.lg\:max-w-none{max-width:none}.lg\:min-w-\[64px\]{min-width:64px}.lg\:min-w-\[248px\]{min-width:248px}.lg\:min-w-\[384px\]{min-width:384px}.lg\:min-w-\[536px\]{min-width:536px}.lg\:min-w-\[565px\]{min-width:565px}.lg\:min-w-\[1200px\]{min-width:1200px}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-0{gap:calc(var(--spacing)*0)}.lg\:gap-\[0\]{gap:0}.lg\:gap-\[18px\]{gap:18px}.lg\:gap-\[24px\]{gap:24px}.lg\:gap-\[32px\]{gap:32px}.lg\:gap-\[33px\]{gap:33px}.lg\:gap-\[34px\]{gap:34px}.lg\:gap-\[44px\]{gap:44px}.lg\:gap-\[56px\]{gap:56px}.lg\:gap-\[74px\]{gap:74px}.lg\:gap-\[76px\]{gap:76px}.lg\:gap-\[100px\]{gap:100px}.lg\:overflow-hidden{overflow:hidden}.lg\:border-none{--tw-border-style:none;border-style:none}.lg\:bg-\[white\]{background-color:#fff}.lg\:bg-transparent{background-color:#0000}.lg\:bg-\[linear-gradient\(180deg\,_\#00AEEF00_0\%\,_\#00AEEF33_33\%\,_\#00AEEF80_67\%\,_\#00AEEF00_100\%\)\]{background-image:linear-gradient(#00aeef00,#00aeef33 33%,#00aeef80 67%,#00aeef00)}.lg\:bg-\[linear-gradient\(to_right\,_\#623E83\,_\#2479C5\)\]{background-image:linear-gradient(90deg,#623e83,#2479c5)}.lg\:bg-\[url\(\'\/denso\/denso4\.png\'\)\]{background-image:url(/denso/denso4.png)}.lg\:bg-\[url\(\'\/gridsmart\/frame\.svg\'\)\]{background-image:url(/gridsmart/frame.svg)}.lg\:bg-\[url\(\'\/projects\/background2\.svg\'\)\]{background-image:url(/projects/background2.svg)}.lg\:bg-\[url\(\'\/projects\/background3\.svg\'\)\]{background-image:url(/projects/background3.svg)}.lg\:bg-left{background-position:0}.lg\:bg-right{background-position:100%}.lg\:p-0{padding:calc(var(--spacing)*0)}.lg\:p-\[44px\]{padding:44px}.lg\:p-\[120px\]{padding:120px}.lg\:px-0{padding-inline:calc(var(--spacing)*0)}.lg\:px-\[44px\]{padding-inline:44px}.lg\:px-\[120px\]{padding-inline:120px}.lg\:py-\[24px\]{padding-block:24px}.lg\:py-\[32px\]{padding-block:32px}.lg\:py-\[56px\]{padding-block:56px}.lg\:py-\[100px\]{padding-block:100px}.lg\:pt-\[20px\]{padding-top:20px}.lg\:pt-\[54px\]{padding-top:54px}.lg\:pt-\[56px\]{padding-top:56px}.lg\:pt-\[80px\]{padding-top:80px}.lg\:pt-\[100px\]{padding-top:100px}.lg\:pt-\[150px\]{padding-top:150px}.lg\:pb-0{padding-bottom:calc(var(--spacing)*0)}.lg\:pb-\[0\]{padding-bottom:0}.lg\:pb-\[56px\]{padding-bottom:56px}.lg\:pb-\[150px\]{padding-bottom:150px}.lg\:pl-0{padding-left:calc(var(--spacing)*0)}.lg\:pl-\[120px\]{padding-left:120px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[22px\]{font-size:22px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[28px\]{font-size:28px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[34px\]{font-size:34px}.lg\:text-\[38px\]{font-size:38px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[44px\]{font-size:44px}.lg\:text-\[46px\]{font-size:46px}.lg\:text-\[52px\]{font-size:52px}.lg\:leading-\[35px\]{--tw-leading:35px;line-height:35px}.lg\:leading-\[43px\]{--tw-leading:43px;line-height:43px}.lg\:leading-\[45px\]{--tw-leading:45px;line-height:45px}.lg\:leading-\[70px\]{--tw-leading:70px;line-height:70px}.lg\:text-\[\#535353\]{color:#535353}}@media (min-width:80rem){.xl\:mt-\[-40px\]{margin-top:-40px}.xl\:mt-\[-200px\]{margin-top:-200px}.xl\:mb-\[100px\]{margin-bottom:100px}.xl\:h-\[685px\]{height:685px}.xl\:h-\[686px\]{height:686px}.xl\:h-\[987px\]{height:987px}.xl\:h-\[988px\]{height:988px}.xl\:h-\[1205px\]{height:1205px}.xl\:h-\[1206px\]{height:1206px}.xl\:w-\[685px\]{width:685px}.xl\:w-\[686px\]{width:686px}.xl\:w-\[987px\]{width:987px}.xl\:w-\[988px\]{width:988px}.xl\:w-\[1205px\]{width:1205px}.xl\:w-\[1206px\]{width:1206px}.xl\:px-\[120px\]{padding-inline:120px}}}:root{--background:#fff;--foreground:#171717;--cyan-accessible:#0077a8;--magenta-accessible:#c4177f}:focus-visible{outline-offset:2px;outline:2px solid #00aeef}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-color-scheme:dark){:root{--background:white!important;--foreground:black!important}}body{font-family:Satoshi,Arial,Helvetica,sans-serif;background:var(--background)!important;color:var(--foreground)!important}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SansPro;src:url(/fonts/SourceSansPro-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:SansPro;src:url(/fonts/SourceSansPro-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SansPro;src:url(/fonts/SourceSansPro-Semibold.otf)format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SansPro;src:url(/fonts/SourceSansPro-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SansPro;src:url(/fonts/SourceSansPro-Black.otf)format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:CenturyGothic;src:url(/fonts/centurygothic.ttf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.scroll-left{animation:scroll-left 60s linear infinite}.scroll-right{animation:scroll-left 30s linear infinite}@keyframes gradientShift{0%{background-position:0}50%{background-position:100%}to{background-position:0}}.gradient-border{background:linear-gradient(270deg,#00aeef33,#ee1f9a33,#00aeef33,#ee1f9a33,#00aeef33);padding:1px}.gradient-background{background:linear-gradient(270deg,#ffffff0d,#ee1f9a0d,#00aeef0d,#ee1f9a0d,#00aeef0d) 0 0/1200% 1200%;animation:gradientShift 12s infinite}@keyframes rotate{to{transform:translate(-50%,-50%)rotate(1turn)}}.rotating-circle{animation:rotate 10s linear infinite}.counter-rotate{animation:counter-rotate 10s linear infinite}@keyframes counter-rotate{to{transform:rotate(-1turn)}}.content-no-rotation{transform:none!important}@keyframes shadowPulse{0%,to{box-shadow:0 0 #00454d00}50%{box-shadow:0 0 15px 4px #00454d66}}@keyframes shadowPulse2{0%,to{box-shadow:0 0 #d4d4d4}50%{box-shadow:0 0 15px 4px #d4d4d4}}.shadow-pulse{animation:shadowPulse 1.5s ease-in-out infinite}.shadow-pulse2{animation:shadowPulse2 1.5s ease-in-out infinite}@keyframes shadowPulse3{0%,to{box-shadow:0 0 #ffd10066}50%{box-shadow:0 0 15px 4px #ffd10066}}.shadow-pulse3{animation:shadowPulse3 1.5s ease-in-out infinite}@keyframes shadowPulse4{0%,to{box-shadow:0 0 #007a5366}50%{box-shadow:0 0 15px 4px #007a5366}}.shadow-pulse4{animation:shadowPulse4 1.5s ease-in-out infinite}@keyframes shadowPulse5{0%,to{box-shadow:0 0 #07629966}50%{box-shadow:0 0 15px 4px #07629966}}.shadow-pulse5{animation:shadowPulse5 1.5s ease-in-out infinite}@keyframes shadowPulse6{0%,to{box-shadow:0 0 #d4d4d4}50%{box-shadow:0 0 15px 4px #d4d4d4}}.shadow-pulse6{animation:shadowPulse6 1.5s ease-in-out infinite}@keyframes shadowPulse7{0%,to{box-shadow:0 0 #623e8300}50%{box-shadow:0 0 15px 4px #623e8380}}.shadow-pulse7{animation:shadowPulse7 1.5s ease-in-out infinite}.animated-border-box,.animated-border-box-glow{z-index:0;border-radius:24px;position:absolute;inset:0;overflow:hidden}.animated-border-box-glow{filter:blur(20px);z-index:0}.animated-border-box-glow:before,.animated-border-box:before{content:"";z-index:-2;background-position:0 0;background-repeat:no-repeat;border-radius:24px;width:99999px;height:99999px;animation:rotate 14s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.animated-border-box:after{content:"";z-index:-1;background:#292a2e;border-radius:24px;width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;left:4px}.oak-border-box-glow:before,.oak-border-box:before{background-image:conic-gradient(#00272f,#fff9,#00272f00)}.denso-border-box-glow:before,.denso-border-box:before{background-image:conic-gradient(#bbe2f100,#fff9,#bbe2f1)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}