@charset "UTF-8";@keyframes loopWeight{0%{font-weight:100}to{font-weight:400}}@keyframes rotate-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blobify{0%{border-radius:30%}to{border-radius:40%}}.dither-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:transparent;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.dither-container{will-change:auto;transform:translateZ(0)}}.dither-container.disable-hover{pointer-events:none}.dither-container.transparent{background-color:transparent}.dither-container.transparent .background-image{background-color:transparent;opacity:0}.hidden-image{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges}@media (max-width: 768px){.background-image{image-rendering:auto}}.dither-canvas{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .3s ease;z-index:2;image-rendering:-webkit-crisp-edges;image-rendering:pixelated;image-rendering:crisp-edges;will-change:opacity;backface-visibility:hidden}.dither-canvas.loaded{opacity:1}.dither-canvas.processing{opacity:.3}.dither-canvas.hovered{opacity:0;transition:opacity .2s ease-out}@media (max-width: 768px){.dither-canvas{transition:opacity .2s ease;will-change:auto}.dither-canvas.hovered{transition:opacity .15s ease-out}}@media (max-width: 480px),(max-height: 480px){.dither-canvas,.dither-canvas.hovered{transition:none!important}}.loading-state{display:flex;flex-direction:column;align-items:center;gap:16px;color:#666;z-index:3}@media (max-width: 768px){.loading-state{gap:12px}}.loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top:3px solid #333;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 768px){.loading-spinner{width:32px;height:32px;border-width:2px;animation-duration:1.5s}}@media (max-width: 480px){.loading-spinner{width:24px;height:24px;animation-duration:2s}}.loading-text{font-size:14px;font-weight:500}@media (max-width: 768px){.loading-text{font-size:12px}}.debug-info{position:absolute;bottom:8px;left:8px;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-family:monospace;opacity:.8;z-index:4}@media (max-width: 768px){.debug-info{font-size:10px;padding:2px 6px;bottom:4px;left:4px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.debug-info{font-size:10px;padding:2px 6px}}@media (prefers-reduced-motion: reduce){.dither-canvas{transition:none}.loading-spinner{animation:none;border-top-color:transparent;border-right-color:#333}}@media (prefers-reduced-motion: reduce),(max-width: 480px){.dither-container{transform:none}.dither-canvas{will-change:auto;backface-visibility:visible}}@media (min-resolution: 192dpi){.dither-canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (hover: none) and (pointer: coarse){.dither-container{cursor:default}.dither-canvas.hovered{transition:opacity .1s ease-out}}.mouse-trailer{opacity:0;width:2rem;height:2rem;pointer-events:none;position:fixed;z-index:1000;left:0;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width: 755px){.mouse-trailer{display:none}}.mouse-trailer .mouse-bg{width:100%;height:100%;position:absolute;background:linear-gradient(to bottom right,#e4ff50,#0022e4);opacity:1;border-radius:.75rem;animation:rotate 4s linear 0s infinite forwards,blobify 8s ease-in-out 0s infinite alternate}.mouse-trailer .mouse-fg{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mouse-trailer .mouse-fg .icon{opacity:0;rotate:-95deg;transition:all .5s ease-in-out;color:#000;display:flex;align-items:center;justify-content:center;font-size:.7em}.mouse-trailer:not([data-type=""]) .mouse-fg .icon{opacity:1;rotate:0deg}:root.is-safari .mouse-trailer .mouse-bg{mix-blend-mode:normal}:root.is-firefox .mouse-trailer .mouse-bg{mix-blend-mode:normal}.projects-showcase-content{position:relative;width:100%;margin-bottom:4rem}@media (min-width: 768px){.projects-showcase-content{margin-bottom:6rem}}@media (min-width: 1024px){.projects-showcase-content{margin-bottom:8rem}}.projects-showcase-content .title-section .dither-img{height:85svh;width:100%;display:grid;place-items:center}@media (max-width: 767px){.projects-showcase-content .title-section .dither-img{height:45svh}}@media (min-width: 1024px){.projects-showcase-content .title-section .dither-img{height:90svh}}.projects-navigator{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:6rem;margin-bottom:2rem;position:sticky;bottom:3rem;z-index:10;padding-left:1rem;padding-right:1rem}.projects-navigator .projects-navigator-title{position:absolute;top:-50%;left:50%;translate:-50% 100%;opacity:0;transition:all .3s ease;transition-delay:.2s;text-align:center;background-color:#0022e426;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.75rem;padding:.25rem .5rem}.projects-navigator .projects-navigator-title.active{translate:-50% 0%;opacity:1}.projects-navigator .projects-navigator-title h2{font-size:.75rem;font-weight:400}.projects-navigator .projects-navigator-wrapper{width:calc(320px + 4rem);max-width:100%;border-radius:.75rem;padding:.25rem 1rem;background-color:#0022e4cc;outline:3px solid #FFFFFF;overflow:hidden;display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:center}.projects-navigator .projects-navigator-item{width:64px;height:64px;flex-shrink:0;border-radius:.75rem;padding:.25rem .5rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94);will-change:transform;--tx: 0px;transform:translate(var(--tx))}.projects-navigator .projects-navigator-item.no-transition{transition:none!important}.projects-navigator .projects-navigator-item.outer{opacity:0;pointer-events:none}.projects-navigator .projects-navigator-item.outer.sliding{opacity:.6}.projects-navigator .projects-navigator-item.inner-direct{transform:translate(var(--tx)) scale(.8)}.projects-navigator .projects-navigator-item.inner-indirect{transform:translate(var(--tx)) scale(.6)}.projects-navigator .projects-navigator-item:hover{cursor:pointer;transform:translate(var(--tx)) scale(.85);opacity:.7}.projects-navigator .projects-navigator-item:hover img{transform:scale(.85)}.projects-navigator .projects-navigator-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s ease;transform:scale(.6);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.projects-navigator .projects-navigator-item.active{transform:translate(var(--tx)) scale(1);opacity:1;border-color:#fff;z-index:10}.projects-navigator .projects-navigator-item.active img{transform:scale(1);filter:grayscale(0%)}@media (max-width: 767px){.projects-navigator .projects-navigator-title blockquote{font-size:1rem}.projects-navigator .projects-navigator-title blockquote:before{top:-.35em;left:-.15ch}}@media (min-width: 768px){.projects-navigator{margin-top:3rem;margin-bottom:3rem;bottom:5rem}.projects-navigator .projects-navigator-title h2{font-size:1.25rem}.projects-navigator .projects-navigator-wrapper{width:calc(375px + 6rem);padding:.5rem 1.5rem;gap:.75rem;border-width:2px}.projects-navigator .projects-navigator-item{width:75px;height:75px}.projects-navigator .projects-navigator-item img{transform:scale(.7)}}@media (min-width: 1024px){.projects-navigator{margin-top:4rem;margin-bottom:4rem;bottom:6rem}.projects-navigator .projects-navigator-title h2{font-size:1.5rem}.projects-navigator .projects-navigator-wrapper{width:calc(475px + 8rem);padding:.5rem 2rem;gap:1rem}.projects-navigator .projects-navigator-item{width:95px;height:95px}.projects-navigator .projects-navigator-item img{transform:scale(.75)}}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.project-layout{display:flex;flex-direction:column;align-items:center;justify-content:center}.project-content-wrapper{width:100%;max-width:1800px;padding:1.5rem;margin:4rem auto;margin-top:0}@media (min-width: 768px){.project-content-wrapper{padding:3rem;margin-bottom:6rem}}@media (min-width: 1024px){.project-content-wrapper{padding:5rem;margin-bottom:10rem}}.project-content-wrapper.full-width{width:100%;max-width:unset;padding:0}.project-content{width:100%;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.project-content{gap:3rem}}@media (min-width: 1024px){.project-content{gap:5rem}}.project-content.single,.project-content.double{grid-template-columns:1fr}@media (min-width: 768px){.project-content.double{grid-template-columns:2fr 1fr}}.project-content.double.reverse{grid-template-columns:1fr}@media (min-width: 768px){.project-content.double.reverse{grid-template-columns:1fr 2fr}}.project-content.triple{grid-template-columns:1fr}@media (min-width: 768px){.project-content.triple{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.project-content.triple{grid-template-columns:1fr 1fr 1fr}}.project-content.full-height{height:60vh}@media (min-width: 768px){.project-content.full-height{height:80vh}}@media (min-width: 1024px){.project-content.full-height{height:100svh}}.title-section{position:relative;gap:1.5rem}@media (min-width: 768px){.title-section{gap:2rem}}@media (min-width: 1024px){.title-section{gap:3rem}}.title-section .dither-img{height:60vh}@media (min-width: 768px){.title-section .dither-img{height:80vh}}@media (min-width: 1024px){.title-section .dither-img{height:100svh}}.title-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1rem;padding-right:1rem}.title-content h1{text-align:center;font-size:1.5em}@media (min-width: 768px){.title-content h1{font-size:2em}}@media (min-width: 1024px){.title-content h1{font-size:3em}}.title-content p{font-size:1em;text-align:center}@media (min-width: 768px){.title-content p{font-size:1.25em}}@media (min-width: 1024px){.title-content p{font-size:1.5em}}.title-content small{font-size:1.25em;text-align:center}.subtitle-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.subtitle-content h3{font-size:2em;text-transform:unset}.subtitle-content h4{font-size:1.5em;text-transform:unset}.txt-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem}.txt-content p{max-width:100%;text-align:left;line-height:1.3}@media (min-width: 768px){.txt-content p{max-width:40ch}}.txt-content p:last-child{margin-bottom:0}.txt-content pre{font-family:Departure Mono;color:#e4ff50;background-color:#838eb2bf;padding:1rem;overflow-x:auto}@media (min-width: 768px){.txt-content pre{padding:1.5rem}}@media (min-width: 1024px){.txt-content pre{padding:2rem}}.txt-content ul,.txt-content ol{list-style-position:inside}.txt-content blockquote{font-size:1.1em;text-align:left;position:relative;color:#e4ff50;font-style:italic;font-weight:900;line-height:1.25;padding:.75rem 1rem}@media (min-width: 768px){.txt-content blockquote{font-size:1.2em;padding:1rem 2rem}}@media (min-width: 1024px){.txt-content blockquote{font-size:1.25em}}.txt-content blockquote:before{content:"“";position:absolute;top:-.25rem;left:0;font-size:1.8em;color:#e4ff50;line-height:1}.txt-content blockquote:after{content:"”";position:absolute;bottom:-.25rem;right:0;font-size:1.8em;color:#e4ff50;line-height:1}.txt-content.start{justify-content:flex-start}.txt-content.end{justify-content:flex-end}.txt-content.center{justify-content:center}.txt-content.right{align-items:flex-end}.txt-content.right p{text-align:right}.txt-content.left{align-items:flex-start}.txt-content.left p{text-align:left}.txt-content.justify p{text-align:justify}@media (max-width: 767px){.txt-content{align-items:flex-start!important}.txt-content p,.txt-content li,.txt-content blockquote{text-align:left!important}.quote-content blockquote{font-size:1.2em}.quote-content blockquote:before{top:-.35em;left:-.15ch}.img-content img{max-height:220px;border-radius:.75rem}.img-content{display:block}.img-content .quote-content{position:static;width:100%;height:auto;z-index:auto;padding:.5rem 0;display:block}.img-content .quote-content blockquote{font-size:1.05em;line-height:1.25;max-width:100%;transform:none;text-align:left;text-shadow:none;display:block;overflow:visible;line-clamp:initial;-webkit-line-clamp:initial;-webkit-box-orient:initial;margin-top:.5rem;padding:0}.quote-content.big{font-size:1.3em}}.img-content{position:relative}.img-content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-height:250px;position:relative;z-index:2;border-radius:.75rem}@media (min-width: 768px){.img-content img{max-height:350px}}@media (min-width: 1024px){.img-content img{max-height:400px}}.img-content .quote-content{position:absolute;bottom:0;right:0;width:100%;height:100%;z-index:3;padding:.5rem;border-radius:.75rem;display:flex;align-items:flex-end;justify-content:flex-end}@media (min-width: 768px){.img-content .quote-content{padding:2rem}}.img-content .quote-content blockquote{font-size:1.3em;text-align:right;padding:.5rem;border-radius:.75rem;text-shadow:0 0 15px black}@media (min-width: 768px){.img-content .quote-content blockquote{font-size:1.8em;padding:.65rem;max-width:80%}}@media (min-width: 1024px){.img-content .quote-content blockquote{font-size:2.75em;padding:.75rem;max-width:60%}}.img-content.long img{border-radius:.75rem;height:300px;max-height:300px}@media (min-width: 768px){.img-content.long img{height:600px;max-height:600px}}@media (min-width: 1024px){.img-content.long img{height:800px;max-height:800px}}.img-content.cover{height:100%}.img-content.cover img{height:100%;max-height:unset;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.full-width img{border-radius:0}.cta-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.cta-content button{font-size:1.5em}@media (max-width: 767px){.project-content-wrapper.full-width .cta-content{padding-left:1.5rem;padding-right:1.5rem}.cta-content button{font-size:1.2em;padding:.6rem 1rem}}.quote-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.quote-content blockquote{font-size:1.2em;text-align:center;position:relative;color:#e4ff50;font-style:italic;font-weight:900;line-height:1.2;padding:0 1rem;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:4em}@media (min-width: 768px){.quote-content blockquote{font-size:1.6em;padding:0 2rem}}@media (min-width: 1024px){.quote-content blockquote{font-size:2em;padding:0 3rem}}.quote-content blockquote:before,.quote-content blockquote:after{position:static;font-size:2em;color:#e4ff50;line-height:1}.quote-content blockquote:before{content:"“";margin-bottom:.2em;margin-right:0;margin-top:0;align-self:flex-start}.quote-content blockquote:after{content:"”";margin-top:.2em;margin-left:0;margin-bottom:0;align-self:flex-end}.quote-content.big{font-size:1.4em;font-weight:900;text-align:justify}@media (min-width: 768px){.quote-content.big{font-size:1.6em}}@media (min-width: 1024px){.quote-content.big{font-size:1.9em}}.model-content .model-viewer{width:100%;height:100%;position:relative}.credits-content{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.credits-content{grid-template-columns:1fr 1fr;gap:2rem}}.credits-content .credit{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem}@media (min-width: 768px){.credits-content .credit{padding:1.5rem}}.credits-content .img-credit{width:80px;height:80px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.credits-content .img-credit svg{width:55%;height:55%;-o-object-fit:contain;object-fit:contain}@media (min-width: 768px){.credits-content .img-credit{width:100px;height:100px}}.credits-content .img-credit img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:0}.credits-content .text-credit{display:flex;flex-direction:column;align-items:center;gap:.25rem}.credits-content .text-credit .name{font-size:1rem;font-weight:500;color:#fff}@media (min-width: 768px){.credits-content .text-credit .name{font-size:1.1rem}}.credits-content .text-credit .role{font-size:.875rem;color:#ffffffb3;font-weight:400}.related-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.related-content .related-item{display:flex;width:100%;flex-direction:column}.related-content .related-item .img-related{width:100%;height:100%;max-height:150px;overflow:hidden}.related-content .related-item .img-related img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:.75rem}.contact-form-wrapper{max-width:800px;width:100%;justify-self:center}.form-content{display:flex;flex-direction:column;gap:.75rem;width:100%;--field-max: 36ch;margin-top:1.75rem;padding:1.5rem;background-color:#e4ff50;color:#0022e4;border-radius:.25rem;transition:background-color .3s ease}.form-content h2,.form-content h3,.form-content h4,.form-content h5,.form-content h6,.form-content p{color:#0022e4}@media (min-width: 768px){.form-content{--field-max: 44ch;padding:2rem;margin-top:2.25rem;gap:1rem}}@media (min-width: 1024px){.form-content{--field-max: 56ch;padding:2.5rem;margin-top:2.75rem;gap:1.25rem}}.form-content .form-contact{display:flex;flex-direction:column;gap:.75rem;font-style:italic}.form-content .form-contact input,.form-content .form-contact textarea{background-color:transparent;border:none;border-bottom:2px solid #0022E4;border-radius:.25rem;padding:0rem .7rem;margin-bottom:.5rem;font-style:normal;font-family:Departure Mono;font-size:1rem;font-weight:400;min-width:300px;max-width:100%;color:#0022e4}.form-content .form-contact input::-moz-placeholder,.form-content .form-contact textarea::-moz-placeholder{color:#0022e480;font-size:.75em}.form-content .form-contact input::placeholder,.form-content .form-contact textarea::placeholder{color:#0022e480;font-size:.75em}.form-content .form-contact input:focus,.form-content .form-contact textarea:focus{outline:none;border-color:#0022e4}@media (min-width: 768px){.form-content .form-contact input,.form-content .form-contact textarea{padding:.55rem .85rem}}@media (min-width: 1024px){.form-content .form-contact input,.form-content .form-contact textarea{padding:.65rem .95rem}}.form-content .form-contact textarea{width:100%;max-width:none;max-height:30em;overflow-y:hidden;resize:none;line-height:1.5;transition:height .2s ease}.form-content .form-contact button{width:-moz-max-content;width:max-content;font-size:1rem;background-color:#0022e4;color:#e4ff50;margin-top:1rem}@media (min-width: 768px){.form-content .form-contact button{font-size:1.1rem}}@media (min-width: 1024px){.form-content .form-contact button{font-size:1.2rem}}.form-content .form-contact button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@font-face{font-family:Ancho;src:url(/fonts/AnchoGX.woff2) format("woff2-variations");font-weight:100 900;font-style:normal}@font-face{font-family:Departure Mono;src:url(/fonts/DepartureMono-Regular.woff2) format("woff2")}:root{line-height:1.5;font-weight:400;color-scheme:light dark;color:#fff;background-color:#0022e4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{padding:0;margin:0;box-sizing:border-box}body{font-size:16px;font-family:Outfit,sans-serif;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,.display-font{font-family:Ancho,sans-serif;font-weight:500;font-style:normal;color:#e4ff50}.spacer{width:100%;height:2rem}.for-ai{position:fixed;top:0;left:150%;opacity:0;pointer-events:none}.ratio-16-9{padding-top:56.25%;display:block;position:relative;width:100%;height:0}.ratio-inner{display:block;position:absolute;inset:0;width:100%;height:100%}strong,b{font-weight:700;color:#e4ff50}a{color:#e4ff50;text-decoration:underline;font-weight:600;cursor:pointer}a:hover{color:#fff}.cta-button,button{font-family:Outfit,monospace;padding:.5rem;border:none;border-radius:.75rem;background-color:#e4ff50;color:#0022e4;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;font-size:1rem}@media (min-width: 768px){.cta-button,button{padding:1.75rem 3.5rem;font-size:1.1rem}}@media (min-width: 1024px){.cta-button,button{padding:2rem 4rem;font-size:1.2rem}}.cta-button:hover,button:hover{background-color:#fff;color:#0022e4}.departure-expeiment{font-family:Departure Mono,monospace;font-size:33px;font-weight:400;font-style:normal;text-align:left;line-height:1}header.page-header{font-size:1.4em;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;color:#e4ff50;position:relative;position:sticky;top:0;z-index:4;background:linear-gradient(to bottom,#0022e480,#0022e400);transition:background-color 1.5s ease,backdrop-filter 1.5s ease;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}header.page-header .inner{padding:1rem 1.5rem;max-width:1800px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;width:100%;flex-wrap:nowrap}@media (min-width: 640px){header.page-header .inner{align-items:center}}@media (min-width: 768px){header.page-header .inner{padding:1.5rem 3rem}}@media (min-width: 1024px){header.page-header .inner{padding:2rem 5rem}}@media (min-width: 768px){header.page-header{font-size:1.6em}}@media (min-width: 1024px){header.page-header{font-size:1.75em}}@media (min-width: 768px){header.page-header{gap:.75rem}}@media (min-width: 1024px){header.page-header{gap:1rem}}header.page-header a{color:#e4ff50}header.page-header:hover{background-color:#0022e426;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 767px){header.page-header{mix-blend-mode:normal;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}}:root.is-safari header.page-header{mix-blend-mode:normal;background-color:transparent;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root.is-firefox header.page-header{mix-blend-mode:normal;background-color:transparent;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root.is-chrome header.page-header:hover{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}header.page-header .links{display:flex;flex-direction:column;gap:.4rem;align-self:flex-end;font-size:.9em;margin-top:.5rem}@media (min-width: 640px){header.page-header .links{flex-direction:row;gap:.6rem;align-self:center;margin-top:0;font-size:.85em}}@media (min-width: 768px){header.page-header .links{gap:.8rem;font-size:.85em}}@media (min-width: 1024px){header.page-header .links{gap:1rem;font-size:.9em}}header.page-header .links a{color:#e4ff50;text-decoration:none;font-weight:600;white-space:nowrap;text-align:right}@media (min-width: 640px){header.page-header .links a{text-align:left}}header.page-header .links a:hover{color:#fff;opacity:.69}header.page-header .header-logo{text-decoration:none}footer{display:flex;align-items:center;justify-content:center;background-color:#000;position:relative;text-align:center;border-top:4px solid #E4FF50}footer .inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:1800px;margin:0 auto;padding:1rem 1.5rem;height:100%}@media (min-width: 768px){footer .inner{padding:1.5rem 3rem}}@media (min-width: 1024px){footer .inner{padding:2rem 5rem}}footer .inner .links-title{margin-top:2rem}footer .inner .links{display:flex;flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}footer .inner .links a{color:#e4ff50;text-decoration:none;white-space:normal;max-width:100%}footer .inner .links.projects-links{flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}@media (min-width: 768px){footer .inner .links.projects-links{flex-direction:row;gap:1rem}}footer .inner .links.projects-links a{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:#e4ff50;text-decoration-thickness:1px;text-underline-offset:2px}footer .inner .copyright{flex:1;justify-self:center;align-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:2rem;text-align:center}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background: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{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-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--default{background:var(--toastify-color-progress-colored)}.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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
